{
"network": { "chain_id": ..., "rpc": "..."},
"address": "...",
"blocks": { "A": 123, "B": 456 },
"slots": [
{ "slot": "0x0", "value_A": "...", "value_B": "...", "leafA": "...", "leafB": "...", "changed": true/false, "commitment": "..." },
...
],
"root_commitment": "..."
}
The README mentions JSON output only for the simple CLI (single slot) tool.
If we extend the tool to support multiple slots (as suggested in #1), we should also provide a well-structured JSON output, for example:
Benefits:
Suggested changes: