Module oasis_core_runtime::storage::mkvs
source · Expand description
Merklized key-value store.
Modules§
- The read-only tree sync interface.
Structs§
- An entry in the write log, describing a single update.
- A pointer to a node in the tree.
- A key-value tree overlay that holds all updates in memory and only commits them if requested. This can be used to create snapshots that can be discarded.
- A key prefix.
- Storage root.
- A patricia tree-based MKVS implementation.
Enums§
- The type of entry in the log.
- A box type that can contain either internal or leaf nodes.
- Storage root type.
Traits§
- Merklized key-value store where methods return errors instead of panicking.
- Immutable merkalized key value store.
- An MKVS iterator.
- Merklized key-value store.
Type Aliases§
- A reference-counted pointer to a pointer.
- The write log.