create_bounty
Attach a reward to incentivize work on Gitopia issues by creating an on-chain bounty with specified tokens and optional expiry.
Instructions
Use this when you want to incentivize work on an issue by attaching a reward. Signs and broadcasts an on-chain transaction. Returns the bounty ID. Requires 'owner', 'name', 'issue_iid', and 'amount' (array of {denom, amount} coins, amount as string). Optional: 'expiry' (unix timestamp). See also: list_bounties, get_bounty, update_bounty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes | ||
| issue_iid | Yes | ||
| amount | Yes | ||
| expiry | No |