@bitcoinerlab/miniscript - v1.4.3
    Preparing search index...

    Interface Solution

    interface Solution {
        nSequence: number;
        nLockTime: number;
        asm: string;
    }
    Index

    Properties

    nSequence: number

    the maximum nSequence time of all the sat() or dsat() expressions in the solution.

    nLockTime: number

    the maximum nLockTime of all the sat() or dsat() expressions in the solution.

    asm: string

    the resulting witness after combining all the sat() or dsat() expressions.