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

    Interface SatisfierResult

    interface SatisfierResult {
        nonMalleableSats: Solution[];
        malleableSats: Solution[];
        unknownSats: Solution[];
    }
    Index

    Properties

    nonMalleableSats: Solution[]

    An array of Solution objects representing the non-malleable sat() expressions.

    malleableSats: Solution[]

    An array of Solution objects representing the malleable sat() expressions.

    unknownSats: Solution[]

    An array of Solution objects representing the sat() expressions that contain some of the unknown pieces of information.