xrpld
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::test
{
10
12
std::unique_ptr<AbstractClient>
13
makeJSONRPCClient
(Config
const
& cfg,
unsigned
rpcVersion = 2);
14
15
}
// namespace xrpl::test
memory
xrpl::test
Definition
STLedgerEntry.h:9
xrpl::test::makeJSONRPCClient
std::unique_ptr< AbstractClient > makeJSONRPCClient(Config const &cfg, unsigned rpcVersion)
Returns a client using JSON-RPC over HTTP/S.
Definition
JSONRPCClient.cpp:157
Generated by
1.16.1