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

Method QuipFactory

src/quip_factory.cpp:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485])";
486
487QuipFactory::QuipFactory(const std::string &rpc_url,
488 const std::string &contract_address)
489 : impl_(std::make_unique<Impl>(rpc_url, contract_address)) {}
490
491QuipFactory::~QuipFactory() = default;
492

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected