UNPKG

hardhat

Version:

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

12 lines 376 B
import type { NewTaskActionFunction } from "../../../types/tasks.js"; interface NodeActionArguments { hostname?: string; port: number; chainType?: string; chainId: number; fork?: string; forkBlockNumber: number; } declare const nodeAction: NewTaskActionFunction<NodeActionArguments>; export default nodeAction; //# sourceMappingURL=task-action.d.ts.map