Type Alias polkadot_runtime_parachains::hrmp::pallet::HrmpOpenChannelRequestCount
source · pub type HrmpOpenChannelRequestCount<T: Config> = StorageMap<_GeneratedPrefixForStorageHrmpOpenChannelRequestCount<T>, Twox64Concat, Id, u32, ValueQuery>;
Expand description
This mapping tracks how many open channel requests are initiated by a given sender para.
Invariant: HrmpOpenChannelRequests
should contain the same number of items that has
(X, _)
as the number of HrmpOpenChannelRequestCount
for X
.
Storage type is [StorageMap
] with key type ParaId
and value type u32
.
Aliased Type§
struct HrmpOpenChannelRequestCount<T: Config>(/* private fields */);