Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
COutPoint PSBTInput::GetOutPoint() const
288
{
289
return COutPoint(prev_txid, prev_out);
290
}
291
292
bool PSBTInput::IsNull() const
293
{
Callers
4
PSBTInputSignedAndVerified
Function · 0.80
SignPSBTInput
Function · 0.80
ProcessPSBT
Function · 0.80
AnalyzePSBT
Function · 0.80
Calls
1
COutPoint
Class · 0.70
Tested by
no test coverage detected