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

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

#include <FarmClient.h>

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

Public Member Functions

 FarmClient (jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type=jsonrpc::JSONRPC_CLIENT_V2)
 
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)
 
Json::Value eth_awaitNewWork () throw (jsonrpc::JsonRpcException)
 
bool eth_progress () throw (jsonrpc::JsonRpcException)
 

Detailed Description

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

Definition at line 10 of file FarmClient.h.

Constructor & Destructor Documentation

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

Definition at line 13 of file FarmClient.h.

Member Function Documentation

Json::Value FarmClient::eth_awaitNewWork ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 48 of file FarmClient.h.

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

Definition at line 15 of file FarmClient.h.

Here is the caller graph for this function:

bool FarmClient::eth_progress ( )
throw (jsonrpc::JsonRpcException
)
inline

Definition at line 58 of file FarmClient.h.

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

Definition at line 37 of file FarmClient.h.

Here is the caller graph for this function:

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

Definition at line 25 of file FarmClient.h.

Here is the caller graph for this function:


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