TransactionHash.fromHex constructor

TransactionHash.fromHex(
  1. String hexBytes
)

Constructor to create a TransactionHash from a hexadecimal string.

Implementation

TransactionHash.fromHex(String hexBytes)
  : super.fromHex(hexBytes, AdaTransactionConstant.blake2b256DigestSize);