/* 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: "IERC20Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "CalldataExtractor", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ProxyConnector", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConstants", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConsumerBytesBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConsumerNumericBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneDefaultsLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbitrumDemoDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbitrumProdDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AvalancheDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AvalancheDemoConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "KydServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MainDemoConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "PrimaryDemoDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "PrimaryProdDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "StagingDemoDataServiceConsumerBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NumericArrayLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SignatureLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AuthorisedMockSignersBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConsumerBytesMock", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "RedstoneConsumerNumericMock", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Benchmark", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "HashCalldataModel", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleChainableProxyConnector", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleChainableStorageProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleChainableStorageProxyConsumer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleProxyConnectorConsumer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "StorageStructureModel", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleBitmapLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleDuplicatedDataFeeds", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleForLocalhostMockTest", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleKydServiceConsumer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleNumericArrayLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleProxyConnector", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneConsumerBytesMock", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneConsumerBytesMockManyDataFeeds", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneConsumerBytesMockStrings", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneConsumerNumericMock", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneConsumerNumericMockManyDataFeeds", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneDataServiceConsumerMock", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleRedstoneDefaultsLib", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleStorageProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleStorageProxyConsumer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20Initializable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleSyntheticToken", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SampleWithEvents", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Ownable", 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: "CalldataExtractor", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ProxyConnector", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConstants", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConsumerBytesBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConsumerNumericBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneDefaultsLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbitrumDemoDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbitrumProdDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AvalancheDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AvalancheDemoConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "KydServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MainDemoConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "PrimaryDemoDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "PrimaryProdDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "StagingDemoDataServiceConsumerBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NumericArrayLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SignatureLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AuthorisedMockSignersBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConsumerBytesMock", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "RedstoneConsumerNumericMock", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Benchmark", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "HashCalldataModel", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleChainableProxyConnector", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleChainableStorageProxy", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleChainableStorageProxyConsumer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleProxyConnectorConsumer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "StorageStructureModel", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleBitmapLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleDuplicatedDataFeeds", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleForLocalhostMockTest", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleKydServiceConsumer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleNumericArrayLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleProxyConnector", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneConsumerBytesMock", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneConsumerBytesMockManyDataFeeds", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneConsumerBytesMockStrings", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneConsumerNumericMock", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneConsumerNumericMockManyDataFeeds", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneDataServiceConsumerMock", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleRedstoneDefaultsLib", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleStorageProxy", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleStorageProxyConsumer", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20Initializable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleSyntheticToken", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SampleWithEvents", 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; } }