type RelayMap<TYPES, VOTE, CERT, V> = HashMap<<TYPES as NodeType>::Time, 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> {
    base: HashMap<<TYPES as NodeType>::Time, BTreeMap<u64, VoteCollectionTaskState<TYPES, VOTE, CERT, V>>, RandomState>,
}

Fields§

§base: HashMap<<TYPES as NodeType>::Time, BTreeMap<u64, VoteCollectionTaskState<TYPES, VOTE, CERT, V>>, RandomState>