Class EthereumClient

java.lang.Object
org.consensusj.jsonrpc.DefaultRpcClient
org.consensusj.ethereum.jsonrpc.EthereumClient
All Implemented Interfaces:
AutoCloseable, AsyncSupport, JsonRpcClient<JavaType>, JsonRpcTransport<JavaType>

public class EthereumClient extends DefaultRpcClient
A partial implementation of an Ethereum RPC Client How to mine just a little for "reg test mode" in Eth: https://github.com/ethereum/go-ethereum/wiki/bitchin-tricks See also: https://github.com/ethereum/go-ethereum/wiki/Management-APIs