Releases: clightning4j/JRPClightning
Releases · clightning4j/JRPClightning
V0.1.1
The first version of the Wrapper and contains only the essential command, so the command supports are:
- LISTINVOICE
- DELINVOICE
- CLOSE
- TXDISCARD
- TXSEND
- WITHDRAW
- CONNECT
- FUNDCHANNEL
- LISTFUNDS
- DECODEPAY
- LISTPEERS
- LISTCHANNELS
- LISTSENDPAYS
- PAY
An example of using the commands is:
CLightningInvoice invoice = CLightningRPC.getInstance().getInvoice(50000, "This is an java wrapper", "a description");
Some docs are available here