Type Definition pallet_staking::BalanceOf [−][src]
type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
Expand description
The balance type of this pallet.
type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
The balance type of this pallet.