pub type LastProcessedNonce<T: Config> = StorageValue<_GeneratedPrefixForStorageLastProcessedNonce<T>, T::MessageNonce, ValueQuery>;
Expand description

Storage that is used for keeping track of the last nonce that was processed.

Storage type is [StorageValue] with value type T :: MessageNonce.

Aliased Type§

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