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

    Interface ScriptVerification

    interface ScriptVerification {
        executionCost: number;
        isValid: boolean;
        warnings: string[];
    }
    Index

    Properties

    executionCost: number

    Execution cost (estimated op count)

    isValid: boolean

    Whether the script is still valid

    warnings: string[]

    Any warnings about the optimization