MCPcopy 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

createcontractFunction · 0.80
CheckTransactionFunction · 0.80
AcceptToMemoryPoolFunction · 0.80
AcceptableInputsFunction · 0.80
ScriptToStringFunction · 0.80
TxToRowFunction · 0.80
TxToStringFunction · 0.80
toHTMLMethod · 0.80
decomposeTransactionMethod · 0.80
HasCreateOrCallMethod · 0.80
IsDustMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected