PolicyID.fromHex constructor

PolicyID.fromHex(
  1. String hexBytes
)

Constructor to create a PolicyID from hexadecimal string.

Implementation

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