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

    Class AccumulationStateUpdate

    State updates that currently accumulating service produced.

    x_u: https://graypaper.fluffylabs.dev/#/9a08063/2f31012f3101?v=0.6.6

    Index

    Properties

    authorizationQueues: Map<
        number & WithBytesRepresentation<2> & pvm.WithOpaque<"CoreIndex[u16]">,
        FixedSizeArray<OpaqueHash & pvm.WithOpaque<"AuthorizerHash">, 80>,
    > = ...

    Updated authorization queues for cores.

    privilegedServices: PrivilegedServices | null = null

    Updated priviliged services.

    services: ServicesUpdate

    Services state updates.

    Pending transfers.

    validatorsData: PerValidator<ValidatorData> | null = null

    New validators data.

    yieldedRoot: OpaqueHash | null = null

    Yielded accumulation root.

    Methods