Type Definition polkadot_runtime_parachains::hrmp::pallet::HrmpEgressChannelsIndex
source · pub type HrmpEgressChannelsIndex<T: Config> = StorageMap<_GeneratedPrefixForStorageHrmpEgressChannelsIndex<T>, Twox64Concat, ParaId, Vec<ParaId>, ValueQuery>;
Expand description
Storage type is StorageMap
with key type ParaId
and value type Vec < ParaId >
.