computeProof method

Uint8List computeProof()

Implementation

Uint8List computeProof() {
  if (proof != null) return proof!;
  throw StateError(
      'No proof available. Supply a KZG proof via the constructor.');
}