CScript::IsPushOnly

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.