Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ HasOpCall
Method
HasOpCall
src/script/script.h:717–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
715
}
716
717
bool HasOpCall() const
718
{
719
return Find(OP_CALL) == 1;
720
}
721
bool HasOpSpend() const
722
{
723
return size()==1 && *begin() == OP_SPEND;
Callers
11
CheckTransaction
Function · 0.80
AcceptToMemoryPool
Function · 0.80
AcceptableInputs
Function · 0.80
extractionLuxTransactions
Method · 0.80
ScriptToString
Function · 0.80
TxToRow
Function · 0.80
TxToString
Function · 0.80
toHTML
Method · 0.80
decomposeTransaction
Method · 0.80
HasCreateOrCall
Method · 0.80
IsDust
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected