referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_parachains::pallet::ParasInfo

source ·
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 ImportedParaHashes ring 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 */);