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

Method pushInt

lib/script/stack.js:449–451  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

447 }
448
449 pushInt(num) {
450 return this.push(Stack.fromInt(num));
451 }
452
453 unshiftInt(num) {
454 return this.unshift(Stack.fromInt(num));

Callers 5

scriptVectorMethod · 0.95
createCoinbaseMethod · 0.45
signVectorMethod · 0.45
chain-test.jsFile · 0.45
createGenesisBlockFunction · 0.45

Calls 2

pushMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected