bindAndAddMethod(jsonrpc::Procedure const &_proc, MethodPointer _pointer) | ServerInterface< TestFace > | inlineprotected |
bindAndAddNotification(jsonrpc::Procedure const &_proc, NotificationPointer _pointer) | ServerInterface< TestFace > | inlineprotected |
implementedModules() const override | dev::rpc::Test | inlinevirtual |
m_eth | dev::rpc::Test | private |
MethodBinding typedef | ServerInterface< TestFace > | |
MethodPointer typedef | ServerInterface< TestFace > | |
Methods typedef | ServerInterface< TestFace > | |
methods() const | ServerInterface< TestFace > | inline |
NotificationBinding typedef | ServerInterface< TestFace > | |
NotificationPointer typedef | ServerInterface< TestFace > | |
Notifications typedef | ServerInterface< TestFace > | |
notifications() const | ServerInterface< TestFace > | inline |
RPCModules typedef | ServerInterface< TestFace > | |
Test(eth::Client &_eth) | dev::rpc::Test | |
test_addBlock(std::string const &_rlp) override | dev::rpc::Test | virtual |
test_addBlockI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_mineBlocks(int _number) override | dev::rpc::Test | virtual |
test_mineBlocksI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_modifyTimestamp(int _timestamp) override | dev::rpc::Test | virtual |
test_modifyTimestampI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_rewindToBlock(int _number) override | dev::rpc::Test | virtual |
test_rewindToBlockI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_setChainParams(const Json::Value ¶m1) override | dev::rpc::Test | virtual |
test_setChainParamsI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
TestFace() | dev::rpc::TestFace | inline |
~ServerInterface() | ServerInterface< TestFace > | inlinevirtual |