Skip to main content

ValidatorJoinEventInterface

type ValidatorJoinEventInterface

A typed view of a `0x3::validator_set::ValidatorJoinEvent`.

type ValidatorJoinEventInterface interface {
Epoch() uint64
StakingPoolId() *ObjectId
ValidatorAddress() *Address
}