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