MCPcopy
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

scriptVectorMethod · 0.95
createCoinbaseMethod · 0.45
mempool-test.jsFile · 0.45
chain-test.jsFile · 0.45
createGenesisBlockFunction · 0.45
tx.jsFile · 0.45

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected