pub type LastProcessedDownwardMessage<T: Config> = StorageValue<_GeneratedPrefixForStorageLastProcessedDownwardMessage<T>, InboundMessageId>;Expand description
The last processed downward message.
We need to keep track of this to filter the messages that have been already processed.
Storage type is [StorageValue] with value type InboundMessageId.
Aliased Type§
struct LastProcessedDownwardMessage<T: Config>(/* private fields */);