mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-18 21:04:00 +01:00
Fixed and updated README RPC doc links
This commit is contained in:
parent
f8e5de1974
commit
73c31757e1
1 changed files with 4 additions and 1 deletions
|
@ -126,11 +126,14 @@ Note that there are lower-level interfaces (and more options to these interfaces
|
|||
JSON-RPC interface is documented in the following manual pages:
|
||||
|
||||
* [invoice](doc/lightning-invoice.7.txt)
|
||||
* [listinvoice](doc/lightning-listinvoice.7.txt)
|
||||
* [listinvoices](doc/lightning-listinvoices.7.txt)
|
||||
* [waitinvoice](doc/lightning-waitinvoice.7.txt)
|
||||
* [waitanyinvoice](doc/lightning-waitanyinvoice.7.txt)
|
||||
* [delinvoice](doc/lightning-delinvoice.7.txt)
|
||||
* [getroute](doc/lightning-getroute.7.txt)
|
||||
* [sendpay](doc/lightning-sendpay.7.txt)
|
||||
* [pay](doc/lightning-pay.7.txt)
|
||||
* [listpayments](doc/lightning-listpayments.7.txt)
|
||||
* [decodepay](doc/lightning-decodepay.7.txt)
|
||||
|
||||
For simple access to the JSON-RPC interface you can use the `cli/lightning-cli` tool, or the [python API client](contrib/pylightning).
|
||||
|
|
Loading…
Add table
Reference in a new issue