VRFVKey.fromHex constructor

VRFVKey.fromHex(
  1. String hexBytes
)

Constructor to create a VRF verification key from a hexadecimal string.

Implementation

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