Type Alias 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
.
Aliased Type§
struct InactiveIssuance<T: Config<I>, I: 'static = ()>(PhantomData<(_GeneratedPrefixForStorageInactiveIssuance<T, I>, <T as Config<I>>::Balance, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageInactiveIssuance<T, I>, <T as Config<I>>::Balance, ValueQuery, GetDefault)>