UNPKG

hardhat-gasless-deployer

Version:
5 lines 391 B
import { Contract, ContractDeployTransaction, ContractFactory } from "ethers"; import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare function loadInitCode(hre: HardhatRuntimeEnvironment, contract: ContractFactory<any[], Contract>, initArgsPath: string): Promise<ContractDeployTransaction>; export declare function randomSalt(): string; //# sourceMappingURL=utils.d.ts.map