Type Alias polkadot_runtime_parachains::paras::pallet::FutureCodeUpgrades
source · pub type FutureCodeUpgrades<T: Config> = StorageMap<_GeneratedPrefixForStorageFutureCodeUpgrades<T>, Twox64Concat, Id, BlockNumberFor<T>>;
Expand description
The block number at which the planned code change is expected for a parachain.
The change will be applied after the first parablock for this ID included which executes
in the context of a relay chain block with a number >= expected_at
.
Storage type is [StorageMap
] with key type ParaId
and value type BlockNumberFor < T >
.
Aliased Type§
struct FutureCodeUpgrades<T: Config>(/* private fields */);