pub type PendingUpwardSignals<T: Config> = StorageValue<_GeneratedPrefixForStoragePendingUpwardSignals<T>, Vec<UpwardMessage>, ValueQuery>;Expand description
Upward signals that are still pending and not yet sent to the relay chain.
This will be cleared in on_finalize for each block.
Storage type is [StorageValue] with value type Vec < UpwardMessage >.
Aliased Type§
struct PendingUpwardSignals<T: Config>(/* private fields */);