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

Method CLI

src/cli.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176CLI::CLI(const std::string &rpc_url, const std::string &contract_address)
177 : rpc_url_(rpc_url), contract_address_(contract_address) {
178 factory_ =
179 std::make_unique<QuipFactory>(rpc_url, getContractAddress("QuipFactory"));
180}
181
182CLI::~CLI() = default;
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected