move_stake: TxDescriptor<{ amount: bigint; from_dao: number; to_dao: number }>

Move stake from one dao to another.

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

  • from_dao: Id of the dao to move stake from.
  • amount: Amount to move.
  • to_dao: Id of the dao to move stake to.