| 499 | } |
| 500 | |
| 501 | Address QuipFactory::getQuipWalletAddress(const VaultId &vaultId, |
| 502 | const Address &to) { |
| 503 | return impl_->getQuipWalletAddress(vaultId, to); |
| 504 | } |
| 505 | |
| 506 | Amount QuipFactory::getCreationFee() { return impl_->getCreationFee(); } |
| 507 |
nothing calls this directly
no outgoing calls
no test coverage detected