generateProof method

Future<GenerateProofResult?> generateProof(
  1. String zkeyPath,
  2. String inputs
)

Implementation

Future<GenerateProofResult?> generateProof(String zkeyPath, String inputs) {
  throw UnimplementedError('generateProof() has not been implemented.');
}