hardhat-packager
Version:
Hardhat plugin for preparing the contract artifacts and the TypeChain bindings for registry deployment
6 lines • 347 B
TypeScript
export declare const PLUGIN_NAME = "hardhat-packager";
export declare const SUBTASK_PREPARE_PACKAGE_ARTIFACTS: string;
export declare const SUBTASK_PREPARE_PACKAGE_TYPECHAIN: string;
export declare const SUBTASK_PREPARE_PACKAGE_TYPECHAIN_FACTORIES: string;
export declare const TASK_PREPARE_PACKAGE: string;
//# sourceMappingURL=constants.d.ts.map