SystemEpochInfoEventV1Interface
type SystemEpochInfoEventV1Interface
A typed view of a `0x3::iota_system_state_inner::SystemEpochInfoEventV1`.
type SystemEpochInfoEventV1Interface interface {
BurntTokensAmount() uint64
Epoch() uint64
MintedTokensAmount() uint64
ProtocolVersion() uint64
// Reference gas price for the epoch, in nanos.
ReferenceGasPrice() uint64
StorageCharge() uint64
StorageFundBalance() uint64
StorageRebate() uint64
TotalGasFees() uint64
TotalStake() uint64
TotalStakeRewardsDistributed() uint64
}