rippled
|
Processes Ripple RPC calls. More...
Functions | |
int | fromCommandLine (Config const &config, const std::vector< std::string > &vCmd, Logs &logs) |
void | fromNetwork (boost::asio::io_service &io_service, std::string const &strIp, const std::uint16_t iPort, std::string const &strUsername, std::string const &strPassword, std::string const &strPath, std::string const &strMethod, Json::Value const &jvParams, const bool bSSL, const bool quiet, Logs &logs, std::function< void(Json::Value const &jvInput)> callbackFuncP, std::unordered_map< std::string, std::string > headers) |
Processes Ripple RPC calls.
int ripple::RPCCall::fromCommandLine | ( | Config const & | config, |
const std::vector< std::string > & | vCmd, | ||
Logs & | logs | ||
) |
Definition at line 1670 of file RPCCall.cpp.
void ripple::RPCCall::fromNetwork | ( | boost::asio::io_service & | io_service, |
std::string const & | strIp, | ||
const std::uint16_t | iPort, | ||
std::string const & | strUsername, | ||
std::string const & | strPassword, | ||
std::string const & | strPath, | ||
std::string const & | strMethod, | ||
Json::Value const & | jvParams, | ||
const bool | bSSL, | ||
const bool | quiet, | ||
Logs & | logs, | ||
std::function< void(Json::Value const &jvInput)> | callbackFuncP, | ||
std::unordered_map< std::string, std::string > | headers | ||
) |
Definition at line 1685 of file RPCCall.cpp.