referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_parachains::pallet::ImportedParaHeads

source ·
pub type ImportedParaHeads<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageImportedParaHeads<T, I>, <ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider>::Hasher1, <ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider>::Key1, <ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider>::Hasher2, <ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider>::Key2, StoredParaHeadDataOf<T, I>, OptionQuery, GetDefault, MaybeMaxTotalParachainHashes<T, I>>;
Expand description

State roots of parachain heads which have been imported into the pallet.

Storage type is [StorageDoubleMap] with key1 type < ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider > :: Key1, key2 type < ImportedParaHeadsKeyProvider as StorageDoubleMapKeyProvider > :: Key2 and value type StoredParaHeadDataOf < T, I >.

Aliased Type§

struct ImportedParaHeads<T: Config<I>, I: 'static = ()>(/* private fields */);