ValidatorEpochInfoEventV1Interface
type ValidatorEpochInfoEventV1Interface
A typed view of a `0x3::validator_set::ValidatorEpochInfoEventV1`.
type ValidatorEpochInfoEventV1Interface interface {
CommissionRate() uint64
Epoch() uint64
PoolStakingReward() uint64
PoolTokenExchangeRate() PoolTokenExchangeRate
ReferenceGasSurveyQuote() uint64
Stake() uint64
TallyingRuleGlobalScore() uint64
// Addresses of the validators that reported this one this epoch.
TallyingRuleReporters() []*Address
ValidatorAddress() *Address
VotingPower() uint64
}