Skip to main content

OP_PUSHDATA1

Constant OP_PUSHDATA1 

Source
pub const OP_PUSHDATA1: u8 = 0x4c;
Expand description

Read the next 1 byte as a length N, then push the next N bytes onto the stack.