Type Definition pallet_balances::pallet::InactiveIssuance
source · pub type InactiveIssuance<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageInactiveIssuance<T, I>, T::Balance, ValueQuery>;Expand description
The total units of outstanding deactivated balance in the system.
Storage type is StorageValue with value type T :: Balance.