Skip to content
On this page

OP_PUSHBYTES_19 ā€‹

INFO

Opcode number: 19
Byte representation: 0x13
Short Description: Push the next 19 bytes onto the stack.

The OP_PUSHBYTES_19 opcode will push the following 19 bytes onto the stack. It's part of a group of opcodes that push a specific number of bytes onto the stack, from OP_PUSHBYTES_1 to OP_PUSHBYTES_75.

Example ā€‹

shell
# ASM script
OP_PUSHBYTES_19 a4b5c6d7e8f90a1b2c3d4e5fa0b1c2d3e4f56a

# Raw script
13a4b5c6d7e8f90a1b2c3d4e5fa0b1c2d3e4f56a

# Final stack
a4b5c6d7e8f90a1b2c3d4e5fa0b1c2d3e4f56a