rippled
Loading...
Searching...
No Matches
JSONRPCClient.h
1#pragma once
2
3#include <test/jtx/AbstractClient.h>
4
5#include <xrpld/core/Config.h>
6
7#include <memory>
8
9namespace xrpl {
10namespace test {
11
14makeJSONRPCClient(Config const& cfg, unsigned rpc_version = 2);
15
16} // namespace test
17} // namespace xrpl
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:5