Type Alias polkadot_runtime_parachains::dmp::pallet::DownwardMessageQueues
source · pub type DownwardMessageQueues<T: Config> = StorageMap<_GeneratedPrefixForStorageDownwardMessageQueues<T>, Twox64Concat, Id, Vec<InboundDownwardMessage<BlockNumberFor<T>>>, ValueQuery>;
Expand description
The downward messages addressed for a certain para.
Storage type is [StorageMap
] with key type ParaId
and value type Vec < InboundDownwardMessage < BlockNumberFor < T > > >
.
Aliased Type§
struct DownwardMessageQueues<T: Config>(/* private fields */);