Type Alias pallet_quota::pallet::IdtyQuota

source ·
pub type IdtyQuota<T: Config> = StorageMap<_GeneratedPrefixForStorageIdtyQuota<T>, Twox64Concat, IdtyId<T>, Quota<BlockNumberFor<T>, BalanceOf<T>>, OptionQuery>;
Expand description

The quota for each identity.

Storage type is [StorageMap] with key type IdtyId < T > and value type Quota < BlockNumberFor < T > , BalanceOf < T > >.

Aliased Type§

struct IdtyQuota<T: Config>(/* private fields */);