submit_proof
Submit prepared inputs to a TEE server running a Noir circuit, which returns an UltraHonk zkSNARK proof after 30-90 seconds.
Instructions
Step 3 of the step-by-step flow: Submit prepared inputs to generate the ZK proof. The TEE server runs the Noir circuit and returns the UltraHonk proof. This step may take 30-90 seconds. The TEE server builds Prover.toml from these inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Full ProveInputs object from prepare_inputs. Accepts a JSON string or a structured object. | |
| circuit | Yes | Which circuit to use |