rippled
Loading...
Searching...
No Matches
test
jtx
JSONRPCClient.h
1
#pragma once
2
3
#include <test/jtx/AbstractClient.h>
4
5
#include <xrpld/core/Config.h>
6
7
#include <
memory
>
8
9
namespace
xrpl
{
10
namespace
test {
11
13
std::unique_ptr<AbstractClient>
14
makeJSONRPCClient
(Config
const
& cfg,
unsigned
rpc_version = 2);
15
16
}
// namespace test
17
}
// namespace xrpl
memory
xrpl::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:143
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
std::unique_ptr
Generated by
1.9.8