Skip to main content

OP_CHECKSIGVERIFY

Constant OP_CHECKSIGVERIFY 

Source
pub const OP_CHECKSIGVERIFY: u8 = 0xad;
Expand description

Same as OP_CHECKSIG, then OP_VERIFY. Marks transaction invalid if signature check fails.