bitcoin::opcodes::all

Constant OP_NUMNOTEQUAL

Source
pub const OP_NUMNOTEQUAL: Opcode;
Expand description

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