Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
verifyProgram
Method · 0.45
signInput
Method · 0.45
isInputSigned
Method · 0.45
Calls
1
toItems
Method · 0.95
Tested by
no test coverage detected