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

Function PSBTInputSigned

src/script/sign.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool PSBTInputSigned(PSBTInput& input)
238{
239 return !input.final_script_sig.empty() || !input.final_script_witness.IsNull();
240}
241
242bool SignPSBTInput(const SigningProvider& provider, PartiallySignedTransaction& psbt, SignatureData& sigdata, int index, bool no_forkid, int sighash)
243{

Callers 2

FillPSBTFunction · 0.85
SignPSBTInputFunction · 0.85

Calls 2

emptyMethod · 0.45
IsNullMethod · 0.45

Tested by

no test coverage detected