ValidatorJoinEventInterface
type ValidatorJoinEventInterface
A typed view of a `0x3::validator_set::ValidatorJoinEvent`.
type ValidatorJoinEventInterface interface {
Epoch() uint64
StakingPoolId() *ObjectId
ValidatorAddress() *Address
}
A typed view of a `0x3::validator_set::ValidatorJoinEvent`.
type ValidatorJoinEventInterface interface {
Epoch() uint64
StakingPoolId() *ObjectId
ValidatorAddress() *Address
}