rippled
Loading...
Searching...
No Matches
test
jtx
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
10
namespace
ripple
{
11
namespace
test {
12
14
std::unique_ptr<AbstractClient>
15
makeJSONRPCClient
(Config
const
& cfg,
unsigned
rpc_version = 2);
16
17
}
// namespace test
18
}
// namespace ripple
19
20
#endif
memory
ripple::test::makeJSONRPCClient
std::unique_ptr< AbstractClient > makeJSONRPCClient(Config const &cfg, unsigned rpc_version)
Returns a client using JSON-RPC over HTTP/S.
Definition
JSONRPCClient.cpp:144
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
std::unique_ptr
Generated by
1.9.8