pub type NetworkMapSanitized<TYPES> = BTreeMap<usize, NodeMapSanitized<TYPES>>;Expand description
A map from node ids to NodeMapSanitizeds; the latter has been sanitized validated to have a single leaf per view.
Aliased Typeยง
pub struct NetworkMapSanitized<TYPES> { /* private fields */ }