nonFungibleAddressLiteral
nonFungibleAddressLiteral(
address):InstructionArg
Defined in: ootle/src/helpers/cbor-literal.ts:249
CBOR-encode a NonFungibleAddress as Tag(130, [ResourceAddress, NonFungibleId]).
The inner pair is minicbor’s struct-as-array layout; the NonFungibleId enum
is its two-element [variant_index, [field]] form.
Parameters
Section titled “Parameters”address
Section titled “address”NonFungibleAddressContents
Returns
Section titled “Returns”InstructionArg
Throws
Section titled “Throws”if the resource address or id payload is malformed.