Constant bc::opcodes::OP_PUSHDATA2
source · pub const OP_PUSHDATA2: u8 = 0x4d;Expand description
Read the next 2 bytes as N; push the next N bytes as an array onto the stack.
pub const OP_PUSHDATA2: u8 = 0x4d;Read the next 2 bytes as N; push the next N bytes as an array onto the stack.