Skip to content

metadataLiteral

metadataLiteral(entries): InstructionArg

Defined in: ootle/src/helpers/cbor-literal.ts:170

CBOR-encode a Metadata map as Tag(129, Map<text, text>). Keys are emitted sorted to match the runtime’s BTreeMap ordering.

Record<string, string> | Map<string, string>

InstructionArg