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.
Parameters
Section titled “Parameters”entries
Section titled “entries”Record<string, string> | Map<string, string>
Returns
Section titled “Returns”InstructionArg