Function serai_coordinator::handle_p2p_task

source ยท
pub async fn handle_p2p_task<D: Db, P: P2p>(
    p2p: P,
    cosign_channel: UnboundedSender<CosignedBlock>,
    tributary_event: Receiver<TributaryEvent<D, P>>,
)