|
| WebThreeStubClient (jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type=jsonrpc::JSONRPC_CLIENT_V2) |
|
std::string | web3_sha3 (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | web3_clientVersion () throw (jsonrpc::JsonRpcException) |
|
std::string | net_version () throw (jsonrpc::JsonRpcException) |
|
std::string | net_peerCount () throw (jsonrpc::JsonRpcException) |
|
bool | net_listening () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_protocolVersion () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_hashrate () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_coinbase () throw (jsonrpc::JsonRpcException) |
|
bool | eth_mining () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_gasPrice () throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_accounts () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_blockNumber () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_getBalance (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_getStorageAt (const std::string ¶m1, const std::string ¶m2, const std::string ¶m3) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_getTransactionCount (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getBlockTransactionCountByHash (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getBlockTransactionCountByNumber (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getUncleCountByBlockHash (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getUncleCountByBlockNumber (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_getCode (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_sendTransaction (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_call (const Json::Value ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | eth_flush () throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getBlockByHash (const std::string ¶m1, bool param2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getBlockByNumber (const std::string ¶m1, bool param2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getTransactionByHash (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getTransactionByBlockHashAndIndex (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getTransactionByBlockNumberAndIndex (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getTransactionReceipt (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getUncleByBlockHashAndIndex (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getUncleByBlockNumberAndIndex (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_newFilter (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_newFilterEx (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_newBlockFilter () throw (jsonrpc::JsonRpcException) |
|
std::string | eth_newPendingTransactionFilter () throw (jsonrpc::JsonRpcException) |
|
bool | eth_uninstallFilter (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getFilterChanges (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getFilterChangesEx (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getFilterLogs (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getFilterLogsEx (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getLogs (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getLogsEx (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_getWork () throw (jsonrpc::JsonRpcException) |
|
bool | eth_submitWork (const std::string ¶m1, const std::string ¶m2, const std::string ¶m3) throw (jsonrpc::JsonRpcException) |
|
bool | eth_submitHashrate (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_register (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | eth_unregister (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_fetchQueuedTransactions (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_signTransaction (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | eth_inspectTransaction (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | eth_sendRawTransaction (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | eth_notePassword (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | db_put (const std::string ¶m1, const std::string ¶m2, const std::string ¶m3) throw (jsonrpc::JsonRpcException) |
|
std::string | db_get (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | shh_post (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | shh_newIdentity () throw (jsonrpc::JsonRpcException) |
|
bool | shh_hasIdentity (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
std::string | shh_newGroup (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | shh_addToGroup (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | shh_newFilter (const Json::Value ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | shh_uninstallFilter (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | shh_getFilterChanges (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | shh_getMessages (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_web3_setVerbosity (int param1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_net_start (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_net_stop (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_net_connect (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_net_peers (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_blockQueueStatus (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_net_nodeInfo (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_exit (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setAskPrice (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setBidPrice (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setReferencePrice (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setPriority (int param1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setMining (bool param1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_findBlock (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
std::string | admin_eth_blockQueueFirstUnknown (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_blockQueueRetryUnknown (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_allAccounts (const std::string ¶m1) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_newAccount (const Json::Value ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setSigningKey (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
bool | admin_eth_setMiningBenefactor (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_inspect (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_reprocess (const std::string ¶m1, const std::string ¶m2) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_vmTrace (const std::string ¶m1, int param2, const std::string ¶m3) throw (jsonrpc::JsonRpcException) |
|
Json::Value | admin_eth_getReceiptByHashAndIndex (const std::string ¶m1, int param2, const std::string ¶m3) throw (jsonrpc::JsonRpcException) |
|
This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY!
Definition at line 10 of file WebThreeStubClient.h.