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 • 337 B
TypeScript
export declare function sendTelemetryConfigAnalytics(enabled: boolean): Promise<boolean>;
export declare function sendTaskAnalytics(taskId: string[]): Promise<boolean>;
export declare function sendProjectTypeAnalytics(hardhatVersion: "hardhat-2" | "hardhat-3", template: string): Promise<boolean>;
//# sourceMappingURL=analytics.d.ts.map