Implements a multi-signature tapscript.
CHECKSIGVERIFY CHECKSIG
const multisigTapscript = MultisigTapscript.encode({ pubkeys: [new Uint8Array(32), new Uint8Array(32)] }); Copy
const multisigTapscript = MultisigTapscript.encode({ pubkeys: [new Uint8Array(32), new Uint8Array(32)] });
Implements a multi-signature tapscript.
Example