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

Method GetOutPoint

src/psbt.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335COutPoint PSBTInput::GetOutPoint() const
336{
337 return COutPoint(prev_txid, *prev_out);
338}
339
340bool PartiallySignedTransaction::IsBlinded() const
341{

Callers 4

BlindPSBTFunction · 0.80
SignPSBTInputFunction · 0.80
utxoupdatepsbtFunction · 0.80
AnalyzePSBTFunction · 0.80

Calls 1

COutPointClass · 0.50

Tested by

no test coverage detected