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