createBountyInvoice
Create a Lightning invoice for bounty escrow, specifying the issue ID and amount to enable secure payments.
Instructions
Create Lightning invoice for bounty escrow (POST /api/bounty/create). Use GITTR_LNBITS_* env or pass lnbitsUrl + lnbitsAdminKey. Publish kind 9806 after pay via publishBountyToNostr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| issueId | Yes | ||
| lnbitsUrl | No | ||
| description | No | ||
| lnbitsAdminKey | No |