pub fn is_push_data(op: u8) -> bool
Check if an opcode is a push data opcode (OP_DATA_1..OP_PUSHDATA4).
op
true if the opcode pushes data onto the stack.
true