VRFKeyHash constructor

VRFKeyHash(
  1. List<int> data
)

Constructor to create a VRFKeyHash from raw bytes.

Implementation

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