pub(crate) async fn handle_quorum_proposal_validated<TYPES: NodeType, I: NodeImplementation<TYPES>>(
proposal: &QuorumProposalWrapper<TYPES>,
task_state: &mut QuorumVoteTaskState<TYPES, I>,
event_sender: &Sender<Arc<HotShotEvent<TYPES>>>,
) -> Result<()>Expand description
Handles the QuorumProposalValidated event.