approve_bounty: TxDescriptor<{
    bounty_id: number;
}>

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.

  • O(1).