Constructor to create a Vkey from raw bytes.
Vkey(List<int> data) : super(data, AdaTransactionConstant.blake2b256DigestSize);