MCPcopy Create free account
hub / github.com/ElementsProject/elements / PSBTInputSigned

Function PSBTInputSigned

src/psbt.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581bool PSBTInputSigned(const PSBTInput& input)
582{
583 return !input.final_script_sig.empty() || !input.final_script_witness.IsNull();
584}
585
586size_t CountPSBTUnsignedInputs(const PartiallySignedTransaction& psbt) {
587 size_t count = 0;

Callers 8

CountPSBTUnsignedInputsFunction · 0.85
SignPSBTInputFunction · 0.85
FillPSBTMethod · 0.85
FillPSBTDataMethod · 0.85
SignPSBTMethod · 0.85
FillPSBTMethod · 0.85
FUZZ_TARGET_INITFunction · 0.85
AnalyzePSBTFunction · 0.85

Calls 2

emptyMethod · 0.45
IsNullMethod · 0.45

Tested by 1

FUZZ_TARGET_INITFunction · 0.68