Object |
RestClient.getBalance(String address) |
Block |
RestClient.getBlock(int height) |
Block |
RestClient.getBlock(String hash) |
int |
RestClient.getBlockHeight() |
Object |
RestClient.getBlockJson(int height) |
Object |
RestClient.getBlockJson(String hash) |
Object |
RestClient.getContract(String hash) |
Object |
RestClient.getContractJson(String hash) |
int |
RestClient.getNodeCount() |
Transaction |
RestClient.getRawTransaction(String txhash) |
Object |
RestClient.getRawTransactionJson(String txhash) |
String |
RestClient.sendRawTransaction(boolean preExec,
String userid,
String hexData) |
String |
RestClient.sendRawTransaction(String hexData) |