public interface IConnector
String getUrl()
Object sendRawTransaction(boolean preExec, String userid, String hexData) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject sendRawTransaction(String hexData) throws ConnectorException, IOException
ConnectorExceptionIOExceptionTransaction getRawTransaction(String txhash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getRawTransactionJson(String txhash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionint getNodeCount()
throws ConnectorException,
IOException
ConnectorExceptionIOExceptionint getBlockHeight()
throws ConnectorException,
IOException
ConnectorExceptionIOExceptionBlock getBlock(int height) throws ConnectorException, IOException
ConnectorExceptionIOExceptionBlock getBlock(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getBlockJson(int height) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getBlockJson(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getBalance(String address) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getContract(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getContractJson(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getSmartCodeEvent(int height) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getSmartCodeEvent(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionint getBlockHeightByTxHash(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionString getStorage(String codehash, String key) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getMerkleProof(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionString getAllowance(String asset, String from, String to) throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getMemPoolTxCount() throws ConnectorException, IOException
ConnectorExceptionIOExceptionObject getMemPoolTxState(String hash) throws ConnectorException, IOException
ConnectorExceptionIOExceptionString getVersion() throws ConnectorException, IOException
ConnectorExceptionIOExceptionString getGrantOng(String address) throws ConnectorException, IOException
ConnectorExceptionIOExceptionint getNetworkId()
throws ConnectorException,
IOException
ConnectorExceptionIOExceptionObject getNodeSyncStatus() throws ConnectorException, IOException
ConnectorExceptionIOExceptionString getSideChainData(String sideChainID) throws ConnectorException, IOException
ConnectorExceptionIOExceptionCopyright © 2020. All rights reserved.