Type Definition pallet_treasury::pallet::Deactivated
source · pub type Deactivated<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageDeactivated<T, I>, BalanceOf<T, I>, ValueQuery>;
Expand description
The amount which has been reported as inactive to Currency.
Storage type is StorageValue
with value type BalanceOf < T, I >
.