hardhat-forta
Version:
Forta Agent Hardhat Plugin
8 lines • 347 B
TypeScript
/**
* Generates an agent or more based on the available templates in the
* arbitraryexecution/forta-bot-templates github repository.
* @param destinationPath - The path in which the forta agent project(s) will
* be placed.
*/
export declare function generateAgents(destinationPath: string): Promise<void>;
//# sourceMappingURL=index.d.ts.map