bpstd::opcodes

Constant OP_BOOLAND

Source
pub const OP_BOOLAND: u8 = 0x9a; // 154u8
Expand description

Pop the top two stack items and push 1 if both are nonzero, else push 0.