pub type DefaultConsensus<V, A> = Consensus<V, A, RoundRobinProposerSelector>;Expand description
A type alias for consensus with the default round-robin proposer selector.
This provides a convenient way to create consensus instances without specifying the proposer selector type.
Aliased Typeยง
pub struct DefaultConsensus<V, A> { /* private fields */ }