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

    Type Alias AccumulateState

    AccumulateState: Pick<
        State,
        | "timeslot"
        | "designatedValidatorData"
        | "authQueues"
        | "getService"
        | "recentlyAccumulated"
        | "accumulationQueue"
        | "privilegedServices",
    >