ValidatorEpochInfoEventV1Interface
interface ValidatorEpochInfoEventV1Interface
A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1.
Inheritors
| ValidatorEpochInfoEventV1 |
Functions
| Name | Summary |
|---|---|
| commissionRate | abstract fun commissionRate(): ULong |
| epoch | abstract fun epoch(): ULong |
| poolStakingReward | abstract fun poolStakingReward(): ULong |
| poolTokenExchangeRate | abstract fun poolTokenExchangeRate(): PoolTokenExchangeRate |
| referenceGasSurveyQuote | abstract fun referenceGasSurveyQuote(): ULong |
| stake | abstract fun stake(): ULong |
| tallyingRuleGlobalScore | abstract fun tallyingRuleGlobalScore(): ULong |
| tallyingRuleReporters | abstract fun tallyingRuleReporters(): List<Address> Addresses of the validators that reported this one this epoch. |
| validatorAddress | abstract fun validatorAddress(): Address |
| votingPower | abstract fun votingPower(): ULong |