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

Method GetOutPoint

src/psbt.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287COutPoint PSBTInput::GetOutPoint() const
288{
289 return COutPoint(prev_txid, prev_out);
290}
291
292bool PSBTInput::IsNull() const
293{

Callers 4

SignPSBTInputFunction · 0.80
ProcessPSBTFunction · 0.80
AnalyzePSBTFunction · 0.80

Calls 1

COutPointClass · 0.70

Tested by

no test coverage detected