derive::opcodes

Constant OP_EQUAL

Source
pub const OP_EQUAL: u8 = 0x87; // 135u8
Expand description

Pushes 1 if the inputs are exactly equal, 0 otherwise.