MCPcopy
hub / github.com/bcoin-org/bcoin / toStack

Method toStack

lib/script/script.js:243–245  ·  view source on GitHub ↗

* Convert script to stack. * @returns {Stack}

()

Source from the content-addressed store, hash-verified

241 */
242
243 toStack() {
244 return new Stack(this.toItems());
245 }
246
247 /**
248 * Inject data from stack.

Callers 3

verifyProgramMethod · 0.45
signInputMethod · 0.45
isInputSignedMethod · 0.45

Calls 1

toItemsMethod · 0.95

Tested by

no test coverage detected