Type Definition 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.