Type Alias polkadot_runtime_parachains::paras::pallet::Heads
source · pub type Heads<T: Config> = StorageMap<_GeneratedPrefixForStorageHeads<T>, Twox64Concat, Id, HeadData>;
Expand description
The head-data of every registered para.
Storage type is [StorageMap
] with key type ParaId
and value type HeadData
.
Aliased Type§
struct Heads<T: Config>(/* private fields */);