MetadataValue
MetadataValue = {
Int:bigint; } | {Nat:bigint; } | {Blob:Uint8Array; } | {Text:string; }
Defined in: packages/canisters/src/declarations/ledger-icrc/icrc_ledger.d.ts:373
The value returned from the [icrc1_metadata] endpoint.