Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias ServiceStateUpdate

    ServiceStateUpdate: Partial<
        Pick<
            State,
            "privilegedServices"
            | "authQueues"
            | "designatedValidatorData",
        >,
    > & ServicesUpdate

    Update of the state entries coming from accumulation of a single service.