Escrow is a stake escrow.

interface StakingEscrow {
    account: Uint8Array;
    amount: Uint8Array;
}

Properties

Properties

account: Uint8Array
amount: Uint8Array