Type Alias polkadot_runtime_parachains::paras::pallet::CodeByHash
source · pub type CodeByHash<T: Config> = StorageMap<_GeneratedPrefixForStorageCodeByHash<T>, Identity, ValidationCodeHash, ValidationCode>;
Expand description
Validation code stored by its hash.
This storage is consistent with FutureCodeHash
, CurrentCodeHash
and
[PastCodeHash
].
Storage type is [StorageMap
] with key type ValidationCodeHash
and value type ValidationCode
.
Aliased Type§
struct CodeByHash<T: Config>(/* private fields */);