Constant bitcoin::opcodes::OP_LESSTHAN

pub const OP_LESSTHAN: All;
Expand description

Pop the top two items; push 1 if the second is less than the top, 0 otherwise.