MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / ops

Method ops

modules/ecash-lib/src/script.ts:95–97  ·  view source on GitHub ↗

Iterate over the Ops of this Script

()

Source from the content-addressed store, hash-verified

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 {

Callers 12

cutOutCodesepMethod · 0.95
isMultisigMethod · 0.95
script.test.tsFile · 0.80
writeLegacyScriptCodeFunction · 0.80
parseEmppScriptFunction · 0.80
parseSlpFunction · 0.80
scriptOpsFunction · 0.80
fromRedeemScriptMethod · 0.80
parseAdScriptSigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected