pub type Nonce<T: Config> = StorageMap<_GeneratedPrefixForStorageNonce<T>, Twox64Concat, ChannelId, u64, ValueQuery>;Expand description
The current nonce for each channel
Storage type is [StorageMap] with key type ChannelId and value type u64.
Aliased Type§
struct Nonce<T: Config>(/* private fields */);