An object holding Network configuration parameters.

Constructors

Properties

ChainID: string

The chain ID. E.g. "1" for the Mainnet.

GasPerDataByte: number

The gas required by the Network to process a byte of the transaction data.

GasPriceModifier: number
MinGasLimit: number

The minimum gas limit required to be set when broadcasting a transaction.

MinGasPrice: number

The minimum gas price required to be set when broadcasting a transaction.

MinTransactionVersion: number

The oldest transaction version accepted by the Network.

RoundDuration: number

The round duration.

RoundsPerEpoch: number

The number of rounds per epoch.

TopUpFactor: number

The Top Up Factor for APR calculation

TopUpRewardsGradientPoint: BigNumber

The Top Up Factor for APR calculation

Methods