Function handle_eqc_formed

Source
pub(super) async fn handle_eqc_formed<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
    cert_view: TYPES::View,
    leaf_commit: Commitment<Leaf2<TYPES>>,
    block_number: Option<u64>,
    task_state: &mut QuorumProposalTaskState<TYPES, I, V>,
    event_sender: &Sender<Arc<HotShotEvent<TYPES>>>,
)