MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsNull

Method IsNull

src/psbt.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool PartiallySignedTransaction::IsNull() const
34{
35 return !tx && inputs.empty() && outputs.empty() && unknown.empty();
36}
37
38bool PartiallySignedTransaction::Merge(const PartiallySignedTransaction& psbt)
39{

Callers 15

trimMethod · 0.45
is_dynafed_blockMethod · 0.45
TxToUnivFunction · 0.45
VerifyAmountsFunction · 0.45
VerifyCoinbaseAmountFunction · 0.45
SerializeFileDBFunction · 0.45
DeserializeFileDBFunction · 0.45
GetValidFedpegScriptsFunction · 0.45
MutateTxAddOutAddrFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected