proof_chain_verify
Verifies the entire SHA-256 hash chain integrity for a domain. Performs O(n) sequential verification of all Decision Proof Units and reports the first broken index if tampering is detected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to verify (e.g. rehab_care, market, edu) | |
| toIndex | No | End verification at this chain index | |
| batchSize | No | Number of DPUs to process per batch | |
| fromIndex | No | Start verification from this chain index |