Epoch
Constructors
Properties
The timestamp associated with the last checkpoint in the epoch (or null if the epoch has not finished yet).
The storage fees paid for transactions executed during the epoch (or null if the epoch has not finished yet).
The storage fee rebates paid to users who deleted the data associated with past transactions (or null if the epoch has not finished yet).
A commitment by the committee at the end of epoch on the contents of the live object set at that time. This can be used to verify state snapshots.
The epoch's corresponding protocol configuration, including the feature flags and the configuration options.
The minimum gas price that a quorum of validators are guaranteed to sign a transaction for in this epoch.
The timestamp associated with the first checkpoint in the epoch.
The contents of the system state inner object at the start of this epoch.
The total number of checkpoints in this epoch.
The total amount of gas fees (in MIST) that were paid in this epoch (or null if the epoch has not finished yet).
The total MIST rewarded as stake (or null if the epoch has not finished yet).
The amount added to total gas fees to make up the total stake rewards (or null if the epoch has not finished yet).
The total number of transaction blocks in this epoch.
Validator-related properties, including the active validators.