Function pallet_bounties::pallet::dispatchables::propose_curator
source · pub fn propose_curator<T: Config<I>, I: 'static>(
bounty_id: BountyIndex,
curator: <<T as Config>::Lookup as StaticLookup>::Source,
fee: BalanceOf<T, I>,
)
Expand description
Propose a curator to a funded bounty.
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::propose_curator
.