utxoAddressLiteral
utxoAddressLiteral(
address):InstructionArg
Defined in: ootle/src/helpers/cbor-literal.ts:264
CBOR-encode a UtxoAddress as Tag(141, [ResourceAddress, UtxoId]), where the
UtxoId is the 32-byte commitment byte string.
Parameters
Section titled “Parameters”address
Section titled “address”UtxoAddressContents
Returns
Section titled “Returns”InstructionArg
Throws
Section titled “Throws”if the resource address or id is not 32 bytes.