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