pub type OutgoingQueue<D> = BTreeMap<<D as ConsensusProtocol>::NodeId, BTreeMap<<D as Epoched>::Epoch, Vec<<D as ConsensusProtocol>::Message>>>;Expand description
A map with outgoing messages, per epoch and per target node.
Aliased Typeยง
pub struct OutgoingQueue<D> { /* private fields */ }