pub type RelayDispatchQueues<T: Config> = StorageMap<_GeneratedPrefixForStorageRelayDispatchQueues<T>, Twox64Concat, ParaId, Vec<UpwardMessage>, ValueQuery>;
Expand description

The messages waiting to be handled by the relay-chain originating from a certain parachain.

Note that some upward messages might have been already processed by the inclusion logic. E.g. channel management messages.

The messages are processed in FIFO order.