Function handle_drb_result

Source
pub async fn handle_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>>(
    membership: &Arc<RwLock<TYPES::Membership>>,
    epoch: TYPES::Epoch,
    storage: &I::Storage,
    consensus: &OuterConsensus<TYPES>,
    drb_result: DrbResult,
)