Skip to content

Value

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

Defined in: packages/canisters/src/declarations/ledger-icrc/icrc_nft-ledger.d.ts:40

Generic value in accordance with ICRC-3