buildMultisigIn
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
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