| Modifier and Type | Class and Description |
|---|---|
class |
RestfulException |
class |
RpcException |
| Modifier and Type | Method and Description |
|---|---|
String |
RestClient.getAllowance(String asset,
String from,
String to) |
int |
RestClient.getBlockHeightByTxHash(String hash) |
String |
RestClient.getGrantOng(String address) |
Object |
RestClient.getMemPoolTxCount() |
Object |
RestClient.getMemPoolTxState(String hash) |
Object |
RestClient.getMerkleProof(String hash) |
int |
RestClient.getNetworkId() |
Object |
RestClient.getNodeSyncStatus() |
String |
RestClient.getSideChainData(String sideChainID) |
Object |
RestClient.getSmartCodeEvent(int height) |
Object |
RestClient.getSmartCodeEvent(String hash) |
String |
RestClient.getStorage(String codehash,
String key) |
String |
RestClient.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
RpcClient.getAllowance(String asset,
String from,
String to) |
Object |
RpcClient.getBalance(String address) |
Block |
RpcClient.getBlock(String hash) |
int |
RpcClient.getBlockHeightByTxHash(String hash) |
String |
RpcClient.getGrantOng(String address) |
Object |
RpcClient.getMemPoolTxCount() |
Object |
RpcClient.getMemPoolTxState(String hash) |
Object |
RpcClient.getMerkleProof(String hash) |
int |
RpcClient.getNetworkId() |
Object |
RpcClient.getNodeSyncStatus() |
String |
RpcClient.getSideChainData(String sideChainID) |
Object |
RpcClient.getSmartCodeEvent(int height) |
Object |
RpcClient.getSmartCodeEvent(String hash) |
String |
RpcClient.getStorage(String codehash,
String key) |
String |
RpcClient.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
WebsocketClient.getAllowance(String asset,
String from,
String to) |
Object |
WebsocketClient.getBalance(String address) |
Block |
WebsocketClient.getBlock(int height) |
Block |
WebsocketClient.getBlock(String hash) |
int |
WebsocketClient.getBlockHeight() |
int |
WebsocketClient.getBlockHeightByTxHash(String hash) |
Block |
WebsocketClient.getBlockJson(int height) |
Block |
WebsocketClient.getBlockJson(String hash) |
Object |
WebsocketClient.getContract(String hash) |
Object |
WebsocketClient.getContractJson(String hash) |
String |
WebsocketClient.getGrantOng(String address) |
Object |
WebsocketClient.getMemPoolTxCount() |
Object |
WebsocketClient.getMemPoolTxState(String hash) |
Object |
WebsocketClient.getMerkleProof(String hash) |
int |
WebsocketClient.getNetworkId() |
int |
WebsocketClient.getNodeCount() |
Object |
WebsocketClient.getNodeSyncStatus() |
Transaction |
WebsocketClient.getRawTransaction(String txhash) |
Object |
WebsocketClient.getRawTransactionJson(String txhash) |
String |
WebsocketClient.getSideChainData(String sideChainID) |
Object |
WebsocketClient.getSmartCodeEvent(int height) |
Object |
WebsocketClient.getSmartCodeEvent(String hash) |
String |
WebsocketClient.getStorage(String codehash,
String key) |
String |
WebsocketClient.getVersion() |
Object |
WebsocketClient.sendRawTransaction(boolean preExec,
String userid,
String hexData) |
Object |
WebsocketClient.sendRawTransaction(String hexData) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Governance.getConfiguration() |
GlobalParam |
Governance.getGlobalParam() |
String |
GlobalParams.getGlobalParam(String[] paramNameList) |
GlobalParam1 |
Governance.getGlobalParam1() |
GlobalParam2 |
Governance.getGlobalParam2() |
GovernanceView |
Governance.getGovernanceView() |
InputPeerPoolMapParam |
Governance.getInputPeerPoolMapParam(String sideChainId) |
String |
Governance.getPeerAttributes(String peerPubkey) |
String |
Governance.getPeerInfo(String peerPubkey) |
String |
Governance.getPeerInfoAll() |
Map |
Governance.getPeerPoolMap() |
long |
Governance.getPeerUbindOng(String address) |
SplitCurve |
Governance.getSplitCurve() |
Copyright © 2020. All rights reserved.