Skip to main content

SystemEpochInfoEventV2

open class SystemEpochInfoEventV2 : Disposable, AutoCloseable, SystemEpochInfoEventV2Interface

A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV2.

Functions

NameSummary
burntTokensAmountopen override fun burntTokensAmount(): ULong
close@Synchronized
open override fun close()
destroyopen override fun destroy()
epochopen override fun epoch(): ULong
mintedTokensAmountopen override fun mintedTokensAmount(): ULong
protocolVersionopen override fun protocolVersion(): ULong
storageChargeopen override fun storageCharge(): ULong
storageFundBalanceopen override fun storageFundBalance(): ULong
storageRebateopen override fun storageRebate(): ULong
tipsAmountopen override fun tipsAmount(): ULong
toStringopen override fun toString(): String
totalGasFeesopen override fun totalGasFees(): ULong
totalStakeopen override fun totalStake(): ULong
totalStakeRewardsDistributedopen override fun totalStakeRewardsDistributed(): ULong

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): SystemEpochInfoEventV2
Decode from the BCS contents of an emitted event.