Constant bitcoin::opcodes::all::OP_CHECKMULTISIG
source · pub const OP_CHECKMULTISIG: Opcode;
Expand description
Pop N, N pubkeys, M, M signatures, a dummy (due to bug in reference code), and verify that all M signatures are valid. Push 1 for ‘all valid’, 0 otherwise.