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

Method executeWithWinternitzValue

src/quip_wallet.cpp:765–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765bool QuipWallet::executeWithWinternitzValue(
766 const WinternitzAddress &winternitz_address, const Signature &pq_sig,
767 const Address &target_address, const std::vector<uint8_t> &opdata, Amount eth_value) {
768 return impl_->executeWithWinternitzValue(winternitz_address, pq_sig,
769 target_address, opdata, eth_value);
770}
771
772bool QuipWallet::changePqOwner(const WinternitzAddress &winternitz_address,
773 const Signature &pq_sig) {

Callers 1

handleExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected