Skip to content

Value

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

Defined in: packages/canisters/src/declarations/cycles-ledger/cycles-ledger.d.ts:319