TARAXA
taraxa::net::TestClient Class Reference

#include <TestClient.h>

Collaboration diagram for taraxa::net::TestClient:

Public Member Functions

 TestClient (jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type=jsonrpc::JSONRPC_CLIENT_V2)
 
Json::Value get_sortition_change (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value send_coin_transaction (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value send_coin_transactions (const Json::Value &param1) throw (jsonrpc::JsonRpcException)
 
Json::Value get_account_address () throw (jsonrpc::JsonRpcException)
 
Json::Value get_peer_count () throw (jsonrpc::JsonRpcException)
 
Json::Value get_node_status () throw (jsonrpc::JsonRpcException)
 
Json::Value get_all_nodes () throw (jsonrpc::JsonRpcException)
 

Constructor & Destructor Documentation

◆ TestClient()

taraxa::net::TestClient::TestClient ( jsonrpc::IClientConnector &  conn,
jsonrpc::clientVersion_t  type = jsonrpc::JSONRPC_CLIENT_V2 
)
inline

Member Function Documentation

◆ get_account_address()

Json::Value taraxa::net::TestClient::get_account_address ( )
throw (jsonrpc::JsonRpcException
)
inline

◆ get_all_nodes()

Json::Value taraxa::net::TestClient::get_all_nodes ( )
throw (jsonrpc::JsonRpcException
)
inline

◆ get_node_status()

Json::Value taraxa::net::TestClient::get_node_status ( )
throw (jsonrpc::JsonRpcException
)
inline

◆ get_peer_count()

Json::Value taraxa::net::TestClient::get_peer_count ( )
throw (jsonrpc::JsonRpcException
)
inline

◆ get_sortition_change()

Json::Value taraxa::net::TestClient::get_sortition_change ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

◆ send_coin_transaction()

Json::Value taraxa::net::TestClient::send_coin_transaction ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

◆ send_coin_transactions()

Json::Value taraxa::net::TestClient::send_coin_transactions ( const Json::Value &  param1)
throw (jsonrpc::JsonRpcException
)
inline

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