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

    Interface CompileMiniscriptResult

    interface CompileMiniscriptResult {
        asm: string;
        issane: boolean;
        issanesublevel: boolean;
    }
    Index

    Properties

    asm: string

    The Bitcoin asm code of the compiled miniscript expression.

    issane: boolean

    Whether the miniscript is sane at the top level.

    issanesublevel: boolean

    Whether the miniscript is sane at the sublevel.