zk_verify_proof
Verify a submitted attestation against a known verification key. Aleo snarkVM (Varuna/BLS12-377) is the primary verification target via the snark.verify opcode. Returns boolean validity plus the verification key fingerprint. Free. Read-only — no settlement, no on-chain write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proof | Yes | Hex-encoded proof bytes (Varuna; Groth16/Plonk research-stage only) | |
| public_inputs | No | Public inputs the proof was generated against | |
| verification_key_id | Yes | Identifier of the verification key to check against |