@eagleoutice/flowr - v2.13.14
    Preparing search index...

    The gas context as the owner of the analyzer sees it, reachable via analyzer.context().gas. Adds the operations that restart a contingent to ReadOnlyFlowrAnalyzerGasContext.

    interface WriteableFlowrAnalyzerGasContext {
        checkGas(key: string): GasLevel;
        name: string;
        reset(): void;
        scope(overrides?: GasOverrides): ReadOnlyFlowrAnalyzerGasContext;
        withGas<T>(overrides: GasOverrides | undefined, fn: () => T): T;
    }

    Hierarchy (View Summary)

    Implemented by

    Index
    name: string