Constant bp::opcodes::OP_BOOLAND
source · pub const OP_BOOLAND: u8 = 154; // 154u8Expand description
Pop the top two stack items and push 1 if both are nonzero, else push 0.
pub const OP_BOOLAND: u8 = 154; // 154u8Pop the top two stack items and push 1 if both are nonzero, else push 0.