All chains
    Preparing search index...

    Type Alias OutgoingValidatorSet

    OutgoingValidatorSet: StorageDescriptor<
        [],
        [
            {
                id: number;
                leftover: boolean;
                new_validator_set: SS58String[];
                prune_up_to?: number;
            },
            number,
        ],
        true,
        never,
    >

    A validator set that is outgoing, and should be sent.

    This will be attempted to be sent, possibly on every on_initialize call, until it is sent, or the second value reaches zero, at which point we drop it.