Skip to main content

UnstakingRequestEventInterface

type UnstakingRequestEventInterface

A typed view of a `0x3::validator::UnstakingRequestEvent`.

type UnstakingRequestEventInterface interface {
PoolId() *ObjectId
// Withdrawn principal, in nanos.
PrincipalAmount() uint64
// Withdrawn reward, in nanos.
RewardAmount() uint64
StakeActivationEpoch() uint64
StakerAddress() *Address
UnstakingEpoch() uint64
ValidatorAddress() *Address
}