hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
4 lines • 322 B
TypeScript
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>;
//# sourceMappingURL=analytics.d.ts.map