VRFKeyHash.fromHex constructor

VRFKeyHash.fromHex(
  1. String hexBytes
)

Constructor to create a VRFKeyHash from a hexadecimal string.

Implementation

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