@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface PathOptimization

    interface PathOptimization {
        description: string;
        operationsSaved: number;
        type:
            | "branch_elimination"
            | "loop_unrolling"
            | "constant_propagation"
            | "instruction_reordering";
    }
    Index

    Properties

    description: string

    Description

    operationsSaved: number

    Operations saved

    type:
        | "branch_elimination"
        | "loop_unrolling"
        | "constant_propagation"
        | "instruction_reordering"

    Type of path optimization