Function pallet_bounties::pallet::dispatchables::accept_curator
source · pub fn accept_curator<T: Config<I>, I: 'static>(bounty_id: BountyIndex)
Expand description
Accept the curator role for a bounty. A deposit will be reserved from curator and refund upon successful payout.
May only be called from the curator.
§Complexity
- O(1).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::accept_curator
.