jar

io.github.clightning4j : lite-bitcoin-rpc

Maven & Gradle

Apr 26, 2021
0 stars

lite-bitcoin-rpc · A (another) Lite RPC wrapper for Bitcoin Core RPC 1.0, that permitted to have flexibility into making the request with different versions of Bitcoin Core without lost compatibility during the update.

Table Of Contents

Latest Version

Download io.github.clightning4j : lite-bitcoin-rpc JAR file - Latest Versions:

All Versions

Download io.github.clightning4j : lite-bitcoin-rpc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lite-bitcoin-rpc-0.0.1-rc1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.clightning4j.litebtc

├─ io.github.clightning4j.litebtc.LiteBitcoinRPC.class - [JAR]

io.github.clightning4j.litebtc.utils.gson

├─ io.github.clightning4j.litebtc.utils.gson.JsonConverter.class - [JAR]

io.github.clightning4j.litebtc.exceptions

├─ io.github.clightning4j.litebtc.exceptions.BitcoinCoreException.class - [JAR]

├─ io.github.clightning4j.litebtc.exceptions.LiteBitcoinRPCException.class - [JAR]

├─ io.github.clightning4j.litebtc.exceptions.UtilsExceptions.class - [JAR]

io.github.clightning4j.litebtc.model.bitcoin

├─ io.github.clightning4j.litebtc.model.bitcoin.BlockchainInfo.class - [JAR]

io.github.clightning4j.litebtc.model.generic

├─ io.github.clightning4j.litebtc.model.generic.Configuration.class - [JAR]

├─ io.github.clightning4j.litebtc.model.generic.Parameters.class - [JAR]

├─ io.github.clightning4j.litebtc.model.generic.ResponseWrapper.class - [JAR]

io.github.clightning4j.litebtc.utils.okhttp

├─ io.github.clightning4j.litebtc.utils.okhttp.BitcoinAuthenticator.class - [JAR]

├─ io.github.clightning4j.litebtc.utils.okhttp.HttpFactory.class - [JAR]