Skip to content

TransferFromParams

TransferFromParams = Omit<TransferParams, "from_subaccount"> & object

Defined in: packages/ledger-icrc/src/types/ledger.params.ts:55

Params for an icrc2_transfer_from.

from: IcrcCandidAccount

optional spender_subaccount: IcrcSubaccount

The account to transfer tokens to.

The account to transfer tokens from.

A spender subaccount.

The Amount of tokens to transfer.

Transfer memo.

nanoseconds since unix epoc to trigger deduplication and avoid other issues

The fee of the transfer when it’s not the default fee.