Vkey.fromPubKey constructor
Constructor to create a Vkey from a public key byte array.
Implementation
Vkey.fromPubKey(List<int> pubKeyBytes)
: super(AdaAddressUtils.validatePubkeyAndRemovePrefix(pubKeyBytes),
AdaTransactionConstant.blake2b256DigestSize);