Type Definition supply::pallet::LastEmission
source · pub type LastEmission<T: Config> = StorageValue<_GeneratedPrefixForStorageLastEmission<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;Expand description
Storage type is [StorageValue] with value type BalanceOf < T >.