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.
Properties
Section titled “Properties”amount
Section titled “amount”amount:
bigint
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:41
created_at_time?
Section titled “created_at_time?”
optionalcreated_at_time:bigint
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:40
optionalfee:bigint
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:37
from_subaccount?
Section titled “from_subaccount?”
optionalfrom_subaccount:IcrcSubaccount
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:39
optionalmemo:Uint8Array<ArrayBufferLike>
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:38
Defined in: packages/ledger-icrc/src/types/ledger.params.ts:36