Expand description
Communication boundary between server and client.
The TreeSyncApi trait defines the contract for fetching tree data.
In the POC: in-process trait object.
In production: maps to Cosmos SDK gRPC/REST endpoints.
Structs§
- Block
Commitments - Response from
get_block_commitments: leaves appended in a single block. - Tree
State - Current state of the server tree.
Traits§
- Tree
Sync Api - The contract between server and client.