Function transfer_stake

Source
pub fn transfer_stake<T: Config>(
    agent_key: <T as Config>::AccountId,
    new_agent_key: <T as Config>::AccountId,
    amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)
Expand description

Transfers origin’s stakes from an agent to another.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::transfer_stake.