witnessMultiSigMofN

fun witnessMultiSigMofN(pubKeys: List<PublicKey>, sigs: List<ByteVector>): ScriptWitness

Return

script witness for the pay-to-witness-script-hash script containing a multisig script.

Parameters

pubKeys

are the public keys signatures will be checked against.

sigs

are the signatures for a subset of the public keys.