ValidatorLeaveEventInterface
interface ValidatorLeaveEventInterface
A typed view of a 0x3::validator_set::ValidatorLeaveEvent.
Inheritors
| ValidatorLeaveEvent |
Functions
| Name | Summary |
|---|---|
| epoch | abstract fun epoch(): ULong |
| isVoluntary | abstract fun isVoluntary(): Boolean Whether the validator left voluntarily (vs. being removed). |
| stakingPoolId | abstract fun stakingPoolId(): ObjectId |
| validatorAddress | abstract fun validatorAddress(): Address |