verify_writes
Verify hash-chained write ledger integrity to detect silent edits, insertions, or reordering. Returns ok=false with offending IDs if the chain doesn't verify.
Instructions
TAMPER-EVIDENCE check: verify the hash-chained write ledger is intact (no silent edits/insertions/reordering). Returns {ok, problems, expected_pubkey} — ok=false with the offending ids if the chain doesn't verify.
expected_pubkey (hex, optional) binds the verdict to the key the receipts should be signed by; defaults
to INSPEXIMUS_RECEIPT_PUBKEY. Set one for any signed store: unpinned, a rewritten-and-re-signed store
verifies clean, and limits in the result says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected_pubkey | No |