pub type AssetOf<T, I = ()> = <<T as Config<I>>::Asset as Inspect<Proprietor<T>>>::Balance;Expand description
The fungible balance type for assets handled by the pallet.
Derived from the pallet’s Config::Asset type and associated with the Proprietor.