Type Alias RelayMap

Source
type RelayMap<TYPES, VOTE, CERT, V> = BTreeMap<Option<<TYPES as NodeType>::Epoch>, BTreeMap<<TYPES as NodeType>::View, BTreeMap<u64, VoteCollectionTaskState<TYPES, VOTE, CERT, V>>>>;
Expand description

Type alias for a map from View Number to Relay to Vote Task

Aliased Typeยง

struct RelayMap<TYPES, VOTE, CERT, V> { /* private fields */ }