Skip to main content

ValidatorEpochInfoEventV1Interface

interface ValidatorEpochInfoEventV1Interface

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

Inheritors

ValidatorEpochInfoEventV1

Functions

NameSummary
commissionRateabstract fun commissionRate(): ULong
epochabstract fun epoch(): ULong
poolStakingRewardabstract fun poolStakingReward(): ULong
poolTokenExchangeRateabstract fun poolTokenExchangeRate(): PoolTokenExchangeRate
referenceGasSurveyQuoteabstract fun referenceGasSurveyQuote(): ULong
stakeabstract fun stake(): ULong
tallyingRuleGlobalScoreabstract fun tallyingRuleGlobalScore(): ULong
tallyingRuleReportersabstract fun tallyingRuleReporters(): List<Address>
Addresses of the validators that reported this one this epoch.
validatorAddressabstract fun validatorAddress(): Address
votingPowerabstract fun votingPower(): ULong