@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
11 lines • 422 B
TypeScript
import { BuidlerNode } from "../node";
export declare class BuidlerModule {
private readonly _node;
constructor(_node: BuidlerNode);
processRequest(method: string, params?: any[]): Promise<any>;
private _getStackTraceFailuresCountParams;
private _getStackTraceFailuresCountAction;
private _addCompilationResultParams;
private _addCompilationResultAction;
}
//# sourceMappingURL=buidler.d.ts.map