Constant bdk_chain::bitcoin::blockdata::opcodes::all::OP_NUMEQUAL

pub const OP_NUMEQUAL: Opcode;
Expand description

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