Type Definition 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.