Type Alias hotshot_task_impls::view_sync::RelayMap

source ·
type RelayMap<TYPES, VOTE, CERT, V> = HashMap<<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 */ }