bc::opcodes

Constant OP_EQUALVERIFY

Source
pub const OP_EQUALVERIFY: u8 = 0x88;
Expand description

Returns success if the inputs are exactly equal, failure otherwise.