Constant bitcoin::opcodes::all::OP_LESSTHAN

source ·
pub const OP_LESSTHAN: Opcode;
Expand description

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