verify_receipt
Verify a receipt by id (or by passing the full receipt object). Recomputes the content hash, confirms the id commits to the body, and checks the ed25519 signature. Returns the verification checks plus the provenance record (action, agent, input/output hashes, timestamp, chain position). FREE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Receipt id, e.g. 'rcpt_...'. | |
| receipt | No | Alternatively, the full receipt object to verify offline-style. |