AddEscrowEvent is the event emitted when stake is transferred into an escrow account.

interface StakingAddEscrowEvent {
    amount: Uint8Array;
    escrow: Uint8Array;
    new_shares: Uint8Array;
    owner: Uint8Array;
}

Properties

amount: Uint8Array
escrow: Uint8Array
new_shares: Uint8Array
owner: Uint8Array