|
7042 | 7042 | "invstring": { |
7043 | 7043 | "type": "string", |
7044 | 7044 | "description": [ |
7045 | | - "The bolt11 form, but the final signature is ignored. Minimal sanity checks are done. (Note: if **experimental-offers** is enabled, *invstring* can actually be an unsigned bolt12 invoice)." |
| 7045 | + "The bolt11/bolt12 invoice, but the final signature is ignored. Minimal sanity checks are done." |
7046 | 7046 | ] |
7047 | 7047 | }, |
7048 | 7048 | "label": { |
|
7092 | 7092 | "bolt12": { |
7093 | 7093 | "type": "string", |
7094 | 7094 | "description": [ |
7095 | | - "The bolt12 string instead of **bolt11** (**experimental-offers** only)." |
| 7095 | + "The bolt12 string instead of **bolt11**" |
7096 | 7096 | ] |
7097 | 7097 | }, |
7098 | 7098 | "payment_hash": { |
|
7192 | 7192 | "local_offer_id": { |
7193 | 7193 | "type": "hex", |
7194 | 7194 | "description": [ |
7195 | | - "The *id* of our offer which created this invoice (**experimental-offers** only)." |
| 7195 | + "The *id* of our offer which created this invoice." |
7196 | 7196 | ], |
7197 | 7197 | "maxLength": 64, |
7198 | 7198 | "minLength": 64 |
7199 | 7199 | }, |
7200 | 7200 | "invreq_payer_note": { |
7201 | 7201 | "type": "string", |
7202 | 7202 | "description": [ |
7203 | | - "The optional *invreq_payer_note* from invoice_request which created this invoice (**experimental-offers** only)." |
| 7203 | + "The optional *invreq_payer_note* from invoice_request which created this invoice." |
7204 | 7204 | ] |
7205 | 7205 | } |
7206 | 7206 | }, |
|
11588 | 11588 | "bolt12": { |
11589 | 11589 | "type": "string", |
11590 | 11590 | "description": [ |
11591 | | - "The bolt12 string (if supplied for pay: **experimental-offers** only)." |
| 11591 | + "The bolt12 string (if supplied for pay)." |
11592 | 11592 | ] |
11593 | 11593 | }, |
11594 | 11594 | "erroronion": { |
|
12350 | 12350 | "added": "v22.11", |
12351 | 12351 | "rpc": "disableinvoicerequest", |
12352 | 12352 | "title": "Command for removing an invoice request", |
12353 | | - "warning": "experimental-offers only", |
12354 | 12353 | "description": [ |
12355 | 12354 | "The **disableinvoicerequest** RPC command disables an invoice_request, so that no further invoices will be accepted (and thus, no further payments made)..", |
12356 | 12355 | "", |
|
12458 | 12457 | "type": "object", |
12459 | 12458 | "rpc": "disableoffer", |
12460 | 12459 | "title": "Command for removing an offer", |
12461 | | - "warning": "experimental-offers only", |
12462 | 12460 | "description": [ |
12463 | 12461 | "The **disableoffer** RPC command disables an offer, so that no further invoices will be given out.", |
12464 | 12462 | "", |
|
12708 | 12706 | "type": "object", |
12709 | 12707 | "rpc": "disableoffer", |
12710 | 12708 | "title": "Command for re-enabling an offer", |
12711 | | - "warning": "experimental-offers only", |
12712 | 12709 | "description": [ |
12713 | 12710 | "The **enableoffer** RPC command enables an offer, after it has been disabled." |
12714 | 12711 | ], |
|
13369 | 13366 | "type": "object", |
13370 | 13367 | "rpc": "fetchinvoice", |
13371 | 13368 | "title": "Command for fetch an invoice for an offer", |
13372 | | - "warning": "experimental-offers only", |
13373 | 13369 | "description": [ |
13374 | 13370 | "The **fetchinvoice** RPC command contacts the issuer of an *offer* to get an actual invoice that can be paid. It highlights any changes between the offer and the returned invoice.", |
13375 | 13371 | "", |
|
16809 | 16805 | "added": "v22.11", |
16810 | 16806 | "rpc": "invoicerequest", |
16811 | 16807 | "title": "Command for offering payments", |
16812 | | - "warning": "experimental-offers only", |
16813 | 16808 | "description": [ |
16814 | 16809 | "The **invoicerequest** RPC command creates an `invoice_request` to send payments: it automatically enables the processing of an incoming invoice, and payment of it. The reader of the resulting `invoice_request` can use lightning-sendinvoice(7) to collect their payment." |
16815 | 16810 | ], |
@@ -23014,13 +23009,13 @@ |
23014 | 23009 | "local_offer_id": { |
23015 | 23010 | "type": "hash", |
23016 | 23011 | "description": [ |
23017 | | - "The *id* of our offer which created this invoice (**experimental-offers** only)." |
| 23012 | + "The *id* of our offer which created this invoice." |
23018 | 23013 | ] |
23019 | 23014 | }, |
23020 | 23015 | "invreq_payer_note": { |
23021 | 23016 | "type": "string", |
23022 | 23017 | "description": [ |
23023 | | - "The optional *invreq_payer_note* from invoice_request which created this invoice (**experimental-offers** only)." |
| 23018 | + "The optional *invreq_payer_note* from invoice_request which created this invoice." |
23024 | 23019 | ] |
23025 | 23020 | }, |
23026 | 23021 | "created_index": { |
|
23657 | 23652 | "type": "object", |
23658 | 23653 | "rpc": "listoffers", |
23659 | 23654 | "title": "Command for listing offers", |
23660 | | - "warning": "experimental-offers only", |
23661 | 23655 | "description": [ |
23662 | 23656 | "The **listoffers** RPC command list all offers, or with `offer_id`, only the offer with that offer_id (if it exists)." |
23663 | 23657 | ], |
|
23944 | 23938 | "bolt12": { |
23945 | 23939 | "type": "string", |
23946 | 23940 | "description": [ |
23947 | | - "The bolt12 string (if supplied for pay: **experimental-offers** only)." |
| 23941 | + "The bolt12 string (if supplied for pay)." |
23948 | 23942 | ] |
23949 | 23943 | }, |
23950 | 23944 | "created_index": { |
|
28230 | 28224 | "type": "object", |
28231 | 28225 | "rpc": "offer", |
28232 | 28226 | "title": "Command for accepting payments", |
28233 | | - "warning": "experimental-offers only", |
28234 | 28227 | "description": [ |
28235 | 28228 | "The **offer** RPC command creates an offer (or returns an existing one), which is a precursor to creating one or more invoices. It automatically enables the processing of an incoming invoice_request, and issuing of invoices.", |
28236 | 28229 | "", |
|
29583 | 29576 | "bolt11": { |
29584 | 29577 | "type": "string", |
29585 | 29578 | "description": [ |
29586 | | - "Bolt11 invoice, if **experimental-offers** is enabled, it can actually be a bolt12 invoice, such as one received from lightningd-fetchinvoice(7). If it does not contain an amount, *amount_msat* is required, otherwise if it is specified it must be *null*." |
| 29579 | + "Bolt11 or bolt12 invoice (such as one received from lightningd-fetchinvoice(7)). For a bolt11 invoice, if it does not contain an amount, *amount_msat* is required, otherwise if it is specified it must be *null*." |
29587 | 29580 | ] |
29588 | 29581 | }, |
29589 | 29582 | "amount_msat": { |
|
31502 | 31495 | "type": "object", |
31503 | 31496 | "rpc": "sendinvoice", |
31504 | 31497 | "title": "Command for send an invoice for an offer", |
31505 | | - "warning": "experimental-offers only", |
31506 | 31498 | "description": [ |
31507 | 31499 | "The **sendinvoice** RPC command creates and sends an invoice to the issuer of an *invoice_request* for it to pay: lightning-invoicerequest(7).", |
31508 | 31500 | "", |
|
31942 | 31934 | "bolt12": { |
31943 | 31935 | "type": "string", |
31944 | 31936 | "description": [ |
31945 | | - "The bolt12 string (if supplied: **experimental-offers** only)." |
| 31937 | + "The bolt12 string (if supplied)." |
31946 | 31938 | ] |
31947 | 31939 | }, |
31948 | 31940 | "partid": { |
|
32327 | 32319 | "bolt12": { |
32328 | 32320 | "type": "string", |
32329 | 32321 | "description": [ |
32330 | | - "The bolt12 string (if supplied: **experimental-offers** only)." |
| 32322 | + "The bolt12 string (if supplied)." |
32331 | 32323 | ] |
32332 | 32324 | }, |
32333 | 32325 | "message": {}, |
|
36635 | 36627 | "bolt12": { |
36636 | 36628 | "type": "string", |
36637 | 36629 | "description": [ |
36638 | | - "The bolt12 string (if supplied for pay: **experimental-offers** only)." |
| 36630 | + "The bolt12 string (if supplied for pay)." |
36639 | 36631 | ] |
36640 | 36632 | }, |
36641 | 36633 | "message": {}, |
|
0 commit comments