match abstract method

bool match(
  1. ScriptOp other
)

Returns true when the other ScriptOp matches this one. ScriptPushDataMatcher will match with a push data of a particular size.

Implementation

bool match(ScriptOp other);