Transfer call.

interface AccountsTransfer {
    amount: BaseUnits;
    to: Uint8Array;
}

Properties

Properties

amount: BaseUnits
to: Uint8Array