Vkey.fromHex constructor

Vkey.fromHex(
  1. String hexBytes
)

Constructor to create a Vkey from a hexadecimal string.

Implementation

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