claimedOutputTombstoneAddressLiteral
claimedOutputTombstoneAddressLiteral(
address):InstructionArg
Defined in: ootle/src/helpers/cbor-literal.ts:213
CBOR-encode a ClaimedOutputTombstoneAddress as Tag(136, bytes(32)).
Accepts either the tombstone_<hex> form or the bare 64-hex-char tail.
Parameters
Section titled “Parameters”address
Section titled “address”string
Returns
Section titled “Returns”InstructionArg
Throws
Section titled “Throws”if the address body is not 32 bytes (64 hex chars).