Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushData
Method
pushData
lib/script/stack.js:320–322 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
318
}
319
320
pushData(data) {
321
return
this.push(data);
322
}
323
324
unshiftData(data) {
325
return
this.unshift(data);
Callers
6
scriptVector
Method · 0.95
createCoinbase
Method · 0.45
mempool-test.js
File · 0.45
chain-test.js
File · 0.45
createGenesisBlock
Function · 0.45
tx.js
File · 0.45
Calls
1
push
Method · 0.95
Tested by
no test coverage detected