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