Skip to main content

OP_CHECKMULTISIG

Constant OP_CHECKMULTISIG 

Source
pub const OP_CHECKMULTISIG: u8 = 0xae;
Expand description

Pop N public keys and M signatures, push 1 if all signatures are valid, 0 otherwise.