Skip to main content

buildMultisigIn

scrypt-ts-opcat v1.0.1


scrypt-ts-opcat / Script / buildMultisigIn

Function: buildMultisigIn()

buildMultisigIn(pubkeys, threshold, signatures, opts?): Script

Defined in: node_modules/@opcat-labs/opcat/types/script/script.d.cts:391

A new Multisig input script for the given public keys, requiring m of those public keys to spend

Parameters

pubkeys

PublicKey[]

list of all public keys controlling the output

threshold

number

amount of required signatures to spend the output

signatures

any[]

and array of signature buffers to append to the script

opts?

any

Returns

Script