Verify a signed observation receipt (free)
verify_receiptValidate a DataSieve event receipt by checking its Ed25519 signature against the service key, enabling trustless verification of evidence from another agent.
Instructions
Every DataSieve event carries receipt {alg, keyId, statement, sig} — an Ed25519 attestation that DataSieve observed the event. This checks it against the service key, so an agent can validate evidence handed to it by ANOTHER agent without trusting that agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | Yes | the receipt object from an event |