derive::opcodes

Constant OP_NUMEQUAL

Source
pub const OP_NUMEQUAL: u8 = 0x9c; // 156u8
Expand description

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