ScriptHash.fromHex constructor

ScriptHash.fromHex(
  1. String hexBytes
)

Constructor to create a ScriptHash from a hexadecimal string.

Implementation

ScriptHash.fromHex(String hexBytes)
    : super.fromHex(hexBytes, AdaTransactionConstant.blake2b224DigestSize);