PrevUpHomeNext

test::makeJSONRPCClient

Returns a client using JSON-RPC over HTTP/S.

Synopsis
std::unique_ptr< AbstractClient >
makeJSONRPCClient(
    Config const& cfg,
    unsigned rpc_version = 2);
Description
Header

#include <test/jtx/JSONRPCClient.h>


PrevUpHomeNext