MCPcopy 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
34bool PartiallySignedTransaction::IsNull() const
35{
36 return inputs.empty() && outputs.empty() && unknown.empty();
37}
38
39bool PartiallySignedTransaction::Merge(const PartiallySignedTransaction& psbt)
40{

Callers 15

SerializeFileDBFunction · 0.45
DeserializeFileDBFunction · 0.45
MutateTxSignFunction · 0.45
checkMethod · 0.45
ProcessMessageMethod · 0.45
BatchWriteMethod · 0.45
TxToUnivFunction · 0.45
GetBestBlockMethod · 0.45
ChainStateFlushedMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected