/* 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: "AccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155MetadataURI", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155Receiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataPoints", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataPointsMulti", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataStaking", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataStakingDynamic", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataStakingDynamicNative", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DataStakingFixed", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MockERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ProxyViewAggregator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "AccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155MetadataURI", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155Receiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20Metadata", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataPoints", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataPointsMulti", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataStaking", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataStakingDynamic", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataStakingDynamicNative", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DataStakingFixed", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MockERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ProxyViewAggregator", 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; } }