//// Created by kladko on 9/23/19.//#include <iostream>#include "stubclient.h"#include <jsonrpccpp/client/connectors/httpclient.h>usingnamespacejsonrpc;usingnamespacestd;intinit_client(){HttpClientclient("http://localhost:1025");StubClientc(client,JSONRPC_CLIENT_V2);Json::Valueparams;try{cout<<c.generateECDSAKey()<<endl;}catch(JsonRpcException&e){cerr<<e.what()<<endl;}return0;}