Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsNull
Method
IsNull
src/script/sign.cpp:521–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
bool PartiallySignedTransaction::IsNull() const
522
{
523
return !tx && inputs.empty() && outputs.empty() && unknown.empty();
524
}
525
526
void PartiallySignedTransaction::Merge(const PartiallySignedTransaction& psbt)
527
{
Callers
15
TxToUniv
Function · 0.45
SerializeFileDB
Function · 0.45
DeserializeFileDB
Function · 0.45
check
Method · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.45
ProcessHeadersMessage
Function · 0.45
ProcessMessage
Function · 0.45
BatchWrite
Method · 0.45
Upgrade
Method · 0.45
Shutdown
Function · 0.45
AppInitParameterInteraction
Function · 0.45
AppInitMain
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
BatchWrite
Method · 0.36