/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { DeployContractOptions, FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomicfoundation/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "AccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDataPointRegistry", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDataPointStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IOwnable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBaseWTTPPermissions", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBaseWTTPSite", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBaseWTTPStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseWTTPPermissions", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseWTTPSite", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseWTTPStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ExtendedWTTPSite", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "WTTPErrorSite", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "WTTPForwarder", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Web3Site", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "AccessControl", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessControl", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IDataPointRegistry", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IDataPointStorage", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IOwnable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IBaseWTTPPermissions", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IBaseWTTPSite", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IBaseWTTPStorage", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseWTTPPermissions", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseWTTPSite", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseWTTPStorage", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ExtendedWTTPSite", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "WTTPErrorSite", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "WTTPForwarder", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Web3Site", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "AccessControl", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessControl", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC165", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC165", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IDataPointRegistry", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IDataPointStorage", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IOwnable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPPermissions", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPSite", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPStorage", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPPermissions", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPSite", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPStorage", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ExtendedWTTPSite", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "WTTPErrorSite", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "WTTPForwarder", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Web3Site", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessControl", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessControl", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC165", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC165", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IDataPointRegistry", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IDataPointStorage", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IOwnable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPPermissions", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPSite", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBaseWTTPStorage", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPPermissions", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPSite", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseWTTPStorage", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ExtendedWTTPSite", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "WTTPErrorSite", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "WTTPForwarder", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Web3Site", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: string, signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: string, args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; } }