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