referrerpolicy=no-referrer-when-downgrade

UpwardMessages

Type Alias UpwardMessages 

Source
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 for each new block.

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

Aliased Type§

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