Skip to content

ICRC3Value

ICRC3Value = { Int: bigint; } | { Map: [string, ICRC3Value][]; } | { Nat: bigint; } | { Blob: Uint8Array; } | { Text: string; } | { Array: ICRC3Value[]; }

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