Skip to main content

Interface: StakingRequestEventLike

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

Methods

amount()

amount(): bigint;

Staked amount, in nanos.

Returns

bigint


epoch()

epoch(): bigint;

Returns

bigint


poolId()

poolId(): ObjectIdLike;

Returns

ObjectIdLike


stakerAddress()

stakerAddress(): AddressLike;

Returns

AddressLike


validatorAddress()

validatorAddress(): AddressLike;

Returns

AddressLike