tx.getauxiliarydatahash
Home > @blaze-cardano/tx > getAuxiliaryDataHash
getAuxiliaryDataHash() function
Computes the hash of the auxiliary data if it exists.
Signature:
getAuxiliaryDataHash: (data: AuxiliaryData) => Hash32ByteBase16
Parameters
| Parameter | Type | Description | 
|---|---|---|
| data | AuxiliaryData | The auxiliary data to hash. | 
Returns:
Hash32ByteBase16
{Hash32ByteBase16} The hash of the auxiliary data or undefined if no auxiliary data is provided.