Type Alias polkadot_runtime_parachains::hrmp::pallet::HrmpEgressChannelsIndex
source · pub type HrmpEgressChannelsIndex<T: Config> = StorageMap<_GeneratedPrefixForStorageHrmpEgressChannelsIndex<T>, Twox64Concat, Id, Vec<Id>, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type ParaId
and value type Vec < ParaId >
.
Aliased Type§
struct HrmpEgressChannelsIndex<T: Config>(/* private fields */);