MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / PSBTInputSigned

Function PSBTInputSigned

src/psbt.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552bool PSBTInputSigned(const PSBTInput& input)
553{
554 return !input.final_script_sig.empty() || !input.final_script_witness.IsNull();
555}
556
557bool PSBTInputSignedAndVerified(const PartiallySignedTransaction& psbt, unsigned int input_index, const PrecomputedTransactionData* txdata)
558{

Callers 7

CountPSBTUnsignedInputsFunction · 0.85
FillPSBTMethod · 0.85
FillPSBTMethod · 0.85
FillPSBTMethod · 0.85
FUZZ_TARGETFunction · 0.85
ProcessPSBTFunction · 0.85
descriptorprocesspsbtFunction · 0.85

Calls 2

emptyMethod · 0.45
IsNullMethod · 0.45

Tested by 1

FUZZ_TARGETFunction · 0.68