propose_curator: TxDescriptor<{
    bounty_id: number;
    curator: MultiAddress;
    fee: bigint;
}>

Propose a curator to a funded bounty.

May only be called from T::SpendOrigin.

  • O(1).