Function remove_stake

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

Removes stakes from origin to the agent key.

ยงWarning: Doc-Only

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