GenesisDelegateHash.fromHex constructor

GenesisDelegateHash.fromHex(
  1. String hexBytes
)

Constructor to create a GenesisDelegateHash from a hexadecimal string.

Implementation

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