vrfVerify abstract method

bool vrfVerify(
  1. List<int> message,
  2. List<int> vrfSign, {
  3. List<int>? context,
  4. List<int>? extra,
})

Implementation

bool vrfVerify(
  List<int> message,
  List<int> vrfSign, {
  List<int>? context,
  List<int>? extra,
});