UnstakingRequestEvent
UnstakingRequestEvent Objects
class UnstakingRequestEvent(UnstakingRequestEventProtocol)
A typed view of a 0x3::validator::UnstakingRequestEvent.
try_from_bcs
@classmethod
def try_from_bcs(cls, bytes: bytes) -> UnstakingRequestEvent
Decode from the BCS contents of an emitted event.
principal_amount
def principal_amount() -> int
Withdrawn principal, in nanos.
reward_amount
def reward_amount() -> int
Withdrawn reward, in nanos.