/* 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: "EventAndErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Owned", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IReputation", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MockToken", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Multicall", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ReentrancyGuard", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "P2PIX", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Reputation", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "EventAndErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Owned", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IReputation", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MockToken", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Multicall", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ReentrancyGuard", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "P2PIX", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Reputation", 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; } }