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