pub fn transfer_stake<T: Config>(
staker: <T as Config>::AccountId,
from: <T as Config>::AccountId,
to: <T as Config>::AccountId,
amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
) -> DispatchResultExpand description
Transfers stake from an account to another (see remove_stake,
add_stake).