VRFVKey constructor

VRFVKey(
  1. List<int> data
)

Constructor to create a VRF verification key from raw bytes.

Implementation

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