Skip to content

V0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vincenzopalazzo vincenzopalazzo released this 02 Nov 17:06
· 211 commits to master since this release
6759d28

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