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

    Interface OptimizedPath

    interface OptimizedPath {
        criticalPath: boolean[];
        estimatedCost: number;
        executionSteps: ExecutionStep[];
        optimizations: PathOptimization[];
        script: Buffer;
    }
    Index

    Properties

    criticalPath: boolean[]

    Critical path analysis

    estimatedCost: number

    Gas/operation cost estimate

    executionSteps: ExecutionStep[]

    Expected execution steps

    optimizations: PathOptimization[]

    Optimizations applied

    script: Buffer

    Optimized execution path