Type Alias orml_tokens::module::TotalIssuance

source ·
pub type TotalIssuance<T: Config> = StorageMap<_GeneratedPrefixForStorageTotalIssuance<T>, Twox64Concat, T::CurrencyId, T::Balance, ValueQuery>;
Expand description

The total issuance of a token type.

Storage type is StorageMap with key type T :: CurrencyId and value type T :: Balance.

Aliased Type§

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