Interface StakingReclaimEscrowEvent

ReclaimEscrowEvent is the event emitted when stake is reclaimed from an escrow account back into owner's general account.

interface StakingReclaimEscrowEvent {
    amount: Uint8Array;
    escrow: Uint8Array;
    owner: Uint8Array;
    shares: Uint8Array;
}

Properties

amount: Uint8Array
escrow: Uint8Array
owner: Uint8Array
shares: Uint8Array