merkle_log

Type Alias MemoryStore

Source
pub type MemoryStore<N> = BTreeMap<TreeID, N>;
Expand description

An in-memory store for the intermediate nodes of a MerkleLog.

Aliased Typeยง

struct MemoryStore<N> { /* private fields */ }