Difference between revisions of "Pushdata Opcodes"

m (Joshua Henslee moved page OP PUSHDATA to Pushdata Opcodes: Change name of page)
Line 1: Line 1:
The pushdata opcodes push the next bytes of data onto the stack.
+
The pushdata opcodes push the next bytes of data onto the stack. Opcodes 1-75 simply push the next bytes of data onto the stack, whereas OP_PUSHDATA1, OP_PUSHDATA2 and OP_PUSHDATA4 push a specified number of bytes onto the stack.
{{DISPLAYTITLE:OP_PUSHDATA}}
 

Revision as of 00:43, 13 January 2020

The pushdata opcodes push the next bytes of data onto the stack. Opcodes 1-75 simply push the next bytes of data onto the stack, whereas OP_PUSHDATA1, OP_PUSHDATA2 and OP_PUSHDATA4 push a specified number of bytes onto the stack.