match method
Returns true when the other ScriptOp matches this one. ScriptPushDataMatcher will match with a push data of a particular size.
Implementation
@override
bool match(ScriptOp other) => other is ScriptOpCode && code == other.code;
Returns true when the other ScriptOp matches this one. ScriptPushDataMatcher will match with a push data of a particular size.
@override
bool match(ScriptOp other) => other is ScriptOpCode && code == other.code;