| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711 |
- /* 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<Contracts.Initializable__factory>;
- getContractFactory(
- name: "IBeacon",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IBeacon__factory>;
- getContractFactory(
- name: "ECDSA",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ECDSA__factory>;
- getContractFactory(
- name: "Math",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Math__factory>;
- getContractFactory(
- name: "Strings",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Strings__factory>;
- getContractFactory(
- name: "AccessControl",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.AccessControl__factory>;
- getContractFactory(
- name: "Admin",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Admin__factory>;
- getContractFactory(
- name: "Controller",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Controller__factory>;
- getContractFactory(
- name: "Issuer",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Issuer__factory>;
- getContractFactory(
- name: "Locker",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Locker__factory>;
- getContractFactory(
- name: "Operator",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Operator__factory>;
- getContractFactory(
- name: "Connector",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Connector__factory>;
- getContractFactory(
- name: "ERC1400",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC1400__factory>;
- getContractFactory(
- name: "ERC1410",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC1410__factory>;
- getContractFactory(
- name: "ERC1594",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC1594__factory>;
- getContractFactory(
- name: "ERC1643",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC1643__factory>;
- getContractFactory(
- name: "ERC1644",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC1644__factory>;
- getContractFactory(
- name: "ERC20",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ERC20__factory>;
- getContractFactory(
- name: "IERC1410",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IERC1410__factory>;
- getContractFactory(
- name: "IERC1594",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IERC1594__factory>;
- getContractFactory(
- name: "IERC1643",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IERC1643__factory>;
- getContractFactory(
- name: "IERC1644",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IERC1644__factory>;
- getContractFactory(
- name: "IERC20",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IERC20__factory>;
- getContractFactory(
- name: "CertificateValidator",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.CertificateValidator__factory>;
- getContractFactory(
- name: "Controllable",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Controllable__factory>;
- getContractFactory(
- name: "ILockable",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ILockable__factory>;
- getContractFactory(
- name: "Lockable",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Lockable__factory>;
- getContractFactory(
- name: "IProvideSelector",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IProvideSelector__factory>;
- getContractFactory(
- name: "MockCertificateValidator",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockCertificateValidator__factory>;
- getContractFactory(
- name: "MockRules",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockRules__factory>;
- getContractFactory(
- name: "MockSecurityToken",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockSecurityToken__factory>;
- getContractFactory(
- name: "IPartitions",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IPartitions__factory>;
- getContractFactory(
- name: "Partitions",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Partitions__factory>;
- getContractFactory(
- name: "IRules",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IRules__factory>;
- getContractFactory(
- name: "Rules",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Rules__factory>;
- getContractFactory(
- name: "SecurityToken",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.SecurityToken__factory>;
- getContractFactory(
- name: "TokenSwap",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.TokenSwap__factory>;
-
- getContractAt(
- name: "Initializable",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Initializable>;
- getContractAt(
- name: "IBeacon",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IBeacon>;
- getContractAt(
- name: "ECDSA",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ECDSA>;
- getContractAt(
- name: "Math",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Math>;
- getContractAt(
- name: "Strings",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Strings>;
- getContractAt(
- name: "AccessControl",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.AccessControl>;
- getContractAt(
- name: "Admin",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Admin>;
- getContractAt(
- name: "Controller",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Controller>;
- getContractAt(
- name: "Issuer",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Issuer>;
- getContractAt(
- name: "Locker",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Locker>;
- getContractAt(
- name: "Operator",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Operator>;
- getContractAt(
- name: "Connector",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Connector>;
- getContractAt(
- name: "ERC1400",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC1400>;
- getContractAt(
- name: "ERC1410",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC1410>;
- getContractAt(
- name: "ERC1594",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC1594>;
- getContractAt(
- name: "ERC1643",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC1643>;
- getContractAt(
- name: "ERC1644",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC1644>;
- getContractAt(
- name: "ERC20",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ERC20>;
- getContractAt(
- name: "IERC1410",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IERC1410>;
- getContractAt(
- name: "IERC1594",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IERC1594>;
- getContractAt(
- name: "IERC1643",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IERC1643>;
- getContractAt(
- name: "IERC1644",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IERC1644>;
- getContractAt(
- name: "IERC20",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IERC20>;
- getContractAt(
- name: "CertificateValidator",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.CertificateValidator>;
- getContractAt(
- name: "Controllable",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Controllable>;
- getContractAt(
- name: "ILockable",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ILockable>;
- getContractAt(
- name: "Lockable",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Lockable>;
- getContractAt(
- name: "IProvideSelector",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IProvideSelector>;
- getContractAt(
- name: "MockCertificateValidator",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockCertificateValidator>;
- getContractAt(
- name: "MockRules",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockRules>;
- getContractAt(
- name: "MockSecurityToken",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockSecurityToken>;
- getContractAt(
- name: "IPartitions",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IPartitions>;
- getContractAt(
- name: "Partitions",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Partitions>;
- getContractAt(
- name: "IRules",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IRules>;
- getContractAt(
- name: "Rules",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Rules>;
- getContractAt(
- name: "SecurityToken",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.SecurityToken>;
- getContractAt(
- name: "TokenSwap",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.TokenSwap>;
-
- deployContract(
- name: "Initializable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Initializable>;
- deployContract(
- name: "IBeacon",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IBeacon>;
- deployContract(
- name: "ECDSA",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ECDSA>;
- deployContract(
- name: "Math",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Math>;
- deployContract(
- name: "Strings",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Strings>;
- deployContract(
- name: "AccessControl",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccessControl>;
- deployContract(
- name: "Admin",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Admin>;
- deployContract(
- name: "Controller",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Controller>;
- deployContract(
- name: "Issuer",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Issuer>;
- deployContract(
- name: "Locker",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Locker>;
- deployContract(
- name: "Operator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Operator>;
- deployContract(
- name: "Connector",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Connector>;
- deployContract(
- name: "ERC1400",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1400>;
- deployContract(
- name: "ERC1410",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1410>;
- deployContract(
- name: "ERC1594",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1594>;
- deployContract(
- name: "ERC1643",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1643>;
- deployContract(
- name: "ERC1644",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1644>;
- deployContract(
- name: "ERC20",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC20>;
- deployContract(
- name: "IERC1410",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1410>;
- deployContract(
- name: "IERC1594",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1594>;
- deployContract(
- name: "IERC1643",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1643>;
- deployContract(
- name: "IERC1644",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1644>;
- deployContract(
- name: "IERC20",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC20>;
- deployContract(
- name: "CertificateValidator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.CertificateValidator>;
- deployContract(
- name: "Controllable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Controllable>;
- deployContract(
- name: "ILockable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ILockable>;
- deployContract(
- name: "Lockable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Lockable>;
- deployContract(
- name: "IProvideSelector",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IProvideSelector>;
- deployContract(
- name: "MockCertificateValidator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockCertificateValidator>;
- deployContract(
- name: "MockRules",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockRules>;
- deployContract(
- name: "MockSecurityToken",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockSecurityToken>;
- deployContract(
- name: "IPartitions",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IPartitions>;
- deployContract(
- name: "Partitions",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Partitions>;
- deployContract(
- name: "IRules",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IRules>;
- deployContract(
- name: "Rules",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Rules>;
- deployContract(
- name: "SecurityToken",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.SecurityToken>;
- deployContract(
- name: "TokenSwap",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.TokenSwap>;
-
- deployContract(
- name: "Initializable",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Initializable>;
- deployContract(
- name: "IBeacon",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IBeacon>;
- deployContract(
- name: "ECDSA",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ECDSA>;
- deployContract(
- name: "Math",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Math>;
- deployContract(
- name: "Strings",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Strings>;
- deployContract(
- name: "AccessControl",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccessControl>;
- deployContract(
- name: "Admin",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Admin>;
- deployContract(
- name: "Controller",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Controller>;
- deployContract(
- name: "Issuer",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Issuer>;
- deployContract(
- name: "Locker",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Locker>;
- deployContract(
- name: "Operator",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Operator>;
- deployContract(
- name: "Connector",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Connector>;
- deployContract(
- name: "ERC1400",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1400>;
- deployContract(
- name: "ERC1410",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1410>;
- deployContract(
- name: "ERC1594",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1594>;
- deployContract(
- name: "ERC1643",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1643>;
- deployContract(
- name: "ERC1644",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC1644>;
- deployContract(
- name: "ERC20",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ERC20>;
- deployContract(
- name: "IERC1410",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1410>;
- deployContract(
- name: "IERC1594",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1594>;
- deployContract(
- name: "IERC1643",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1643>;
- deployContract(
- name: "IERC1644",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC1644>;
- deployContract(
- name: "IERC20",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IERC20>;
- deployContract(
- name: "CertificateValidator",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.CertificateValidator>;
- deployContract(
- name: "Controllable",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Controllable>;
- deployContract(
- name: "ILockable",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ILockable>;
- deployContract(
- name: "Lockable",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Lockable>;
- deployContract(
- name: "IProvideSelector",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IProvideSelector>;
- deployContract(
- name: "MockCertificateValidator",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockCertificateValidator>;
- deployContract(
- name: "MockRules",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockRules>;
- deployContract(
- name: "MockSecurityToken",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockSecurityToken>;
- deployContract(
- name: "IPartitions",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IPartitions>;
- deployContract(
- name: "Partitions",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Partitions>;
- deployContract(
- name: "IRules",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IRules>;
- deployContract(
- name: "Rules",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Rules>;
- deployContract(
- name: "SecurityToken",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.SecurityToken>;
- deployContract(
- name: "TokenSwap",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.TokenSwap>;
-
- // default types
- getContractFactory(
- name: string,
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<ethers.ContractFactory>;
- getContractFactory(
- abi: any[],
- bytecode: ethers.BytesLike,
- signer?: ethers.Signer
- ): Promise<ethers.ContractFactory>;
- getContractAt(
- nameOrAbi: string | any[],
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<ethers.Contract>;
- deployContract(
- name: string,
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<ethers.Contract>;
- deployContract(
- name: string,
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<ethers.Contract>;
- }
- }
|