@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
13 lines • 414 B
TypeScript
import Common from "ethereumjs-common";
export declare class NetModule {
private readonly _common;
constructor(_common: Common);
processRequest(method: string, params?: any[]): Promise<any>;
private _listeningParams;
private _listeningAction;
private _peerCountParams;
private _peerCountAction;
private _versionParams;
private _versionAction;
}
//# sourceMappingURL=net.d.ts.map