breez_sdk_liquid::bitcoin::blockdata::opcodes::all

Constant OP_LESSTHANOREQUAL

pub const OP_LESSTHANOREQUAL: All;
Expand description

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