KESVKey.fromHex constructor

KESVKey.fromHex(
  1. String hexBytes
)

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

Implementation

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