V0.1.1
Pre-release
Pre-release
·
211 commits
to master
since this release
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