MCPcopy 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
521bool PartiallySignedTransaction::IsNull() const
522{
523 return !tx && inputs.empty() && outputs.empty() && unknown.empty();
524}
525
526void PartiallySignedTransaction::Merge(const PartiallySignedTransaction& psbt)
527{

Callers 15

TxToUnivFunction · 0.45
SerializeFileDBFunction · 0.45
DeserializeFileDBFunction · 0.45
checkMethod · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
ProcessHeadersMessageFunction · 0.45
ProcessMessageFunction · 0.45
BatchWriteMethod · 0.45
UpgradeMethod · 0.45
ShutdownFunction · 0.45
AppInitMainFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BatchWriteMethod · 0.36