All chains
    Preparing search index...

    Type Alias DisabledValidators

    DisabledValidators: StorageDescriptor<
        [],
        FixedSizeArray<2, number>[],
        false,
        never,
    >

    Indices of disabled validators.

    The vec is always kept sorted so that we can find whether a given validator is disabled using binary search. It gets cleared when on_session_ending returns a new set of identities.