async fn store_and_get_computed_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
epoch_number: TYPES::Epoch,
task_state: &mut QuorumVoteTaskState<TYPES, I, V>,
) -> Result<DrbResult>
Expand description
Store the DRB result from the computation task to the shared results
table.
Returns the result if it exists.