| 491 | QuipFactory::~QuipFactory() = default; |
| 492 | |
| 493 | Address QuipFactory::depositToWinternitz(const VaultId &vaultId, |
| 494 | const Address &to, |
| 495 | const WinternitzAddress &pqTo, |
| 496 | const PrivateKey &private_key, |
| 497 | const Amount &amount) { |
| 498 | return impl_->depositToWinternitz(vaultId, to, pqTo, private_key, amount); |
| 499 | } |
| 500 | |
| 501 | Address QuipFactory::getQuipWalletAddress(const VaultId &vaultId, |
| 502 | const Address &to) { |