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

Aliased Type§

struct Deactivated<T: Config<I>, I: 'static = ()>(/* private fields */);