5 #ifndef JSONRPC_CPP_STUB_DEV_RPC_WEB3FACE_H_ 6 #define JSONRPC_CPP_STUB_DEV_RPC_WEB3FACE_H_ 30 virtual std::string
web3_sha3(
const std::string& param1) = 0;
36 #endif //JSONRPC_CPP_STUB_DEV_RPC_WEB3FACE_H_ Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
virtual std::string web3_clientVersion()=0
void bindAndAddMethod(jsonrpc::Procedure const &_proc, MethodPointer _pointer)
virtual void web3_sha3I(const Json::Value &request, Json::Value &response)
virtual void web3_clientVersionI(const Json::Value &request, Json::Value &response)
virtual std::string web3_sha3(const std::string ¶m1)=0
std::string asString(bytes const &_b)
Converts byte array to a string containing the same (binary) data.