pub fn award_bounty<T: Config<I>, I: 'static>(
    bounty_id: BountyIndex,
    beneficiary: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description

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.

Complexity

  • O(1).

Warning: Doc-Only

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