Skip to main content

core.datumhash

Home > @blaze-cardano/core > DatumHash

DatumHash variable

Signature:

DatumHash: {
(value: string): Crypto.Hash32ByteBase16;
fromHexBlob<T>(value: import("@cardano-sdk/util").HexBlob): T;
}