MCPcopy 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

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