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

    Interface CompilePolicyResult

    interface CompilePolicyResult {
        miniscript: string;
        asm: string;
        issane: boolean;
        issanesublevel: boolean;
    }
    Index

    Properties

    miniscript: string

    The compiled miniscript expression.

    asm: string

    The compiled miniscript as Bitcoin asm code.

    issane: boolean

    Whether the miniscript is sane at the top level.

    issanesublevel: boolean

    Whether the miniscript is sane at the sublevel.