pub type HrmpOutboundMessages<T: Config> = StorageValue<_GeneratedPrefixForStorageHrmpOutboundMessages<T>, Vec<OutboundHrmpMessage>, ValueQuery>;
Expand description

HRMP messages that were sent in a block.

This will be cleared in on_initialize of each new block.

Storage type is [StorageValue] with value type Vec < OutboundHrmpMessage >.

Aliased Type§

struct HrmpOutboundMessages<T: Config>(/* private fields */);