Constant bitcoin::blockdata::opcodes::all::OP_LESSTHANOREQUAL

source ยท
pub const OP_LESSTHANOREQUAL: Opcode;
Expand description

Pop the top two items; push 1 if the second is <= the top, 0 otherwise.