Withdraw is a withdrawal from an account.

interface StakingWithdraw {
    amount: Uint8Array;
    from: Uint8Array;
}

Properties

Properties

amount: Uint8Array
from: Uint8Array