Expand description
Functions§
- accept_
curator - Accept the curator role for a bounty. A deposit will be reserved from curator and refund upon successful payout.
- approve_
bounty - Approve a bounty proposal. At a later time, the bounty will be funded and become active and the original deposit will be returned.
- approve_
bounty_ with_ curator - Approve bountry and propose a curator simultaneously.
This call is a shortcut to calling
approve_bounty
andpropose_curator
separately. - award_
bounty - Award bounty to a beneficiary account. The beneficiary will be able to claim the funds after a delay.
- claim_
bounty - Claim the payout from an awarded bounty after payout delay.
- close_
bounty - Cancel a proposed or active bounty. All the funds will be sent to treasury and the curator deposit will be unreserved if possible.
- extend_
bounty_ expiry - Extend the expiry time of an active bounty.
- poke_
deposit - Poke the deposit reserved for creating a bounty proposal.
- propose_
bounty - Propose a new bounty.
- propose_
curator - Propose a curator to a funded bounty.
- unassign_
curator - Unassign curator from a bounty.