Namespace ConditionCSVMultisigTapscript

Combines a condition script with an exit closure. The resulting script requires the condition to be met, followed by the standard exit closure requirements (timelock and signatures).

VERIFY CHECKSEQUENCEVERIFY DROP CHECKSIGVERIFY CHECKSIG

const conditionCSVMultisigTapscript = ConditionCSVMultisigTapscript.encode({ conditionScript: new Uint8Array(32), pubkeys: [new Uint8Array(32), new Uint8Array(32)] });

Type Aliases

Params
Type

Functions

decode
encode
is