referrerpolicy=no-referrer-when-downgrade

Type Alias xcm_simulator::dmp::pallet::DownwardMessageQueues

pub type DownwardMessageQueues<T>
where T: Config,
= StorageMap<_GeneratedPrefixForStorageDownwardMessageQueues<T>, Twox64Concat, Id, Vec<InboundDownwardMessage<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number>>, 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>(/* private fields */)
where
    T: Config;