Type Definition pallet_staking::BalanceOf
source · pub type BalanceOf<T> = <T as Config>::CurrencyBalance;
Expand description
The balance type of this pallet.
pub type BalanceOf<T> = <T as Config>::CurrencyBalance;
The balance type of this pallet.