Function pallet_staking::asset::total_balance
source · pub fn total_balance<T: Config>(who: &T::AccountId) -> BalanceOf<T>
Expand description
Total balance of who
. Includes both, free and reserved.
pub fn total_balance<T: Config>(who: &T::AccountId) -> BalanceOf<T>
Total balance of who
. Includes both, free and reserved.