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

Method transferWithWinternitz

src/quip_wallet.cpp:751–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749QuipWallet::~QuipWallet() = default;
750
751bool QuipWallet::transferWithWinternitz(
752 const WinternitzAddress &winternitz_address, const Signature &pq_sig,
753 const Address &to_address, Amount amount) {
754 return impl_->transferWithWinternitz(winternitz_address, pq_sig, to_address,
755 amount);
756}
757
758bool QuipWallet::executeWithWinternitz(
759 const WinternitzAddress &winternitz_address, const Signature &pq_sig,

Callers 1

handleTransferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected