Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ HasOpCreate
Method
HasOpCreate
src/script/script.h:712–715 ·
view source on GitHub ↗
//////////////////////////////////// lux
Source
from the content-addressed store, hash-verified
710
711
///////////////////////////////////////// lux
712
bool HasOpCreate() const
713
{
714
return Find(OP_CREATE) == 1;
715
}
716
717
bool HasOpCall() const
718
{
Callers
12
createcontract
Function · 0.80
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