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

Constant OP_WITHIN

pub const OP_WITHIN: All;
Expand description

Pop the top three items; if the top is >= the second and < the third, push 1, otherwise push 0.