Function consensus::network_interface::network_endpoint_config
source · pub fn network_endpoint_config(
) -> (Vec<ProtocolId>, Vec<ProtocolId>, QueueStyle, usize, Option<&'static IntCounterVec>)
Expand description
Configuration for the network endpoints to support consensus. TODO: make this configurable