ActivatedEpoch

data class ActivatedEpoch(val epochId: Any, val referenceGasPrice: Any?)

Constructors

Link copied to clipboard
constructor(epochId: Any, referenceGasPrice: Any?)

Properties

Link copied to clipboard

The epoch's id as a sequence number that starts at 0 and is incremented by one at every epoch change.

Link copied to clipboard

The minimum gas price that a quorum of validators are guaranteed to sign a transaction for.