@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
17 lines • 550 B
TypeScript
import { BuidlerNode } from "../node";
export declare class EvmModule {
private readonly _node;
constructor(_node: BuidlerNode);
processRequest(method: string, params?: any[]): Promise<any>;
private _setNextBlockTimestampParams;
private _setNextBlockTimestampAction;
private _increaseTimeParams;
private _increaseTimeAction;
private _mineParams;
private _mineAction;
private _revertParams;
private _revertAction;
private _snapshotParams;
private _snapshotAction;
}
//# sourceMappingURL=evm.d.ts.map