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

Method executeWithWinternitz

src/quip_wallet.cpp:758–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758bool QuipWallet::executeWithWinternitz(
759 const WinternitzAddress &winternitz_address, const Signature &pq_sig,
760 const Address &target_address, const std::vector<uint8_t> &opdata) {
761 return impl_->executeWithWinternitz(winternitz_address, pq_sig,
762 target_address, opdata);
763}
764
765bool QuipWallet::executeWithWinternitzValue(
766 const WinternitzAddress &winternitz_address, const Signature &pq_sig,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected