Function pallet_ocif_staking::pallet::dispatchables::move_stake

source ·
pub fn move_stake<T: Config>(
    from_core: T::CoreId,
    amount: BalanceOf<T>,
    to_core: T::CoreId,
)
Expand description

Move stake from one core to another.

The dispatch origin for this call must be Signed by the staker’s account.

  • from_core: Id of the core to move stake from.
  • amount: Amount to move.
  • to_core: Id of the core to move stake to.

§Warning: Doc-Only

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