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

Method HasWitness

src/primitives/transaction.h:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 std::string ToString() const;
580
581 bool HasWitness() const
582 {
583 return !witness.IsNull();
584 }
585};
586
587/** A mutable version of CTransaction. */

Callers 14

removeForBlockMethod · 0.45
ProcessMessageMethod · 0.45
PreChecksMethod · 0.45
PolicyScriptChecksMethod · 0.45
ContextualCheckBlockFunction · 0.45
spend.cppFile · 0.45
AddToWalletMethod · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGETFunction · 0.45
getblockstatsFunction · 0.45
UnserializeTransactionFunction · 0.45

Calls 1

IsNullMethod · 0.45

Tested by 3

FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGETFunction · 0.36