Function escrow::pallet::dispatchables::update_user_stake
source · pub fn update_user_stake<T: Config>(target_user: T::AccountId)
Expand description
Update the stake amount for a user.
Arguments
origin
- Sender of the transaction.target_user
- The account ID of the user whose stake amount needs to be updated.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_user_stake
.