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

Assign 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.