[][src]Constant bitcoin::blockdata::opcodes::all::OP_CHECKMULTISIG

pub const OP_CHECKMULTISIG: All

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