Skip to content

cardano-web3-js / CML / decode_arbitrary_bytes_from_metadatum

Function: decode_arbitrary_bytes_from_metadatum()

decode_arbitrary_bytes_from_metadatum(metadata): Uint8Array

Defined in: node_modules/cardano-wasm-libs/src/libs/cardano-multiplatform-lib/nodejs/cardano_multiplatform_lib.d.ts:61

decodes from chunks of bytes in a list to a byte vector if that is the metadata format, otherwise returns None

Parameters

metadata

TransactionMetadatum

Returns

Uint8Array

Released under the MIT License