[#IsPushdataOp] = IsPushdataOp :mrdocs: Test whether an opcode is a data‐push operation. == Synopsis Declared in `<script/solver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool IsPushdataOp(xref:opcodetype.adoc[opcodetype] opcode); ---- == Return Value true if opcode pushes data onto the stack. == Parameters [cols="1,4"] |=== | Name| Description | *opcode* | The opcode to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#