/* 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: "ERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1155TokenReceiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721TokenReceiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Conduit", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConduitController", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Consideration", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1155Interface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20Interface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Interface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AmountDerivationErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConduitControllerInterface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConduitInterface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConsiderationEventsAndErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConsiderationInterface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "CriteriaResolutionErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "EIP1271Interface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "FulfillmentApplicationErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ReentrancyErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SignatureVerificationErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenTransferrerErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ZoneInteractionErrors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ZoneInterface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AmountDeriver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Assertions", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BasicOrderFulfiller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ConsiderationBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "CriteriaResolution", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Executor", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "FulfillmentApplier", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GettersAndDerivers", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NonceManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrderCombiner", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrderFulfiller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrderValidator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ReentrancyGuard", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SignatureVerification", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenTransferrer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Verifiers", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ZoneInteraction", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Seaport", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestERC1155", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestERC721", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "ERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1155TokenReceiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721TokenReceiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Conduit", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConduitController", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Consideration", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1155Interface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20Interface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Interface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AmountDerivationErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConduitControllerInterface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConduitInterface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConsiderationEventsAndErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConsiderationInterface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "CriteriaResolutionErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "EIP1271Interface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "FulfillmentApplicationErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ReentrancyErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SignatureVerificationErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenTransferrerErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ZoneInteractionErrors", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ZoneInterface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AmountDeriver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Assertions", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BasicOrderFulfiller", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ConsiderationBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "CriteriaResolution", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Executor", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "FulfillmentApplier", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GettersAndDerivers", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NonceManager", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrderCombiner", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrderFulfiller", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrderValidator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ReentrancyGuard", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SignatureVerification", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenTransferrer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Verifiers", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ZoneInteraction", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Seaport", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TestERC1155", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TestERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TestERC721", 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; } }