verify_proof
Verify ZAP1 Merkle proofs by checking leaf hash existence in the attestation tree and returning the proof path for cryptographic validation.
Instructions
Verify a ZAP1 Merkle proof. Checks whether a leaf hash exists in the ZAP1 attestation tree and returns the proof path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leaf_hash | Yes | Hex-encoded leaf hash to verify (64 chars) |