Returns whether the script only pushes data onto the stack.
true if every opcode from pc onward is a push. Called by IsStandardTx and P2SH/BIP62 VerifyScript (which makes it consensus-critical).
| Name | Description |
|---|---|
| pc | Iterator to the position to start scanning from. |