Skip to main content

consensus_event

Function consensus_event 

Source
fn consensus_event<T, S>(
    coordinator: &Coordinator<T, S>,
    output: &ConsensusOutput<T>,
) -> Option<CoordinatorEvent<T>>
where T: NodeType, S: NewProtocolStorage<T>,