Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsNull
Method
IsNull
src/script/script.h:640–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
CScriptWitness() { }
639
640
bool IsNull() const { return stack.empty(); }
641
642
void SetNull() { stack.clear(); stack.shrink_to_fit(); }
643
Callers
15
GetKeyForDestination
Function · 0.45
pushasset
Function · 0.45
pushvalue
Function · 0.45
GetOutpointFlag
Function · 0.45
EvalScript
Function · 0.45
SerializeInput
Method · 0.45
GetIssuanceSHA256
Function · 0.45
Init
Method · 0.45
SignatureHashSchnorr
Function · 0.45
SignatureHash
Function · 0.45
CheckECDSASignature
Method · 0.45
VerifyScript
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected