clightning4j / JRPClightning

:zap: Java framework for C-Lightning to work with the RPC interface, and also the library simplifies the work to develop custom plugins with Java, Kotlin, and all the languages that supports the Java dependencies :zap:
https://clightning4j.github.io/JRPClightning/
GNU General Public License v2.0
16 stars 9 forks source link

Make a lite interface of the ClightnigRPC #62

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 3 years ago

The core is that we can avoid mixing the code where there is a generic method that returns a Java object and not a generic method that returns a not java object, but a JSON payload or gives the possibility to fill a java obj with a JSON content.