| 174 | }; |
| 175 | |
| 176 | CLI::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 | |
| 182 | CLI::~CLI() = default; |
| 183 |
nothing calls this directly
no outgoing calls
no test coverage detected