Object |
Interfaces.call(String method,
Object... params) |
Block |
RpcClient.getBlock(int index) |
Block |
RpcClient.getBlock(UInt256 hash) |
int |
RpcClient.getBlockCount() |
int |
RpcClient.getBlockHeight() |
Object |
RpcClient.getBlockJson(int index) |
Object |
RpcClient.getBlockJson(String hash) |
Object |
RpcClient.getContract(String hash) |
Object |
RpcClient.getContractJson(String hash) |
int |
RpcClient.getNodeCount() |
Transaction |
RpcClient.getRawTransaction(String txhash) |
String |
RpcClient.getRawTransaction(UInt256 txhash) |
Object |
RpcClient.getRawTransactionJson(String txhash) |
Object |
RpcClient.sendRawTransaction(boolean preExec,
String userid,
String sData) |
String |
RpcClient.sendRawTransaction(String sData) |