Skip to content

TransferParams

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

Params to make a transfer in an ICRC-1 ledger

The account to transfer tokens to.

The Amount of tokens to transfer.

The subaccount to transfer tokens to.

Transfer memo.

nanoseconds since unix epoc to trigger deduplication and avoid other issues See the link for more details on deduplication https://github.com/dfinity/ICRC-1/blob/main/standards/ICRC-1/index.md#transaction_deduplication

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

amount: bigint

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


optional created_at_time: bigint

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


optional fee: bigint

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


optional from_subaccount: IcrcSubaccount

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


optional memo: Uint8Array<ArrayBufferLike>

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


to: IcrcCandidAccount

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