ReclaimEscrow is a reclamation of stake from an escrow.

interface StakingReclaimEscrow {
    account: Uint8Array;
    shares: Uint8Array;
}

Properties

Properties

account: Uint8Array
shares: Uint8Array