receipt_log_consistency_proof
Proves the log at size second is an append-only extension of the log
at size first — history was never rewritten. Returns both roots and
the proof path. Verify offline with
scripts/verify-log.mjs consistency <proof.json>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| second | Yes |