Skip to main content

consensus_event

Function consensus_event 

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