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