Function pallet_bounties::pallet::dispatchables::approve_bounty
source · pub fn approve_bounty<T: Config<I>, I: 'static>(bounty_id: BountyIndex)
Expand description
Approve a bounty proposal. At a later time, the bounty will be funded and become active and the original deposit will be returned.
May only be called from T::SpendOrigin
.
§Complexity
- O(1).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::approve_bounty
.