Iterate over the Ops of this Script
()
| 93 | |
| 94 | /** Iterate over the Ops of this Script */ |
| 95 | public ops(): ScriptOpIter { |
| 96 | return new ScriptOpIter(new Bytes(this.bytecode)); |
| 97 | } |
| 98 | |
| 99 | /** Create a deep copy of this Script */ |
| 100 | public copy(): Script { |
no outgoing calls
no test coverage detected