|
| TaraxaFace () |
|
virtual void | taraxa_protocolVersionI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getVersionI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getDagBlockByHashI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getDagBlockByLevelI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_dagBlockLevelI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_dagBlockPeriodI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getScheduleBlockByPeriodI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getNodeVersionsI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getConfigI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getChainStatsI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_pbftBlockHashByPeriodI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_yieldI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_totalSupplyI (const Json::Value &request, Json::Value &response) |
|
virtual void | taraxa_getPillarBlockDataI (const Json::Value &request, Json::Value &response) |
|
virtual std::string | taraxa_protocolVersion ()=0 |
|
virtual Json::Value | taraxa_getVersion ()=0 |
|
virtual Json::Value | taraxa_getDagBlockByHash (const std::string ¶m1, bool param2)=0 |
|
virtual Json::Value | taraxa_getDagBlockByLevel (const std::string ¶m1, bool param2)=0 |
|
virtual std::string | taraxa_dagBlockLevel ()=0 |
|
virtual std::string | taraxa_dagBlockPeriod ()=0 |
|
virtual Json::Value | taraxa_getScheduleBlockByPeriod (const std::string ¶m1)=0 |
|
virtual Json::Value | taraxa_getNodeVersions ()=0 |
|
virtual Json::Value | taraxa_getConfig ()=0 |
|
virtual Json::Value | taraxa_getChainStats ()=0 |
|
virtual std::string | taraxa_pbftBlockHashByPeriod (const std::string ¶m1)=0 |
|
virtual std::string | taraxa_yield (const std::string ¶m1)=0 |
|
virtual std::string | taraxa_totalSupply (const std::string ¶m1)=0 |
|
virtual Json::Value | taraxa_getPillarBlockData (const std::string ¶m1, bool param2)=0 |
|
virtual | ~ServerInterface () |
|
Methods const & | methods () const |
|
Notifications const & | notifications () const |
|
virtual RPCModules | implementedModules () const=0 |
|