stake: TxDescriptor<{ dao_id: number; value: bigint }>

Lock up and stake balance of the origin account.

value must be more than the minimum_stake specified by MinimumStakingAmount unless account already has bonded value equal or more than 'minimum_stake'.

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

  • dao_id: Id of the dao to stake towards.
  • value: Amount to stake.