Function pallet_staking::asset::staked
source · pub fn staked<T: Config>(who: &T::AccountId) -> BalanceOf<T>
Expand description
Balance of who
that is currently at stake.
The staked amount is locked and cannot be transferred out of who
s account.