Test whether an opcode is a data-push operation.
Declared in <script/solver.h>
<script/solver.h>
constexpr bool IsPushdataOp(opcodetype opcode);
true if opcode pushes data onto the stack.