@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Class Script

    VtxoScript is a script that contains a list of tapleaf scripts. It is used to create vtxo scripts.

    const vtxoScript = new VtxoScript([new Uint8Array(32), new Uint8Array(32
    

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    claimScript: string
    leaves: TapLeafScript[]
    options: VHTLC.Options
    refundScript: string
    refundWithoutReceiverScript: string
    scripts: Bytes[]
    tweakedPublicKey: Bytes
    unilateralClaimScript: string
    unilateralRefundScript: string
    unilateralRefundWithoutReceiverScript: string

    Accessors

    • get pkScript(): Bytes

      Returns Bytes

    Methods