Function pallet_dapp_staking::pallet::dispatchables::move_stake
source · pub fn move_stake<T: Config>(
source_contract: T::SmartContract,
destination_contract: T::SmartContract,
amount: Balance
)
Expand description
Transfers stake between two smart contracts, ensuring bonus status preservation if eligible.
Emits a StakeMoved
event.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::move_stake
.