MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / Impl

Method Impl

src/quip_wallet.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 static const std::string abi_json;
20
21 Impl(const std::string &rpc_url, const std::string &contract_address)
22 : rpc_url_(rpc_url), contract_address_(contract_address) {
23 curl_global_init(CURL_GLOBAL_ALL);
24 }
25
26 ~Impl() { curl_global_cleanup(); }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected