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 timestamp associated with the last checkpoint in the epoch (or null if the epoch has not finished yet).

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 in this epoch.

Link copied to clipboard

The timestamp associated with the first checkpoint in the epoch.

Link copied to clipboard

The total number of transaction blocks in this epoch (or null if the epoch has not finished yet).

Link copied to clipboard

Validator-related properties, including the active validators.