Skip to main content

OP_CHECKSIG

Constant OP_CHECKSIG 

Source
pub const OP_CHECKSIG: u8 = 0xac;
Expand description

Pop a public key and signature, push 1 if the signature is valid, 0 otherwise.