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

Upward messages that are still pending and not yet send to the relay chain.

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

Aliased Type§

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