Constant bdk_chain::bitcoin::blockdata::opcodes::all::OP_CHECKMULTISIG

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.