referrerpolicy=no-referrer-when-downgrade

Type Alias AuthorizedCodeHash

Source
pub type AuthorizedCodeHash<T: Config> = StorageMap<_GeneratedPrefixForStorageAuthorizedCodeHash<T>, Twox64Concat, Id, AuthorizedCodeHashAndExpiry<BlockNumberFor<T>>>;
Expand description

The code hash authorizations for a para which will expire expire_at BlockNumberFor<T>.

Storage type is [StorageMap] with key type ParaId and value type AuthorizedCodeHashAndExpiry < BlockNumberFor < T > >.

Aliased Type§

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