Returns whether the whole script only pushes data onto the stack.
Synopsis
Declared in <script/script.h>
bool
IsPushOnly() const;
Return Value
true if every opcode is a push.
Created with MrDocs
Returns whether the whole script only pushes data onto the stack.
Declared in <script/script.h>
bool
IsPushOnly() const;
true if every opcode is a push.
Created with MrDocs