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

Method Impl

src/quip_factory.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 static const std::string abi_json;
26
27 Impl(const std::string &rpc_url, const std::string &contract_address)
28 : rpc_url_(rpc_url), contract_address_(contract_address) {
29 curl_global_init(CURL_GLOBAL_ALL);
30 }
31
32 ~Impl() { curl_global_cleanup(); }
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected