Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsNull
Method
IsNull
src/psbt.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool PartiallySignedTransaction::IsNull() const
35
{
36
return inputs.empty() && outputs.empty() && unknown.empty();
37
}
38
39
bool PartiallySignedTransaction::Merge(const PartiallySignedTransaction& psbt)
40
{
Callers
15
SerializeFileDB
Function · 0.45
DeserializeFileDB
Function · 0.45
MutateTxSign
Function · 0.45
check
Method · 0.45
ProcessBlockAvailability
Method · 0.45
CheckHeadersAreContinuous
Method · 0.45
ProcessCompactBlockTxns
Method · 0.45
ProcessMessage
Method · 0.45
BatchWrite
Method · 0.45
TxToUniv
Function · 0.45
GetBestBlock
Method · 0.45
ChainStateFlushed
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected