pub type Usages<T: Config> = StorageMap<_GeneratedPrefixForStorageUsages<T>, Blake2_128Concat, T::RestrictedEntity, Usage<<<T as Config>::OnChargeTransaction as OnChargeTransaction<T>>::Balance, BlockNumberFor<T>>>;
Expand description
The current usage for each entity.
Storage type is [StorageMap
] with key type T :: RestrictedEntity
and value type Usage < BalanceOf < T > , BlockNumberFor < T > >
.
Aliased Type§
struct Usages<T: Config>(/* private fields */);