pub type Nonce<T: Config> = StorageMap<_GeneratedPrefixForStorageNonce<T>, Blake2_128Concat, DefaultVaultId<T>, T::Nonce, ValueQuery>;
Expand description
The nonce of the current staking pool, used in force refunds. This is a strictly increasing value.
Storage type is [StorageMap
] with key type DefaultVaultId < T >
and value type T :: Nonce
.