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