UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

9 lines 214 B
export interface JsonRpcServer { listen(): Promise<{ address: string; port: number; }>; waitUntilClosed(): Promise<void>; close(): Promise<void>; } //# sourceMappingURL=node.d.ts.map