SystemEpochInfoEventV1
open class SystemEpochInfoEventV1 : Disposable, AutoCloseable, SystemEpochInfoEventV1Interface
A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV1.
Functions
| Name | Summary |
|---|---|
| burntTokensAmount | open override fun burntTokensAmount(): ULong |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| epoch | open override fun epoch(): ULong |
| mintedTokensAmount | open override fun mintedTokensAmount(): ULong |
| protocolVersion | open override fun protocolVersion(): ULong |
| referenceGasPrice | open override fun referenceGasPrice(): ULong Reference gas price for the epoch, in nanos. |
| storageCharge | open override fun storageCharge(): ULong |
| storageFundBalance | open override fun storageFundBalance(): ULong |
| storageRebate | open override fun storageRebate(): ULong |
| toString | open override fun toString(): String |
| totalGasFees | open override fun totalGasFees(): ULong |
| totalStake | open override fun totalStake(): ULong |
| totalStakeRewardsDistributed | open override fun totalStakeRewardsDistributed(): ULong |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): SystemEpochInfoEventV1 Decode from the BCS contents of an emitted event. |