Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
COutPoint PSBTInput::GetOutPoint() const
336
{
337
return COutPoint(prev_txid, *prev_out);
338
}
339
340
bool PartiallySignedTransaction::IsBlinded() const
341
{
Callers
4
BlindPSBT
Function · 0.80
SignPSBTInput
Function · 0.80
utxoupdatepsbt
Function · 0.80
AnalyzePSBT
Function · 0.80
Calls
1
COutPoint
Class · 0.50
Tested by
no test coverage detected