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