pub type Limits<T: Config> = StorageMap<_GeneratedPrefixForStorageLimits<T>, Blake2_128Concat, T::AccountId, (BlockNumberFor<T>, BlockNumberFor<T>)>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type (BlockNumberFor < T >, BlockNumberFor < T >)
.