TestnetNetworkConfiguration class final

Represents the network configuration for the testnet.

Inheritance

Constructors

TestnetNetworkConfiguration.new()
Creates a TestnetNetworkConfiguration with a specific chain ID.
const

Properties

chainId ChainId
The chain ID of the network.
finalinherited
gasPerDataByte int
The gas cost per data byte for transactions.
finalinherited
gasPriceModifier GasPriceModifier
The gas price modifier used in calculations.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
minGasLimit GasLimit
The minimum gas limit allowed for transactions.
finalinherited
minGasPrice GasPrice
The minimum gas price allowed for transactions.
finalinherited
minTransactionVersion TransactionVersion
The minimum transaction version allowed.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited