Epoch

data class Epoch(val epochId: Any, val validatorSet: GetCurrentEpochQuery.ValidatorSet?, val totalTransactions: Any?, val firstCheckpoint: GetCurrentEpochQuery.FirstCheckpoint, val startTimestamp: Any, val endTimestamp: Any?, val referenceGasPrice: Any?)

Constructors

Link copied to clipboard
constructor(epochId: Any, validatorSet: GetCurrentEpochQuery.ValidatorSet?, totalTransactions: Any?, firstCheckpoint: GetCurrentEpochQuery.FirstCheckpoint, startTimestamp: Any, endTimestamp: Any?, referenceGasPrice: Any?)

Properties

Link copied to clipboard

The epoch's ending timestamp.

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 epoch's corresponding checkpoints.

Link copied to clipboard

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

Link copied to clipboard

The epoch's starting timestamp.

Link copied to clipboard

The total number of transaction blocks in this epoch.

Link copied to clipboard

Validator related properties, including the active validators.