Vkey constructor

Vkey(
  1. List<int> data
)

Constructor to create a Vkey from raw bytes.

Implementation

Vkey(List<int> data)
    : super(data, AdaTransactionConstant.blake2b256DigestSize);