@gooddollar/goodcollective-contracts 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/contracts/DirectPayments/DirectPaymentsPool.sol +12 -2
  2. package/contracts/GoodCollective/GoodCollectiveSuperApp.sol +264 -0
  3. package/contracts/GoodCollective/SuperAppBaseFlow.sol +204 -0
  4. package/contracts/utils/SwapRouterMock.sol +32 -0
  5. package/package.json +4 -1
  6. package/releases/deployment.json +7984 -2746
  7. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/AggregatorV3Interface.ts +199 -0
  8. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/CERC20.ts +630 -0
  9. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/ERC20.ts +450 -0
  10. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IAaveIncentivesController.ts +161 -0
  11. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IAdminWallet.ts +189 -0
  12. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IDonationStaking.ts +98 -0
  13. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IERC2917.ts +750 -0
  14. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IFirstClaimPool.ts +144 -0
  15. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IGoodDollar.ts +1033 -0
  16. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IGoodStaking.ts +281 -0
  17. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IHasRouter.ts +81 -0
  18. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IIdentity.ts +598 -0
  19. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IIdentityV2.ts +689 -0
  20. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/ILendingPool.ts +257 -0
  21. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IMultichainRouter.ts +179 -0
  22. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/INameService.ts +100 -0
  23. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/IUBIScheme.ts +137 -0
  24. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/ProxyAdmin.ts +278 -0
  25. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/Reserve.ts +117 -0
  26. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/Staking.ts +175 -0
  27. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/Uniswap.ts +464 -0
  28. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/UniswapFactory.ts +105 -0
  29. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/UniswapPair.ts +209 -0
  30. package/typechain-types/@gooddollar/goodprotocol/contracts/Interfaces.sol/index.ts +26 -0
  31. package/typechain-types/@gooddollar/goodprotocol/contracts/index.ts +7 -0
  32. package/typechain-types/@gooddollar/goodprotocol/contracts/token/FeesFormula.sol/IFeesFormula.ts +115 -0
  33. package/typechain-types/@gooddollar/goodprotocol/contracts/token/FeesFormula.sol/index.ts +4 -0
  34. package/typechain-types/@gooddollar/goodprotocol/contracts/token/index.ts +7 -0
  35. package/typechain-types/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/IGoodDollarCustom.ts +726 -0
  36. package/typechain-types/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/ISuperGoodDollar.ts +3662 -0
  37. package/typechain-types/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/index.ts +5 -0
  38. package/typechain-types/@gooddollar/goodprotocol/contracts/token/superfluid/index.ts +5 -0
  39. package/typechain-types/@gooddollar/goodprotocol/index.ts +5 -0
  40. package/typechain-types/@gooddollar/index.ts +5 -0
  41. package/typechain-types/@openzeppelin/contracts/index.ts +4 -0
  42. package/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts +342 -0
  43. package/typechain-types/@openzeppelin/contracts/token/ERC20/index.ts +4 -0
  44. package/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.ts +559 -0
  45. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.ts +619 -0
  46. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.ts +4 -0
  47. package/typechain-types/@openzeppelin/contracts/token/ERC721/index.ts +6 -0
  48. package/typechain-types/@openzeppelin/contracts/token/ERC777/IERC777.ts +650 -0
  49. package/typechain-types/@openzeppelin/contracts/token/ERC777/index.ts +4 -0
  50. package/typechain-types/@openzeppelin/contracts/token/index.ts +9 -0
  51. package/typechain-types/@openzeppelin/contracts/utils/index.ts +5 -0
  52. package/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts +103 -0
  53. package/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts +4 -0
  54. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/index.ts +5 -0
  55. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/IConstantFlowAgreementV1.ts +1390 -0
  56. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/IInstantDistributionAgreementV1.ts +1280 -0
  57. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/index.ts +5 -0
  58. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/index.ts +9 -0
  59. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantInflowNFT.ts +876 -0
  60. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantOutflowNFT.ts +945 -0
  61. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IFlowNFTBase.ts +807 -0
  62. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperAgreement.ts +157 -0
  63. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperApp.ts +457 -0
  64. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperToken.ts +2806 -0
  65. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperTokenFactory.ts +465 -0
  66. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluid.ts +1727 -0
  67. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluidGovernance.ts +506 -0
  68. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluidToken.ts +1010 -0
  69. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/index.ts +13 -0
  70. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/ERC20WithTokenInfo.ts +384 -0
  71. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/TokenInfo.ts +109 -0
  72. package/typechain-types/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/index.ts +5 -0
  73. package/typechain-types/@superfluid-finance/ethereum-contracts/index.ts +5 -0
  74. package/typechain-types/@superfluid-finance/index.ts +5 -0
  75. package/typechain-types/@uniswap/index.ts +7 -0
  76. package/typechain-types/@uniswap/v3-core/contracts/index.ts +5 -0
  77. package/typechain-types/@uniswap/v3-core/contracts/interfaces/callback/IUniswapV3SwapCallback.ts +122 -0
  78. package/typechain-types/@uniswap/v3-core/contracts/interfaces/callback/index.ts +4 -0
  79. package/typechain-types/@uniswap/v3-core/contracts/interfaces/index.ts +5 -0
  80. package/typechain-types/@uniswap/v3-core/index.ts +5 -0
  81. package/typechain-types/@uniswap/v3-periphery/contracts/index.ts +5 -0
  82. package/typechain-types/@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.ts +369 -0
  83. package/typechain-types/@uniswap/v3-periphery/contracts/interfaces/index.ts +4 -0
  84. package/typechain-types/@uniswap/v3-periphery/index.ts +5 -0
  85. package/typechain-types/contracts/DirectPayments/DirectPaymentsPool.sol/DirectPaymentsPool.ts +763 -0
  86. package/typechain-types/contracts/GoodCollective/GoodCollectiveSuperApp.ts +843 -0
  87. package/typechain-types/contracts/GoodCollective/SuperAppBaseFlow.ts +523 -0
  88. package/typechain-types/contracts/GoodCollective/index.ts +5 -0
  89. package/typechain-types/contracts/index.ts +4 -1
  90. package/typechain-types/contracts/utils/SwapRouterMock.ts +194 -0
  91. package/typechain-types/contracts/utils/index.ts +4 -0
  92. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/AggregatorV3Interface__factory.ts +121 -0
  93. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/CERC20__factory.ts +384 -0
  94. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/ERC20__factory.ts +288 -0
  95. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IAaveIncentivesController__factory.ts +83 -0
  96. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IAdminWallet__factory.ts +78 -0
  97. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IDonationStaking__factory.ts +33 -0
  98. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IERC2917__factory.ts +496 -0
  99. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IFirstClaimPool__factory.ts +65 -0
  100. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IGoodDollar__factory.ts +598 -0
  101. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IGoodStaking__factory.ts +178 -0
  102. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IHasRouter__factory.ts +39 -0
  103. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IIdentityV2__factory.ts +334 -0
  104. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IIdentity__factory.ts +287 -0
  105. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/ILendingPool__factory.ts +171 -0
  106. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IMultichainRouter__factory.ts +82 -0
  107. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/INameService__factory.ts +45 -0
  108. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/IUBIScheme__factory.ts +71 -0
  109. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/ProxyAdmin__factory.ts +131 -0
  110. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/Reserve__factory.ts +55 -0
  111. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/Staking__factory.ts +77 -0
  112. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/UniswapFactory__factory.ts +50 -0
  113. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/UniswapPair__factory.ts +120 -0
  114. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/Uniswap__factory.ts +275 -0
  115. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/Interfaces.sol/index.ts +26 -0
  116. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/index.ts +5 -0
  117. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/FeesFormula.sol/IFeesFormula__factory.ts +60 -0
  118. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/FeesFormula.sol/index.ts +4 -0
  119. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/index.ts +5 -0
  120. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/IGoodDollarCustom__factory.ts +370 -0
  121. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/ISuperGoodDollar__factory.ts +2301 -0
  122. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/superfluid/ISuperGoodDollar.sol/index.ts +5 -0
  123. package/typechain-types/factories/@gooddollar/goodprotocol/contracts/token/superfluid/index.ts +4 -0
  124. package/typechain-types/factories/@gooddollar/goodprotocol/index.ts +4 -0
  125. package/typechain-types/factories/@gooddollar/index.ts +4 -0
  126. package/typechain-types/factories/@openzeppelin/contracts/index.ts +2 -0
  127. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts +206 -0
  128. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.ts +4 -0
  129. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.ts +311 -0
  130. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.ts +356 -0
  131. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.ts +4 -0
  132. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.ts +5 -0
  133. package/typechain-types/factories/@openzeppelin/contracts/token/ERC777/IERC777__factory.ts +417 -0
  134. package/typechain-types/factories/@openzeppelin/contracts/token/ERC777/index.ts +4 -0
  135. package/typechain-types/factories/@openzeppelin/contracts/token/index.ts +6 -0
  136. package/typechain-types/factories/@openzeppelin/contracts/utils/index.ts +4 -0
  137. package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts +45 -0
  138. package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts +4 -0
  139. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/index.ts +4 -0
  140. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/IConstantFlowAgreementV1__factory.ts +986 -0
  141. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/IInstantDistributionAgreementV1__factory.ts +1015 -0
  142. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/agreements/index.ts +5 -0
  143. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/index.ts +6 -0
  144. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantInflowNFT__factory.ts +551 -0
  145. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantOutflowNFT__factory.ts +614 -0
  146. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IFlowNFTBase__factory.ts +515 -0
  147. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperAgreement__factory.ts +78 -0
  148. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperApp__factory.ts +275 -0
  149. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperTokenFactory__factory.ts +276 -0
  150. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperToken__factory.ts +1839 -0
  151. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluidGovernance__factory.ts +264 -0
  152. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluidToken__factory.ts +697 -0
  153. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluid__factory.ts +1151 -0
  154. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/index.ts +13 -0
  155. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/ERC20WithTokenInfo__factory.ts +248 -0
  156. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/TokenInfo__factory.ts +65 -0
  157. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/contracts/interfaces/tokens/index.ts +5 -0
  158. package/typechain-types/factories/@superfluid-finance/ethereum-contracts/index.ts +4 -0
  159. package/typechain-types/factories/@superfluid-finance/index.ts +4 -0
  160. package/typechain-types/factories/@uniswap/index.ts +5 -0
  161. package/typechain-types/factories/@uniswap/v3-core/contracts/index.ts +4 -0
  162. package/typechain-types/factories/@uniswap/v3-core/contracts/interfaces/callback/IUniswapV3SwapCallback__factory.ts +53 -0
  163. package/typechain-types/factories/@uniswap/v3-core/contracts/interfaces/callback/index.ts +4 -0
  164. package/typechain-types/factories/@uniswap/v3-core/contracts/interfaces/index.ts +4 -0
  165. package/typechain-types/factories/@uniswap/v3-core/index.ts +4 -0
  166. package/typechain-types/factories/@uniswap/v3-periphery/contracts/index.ts +4 -0
  167. package/typechain-types/factories/@uniswap/v3-periphery/contracts/interfaces/ISwapRouter__factory.ts +263 -0
  168. package/typechain-types/factories/@uniswap/v3-periphery/contracts/interfaces/index.ts +4 -0
  169. package/typechain-types/factories/@uniswap/v3-periphery/index.ts +4 -0
  170. package/typechain-types/factories/contracts/DirectPayments/DirectPaymentsFactory__factory.ts +1 -1
  171. package/typechain-types/factories/contracts/DirectPayments/DirectPaymentsPool.sol/DirectPaymentsPool__factory.ts +581 -3
  172. package/typechain-types/factories/contracts/GoodCollective/GoodCollectiveSuperApp__factory.ts +584 -0
  173. package/typechain-types/factories/contracts/GoodCollective/SuperAppBaseFlow__factory.ts +335 -0
  174. package/typechain-types/factories/contracts/GoodCollective/index.ts +5 -0
  175. package/typechain-types/factories/contracts/index.ts +2 -1
  176. package/typechain-types/factories/contracts/utils/SwapRouterMock__factory.ts +183 -0
  177. package/typechain-types/factories/contracts/utils/index.ts +4 -0
  178. package/typechain-types/factories/index.ts +3 -0
  179. package/typechain-types/hardhat.d.ts +445 -4
  180. package/typechain-types/index.ts +106 -4
@@ -0,0 +1,13 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export type { IConstantInflowNFT } from "./IConstantInflowNFT";
5
+ export type { IConstantOutflowNFT } from "./IConstantOutflowNFT";
6
+ export type { IFlowNFTBase } from "./IFlowNFTBase";
7
+ export type { ISuperAgreement } from "./ISuperAgreement";
8
+ export type { ISuperApp } from "./ISuperApp";
9
+ export type { ISuperToken } from "./ISuperToken";
10
+ export type { ISuperTokenFactory } from "./ISuperTokenFactory";
11
+ export type { ISuperfluid } from "./ISuperfluid";
12
+ export type { ISuperfluidGovernance } from "./ISuperfluidGovernance";
13
+ export type { ISuperfluidToken } from "./ISuperfluidToken";
@@ -0,0 +1,384 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type {
5
+ BaseContract,
6
+ BigNumber,
7
+ BigNumberish,
8
+ BytesLike,
9
+ CallOverrides,
10
+ ContractTransaction,
11
+ Overrides,
12
+ PopulatedTransaction,
13
+ Signer,
14
+ utils,
15
+ } from "ethers";
16
+ import type {
17
+ FunctionFragment,
18
+ Result,
19
+ EventFragment,
20
+ } from "@ethersproject/abi";
21
+ import type { Listener, Provider } from "@ethersproject/providers";
22
+ import type {
23
+ TypedEventFilter,
24
+ TypedEvent,
25
+ TypedListener,
26
+ OnEvent,
27
+ PromiseOrValue,
28
+ } from "../../../../../common";
29
+
30
+ export interface ERC20WithTokenInfoInterface extends utils.Interface {
31
+ functions: {
32
+ "allowance(address,address)": FunctionFragment;
33
+ "approve(address,uint256)": FunctionFragment;
34
+ "balanceOf(address)": FunctionFragment;
35
+ "decimals()": FunctionFragment;
36
+ "name()": FunctionFragment;
37
+ "symbol()": FunctionFragment;
38
+ "totalSupply()": FunctionFragment;
39
+ "transfer(address,uint256)": FunctionFragment;
40
+ "transferFrom(address,address,uint256)": FunctionFragment;
41
+ };
42
+
43
+ getFunction(
44
+ nameOrSignatureOrTopic:
45
+ | "allowance"
46
+ | "approve"
47
+ | "balanceOf"
48
+ | "decimals"
49
+ | "name"
50
+ | "symbol"
51
+ | "totalSupply"
52
+ | "transfer"
53
+ | "transferFrom"
54
+ ): FunctionFragment;
55
+
56
+ encodeFunctionData(
57
+ functionFragment: "allowance",
58
+ values: [PromiseOrValue<string>, PromiseOrValue<string>]
59
+ ): string;
60
+ encodeFunctionData(
61
+ functionFragment: "approve",
62
+ values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]
63
+ ): string;
64
+ encodeFunctionData(
65
+ functionFragment: "balanceOf",
66
+ values: [PromiseOrValue<string>]
67
+ ): string;
68
+ encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
69
+ encodeFunctionData(functionFragment: "name", values?: undefined): string;
70
+ encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
71
+ encodeFunctionData(
72
+ functionFragment: "totalSupply",
73
+ values?: undefined
74
+ ): string;
75
+ encodeFunctionData(
76
+ functionFragment: "transfer",
77
+ values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]
78
+ ): string;
79
+ encodeFunctionData(
80
+ functionFragment: "transferFrom",
81
+ values: [
82
+ PromiseOrValue<string>,
83
+ PromiseOrValue<string>,
84
+ PromiseOrValue<BigNumberish>
85
+ ]
86
+ ): string;
87
+
88
+ decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result;
89
+ decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
90
+ decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
91
+ decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
92
+ decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
93
+ decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
94
+ decodeFunctionResult(
95
+ functionFragment: "totalSupply",
96
+ data: BytesLike
97
+ ): Result;
98
+ decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result;
99
+ decodeFunctionResult(
100
+ functionFragment: "transferFrom",
101
+ data: BytesLike
102
+ ): Result;
103
+
104
+ events: {
105
+ "Approval(address,address,uint256)": EventFragment;
106
+ "Transfer(address,address,uint256)": EventFragment;
107
+ };
108
+
109
+ getEvent(nameOrSignatureOrTopic: "Approval"): EventFragment;
110
+ getEvent(nameOrSignatureOrTopic: "Transfer"): EventFragment;
111
+ }
112
+
113
+ export interface ApprovalEventObject {
114
+ owner: string;
115
+ spender: string;
116
+ value: BigNumber;
117
+ }
118
+ export type ApprovalEvent = TypedEvent<
119
+ [string, string, BigNumber],
120
+ ApprovalEventObject
121
+ >;
122
+
123
+ export type ApprovalEventFilter = TypedEventFilter<ApprovalEvent>;
124
+
125
+ export interface TransferEventObject {
126
+ from: string;
127
+ to: string;
128
+ value: BigNumber;
129
+ }
130
+ export type TransferEvent = TypedEvent<
131
+ [string, string, BigNumber],
132
+ TransferEventObject
133
+ >;
134
+
135
+ export type TransferEventFilter = TypedEventFilter<TransferEvent>;
136
+
137
+ export interface ERC20WithTokenInfo extends BaseContract {
138
+ connect(signerOrProvider: Signer | Provider | string): this;
139
+ attach(addressOrName: string): this;
140
+ deployed(): Promise<this>;
141
+
142
+ interface: ERC20WithTokenInfoInterface;
143
+
144
+ queryFilter<TEvent extends TypedEvent>(
145
+ event: TypedEventFilter<TEvent>,
146
+ fromBlockOrBlockhash?: string | number | undefined,
147
+ toBlock?: string | number | undefined
148
+ ): Promise<Array<TEvent>>;
149
+
150
+ listeners<TEvent extends TypedEvent>(
151
+ eventFilter?: TypedEventFilter<TEvent>
152
+ ): Array<TypedListener<TEvent>>;
153
+ listeners(eventName?: string): Array<Listener>;
154
+ removeAllListeners<TEvent extends TypedEvent>(
155
+ eventFilter: TypedEventFilter<TEvent>
156
+ ): this;
157
+ removeAllListeners(eventName?: string): this;
158
+ off: OnEvent<this>;
159
+ on: OnEvent<this>;
160
+ once: OnEvent<this>;
161
+ removeListener: OnEvent<this>;
162
+
163
+ functions: {
164
+ allowance(
165
+ owner: PromiseOrValue<string>,
166
+ spender: PromiseOrValue<string>,
167
+ overrides?: CallOverrides
168
+ ): Promise<[BigNumber]>;
169
+
170
+ approve(
171
+ spender: PromiseOrValue<string>,
172
+ amount: PromiseOrValue<BigNumberish>,
173
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
174
+ ): Promise<ContractTransaction>;
175
+
176
+ balanceOf(
177
+ account: PromiseOrValue<string>,
178
+ overrides?: CallOverrides
179
+ ): Promise<[BigNumber]>;
180
+
181
+ decimals(overrides?: CallOverrides): Promise<[number]>;
182
+
183
+ name(overrides?: CallOverrides): Promise<[string]>;
184
+
185
+ symbol(overrides?: CallOverrides): Promise<[string]>;
186
+
187
+ totalSupply(overrides?: CallOverrides): Promise<[BigNumber]>;
188
+
189
+ transfer(
190
+ to: PromiseOrValue<string>,
191
+ amount: PromiseOrValue<BigNumberish>,
192
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
193
+ ): Promise<ContractTransaction>;
194
+
195
+ transferFrom(
196
+ from: PromiseOrValue<string>,
197
+ to: PromiseOrValue<string>,
198
+ amount: PromiseOrValue<BigNumberish>,
199
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
200
+ ): Promise<ContractTransaction>;
201
+ };
202
+
203
+ allowance(
204
+ owner: PromiseOrValue<string>,
205
+ spender: PromiseOrValue<string>,
206
+ overrides?: CallOverrides
207
+ ): Promise<BigNumber>;
208
+
209
+ approve(
210
+ spender: PromiseOrValue<string>,
211
+ amount: PromiseOrValue<BigNumberish>,
212
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
213
+ ): Promise<ContractTransaction>;
214
+
215
+ balanceOf(
216
+ account: PromiseOrValue<string>,
217
+ overrides?: CallOverrides
218
+ ): Promise<BigNumber>;
219
+
220
+ decimals(overrides?: CallOverrides): Promise<number>;
221
+
222
+ name(overrides?: CallOverrides): Promise<string>;
223
+
224
+ symbol(overrides?: CallOverrides): Promise<string>;
225
+
226
+ totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
227
+
228
+ transfer(
229
+ to: PromiseOrValue<string>,
230
+ amount: PromiseOrValue<BigNumberish>,
231
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
232
+ ): Promise<ContractTransaction>;
233
+
234
+ transferFrom(
235
+ from: PromiseOrValue<string>,
236
+ to: PromiseOrValue<string>,
237
+ amount: PromiseOrValue<BigNumberish>,
238
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
239
+ ): Promise<ContractTransaction>;
240
+
241
+ callStatic: {
242
+ allowance(
243
+ owner: PromiseOrValue<string>,
244
+ spender: PromiseOrValue<string>,
245
+ overrides?: CallOverrides
246
+ ): Promise<BigNumber>;
247
+
248
+ approve(
249
+ spender: PromiseOrValue<string>,
250
+ amount: PromiseOrValue<BigNumberish>,
251
+ overrides?: CallOverrides
252
+ ): Promise<boolean>;
253
+
254
+ balanceOf(
255
+ account: PromiseOrValue<string>,
256
+ overrides?: CallOverrides
257
+ ): Promise<BigNumber>;
258
+
259
+ decimals(overrides?: CallOverrides): Promise<number>;
260
+
261
+ name(overrides?: CallOverrides): Promise<string>;
262
+
263
+ symbol(overrides?: CallOverrides): Promise<string>;
264
+
265
+ totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
266
+
267
+ transfer(
268
+ to: PromiseOrValue<string>,
269
+ amount: PromiseOrValue<BigNumberish>,
270
+ overrides?: CallOverrides
271
+ ): Promise<boolean>;
272
+
273
+ transferFrom(
274
+ from: PromiseOrValue<string>,
275
+ to: PromiseOrValue<string>,
276
+ amount: PromiseOrValue<BigNumberish>,
277
+ overrides?: CallOverrides
278
+ ): Promise<boolean>;
279
+ };
280
+
281
+ filters: {
282
+ "Approval(address,address,uint256)"(
283
+ owner?: PromiseOrValue<string> | null,
284
+ spender?: PromiseOrValue<string> | null,
285
+ value?: null
286
+ ): ApprovalEventFilter;
287
+ Approval(
288
+ owner?: PromiseOrValue<string> | null,
289
+ spender?: PromiseOrValue<string> | null,
290
+ value?: null
291
+ ): ApprovalEventFilter;
292
+
293
+ "Transfer(address,address,uint256)"(
294
+ from?: PromiseOrValue<string> | null,
295
+ to?: PromiseOrValue<string> | null,
296
+ value?: null
297
+ ): TransferEventFilter;
298
+ Transfer(
299
+ from?: PromiseOrValue<string> | null,
300
+ to?: PromiseOrValue<string> | null,
301
+ value?: null
302
+ ): TransferEventFilter;
303
+ };
304
+
305
+ estimateGas: {
306
+ allowance(
307
+ owner: PromiseOrValue<string>,
308
+ spender: PromiseOrValue<string>,
309
+ overrides?: CallOverrides
310
+ ): Promise<BigNumber>;
311
+
312
+ approve(
313
+ spender: PromiseOrValue<string>,
314
+ amount: PromiseOrValue<BigNumberish>,
315
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
316
+ ): Promise<BigNumber>;
317
+
318
+ balanceOf(
319
+ account: PromiseOrValue<string>,
320
+ overrides?: CallOverrides
321
+ ): Promise<BigNumber>;
322
+
323
+ decimals(overrides?: CallOverrides): Promise<BigNumber>;
324
+
325
+ name(overrides?: CallOverrides): Promise<BigNumber>;
326
+
327
+ symbol(overrides?: CallOverrides): Promise<BigNumber>;
328
+
329
+ totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
330
+
331
+ transfer(
332
+ to: PromiseOrValue<string>,
333
+ amount: PromiseOrValue<BigNumberish>,
334
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
335
+ ): Promise<BigNumber>;
336
+
337
+ transferFrom(
338
+ from: PromiseOrValue<string>,
339
+ to: PromiseOrValue<string>,
340
+ amount: PromiseOrValue<BigNumberish>,
341
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
342
+ ): Promise<BigNumber>;
343
+ };
344
+
345
+ populateTransaction: {
346
+ allowance(
347
+ owner: PromiseOrValue<string>,
348
+ spender: PromiseOrValue<string>,
349
+ overrides?: CallOverrides
350
+ ): Promise<PopulatedTransaction>;
351
+
352
+ approve(
353
+ spender: PromiseOrValue<string>,
354
+ amount: PromiseOrValue<BigNumberish>,
355
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
356
+ ): Promise<PopulatedTransaction>;
357
+
358
+ balanceOf(
359
+ account: PromiseOrValue<string>,
360
+ overrides?: CallOverrides
361
+ ): Promise<PopulatedTransaction>;
362
+
363
+ decimals(overrides?: CallOverrides): Promise<PopulatedTransaction>;
364
+
365
+ name(overrides?: CallOverrides): Promise<PopulatedTransaction>;
366
+
367
+ symbol(overrides?: CallOverrides): Promise<PopulatedTransaction>;
368
+
369
+ totalSupply(overrides?: CallOverrides): Promise<PopulatedTransaction>;
370
+
371
+ transfer(
372
+ to: PromiseOrValue<string>,
373
+ amount: PromiseOrValue<BigNumberish>,
374
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
375
+ ): Promise<PopulatedTransaction>;
376
+
377
+ transferFrom(
378
+ from: PromiseOrValue<string>,
379
+ to: PromiseOrValue<string>,
380
+ amount: PromiseOrValue<BigNumberish>,
381
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
382
+ ): Promise<PopulatedTransaction>;
383
+ };
384
+ }
@@ -0,0 +1,109 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type {
5
+ BaseContract,
6
+ BigNumber,
7
+ BytesLike,
8
+ CallOverrides,
9
+ PopulatedTransaction,
10
+ Signer,
11
+ utils,
12
+ } from "ethers";
13
+ import type { FunctionFragment, Result } from "@ethersproject/abi";
14
+ import type { Listener, Provider } from "@ethersproject/providers";
15
+ import type {
16
+ TypedEventFilter,
17
+ TypedEvent,
18
+ TypedListener,
19
+ OnEvent,
20
+ } from "../../../../../common";
21
+
22
+ export interface TokenInfoInterface extends utils.Interface {
23
+ functions: {
24
+ "decimals()": FunctionFragment;
25
+ "name()": FunctionFragment;
26
+ "symbol()": FunctionFragment;
27
+ };
28
+
29
+ getFunction(
30
+ nameOrSignatureOrTopic: "decimals" | "name" | "symbol"
31
+ ): FunctionFragment;
32
+
33
+ encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
34
+ encodeFunctionData(functionFragment: "name", values?: undefined): string;
35
+ encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
36
+
37
+ decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
38
+ decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
39
+ decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
40
+
41
+ events: {};
42
+ }
43
+
44
+ export interface TokenInfo extends BaseContract {
45
+ connect(signerOrProvider: Signer | Provider | string): this;
46
+ attach(addressOrName: string): this;
47
+ deployed(): Promise<this>;
48
+
49
+ interface: TokenInfoInterface;
50
+
51
+ queryFilter<TEvent extends TypedEvent>(
52
+ event: TypedEventFilter<TEvent>,
53
+ fromBlockOrBlockhash?: string | number | undefined,
54
+ toBlock?: string | number | undefined
55
+ ): Promise<Array<TEvent>>;
56
+
57
+ listeners<TEvent extends TypedEvent>(
58
+ eventFilter?: TypedEventFilter<TEvent>
59
+ ): Array<TypedListener<TEvent>>;
60
+ listeners(eventName?: string): Array<Listener>;
61
+ removeAllListeners<TEvent extends TypedEvent>(
62
+ eventFilter: TypedEventFilter<TEvent>
63
+ ): this;
64
+ removeAllListeners(eventName?: string): this;
65
+ off: OnEvent<this>;
66
+ on: OnEvent<this>;
67
+ once: OnEvent<this>;
68
+ removeListener: OnEvent<this>;
69
+
70
+ functions: {
71
+ decimals(overrides?: CallOverrides): Promise<[number]>;
72
+
73
+ name(overrides?: CallOverrides): Promise<[string]>;
74
+
75
+ symbol(overrides?: CallOverrides): Promise<[string]>;
76
+ };
77
+
78
+ decimals(overrides?: CallOverrides): Promise<number>;
79
+
80
+ name(overrides?: CallOverrides): Promise<string>;
81
+
82
+ symbol(overrides?: CallOverrides): Promise<string>;
83
+
84
+ callStatic: {
85
+ decimals(overrides?: CallOverrides): Promise<number>;
86
+
87
+ name(overrides?: CallOverrides): Promise<string>;
88
+
89
+ symbol(overrides?: CallOverrides): Promise<string>;
90
+ };
91
+
92
+ filters: {};
93
+
94
+ estimateGas: {
95
+ decimals(overrides?: CallOverrides): Promise<BigNumber>;
96
+
97
+ name(overrides?: CallOverrides): Promise<BigNumber>;
98
+
99
+ symbol(overrides?: CallOverrides): Promise<BigNumber>;
100
+ };
101
+
102
+ populateTransaction: {
103
+ decimals(overrides?: CallOverrides): Promise<PopulatedTransaction>;
104
+
105
+ name(overrides?: CallOverrides): Promise<PopulatedTransaction>;
106
+
107
+ symbol(overrides?: CallOverrides): Promise<PopulatedTransaction>;
108
+ };
109
+ }
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export type { ERC20WithTokenInfo } from "./ERC20WithTokenInfo";
5
+ export type { TokenInfo } from "./TokenInfo";
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as contracts from "./contracts";
5
+ export type { contracts };
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as ethereumContracts from "./ethereum-contracts";
5
+ export type { ethereumContracts };
@@ -0,0 +1,7 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as v3Core from "./v3-core";
5
+ export type { v3Core };
6
+ import type * as v3Periphery from "./v3-periphery";
7
+ export type { v3Periphery };
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as interfaces from "./interfaces";
5
+ export type { interfaces };
@@ -0,0 +1,122 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type {
5
+ BaseContract,
6
+ BigNumber,
7
+ BigNumberish,
8
+ BytesLike,
9
+ CallOverrides,
10
+ ContractTransaction,
11
+ Overrides,
12
+ PopulatedTransaction,
13
+ Signer,
14
+ utils,
15
+ } from "ethers";
16
+ import type { FunctionFragment, Result } from "@ethersproject/abi";
17
+ import type { Listener, Provider } from "@ethersproject/providers";
18
+ import type {
19
+ TypedEventFilter,
20
+ TypedEvent,
21
+ TypedListener,
22
+ OnEvent,
23
+ PromiseOrValue,
24
+ } from "../../../../../common";
25
+
26
+ export interface IUniswapV3SwapCallbackInterface extends utils.Interface {
27
+ functions: {
28
+ "uniswapV3SwapCallback(int256,int256,bytes)": FunctionFragment;
29
+ };
30
+
31
+ getFunction(
32
+ nameOrSignatureOrTopic: "uniswapV3SwapCallback"
33
+ ): FunctionFragment;
34
+
35
+ encodeFunctionData(
36
+ functionFragment: "uniswapV3SwapCallback",
37
+ values: [
38
+ PromiseOrValue<BigNumberish>,
39
+ PromiseOrValue<BigNumberish>,
40
+ PromiseOrValue<BytesLike>
41
+ ]
42
+ ): string;
43
+
44
+ decodeFunctionResult(
45
+ functionFragment: "uniswapV3SwapCallback",
46
+ data: BytesLike
47
+ ): Result;
48
+
49
+ events: {};
50
+ }
51
+
52
+ export interface IUniswapV3SwapCallback extends BaseContract {
53
+ connect(signerOrProvider: Signer | Provider | string): this;
54
+ attach(addressOrName: string): this;
55
+ deployed(): Promise<this>;
56
+
57
+ interface: IUniswapV3SwapCallbackInterface;
58
+
59
+ queryFilter<TEvent extends TypedEvent>(
60
+ event: TypedEventFilter<TEvent>,
61
+ fromBlockOrBlockhash?: string | number | undefined,
62
+ toBlock?: string | number | undefined
63
+ ): Promise<Array<TEvent>>;
64
+
65
+ listeners<TEvent extends TypedEvent>(
66
+ eventFilter?: TypedEventFilter<TEvent>
67
+ ): Array<TypedListener<TEvent>>;
68
+ listeners(eventName?: string): Array<Listener>;
69
+ removeAllListeners<TEvent extends TypedEvent>(
70
+ eventFilter: TypedEventFilter<TEvent>
71
+ ): this;
72
+ removeAllListeners(eventName?: string): this;
73
+ off: OnEvent<this>;
74
+ on: OnEvent<this>;
75
+ once: OnEvent<this>;
76
+ removeListener: OnEvent<this>;
77
+
78
+ functions: {
79
+ uniswapV3SwapCallback(
80
+ amount0Delta: PromiseOrValue<BigNumberish>,
81
+ amount1Delta: PromiseOrValue<BigNumberish>,
82
+ data: PromiseOrValue<BytesLike>,
83
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
84
+ ): Promise<ContractTransaction>;
85
+ };
86
+
87
+ uniswapV3SwapCallback(
88
+ amount0Delta: PromiseOrValue<BigNumberish>,
89
+ amount1Delta: PromiseOrValue<BigNumberish>,
90
+ data: PromiseOrValue<BytesLike>,
91
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
92
+ ): Promise<ContractTransaction>;
93
+
94
+ callStatic: {
95
+ uniswapV3SwapCallback(
96
+ amount0Delta: PromiseOrValue<BigNumberish>,
97
+ amount1Delta: PromiseOrValue<BigNumberish>,
98
+ data: PromiseOrValue<BytesLike>,
99
+ overrides?: CallOverrides
100
+ ): Promise<void>;
101
+ };
102
+
103
+ filters: {};
104
+
105
+ estimateGas: {
106
+ uniswapV3SwapCallback(
107
+ amount0Delta: PromiseOrValue<BigNumberish>,
108
+ amount1Delta: PromiseOrValue<BigNumberish>,
109
+ data: PromiseOrValue<BytesLike>,
110
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
111
+ ): Promise<BigNumber>;
112
+ };
113
+
114
+ populateTransaction: {
115
+ uniswapV3SwapCallback(
116
+ amount0Delta: PromiseOrValue<BigNumberish>,
117
+ amount1Delta: PromiseOrValue<BigNumberish>,
118
+ data: PromiseOrValue<BytesLike>,
119
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
120
+ ): Promise<PopulatedTransaction>;
121
+ };
122
+ }
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export type { IUniswapV3SwapCallback } from "./IUniswapV3SwapCallback";
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as callback from "./callback";
5
+ export type { callback };
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as contracts from "./contracts";
5
+ export type { contracts };
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import type * as interfaces from "./interfaces";
5
+ export type { interfaces };