bindAndAddMethod(jsonrpc::Procedure const &_proc, MethodPointer _pointer) | ServerInterface< TestFace > | inlineprotected |
bindAndAddNotification(jsonrpc::Procedure const &_proc, NotificationPointer _pointer) | ServerInterface< TestFace > | inlineprotected |
implementedModules() const =0 | ServerInterface< TestFace > | pure virtual |
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_addBlock(const std::string ¶m1)=0 | dev::rpc::TestFace | pure virtual |
test_addBlockI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_mineBlocks(int param1)=0 | dev::rpc::TestFace | pure virtual |
test_mineBlocksI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_modifyTimestamp(int param1)=0 | dev::rpc::TestFace | pure virtual |
test_modifyTimestampI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_rewindToBlock(int param1)=0 | dev::rpc::TestFace | pure virtual |
test_rewindToBlockI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
test_setChainParams(const Json::Value ¶m1)=0 | dev::rpc::TestFace | pure virtual |
test_setChainParamsI(const Json::Value &request, Json::Value &response) | dev::rpc::TestFace | inlinevirtual |
TestFace() | dev::rpc::TestFace | inline |
~ServerInterface() | ServerInterface< TestFace > | inlinevirtual |