[#IsOpSuccess] = IsOpSuccess :mrdocs: Test for OP_SUCCESSx opcodes as defined by BIP342. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsOpSuccess(xref:opcodetype.adoc[opcodetype] const& opcode); ---- == Return Value true if `opcode` is an OP_SUCCESSx opcode. == Parameters [cols="1,4"] |=== | Name| Description | *opcode* | Opcode to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#