rippled
Loading...
Searching...
No Matches
JSONRPCClient.h
1#ifndef XRPL_TEST_HTTPCLIENT_H_INCLUDED
2#define XRPL_TEST_HTTPCLIENT_H_INCLUDED
3
4#include <test/jtx/AbstractClient.h>
5
6#include <xrpld/core/Config.h>
7
8#include <memory>
9
10namespace ripple {
11namespace test {
12
15makeJSONRPCClient(Config const& cfg, unsigned rpc_version = 2);
16
17} // namespace test
18} // namespace ripple
19
20#endif
std::unique_ptr< AbstractClient > makeJSONRPCClient(Config const &cfg, unsigned rpc_version)
Returns a client using JSON-RPC over HTTP/S.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6