Type Definition pallet_nomination_pools::BalanceOf

source ·
pub type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
Expand description

The balance type used by the currency system.