Reads the next opcode, ignoring any pushed data.
Declared in <script/script.h>
bool
GetOp(
const_iterator& pc,
opcodetype& opcodeRet) const;
true if an opcode was read successfully.
| Name | Description |
|---|---|
| pc | In/out iterator advanced past the opcode. |
| opcodeRet | Set to the opcode that was read. |