All chains
    Preparing search index...

    Type Alias FutureCodeUpgradesAt

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

    The list of upcoming future code upgrades.

    Each item is a pair of the parachain and the expected block at which the upgrade should be applied. The upgrade will be applied at the given relay chain block. In contrast to [FutureCodeUpgrades] this code upgrade will be applied regardless the parachain making any progress or not.

    Ordered ascending by block number.