@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Interface PathSelection

    Result of path selection - which tapleaf to use and extra witness data.

    interface PathSelection {
        extraWitness?: Bytes[];
        leaf: TapLeafScript;
        sequence?: number;
    }
    Index

    Properties

    extraWitness?: Bytes[]

    Additional witness elements (e.g., preimage for HTLC)

    The tapleaf script to use for spending

    sequence?: number

    Sequence number override (for CSV timelocks)