pub(crate) async fn handle_quorum_proposal_validated<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
    proposal: &QuorumProposal<TYPES>,
    sender: &Sender<Arc<HotShotEvent<TYPES>>>,
    task_state: &mut QuorumVoteTaskState<TYPES, I, V>
) -> Result<()>
Expand description

Handles the QuorumProposalValidated event.