Skip to main content

StakingRequestEventInterface

type StakingRequestEventInterface

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

type StakingRequestEventInterface interface {
// Staked amount, in nanos.
Amount() uint64
Epoch() uint64
PoolId() *ObjectId
StakerAddress() *Address
ValidatorAddress() *Address
}