|
TARAXA
|
#include <Test.h>

Public Member Functions | |
| Test (const std::shared_ptr< taraxa::AppBase > &app) | |
| virtual RPCModules | implementedModules () const override |
| virtual Json::Value | get_sortition_change (const Json::Value ¶m1) override |
| virtual Json::Value | send_coin_transaction (const Json::Value ¶m1) override |
| virtual Json::Value | send_coin_transactions (const Json::Value ¶m1) override |
| virtual Json::Value | get_account_address () override |
| virtual Json::Value | get_peer_count () override |
| virtual Json::Value | get_node_status () override |
| virtual Json::Value | get_all_nodes () override |
Public Member Functions inherited from taraxa::net::TestFace | |
| TestFace () | |
| virtual void | get_sortition_changeI (const Json::Value &request, Json::Value &response) |
| virtual void | send_coin_transactionI (const Json::Value &request, Json::Value &response) |
| virtual void | send_coin_transactionsI (const Json::Value &request, Json::Value &response) |
| virtual void | get_account_addressI (const Json::Value &request, Json::Value &response) |
| virtual void | get_peer_countI (const Json::Value &request, Json::Value &response) |
| virtual void | get_node_statusI (const Json::Value &request, Json::Value &response) |
| virtual void | get_all_nodesI (const Json::Value &request, Json::Value &response) |
Public Member Functions inherited from ServerInterface< TestFace > | |
| virtual | ~ServerInterface () |
| Methods const & | methods () const |
| Notifications const & | notifications () const |
Private Attributes | |
| std::weak_ptr< taraxa::AppBase > | app_ |
| const uint64_t | kChainId |
Additional Inherited Members | |
Public Types inherited from ServerInterface< TestFace > | |
| using | MethodPointer = AbstractMethodPointer< TestFace > |
| using | NotificationPointer = AbstractNotificationPointer< TestFace > |
| using | MethodBinding = std::tuple< jsonrpc::Procedure, AbstractMethodPointer< TestFace > > |
| using | NotificationBinding = std::tuple< jsonrpc::Procedure, AbstractNotificationPointer< TestFace > > |
| using | Methods = std::vector< MethodBinding > |
| using | Notifications = std::vector< NotificationBinding > |
| using | RPCModules = std::vector< RPCModule > |
Protected Member Functions inherited from ServerInterface< TestFace > | |
| void | bindAndAddMethod (jsonrpc::Procedure const &_proc, MethodPointer _pointer) |
| void | bindAndAddNotification (jsonrpc::Procedure const &_proc, NotificationPointer _pointer) |
|
inlineexplicit |
|
overridevirtual |
Implements taraxa::net::TestFace.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
inlineoverridevirtual |
Implements ServerInterface< TestFace >.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
overridevirtual |
Implements taraxa::net::TestFace.
|
private |
|
private |