Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeForBlock
Method · 0.45
ProcessMessage
Method · 0.45
PreChecks
Method · 0.45
PolicyScriptChecks
Method · 0.45
UpdateUncommittedBlockStructures
Function · 0.45
ContextualCheckBlock
Function · 0.45
spend.cpp
File · 0.45
AddToWallet
Method · 0.45
FUZZ_TARGET_INIT
Function · 0.45
FUZZ_TARGET
Function · 0.45
getblockstats
Function · 0.45
UnserializeTransaction
Function · 0.45
Calls
1
IsNull
Method · 0.45
Tested by
3
FUZZ_TARGET_INIT
Function · 0.36
FUZZ_TARGET
Function · 0.36
TestPackageTransactions
Method · 0.36