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