referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_runtime_parachains::paras::pallet::FutureCodeHash

source ·
pub type FutureCodeHash<T: Config> = StorageMap<_GeneratedPrefixForStorageFutureCodeHash<T>, Twox64Concat, Id, ValidationCodeHash>;
Expand description

The actual future code hash of a para.

Corresponding code can be retrieved with CodeByHash.

Storage type is [StorageMap] with key type ParaId and value type ValidationCodeHash.

Aliased Type§

struct FutureCodeHash<T: Config>(/* private fields */);