Function serai_coordinator::substrate::scan_task

source ยท
pub async fn scan_task<D: Db, Pro: Processors>(
    db: D,
    key: Zeroizing<<Ristretto as Ciphersuite>::F>,
    processors: Pro,
    serai: Arc<Serai>,
    new_tributary_spec: UnboundedSender<TributarySpec>,
    perform_slash_report: UnboundedSender<ExternalValidatorSet>,
    tributary_retired: UnboundedSender<ExternalValidatorSet>,
)