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