verify_attestation
Verify whether a specific attestation (by hash) was issued to a DID and is currently valid. Returns boolean. Used in KYC-lite flows and smart-contract gating. Backend pending (Q3 2026).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | DID to verify attestation for | |
| attestation_hash | Yes | SHA-256 hash of the attestation to verify |