PoolMetadataHash.fromHex constructor

PoolMetadataHash.fromHex(
  1. String hexBytes
)

Constructor to create a PoolMetadataHash from a hexadecimal string.

Implementation

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