/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomiclabs/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "VerifierUser", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ClaimIssuer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IdFactory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IIdFactory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Gateway", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Identity", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IClaimIssuer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC734", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC735", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IIdentity", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IImplementationAuthority", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IdentityProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ImplementationAuthority", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Verifier", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Version", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "VerifierUser", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ClaimIssuer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IdFactory", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IIdFactory", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Gateway", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Identity", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IClaimIssuer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC734", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC735", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IIdentity", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IImplementationAuthority", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IdentityProxy", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ImplementationAuthority", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Verifier", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Version", address: string, signer?: ethers.Signer ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.utils.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string, signer?: ethers.Signer ): Promise; } }