Memory Inclusion Receipt
receiptGenerate a cryptographic inclusion receipt to prove a specific memory was logged. Provide the memory ID to get proof for third-party verification.
Instructions
Produce an RFC 6962-style cryptographic proof that a specific memory is committed in the signed transparency log.
Returns the inclusion receipt (leaf index, audit path, tree size, signed root).
Use to prove to a third party that a memory existed and was logged. Requires the memory's id — get ids from recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The id of the memory to prove inclusion for, as returned in a recall result's `id` field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||