ScriptHash.fromHex constructor
ScriptHash.fromHex(
- String hexBytes
Constructor to create a ScriptHash from a hexadecimal string.
Implementation
ScriptHash.fromHex(String hexBytes)
: super.fromHex(hexBytes, AdaTransactionConstant.blake2b224DigestSize);