ScriptDataHash.fromHex constructor

ScriptDataHash.fromHex(
  1. String hexBytes
)

Constructor to create a ScriptDataHash from a hexadecimal string.

Implementation

ScriptDataHash.fromHex(String hexBytes)
    : super.fromHex(hexBytes, AdaTransactionConstant.blake2b256DigestSize);