SystemEpochInfoEventV2Interface
type SystemEpochInfoEventV2Interface
A typed view of a `0x3::iota_system_state_inner::SystemEpochInfoEventV2`.
type SystemEpochInfoEventV2Interface interface {
BurntTokensAmount() uint64
Epoch() uint64
MintedTokensAmount() uint64
ProtocolVersion() uint64
StorageCharge() uint64
StorageFundBalance() uint64
StorageRebate() uint64
TipsAmount() uint64
TotalGasFees() uint64
TotalStake() uint64
TotalStakeRewardsDistributed() uint64
}