Type Alias pallet_bridge_grandpa::pallet::ImportedHeaders
source · pub type ImportedHeaders<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageImportedHeaders<T, I>, Identity, BridgedBlockHash<T, I>, BridgedStoredHeaderData<T, I>, OptionQuery, GetDefault, MaybeHeadersToKeep<T, I>>;
Expand description
Relevant fields of imported headers.
Storage type is [StorageMap
] with key type BridgedBlockHash < T, I >
and value type BridgedStoredHeaderData < T, I >
.
Aliased Type§
struct ImportedHeaders<T: Config<I>, I: 'static = ()>(/* private fields */);