Type Alias hotshot_testing::consistency_task::NetworkMap
source · pub type NetworkMap<TYPES> = BTreeMap<usize, NodeMap<TYPES>>;
Expand description
A map from node ids to NodeMap
s; note that the latter may have multiple leaves per view in principle.
Aliased Type§
struct NetworkMap<TYPES> { /* private fields */ }