pub type HrmpChannelContents<T: Config> = StorageMap<_GeneratedPrefixForStorageHrmpChannelContents<T>, Twox64Concat, HrmpChannelId, Vec<InboundHrmpMessage<T::BlockNumber>>, ValueQuery>;
Expand description

Storage for the messages for each channel. Invariant: cannot be non-empty if the corresponding channel in HrmpChannels is None.