Module pallet_bounties::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet. Note that members of this module cannot be used directly and are only provided for documentation purposes.
Functions
- Accept the curator role for a bounty. A deposit will be reserved from curator and refund upon successful payout.
- Approve a bounty proposal. At a later time, the bounty will be funded and become active and the original deposit will be returned.
- Award bounty to a beneficiary account. The beneficiary will be able to claim the funds after a delay.
- Claim the payout from an awarded bounty after payout delay.
- Cancel a proposed or active bounty. All the funds will be sent to treasury and the curator deposit will be unreserved if possible.
- Extend the expiry time of an active bounty.
- Propose a new bounty.
- Assign a curator to a funded bounty.
- Unassign curator from a bounty.