Skip to main content

OP_PUSHDATA4

Constant OP_PUSHDATA4 

Source
pub const OP_PUSHDATA4: u8 = 0x4e;
Expand description

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