Type Alias pallet_balances::pallet::TotalIssuance  
source · pub type TotalIssuance<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageTotalIssuance<T, I>, T::Balance, ValueQuery>;Expand description
The total units issued in the system.
Storage type is [StorageValue] with value type T :: Balance.
Aliased Type§
struct TotalIssuance<T: Config<I>, I: 'static = ()>(PhantomData<(_GeneratedPrefixForStorageTotalIssuance<T, I>, <T as Config<I>>::Balance, ValueQuery, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageTotalIssuance<T, I>, <T as Config<I>>::Balance, ValueQuery, GetDefault)>