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