Skip to main content

OP_PUSHDATA2

Constant OP_PUSHDATA2 

Source
pub const OP_PUSHDATA2: u8 = 0x4d;
Expand description

Read the next 2 bytes as a little-endian length N, then push the next N bytes onto the stack.