Expand description
The read-only tree sync interface.
Structs§
- GetPrefixes
Request - Request for the SyncGetPrefixes operation.
- GetRequest
- Request for the SyncGet operation.
- Host
Read Syncer - A proxy read syncer which forwards calls to the runtime host.
- Iterate
Request - Request for the SyncIterate operation.
- Noop
Read Syncer - A no-op read syncer which doesn’t support any of the required operations.
- Proof
- A Merkle proof for a subtree.
- Proof
Builder - A Merkle proof builder.
- Proof
Response - Response for requests that produce proofs.
- Proof
Verifier - A proof verifier enables verifying proofs returned by the ReadSyncer API.
- RawProof
Entry - A raw proof entry.
- Stats
Collector - A proxy read syncer which keeps track of call statistics.
- TreeID
- Identifies a specific tree and a position within that tree.
Enums§
Traits§
- Read
Sync - ReadSync is the interface for synchronizing the in-memory cache with another (potentially untrusted) MKVS.
Functions§
- merge_
verified_ subtree - Merges a previously verified subtree with an existing tree.