pub type ParasInfo<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageParasInfo<T, I>, <ParasInfoKeyProvider as StorageMapKeyProvider>::Hasher, <ParasInfoKeyProvider as StorageMapKeyProvider>::Key, <ParasInfoKeyProvider as StorageMapKeyProvider>::Value, OptionQuery, GetDefault, MaybeMaxParachains<T, I>>;Expand description
Parachains info.
Contains the following info:
- best parachain head hash
- the head of the
ImportedParaHashesring buffer
Storage type is [StorageMap] with key type < ParasInfoKeyProvider as StorageMapKeyProvider > :: Key and value type < ParasInfoKeyProvider as StorageMapKeyProvider > :: Value.
Aliased Type§
struct ParasInfo<T: Config<I>, I: 'static = ()>(/* private fields */);