pub fn set_stakeable_balance<T: Config>(who: &T::AccountId, value: BalanceOf<T>)Expand description
Set balance that can be staked for who.
If Value is lower than the current staked balance, the difference is unlocked.
Should only be used with test.