bp::opcodes

Constant OP_LESSTHAN

Source
pub const OP_LESSTHAN: u8 = 0x9f; // 159u8
Expand description

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