Function serai_coordinator::substrate::handle_new_set

source ยท
async fn handle_new_set<D: Db>(
    txn: &mut D::Transaction<'_>,
    key: &Zeroizing<<Ristretto as Ciphersuite>::F>,
    new_tributary_spec: &UnboundedSender<TributarySpec>,
    serai: &Serai,
    block: &Block,
    set: ExternalValidatorSet,
) -> Result<(), SeraiError>