UNPKG

hardhat

Version:

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

5 lines 405 B
export declare function sendTelemetryConfigAnalytics(enabled: boolean): Promise<boolean>; export declare function sendTaskAnalytics(taskId: string[], command: "hardhat" | "hhu"): Promise<boolean>; export declare function sendProjectTypeAnalytics(template: string): Promise<boolean>; export declare function sendNetworkAnalytics(chainType: string): Promise<boolean>; //# sourceMappingURL=analytics.d.ts.map