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