pub type UpwardMessages<T: Config> = StorageValue<_GeneratedPrefixForStorageUpwardMessages<T>, Vec<UpwardMessage>, ValueQuery>;
Expand description

Upward 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 < UpwardMessage >.

Aliased Type§

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