Transfer is a stake transfer.

interface StakingTransfer {
    amount: Uint8Array;
    to: Uint8Array;
}

Properties

Properties

amount: Uint8Array
to: Uint8Array