Type Alias diem_jellyfish_merkle::NodeBatch
source · pub type NodeBatch<V> = BTreeMap<NodeKey, Node<V>>;
Expand description
Node batch that will be written into db atomically with other batches.
Aliased Type§
struct NodeBatch<V> { /* private fields */ }