| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089 |
- /* 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: "KSDOperator",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.KSDOperator__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: "AccountManagement",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.AccountManagement__factory>;
- getContractFactory(
- name: "AccountRepositoryManagement",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.AccountRepositoryManagement__factory>;
- getContractFactory(
- name: "Depository",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Depository__factory>;
- getContractFactory(
- name: "DepositoryBase",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.DepositoryBase__factory>;
- getContractFactory(
- name: "IKSDStandard",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IKSDStandard__factory>;
- getContractFactory(
- name: "KSDStandard",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.KSDStandard__factory>;
- getContractFactory(
- name: "Partitioned",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Partitioned__factory>;
- getContractFactory(
- name: "Queryable",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.Queryable__factory>;
- getContractFactory(
- name: "PledgeManagement",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.PledgeManagement__factory>;
- getContractFactory(
- name: "TokenManagement",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.TokenManagement__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: "AccountList",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.AccountList__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: "HoldersQuery",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.HoldersQuery__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: "GlobalKycRegistry",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.GlobalKycRegistry__factory>;
- getContractFactory(
- name: "IGlobalKycRegistry",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IGlobalKycRegistry__factory>;
- getContractFactory(
- name: "IKSDStandard",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IKSDStandard__factory>;
- getContractFactory(
- name: "IProvideSelector",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.IProvideSelector__factory>;
- getContractFactory(
- name: "ISecuritiesDepository",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.ISecuritiesDepository__factory>;
- getContractFactory(
- name: "KSDStandard",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.KSDStandard__factory>;
- getContractFactory(
- name: "MockCertificateValidator",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockCertificateValidator__factory>;
- getContractFactory(
- name: "MockGlobalKycUpgrade",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockGlobalKycUpgrade__factory>;
- getContractFactory(
- name: "MockConnector",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.MockConnector__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: "SecuritiesDepository",
- signerOrOptions?: ethers.Signer | FactoryOptions
- ): Promise<Contracts.SecuritiesDepository__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: "KSDOperator",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.KSDOperator>;
- 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: "AccountManagement",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.AccountManagement>;
- getContractAt(
- name: "AccountRepositoryManagement",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.AccountRepositoryManagement>;
- getContractAt(
- name: "Depository",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Depository>;
- getContractAt(
- name: "DepositoryBase",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.DepositoryBase>;
- getContractAt(
- name: "IKSDStandard",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IKSDStandard>;
- getContractAt(
- name: "KSDStandard",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.KSDStandard>;
- getContractAt(
- name: "Partitioned",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Partitioned>;
- getContractAt(
- name: "Queryable",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.Queryable>;
- getContractAt(
- name: "PledgeManagement",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.PledgeManagement>;
- getContractAt(
- name: "TokenManagement",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.TokenManagement>;
- 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: "AccountList",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.AccountList>;
- 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: "HoldersQuery",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.HoldersQuery>;
- 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: "GlobalKycRegistry",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.GlobalKycRegistry>;
- getContractAt(
- name: "IGlobalKycRegistry",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IGlobalKycRegistry>;
- getContractAt(
- name: "IKSDStandard",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IKSDStandard>;
- getContractAt(
- name: "IProvideSelector",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.IProvideSelector>;
- getContractAt(
- name: "ISecuritiesDepository",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.ISecuritiesDepository>;
- getContractAt(
- name: "KSDStandard",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.KSDStandard>;
- getContractAt(
- name: "MockCertificateValidator",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockCertificateValidator>;
- getContractAt(
- name: "MockGlobalKycUpgrade",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockGlobalKycUpgrade>;
- getContractAt(
- name: "MockConnector",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.MockConnector>;
- 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: "SecuritiesDepository",
- address: string | ethers.Addressable,
- signer?: ethers.Signer
- ): Promise<Contracts.SecuritiesDepository>;
- 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: "KSDOperator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDOperator>;
- 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: "AccountManagement",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountManagement>;
- deployContract(
- name: "AccountRepositoryManagement",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountRepositoryManagement>;
- deployContract(
- name: "Depository",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Depository>;
- deployContract(
- name: "DepositoryBase",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.DepositoryBase>;
- deployContract(
- name: "IKSDStandard",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IKSDStandard>;
- deployContract(
- name: "KSDStandard",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDStandard>;
- deployContract(
- name: "Partitioned",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Partitioned>;
- deployContract(
- name: "Queryable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Queryable>;
- deployContract(
- name: "PledgeManagement",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.PledgeManagement>;
- deployContract(
- name: "TokenManagement",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.TokenManagement>;
- 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: "AccountList",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountList>;
- deployContract(
- name: "CertificateValidator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.CertificateValidator>;
- deployContract(
- name: "Controllable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Controllable>;
- deployContract(
- name: "HoldersQuery",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.HoldersQuery>;
- deployContract(
- name: "ILockable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ILockable>;
- deployContract(
- name: "Lockable",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Lockable>;
- deployContract(
- name: "GlobalKycRegistry",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.GlobalKycRegistry>;
- deployContract(
- name: "IGlobalKycRegistry",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IGlobalKycRegistry>;
- deployContract(
- name: "IKSDStandard",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IKSDStandard>;
- deployContract(
- name: "IProvideSelector",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IProvideSelector>;
- deployContract(
- name: "ISecuritiesDepository",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ISecuritiesDepository>;
- deployContract(
- name: "KSDStandard",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDStandard>;
- deployContract(
- name: "MockCertificateValidator",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockCertificateValidator>;
- deployContract(
- name: "MockGlobalKycUpgrade",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockGlobalKycUpgrade>;
- deployContract(
- name: "MockConnector",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockConnector>;
- 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: "SecuritiesDepository",
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.SecuritiesDepository>;
- 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: "KSDOperator",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDOperator>;
- 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: "AccountManagement",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountManagement>;
- deployContract(
- name: "AccountRepositoryManagement",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountRepositoryManagement>;
- deployContract(
- name: "Depository",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Depository>;
- deployContract(
- name: "DepositoryBase",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.DepositoryBase>;
- deployContract(
- name: "IKSDStandard",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IKSDStandard>;
- deployContract(
- name: "KSDStandard",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDStandard>;
- deployContract(
- name: "Partitioned",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Partitioned>;
- deployContract(
- name: "Queryable",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.Queryable>;
- deployContract(
- name: "PledgeManagement",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.PledgeManagement>;
- deployContract(
- name: "TokenManagement",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.TokenManagement>;
- 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: "AccountList",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.AccountList>;
- 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: "HoldersQuery",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.HoldersQuery>;
- 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: "GlobalKycRegistry",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.GlobalKycRegistry>;
- deployContract(
- name: "IGlobalKycRegistry",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IGlobalKycRegistry>;
- deployContract(
- name: "IKSDStandard",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IKSDStandard>;
- deployContract(
- name: "IProvideSelector",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.IProvideSelector>;
- deployContract(
- name: "ISecuritiesDepository",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.ISecuritiesDepository>;
- deployContract(
- name: "KSDStandard",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.KSDStandard>;
- deployContract(
- name: "MockCertificateValidator",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockCertificateValidator>;
- deployContract(
- name: "MockGlobalKycUpgrade",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockGlobalKycUpgrade>;
- deployContract(
- name: "MockConnector",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.MockConnector>;
- 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: "SecuritiesDepository",
- args: any[],
- signerOrOptions?: ethers.Signer | DeployContractOptions
- ): Promise<Contracts.SecuritiesDepository>;
- 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>;
- }
- }
|