pub fn decode_multisig_script(script: &[u8]) -> Option<(usize, usize)>Expand description
Decode the threshold and key count from a standard multisig redeem script.
Returns Some((m, n)) if the script is a standard m-of-n multisig,
or None if the script is not recognized.