Function serai_coordinator::substrate::handle_block

source ยท
async fn handle_block<D: Db, Pro: Processors>(
    db: &mut D,
    key: &Zeroizing<<Ristretto as Ciphersuite>::F>,
    new_tributary_spec: &UnboundedSender<TributarySpec>,
    perform_slash_report: &UnboundedSender<ExternalValidatorSet>,
    tributary_retired: &UnboundedSender<ExternalValidatorSet>,
    processors: &Pro,
    serai: &Serai,
    block: Block,
) -> Result<(), SeraiError>