Class BitcoinCLITool

java.lang.Object
org.consensusj.jsonrpc.cli.BaseJsonRpcTool
org.consensusj.bitcoin.cli.BitcoinCLITool
All Implemented Interfaces:
ToolProvider

public class BitcoinCLITool extends BaseJsonRpcTool
An attempt at cloning the bitcoin-cli tool, but using Java and bitcoinj. The generic JSON-RPC client in consensusj-jsonrpc-cli is better-maintained.