pub type NextDepositSequence<T: Config> = StorageMap<_GeneratedPrefixForStorageNextDepositSequence<T>, Blake2_128Concat, T::AccountId, u64, ValueQuery>;Expand description
Stores the next deposit sequence number for each account.
Storage type is [StorageMap] with key type T :: AccountId and value type u64.
Aliased Typeยง
struct NextDepositSequence<T: Config>(/* private fields */);