PrevUpHomeNext

test::makeWSClient

Returns a client operating through WebSockets/S.

Synopsis
std::unique_ptr< WSClient >
makeWSClient(
    Config const& cfg,
    bool v2 = true,
    unsigned rpc_version = 2);
Description
Header

#include <test/jtx/WSClient.h>


PrevUpHomeNext