verify_proof
Verify a leaf hash's inclusion in the ZAP1 attestation tree by checking its Merkle proof and returning the proof path.
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) |