Module oasis_core_runtime::storage::mkvs::sync
source · Expand description
The read-only tree sync interface.
Structs§
- Request for the SyncGetPrefixes operation.
- Request for the SyncGet operation.
- A proxy read syncer which forwards calls to the runtime host.
- Request for the SyncIterate operation.
- A no-op read syncer which doesn’t support any of the required operations.
- A Merkle proof for a subtree.
- A Merkle proof builder.
- Response for requests that produce proofs.
- A proof verifier enables verifying proofs returned by the ReadSyncer API.
- A raw proof entry.
- A proxy read syncer which keeps track of call statistics.
- Identifies a specific tree and a position within that tree.
Enums§
Traits§
- ReadSync is the interface for synchronizing the in-memory cache with another (potentially untrusted) MKVS.
Functions§
- Merges a previously verified subtree with an existing tree.