Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
WebThreeStubClient Class Reference

This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! More...

#include <WebThreeStubClient.h>

Inheritance diagram for WebThreeStubClient:
[legend]
Collaboration diagram for WebThreeStubClient:
[legend]

Public Member Functions

 WebThreeStubClient (jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type=jsonrpc::JSONRPC_CLIENT_V2)
 
std::string web3_sha3 (const std::string &param1) 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 &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string eth_getStorageAt (const std::string &param1, const std::string &param2, const std::string &param3) throw (jsonrpc::JsonRpcException)
 
std::string eth_getTransactionCount (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getBlockTransactionCountByHash (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getBlockTransactionCountByNumber (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getUncleCountByBlockHash (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getUncleCountByBlockNumber (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_getCode (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string eth_sendTransaction (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_call (const Json::Value &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool eth_flush () throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getBlockByHash (const std::string &param1, bool param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getBlockByNumber (const std::string &param1, bool param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getTransactionByHash (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getTransactionByBlockHashAndIndex (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getTransactionByBlockNumberAndIndex (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getTransactionReceipt (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getUncleByBlockHashAndIndex (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getUncleByBlockNumberAndIndex (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string eth_newFilter (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_newFilterEx (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_newBlockFilter () throw (jsonrpc::JsonRpcException)
 
std::string eth_newPendingTransactionFilter () throw (jsonrpc::JsonRpcException)
 
bool eth_uninstallFilter (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getFilterChanges (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getFilterChangesEx (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getFilterLogs (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getFilterLogsEx (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getLogs (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getLogsEx (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_getWork () throw (jsonrpc::JsonRpcException)
 
bool eth_submitWork (const std::string &param1, const std::string &param2, const std::string &param3) throw (jsonrpc::JsonRpcException)
 
bool eth_submitHashrate (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string eth_register (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool eth_unregister (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_fetchQueuedTransactions (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_signTransaction (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value eth_inspectTransaction (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
std::string eth_sendRawTransaction (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool eth_notePassword (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool db_put (const std::string &param1, const std::string &param2, const std::string &param3) throw (jsonrpc::JsonRpcException)
 
std::string db_get (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool shh_post (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
std::string shh_newIdentity () throw (jsonrpc::JsonRpcException)
 
bool shh_hasIdentity (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
std::string shh_newGroup (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string shh_addToGroup (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string shh_newFilter (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
bool shh_uninstallFilter (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value shh_getFilterChanges (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value shh_getMessages (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_web3_setVerbosity (int param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_net_start (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_net_stop (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_net_connect (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_net_peers (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_blockQueueStatus (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_net_nodeInfo (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_exit (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setAskPrice (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setBidPrice (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setReferencePrice (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setPriority (int param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setMining (bool param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_findBlock (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
std::string admin_eth_blockQueueFirstUnknown (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_blockQueueRetryUnknown (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_allAccounts (const std::string &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_newAccount (const Json::Value &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setSigningKey (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
bool admin_eth_setMiningBenefactor (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_inspect (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_reprocess (const std::string &param1, const std::string &param2) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_vmTrace (const std::string &param1, int param2, const std::string &param3) throw (jsonrpc::JsonRpcException)
 
Json::Value admin_eth_getReceiptByHashAndIndex (const std::string &param1, int param2, const std::string &param3) throw (jsonrpc::JsonRpcException)
 

Detailed Description

This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY!

Definition at line 10 of file WebThreeStubClient.h.

Constructor & Destructor Documentation

WebThreeStubClient::WebThreeStubClient ( jsonrpc::IClientConnector &  conn,
jsonrpc::clientVersion_t  type = jsonrpc::JSONRPC_CLIENT_V2 
)
inline

Definition at line 13 of file WebThreeStubClient.h.

Member Function Documentation

Json::Value WebThreeStubClient::admin_eth_allAccounts ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 833 of file WebThreeStubClient.h.

std::string WebThreeStubClient::admin_eth_blockQueueFirstUnknown ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 813 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_blockQueueRetryUnknown ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 823 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_blockQueueStatus ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 717 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_exit ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 737 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_findBlock ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 802 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_getReceiptByHashAndIndex ( const std::string &  param1,
int  param2,
const std::string &  param3 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 910 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_inspect ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 876 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_newAccount ( const Json::Value &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 843 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_reprocess ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 887 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setAskPrice ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 747 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setBidPrice ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 758 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setMining ( bool  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 791 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setMiningBenefactor ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 865 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setPriority ( int  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 780 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setReferencePrice ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 769 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_eth_setSigningKey ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 854 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_eth_vmTrace ( const std::string &  param1,
int  param2,
const std::string &  param3 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 898 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_net_connect ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 696 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_net_nodeInfo ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 727 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::admin_net_peers ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 707 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_net_start ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 676 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_net_stop ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 686 of file WebThreeStubClient.h.

bool WebThreeStubClient::admin_web3_setVerbosity ( int  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 665 of file WebThreeStubClient.h.

std::string WebThreeStubClient::db_get ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 562 of file WebThreeStubClient.h.

bool WebThreeStubClient::db_put ( const std::string &  param1,
const std::string &  param2,
const std::string &  param3 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 550 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_accounts ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 115 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_blockNumber ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 125 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_call ( const Json::Value &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 230 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_coinbase ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 85 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_fetchQueuedTransactions ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 500 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_flush ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 241 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_gasPrice ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 105 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_getBalance ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 135 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getBlockByHash ( const std::string &  param1,
bool  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 251 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getBlockByNumber ( const std::string &  param1,
bool  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 262 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getBlockTransactionCountByHash ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 169 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getBlockTransactionCountByNumber ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 179 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_getCode ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 209 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getFilterChanges ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 387 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getFilterChangesEx ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 397 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getFilterLogs ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 407 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getFilterLogsEx ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 417 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getLogs ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 427 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getLogsEx ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 437 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_getStorageAt ( const std::string &  param1,
const std::string &  param2,
const std::string &  param3 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 146 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getTransactionByBlockHashAndIndex ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 283 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getTransactionByBlockNumberAndIndex ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 294 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getTransactionByHash ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 273 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_getTransactionCount ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 158 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getTransactionReceipt ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 305 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getUncleByBlockHashAndIndex ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 315 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getUncleByBlockNumberAndIndex ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 326 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getUncleCountByBlockHash ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 189 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getUncleCountByBlockNumber ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 199 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_getWork ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 447 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_hashrate ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 75 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::eth_inspectTransaction ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 520 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_mining ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 95 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_newBlockFilter ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 357 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_newFilter ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 337 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_newFilterEx ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 347 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_newPendingTransactionFilter ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 367 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_notePassword ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 540 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_protocolVersion ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 65 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_register ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 480 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_sendRawTransaction ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 530 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_sendTransaction ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 220 of file WebThreeStubClient.h.

std::string WebThreeStubClient::eth_signTransaction ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 510 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_submitHashrate ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 469 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_submitWork ( const std::string &  param1,
const std::string &  param2,
const std::string &  param3 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 457 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_uninstallFilter ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 377 of file WebThreeStubClient.h.

bool WebThreeStubClient::eth_unregister ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 490 of file WebThreeStubClient.h.

bool WebThreeStubClient::net_listening ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 55 of file WebThreeStubClient.h.

std::string WebThreeStubClient::net_peerCount ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 45 of file WebThreeStubClient.h.

std::string WebThreeStubClient::net_version ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 35 of file WebThreeStubClient.h.

std::string WebThreeStubClient::shh_addToGroup ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 614 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::shh_getFilterChanges ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 645 of file WebThreeStubClient.h.

Json::Value WebThreeStubClient::shh_getMessages ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 655 of file WebThreeStubClient.h.

bool WebThreeStubClient::shh_hasIdentity ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 593 of file WebThreeStubClient.h.

std::string WebThreeStubClient::shh_newFilter ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 625 of file WebThreeStubClient.h.

std::string WebThreeStubClient::shh_newGroup ( const std::string &  param1,
const std::string &  param2 
)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 603 of file WebThreeStubClient.h.

std::string WebThreeStubClient::shh_newIdentity ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 583 of file WebThreeStubClient.h.

bool WebThreeStubClient::shh_post ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 573 of file WebThreeStubClient.h.

bool WebThreeStubClient::shh_uninstallFilter ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 635 of file WebThreeStubClient.h.

std::string WebThreeStubClient::web3_clientVersion ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 25 of file WebThreeStubClient.h.

std::string WebThreeStubClient::web3_sha3 ( const std::string &  param1)
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 15 of file WebThreeStubClient.h.


The documentation for this class was generated from the following file: