award_bounty: TxDescriptor<{ beneficiary: MultiAddress; bounty_id: number }>

Award bounty to a beneficiary account. The beneficiary will be able to claim the funds after a delay.

The dispatch origin for this call must be the curator of this bounty.

  • bounty_id: Bounty ID to award.
  • beneficiary: The beneficiary account whom will receive the payout.
  • O(1).