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