Skip to main content

ValidatorEpochInfoEventV1

open class ValidatorEpochInfoEventV1 : Disposable, AutoCloseable, ValidatorEpochInfoEventV1Interface

A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1.

Functions

NameSummary
close@Synchronized
open override fun close()
commissionRateopen override fun commissionRate(): ULong
destroyopen override fun destroy()
epochopen override fun epoch(): ULong
poolStakingRewardopen override fun poolStakingReward(): ULong
poolTokenExchangeRateopen override fun poolTokenExchangeRate(): PoolTokenExchangeRate
referenceGasSurveyQuoteopen override fun referenceGasSurveyQuote(): ULong
stakeopen override fun stake(): ULong
tallyingRuleGlobalScoreopen override fun tallyingRuleGlobalScore(): ULong
tallyingRuleReportersopen override fun tallyingRuleReporters(): List<Address>
Addresses of the validators that reported this one this epoch.
toStringopen override fun toString(): String
validatorAddressopen override fun validatorAddress(): Address
votingPoweropen override fun votingPower(): ULong

Companion object functions

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