| 485 | ])"; |
| 486 | |
| 487 | QuipFactory::QuipFactory(const std::string &rpc_url, |
| 488 | const std::string &contract_address) |
| 489 | : impl_(std::make_unique<Impl>(rpc_url, contract_address)) {} |
| 490 | |
| 491 | QuipFactory::~QuipFactory() = default; |
| 492 |
nothing calls this directly
no outgoing calls
no test coverage detected