Type Alias hotshot_testing::consistency_task::NodeMap
source · pub type NodeMap<TYPES> = BTreeMap<<TYPES as NodeType>::View, Vec<Leaf<TYPES>>>;
Expand description
Map from views to leaves for a single node, allowing multiple leaves for each view (because the node may a priori send us multiple leaves for a given view).
Aliased Type§
struct NodeMap<TYPES> { /* private fields */ }