Iterates over the operations in a Script. This can either be a single opcode, or an opcode which pushes some data following it in the bytecode.
This is important for parsing scripts, e.g. for SLP.
Differential D13791
[Chronik] Add `Script::iter_ops` and `ScriptOpIter` tobias_ruck on Apr 26 2023, 14:38. Authored by Tags None Subscribers None
Details
Iterates over the operations in a Script. This can either be a single opcode, or an opcode which pushes some data following it in the bytecode. This is important for parsing scripts, e.g. for SLP. ninja check-crates
Diff Detail
Event Timeline
|