Skip to main content

ValidatorLeaveEventInterface

type ValidatorLeaveEventInterface

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

type ValidatorLeaveEventInterface interface {
Epoch() uint64
// Whether the validator left voluntarily (vs. being removed).
IsVoluntary() bool
StakingPoolId() *ObjectId
ValidatorAddress() *Address
}