Type Alias diem_jellyfish_merkle::StaleNodeIndexBatch
source · pub type StaleNodeIndexBatch = BTreeSet<StaleNodeIndex>;
Expand description
StaleNodeIndex
batch that will be written
into db atomically with other batches.
Aliased Type§
struct StaleNodeIndexBatch { /* private fields */ }