pub type CurrentCodeHash<T: Config> = StorageMap<_GeneratedPrefixForStorageCurrentCodeHash<T>, Twox64Concat, Id, ValidationCodeHash>;
Expand description

The validation code hash of every live para.

Corresponding code can be retrieved with CodeByHash.

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

Aliased Type§

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