You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.ts 1.1KB

123456789101112131415161718192021222324252627
  1. /* Autogenerated file. Do not edit manually. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. import type * as erc from "./ERC";
  5. export type { erc };
  6. import type * as globalKycRegistrySol from "./GlobalKycRegistry.sol";
  7. export type { globalKycRegistrySol };
  8. import type * as access from "./access";
  9. export type { access };
  10. import type * as depository from "./depository";
  11. export type { depository };
  12. import type * as extensions from "./extensions";
  13. export type { extensions };
  14. import type * as mock from "./mock";
  15. export type { mock };
  16. import type * as partitions from "./partitions";
  17. export type { partitions };
  18. import type * as rules from "./rules";
  19. export type { rules };
  20. export type { Connector } from "./Connector";
  21. export type { IKSDStandard } from "./IKSDStandard";
  22. export type { IProvideSelector } from "./IProvideSelector";
  23. export type { ISecuritiesDepository } from "./ISecuritiesDepository";
  24. export type { KSDStandard } from "./KSDStandard";
  25. export type { SecuritiesDepository } from "./SecuritiesDepository";
  26. export type { SecurityToken } from "./SecurityToken";
  27. export type { TokenSwap } from "./TokenSwap";