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

Method executeWithWinternitz

src/quip_wallet.cpp:201–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 bool executeWithWinternitz(const WinternitzAddress &winternitz_address,
202 const Signature &pq_sig,
203 const Address &target_address,
204 const std::vector<uint8_t> &opdata) {
205 // Use default execute fee
206 Amount executeFee = getExecuteFee();
207 return executeWithWinternitzValue(winternitz_address, pq_sig, target_address, opdata, executeFee);
208 }
209
210 bool executeWithWinternitzValue(const WinternitzAddress &winternitz_address,
211 const Signature &pq_sig,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected