/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { DeployContractOptions, FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomicfoundation/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "Initializable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBeacon", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ECDSA", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Math", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Strings", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Admin", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Controller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Issuer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Locker", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Operator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Connector", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1400", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1410", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1594", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1643", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1644", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1410", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1594", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1643", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1644", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "CertificateValidator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Controllable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ILockable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Lockable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IProvideSelector", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MockCertificateValidator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MockRules", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MockSecurityToken", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IPartitions", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Partitions", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IRules", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Rules", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SecurityToken", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenSwap", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Initializable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IBeacon", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ECDSA", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Math", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Strings", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessControl", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Admin", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Controller", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Issuer", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Locker", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Operator", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Connector", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1400", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1410", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1594", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1643", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1644", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1410", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1594", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1643", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1644", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "CertificateValidator", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Controllable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ILockable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Lockable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IProvideSelector", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "MockCertificateValidator", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "MockRules", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "MockSecurityToken", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IPartitions", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Partitions", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IRules", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Rules", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SecurityToken", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenSwap", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "Initializable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBeacon", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ECDSA", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Math", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Strings", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessControl", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Admin", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Issuer", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Locker", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Operator", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Connector", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1400", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1410", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1594", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1643", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1644", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC20", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1410", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1594", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1643", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1644", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC20", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "CertificateValidator", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controllable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ILockable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Lockable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProvideSelector", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockCertificateValidator", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockRules", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockSecurityToken", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IPartitions", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Partitions", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IRules", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Rules", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SecurityToken", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TokenSwap", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Initializable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBeacon", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ECDSA", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Math", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Strings", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessControl", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Admin", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Issuer", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Locker", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Operator", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Connector", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1400", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1410", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1594", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1643", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1644", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC20", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1410", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1594", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1643", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1644", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC20", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "CertificateValidator", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controllable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ILockable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Lockable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProvideSelector", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockCertificateValidator", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockRules", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "MockSecurityToken", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IPartitions", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Partitions", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IRules", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Rules", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SecurityToken", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TokenSwap", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: string, signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: string, args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; } }