Skip to content

Icrc21Value

Icrc21Value = { Text: { content: string; }; } | { TokenAmount: { amount: bigint; decimals: number; symbol: string; }; } | { TimestampSeconds: { amount: bigint; }; } | { DurationSeconds: { amount: bigint; }; }

Defined in: packages/canisters/src/declarations/ledger-icrc/icrc_ledger.d.ts:331