ValidatorEpochInfoEventV1
open class ValidatorEpochInfoEventV1 : Disposable, AutoCloseable, ValidatorEpochInfoEventV1Interface
A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| commissionRate | open override fun commissionRate(): ULong |
| destroy | open override fun destroy() |
| epoch | open override fun epoch(): ULong |
| poolStakingReward | open override fun poolStakingReward(): ULong |
| poolTokenExchangeRate | open override fun poolTokenExchangeRate(): PoolTokenExchangeRate |
| referenceGasSurveyQuote | open override fun referenceGasSurveyQuote(): ULong |
| stake | open override fun stake(): ULong |
| tallyingRuleGlobalScore | open override fun tallyingRuleGlobalScore(): ULong |
| tallyingRuleReporters | open override fun tallyingRuleReporters(): List<Address> Addresses of the validators that reported this one this epoch. |
| toString | open override fun toString(): String |
| validatorAddress | open override fun validatorAddress(): Address |
| votingPower | open override fun votingPower(): ULong |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): ValidatorEpochInfoEventV1 Decode from the BCS contents of an emitted event. |