GenesisHash.fromHex constructor

GenesisHash.fromHex(
  1. String hexBytes
)

Constructor to create a GenesisHash from a hexadecimal string.

Implementation

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