/* 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: "Pausable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20Burnable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexAccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexAccountManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexTokenManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAADexManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexSwapCaller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseAccount", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NonceManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SenderCreator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "StakeManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AADexEntryPoint", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccount", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAggregator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IEntryPoint", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "INonceManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IPaymaster", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IStakeManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IWasd3rERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IWasd3rERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleErc20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Wasd3rSampleErc20Decimal18Token", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Wasd3rSampleErc20USDT", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Pausable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20Burnable", 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: "IERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexAccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexAccountManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexTokenManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAADexManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexSwapCaller", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseAccount", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NonceManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SenderCreator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "StakeManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AADexEntryPoint", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccount", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAggregator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IEntryPoint", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "INonceManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IPaymaster", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IStakeManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IWasd3rERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IWasd3rERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleErc20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Wasd3rSampleErc20Decimal18Token", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Wasd3rSampleErc20USDT", 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; } }