pub type MemoryStore<N> = BTreeMap<TreeID, N>;
An in-memory store for the intermediate nodes of a MerkleLog.
MerkleLog
struct MemoryStore<N> { /* private fields */ }