@evergonlabs/tmi-protocol-api 0.1.0

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 (950) hide show
  1. package/dist/app.d.ts +2457 -0
  2. package/dist/app.d.ts.map +1 -0
  3. package/dist/app.js +23 -0
  4. package/dist/client.d.ts +2985 -0
  5. package/dist/client.d.ts.map +1 -0
  6. package/dist/client.js +4 -0
  7. package/dist/common/abis/erc20Whitelisted.d.ts +4 -0
  8. package/dist/common/abis/erc20Whitelisted.d.ts.map +1 -0
  9. package/dist/common/abis/erc20Whitelisted.js +4 -0
  10. package/dist/common/app.d.ts +9 -0
  11. package/dist/common/app.d.ts.map +1 -0
  12. package/dist/common/app.js +3 -0
  13. package/dist/common/blockchain.d.ts +10465 -0
  14. package/dist/common/blockchain.d.ts.map +1 -0
  15. package/dist/common/blockchain.js +44 -0
  16. package/dist/common/config.d.ts +24 -0
  17. package/dist/common/config.d.ts.map +1 -0
  18. package/dist/common/config.js +36 -0
  19. package/dist/common/http-error.d.ts +7 -0
  20. package/dist/common/http-error.d.ts.map +1 -0
  21. package/dist/common/http-error.js +7 -0
  22. package/dist/common/index.d.ts +2 -0
  23. package/dist/common/index.d.ts.map +1 -0
  24. package/dist/common/index.js +1 -0
  25. package/dist/common/indexer/client.d.ts +3904 -0
  26. package/dist/common/indexer/client.d.ts.map +1 -0
  27. package/dist/common/indexer/client.js +7 -0
  28. package/dist/common/indexer/index.d.ts +3904 -0
  29. package/dist/common/indexer/index.d.ts.map +1 -0
  30. package/dist/common/indexer/index.js +3 -0
  31. package/dist/common/indexer/schemas.d.ts +2511 -0
  32. package/dist/common/indexer/schemas.d.ts.map +1 -0
  33. package/dist/common/indexer/schemas.js +29 -0
  34. package/dist/common/models/asset.d.ts +30 -0
  35. package/dist/common/models/asset.d.ts.map +1 -0
  36. package/dist/common/models/asset.js +21 -0
  37. package/dist/common/models/chainId.d.ts +5 -0
  38. package/dist/common/models/chainId.d.ts.map +1 -0
  39. package/dist/common/models/chainId.js +23 -0
  40. package/dist/common/models/date.d.ts +3 -0
  41. package/dist/common/models/date.d.ts.map +1 -0
  42. package/dist/common/models/date.js +5 -0
  43. package/dist/common/models/erc721.d.ts +15 -0
  44. package/dist/common/models/erc721.d.ts.map +1 -0
  45. package/dist/common/models/erc721.js +21 -0
  46. package/dist/common/models/index.d.ts +8 -0
  47. package/dist/common/models/index.d.ts.map +1 -0
  48. package/dist/common/models/index.js +7 -0
  49. package/dist/common/models/page.d.ts +12 -0
  50. package/dist/common/models/page.d.ts.map +1 -0
  51. package/dist/common/models/page.js +15 -0
  52. package/dist/common/models/percent.d.ts +3 -0
  53. package/dist/common/models/percent.d.ts.map +1 -0
  54. package/dist/common/models/percent.js +6 -0
  55. package/dist/common/models/platform.d.ts +8 -0
  56. package/dist/common/models/platform.d.ts.map +1 -0
  57. package/dist/common/models/platform.js +28 -0
  58. package/dist/common/models/routes.d.ts +16 -0
  59. package/dist/common/models/routes.d.ts.map +1 -0
  60. package/dist/common/models/routes.js +13 -0
  61. package/dist/common/models/saleId.d.ts +12 -0
  62. package/dist/common/models/saleId.d.ts.map +1 -0
  63. package/dist/common/models/saleId.js +6 -0
  64. package/dist/common/models/transaction.d.ts +90 -0
  65. package/dist/common/models/transaction.d.ts.map +1 -0
  66. package/dist/common/models/transaction.js +57 -0
  67. package/dist/common/models/viem.d.ts +4 -0
  68. package/dist/common/models/viem.d.ts.map +1 -0
  69. package/dist/common/models/viem.js +17 -0
  70. package/dist/common/roles/erc20-gated-roles.d.ts +7 -0
  71. package/dist/common/roles/erc20-gated-roles.d.ts.map +1 -0
  72. package/dist/common/roles/erc20-gated-roles.js +13 -0
  73. package/dist/common/tag.d.ts +7 -0
  74. package/dist/common/tag.d.ts.map +1 -0
  75. package/dist/common/tag.js +5 -0
  76. package/dist/common/zod.d.ts +3 -0
  77. package/dist/common/zod.d.ts.map +1 -0
  78. package/dist/common/zod.js +2 -0
  79. package/dist/error.d.ts +3 -0
  80. package/dist/error.d.ts.map +1 -0
  81. package/dist/error.js +16 -0
  82. package/dist/fractions/activity/searchActivity.route.d.ts +162 -0
  83. package/dist/fractions/activity/searchActivity.route.d.ts.map +1 -0
  84. package/dist/fractions/activity/searchActivity.route.js +56 -0
  85. package/dist/fractions/activity/utils.d.ts +152 -0
  86. package/dist/fractions/activity/utils.d.ts.map +1 -0
  87. package/dist/fractions/activity/utils.js +59 -0
  88. package/dist/fractions/approveSale/v0/approveSale.route.d.ts +68 -0
  89. package/dist/fractions/approveSale/v0/approveSale.route.d.ts.map +1 -0
  90. package/dist/fractions/approveSale/v0/approveSale.route.js +31 -0
  91. package/dist/fractions/approveWrapper/v0/approveWrapper.route.d.ts +203 -0
  92. package/dist/fractions/approveWrapper/v0/approveWrapper.route.d.ts.map +1 -0
  93. package/dist/fractions/approveWrapper/v0/approveWrapper.route.js +84 -0
  94. package/dist/fractions/completeSale/v0/completeSale.route.d.ts +68 -0
  95. package/dist/fractions/completeSale/v0/completeSale.route.d.ts.map +1 -0
  96. package/dist/fractions/completeSale/v0/completeSale.route.js +31 -0
  97. package/dist/fractions/createFractions/v0/createFractions.route.d.ts +305 -0
  98. package/dist/fractions/createFractions/v0/createFractions.route.d.ts.map +1 -0
  99. package/dist/fractions/createFractions/v0/createFractions.route.js +61 -0
  100. package/dist/fractions/createFractions/v0/createFractions.schema.d.ts +416 -0
  101. package/dist/fractions/createFractions/v0/createFractions.schema.d.ts.map +1 -0
  102. package/dist/fractions/createFractions/v0/createFractions.schema.js +67 -0
  103. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +51 -0
  104. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts.map +1 -0
  105. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.js +58 -0
  106. package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts +347 -0
  107. package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +1 -0
  108. package/dist/fractions/deployMarket/v0/deployMarket.routes.js +139 -0
  109. package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts +83 -0
  110. package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +1 -0
  111. package/dist/fractions/deployMarket/v0/deployMarket.schema.js +21 -0
  112. package/dist/fractions/deployMarket/v0/initNid.route.d.ts +61 -0
  113. package/dist/fractions/deployMarket/v0/initNid.route.d.ts.map +1 -0
  114. package/dist/fractions/deployMarket/v0/initNid.route.js +31 -0
  115. package/dist/fractions/gating/v0/getAuthData.d.ts +86 -0
  116. package/dist/fractions/gating/v0/getAuthData.d.ts.map +1 -0
  117. package/dist/fractions/gating/v0/getAuthData.js +48 -0
  118. package/dist/fractions/gating/v0/getNonce.route.d.ts +54 -0
  119. package/dist/fractions/gating/v0/getNonce.route.d.ts.map +1 -0
  120. package/dist/fractions/gating/v0/getNonce.route.js +40 -0
  121. package/dist/fractions/grantRole/v0/grantRole.route.d.ts +65 -0
  122. package/dist/fractions/grantRole/v0/grantRole.route.d.ts.map +1 -0
  123. package/dist/fractions/grantRole/v0/grantRole.route.js +31 -0
  124. package/dist/fractions/grantRole/v0/grantRole.schema.d.ts +26 -0
  125. package/dist/fractions/grantRole/v0/grantRole.schema.d.ts.map +1 -0
  126. package/dist/fractions/grantRole/v0/grantRole.schema.js +14 -0
  127. package/dist/fractions/index.d.ts +1203 -0
  128. package/dist/fractions/index.d.ts.map +1 -0
  129. package/dist/fractions/index.js +100 -0
  130. package/dist/fractions/markets/common/platform.d.ts +84 -0
  131. package/dist/fractions/markets/common/platform.d.ts.map +1 -0
  132. package/dist/fractions/markets/common/platform.js +33 -0
  133. package/dist/fractions/markets/getDeployEvent.d.ts +42 -0
  134. package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -0
  135. package/dist/fractions/markets/getDeployEvent.js +47 -0
  136. package/dist/fractions/markets/getMarket/index.d.ts +53 -0
  137. package/dist/fractions/markets/getMarket/index.d.ts.map +1 -0
  138. package/dist/fractions/markets/getMarket/index.js +4 -0
  139. package/dist/fractions/markets/getMarket/v0/getMarket.d.ts +103 -0
  140. package/dist/fractions/markets/getMarket/v0/getMarket.d.ts.map +1 -0
  141. package/dist/fractions/markets/getMarket/v0/getMarket.js +63 -0
  142. package/dist/fractions/markets/index.d.ts +110 -0
  143. package/dist/fractions/markets/index.d.ts.map +1 -0
  144. package/dist/fractions/markets/index.js +12 -0
  145. package/dist/fractions/markets/searchMarkets/index.d.ts +45 -0
  146. package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -0
  147. package/dist/fractions/markets/searchMarkets/index.js +4 -0
  148. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +115 -0
  149. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts.map +1 -0
  150. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.js +43 -0
  151. package/dist/fractions/purchase/v0/purchase.route.d.ts +89 -0
  152. package/dist/fractions/purchase/v0/purchase.route.d.ts.map +1 -0
  153. package/dist/fractions/purchase/v0/purchase.route.js +41 -0
  154. package/dist/fractions/roles/getRoles/v0/getRoles.d.ts +28 -0
  155. package/dist/fractions/roles/getRoles/v0/getRoles.d.ts.map +1 -0
  156. package/dist/fractions/roles/getRoles/v0/getRoles.js +41 -0
  157. package/dist/fractions/sales/common/fractionsSale.d.ts +352 -0
  158. package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -0
  159. package/dist/fractions/sales/common/fractionsSale.js +123 -0
  160. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +98 -0
  161. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -0
  162. package/dist/fractions/sales/getFractionSaleStatistics.route.js +64 -0
  163. package/dist/fractions/sales/getVaultAddress.d.ts +52 -0
  164. package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -0
  165. package/dist/fractions/sales/getVaultAddress.js +60 -0
  166. package/dist/fractions/sales/getWithdrawEvent.d.ts +42 -0
  167. package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -0
  168. package/dist/fractions/sales/getWithdrawEvent.js +51 -0
  169. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +144 -0
  170. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -0
  171. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +59 -0
  172. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +57 -0
  173. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -0
  174. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +27 -0
  175. package/dist/fractions/sales/recoverFractions.d.ts +108 -0
  176. package/dist/fractions/sales/recoverFractions.d.ts.map +1 -0
  177. package/dist/fractions/sales/recoverFractions.js +45 -0
  178. package/dist/fractions/sales/rejectFractions.d.ts +80 -0
  179. package/dist/fractions/sales/rejectFractions.d.ts.map +1 -0
  180. package/dist/fractions/sales/rejectFractions.js +39 -0
  181. package/dist/fractions/sales/searchActivity.route.d.ts +90 -0
  182. package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -0
  183. package/dist/fractions/sales/searchActivity.route.js +67 -0
  184. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts +89 -0
  185. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts.map +1 -0
  186. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.js +82 -0
  187. package/dist/fractions/sales/searchSales/v0/searchSales.d.ts +257 -0
  188. package/dist/fractions/sales/searchSales/v0/searchSales.d.ts.map +1 -0
  189. package/dist/fractions/sales/searchSales/v0/searchSales.js +50 -0
  190. package/dist/fractions/sales/searchWithdrawal.route.d.ts +58 -0
  191. package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -0
  192. package/dist/fractions/sales/searchWithdrawal.route.js +48 -0
  193. package/dist/fractions/sales/setFeeCapLimit.d.ts +75 -0
  194. package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -0
  195. package/dist/fractions/sales/setFeeCapLimit.js +32 -0
  196. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +68 -0
  197. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -0
  198. package/dist/fractions/sales/unlockWrappedAssets.route.js +31 -0
  199. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts +94 -0
  200. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts.map +1 -0
  201. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.js +41 -0
  202. package/dist/fractions/sales/vesting/v0/editCliff.route.d.ts +87 -0
  203. package/dist/fractions/sales/vesting/v0/editCliff.route.d.ts.map +1 -0
  204. package/dist/fractions/sales/vesting/v0/editCliff.route.js +40 -0
  205. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +48 -0
  206. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts.map +1 -0
  207. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.js +57 -0
  208. package/dist/fractions/withdraw/v0/withdraw.route.d.ts +68 -0
  209. package/dist/fractions/withdraw/v0/withdraw.route.d.ts.map +1 -0
  210. package/dist/fractions/withdraw/v0/withdraw.route.js +31 -0
  211. package/dist/general/balance-client.d.ts +13 -0
  212. package/dist/general/balance-client.d.ts.map +1 -0
  213. package/dist/general/balance-client.js +26 -0
  214. package/dist/general/common.d.ts +94 -0
  215. package/dist/general/common.d.ts.map +1 -0
  216. package/dist/general/common.js +35 -0
  217. package/dist/general/estimateGas.d.ts +52 -0
  218. package/dist/general/estimateGas.d.ts.map +1 -0
  219. package/dist/general/estimateGas.js +64 -0
  220. package/dist/general/getBalance.d.ts +44 -0
  221. package/dist/general/getBalance.d.ts.map +1 -0
  222. package/dist/general/getBalance.js +43 -0
  223. package/dist/general/getBalancesBatch.d.ts +59 -0
  224. package/dist/general/getBalancesBatch.d.ts.map +1 -0
  225. package/dist/general/getBalancesBatch.js +34 -0
  226. package/dist/general/index.d.ts +100 -0
  227. package/dist/general/index.d.ts.map +1 -0
  228. package/dist/general/index.js +20 -0
  229. package/dist/general/searchBalances.d.ts +78 -0
  230. package/dist/general/searchBalances.d.ts.map +1 -0
  231. package/dist/general/searchBalances.js +49 -0
  232. package/dist/issuance/approve.d.ts +75 -0
  233. package/dist/issuance/approve.d.ts.map +1 -0
  234. package/dist/issuance/approve.js +36 -0
  235. package/dist/issuance/burn.d.ts +75 -0
  236. package/dist/issuance/burn.d.ts.map +1 -0
  237. package/dist/issuance/burn.js +36 -0
  238. package/dist/issuance/deploy.d.ts +88 -0
  239. package/dist/issuance/deploy.d.ts.map +1 -0
  240. package/dist/issuance/deploy.js +91 -0
  241. package/dist/issuance/grantRole.d.ts +76 -0
  242. package/dist/issuance/grantRole.d.ts.map +1 -0
  243. package/dist/issuance/grantRole.js +42 -0
  244. package/dist/issuance/index.d.ts +189 -0
  245. package/dist/issuance/index.d.ts.map +1 -0
  246. package/dist/issuance/index.js +25 -0
  247. package/dist/issuance/mint.d.ts +75 -0
  248. package/dist/issuance/mint.d.ts.map +1 -0
  249. package/dist/issuance/mint.js +36 -0
  250. package/dist/issuance/renounceRole.d.ts +76 -0
  251. package/dist/issuance/renounceRole.d.ts.map +1 -0
  252. package/dist/issuance/renounceRole.js +42 -0
  253. package/dist/issuance/transfer.d.ts +75 -0
  254. package/dist/issuance/transfer.d.ts.map +1 -0
  255. package/dist/issuance/transfer.js +36 -0
  256. package/dist/package.json +78 -0
  257. package/dist/src/app.d.ts +2194 -0
  258. package/dist/src/app.d.ts.map +1 -0
  259. package/dist/src/app.js +18 -0
  260. package/dist/src/client.d.ts +2690 -0
  261. package/dist/src/client.d.ts.map +1 -0
  262. package/dist/src/client.js +4 -0
  263. package/dist/src/common/abis/erc20Whitelisted.d.ts +4 -0
  264. package/dist/src/common/abis/erc20Whitelisted.d.ts.map +1 -0
  265. package/dist/src/common/abis/erc20Whitelisted.js +4 -0
  266. package/dist/src/common/app.d.ts +9 -0
  267. package/dist/src/common/app.d.ts.map +1 -0
  268. package/dist/src/common/app.js +3 -0
  269. package/dist/src/common/blockchain.d.ts +9528 -0
  270. package/dist/src/common/blockchain.d.ts.map +1 -0
  271. package/dist/src/common/blockchain.js +40 -0
  272. package/dist/src/common/config.d.ts +21 -0
  273. package/dist/src/common/config.d.ts.map +1 -0
  274. package/dist/src/common/config.js +33 -0
  275. package/dist/src/common/http-error.d.ts +7 -0
  276. package/dist/src/common/http-error.d.ts.map +1 -0
  277. package/dist/src/common/http-error.js +7 -0
  278. package/dist/src/common/index.d.ts +2 -0
  279. package/dist/src/common/index.d.ts.map +1 -0
  280. package/dist/src/common/index.js +1 -0
  281. package/dist/src/common/indexer/client.d.ts +1191 -0
  282. package/dist/src/common/indexer/client.d.ts.map +1 -0
  283. package/dist/src/common/indexer/client.js +7 -0
  284. package/dist/src/common/indexer/index.d.ts +1191 -0
  285. package/dist/src/common/indexer/index.d.ts.map +1 -0
  286. package/dist/src/common/indexer/index.js +3 -0
  287. package/dist/src/common/indexer/schemas.d.ts +1191 -0
  288. package/dist/src/common/indexer/schemas.d.ts.map +1 -0
  289. package/dist/src/common/indexer/schemas.js +14 -0
  290. package/dist/src/common/models/chainId.d.ts +5 -0
  291. package/dist/src/common/models/chainId.d.ts.map +1 -0
  292. package/dist/src/common/models/chainId.js +23 -0
  293. package/dist/src/common/models/date.d.ts +3 -0
  294. package/dist/src/common/models/date.d.ts.map +1 -0
  295. package/dist/src/common/models/date.js +5 -0
  296. package/dist/src/common/models/erc721.d.ts +15 -0
  297. package/dist/src/common/models/erc721.d.ts.map +1 -0
  298. package/dist/src/common/models/erc721.js +21 -0
  299. package/dist/src/common/models/index.d.ts +7 -0
  300. package/dist/src/common/models/index.d.ts.map +1 -0
  301. package/dist/src/common/models/index.js +6 -0
  302. package/dist/src/common/models/page.d.ts +12 -0
  303. package/dist/src/common/models/page.d.ts.map +1 -0
  304. package/dist/src/common/models/page.js +15 -0
  305. package/dist/src/common/models/percent.d.ts +3 -0
  306. package/dist/src/common/models/percent.d.ts.map +1 -0
  307. package/dist/src/common/models/percent.js +6 -0
  308. package/dist/src/common/models/platform.d.ts +4 -0
  309. package/dist/src/common/models/platform.d.ts.map +1 -0
  310. package/dist/src/common/models/platform.js +13 -0
  311. package/dist/src/common/models/routes.d.ts +16 -0
  312. package/dist/src/common/models/routes.d.ts.map +1 -0
  313. package/dist/src/common/models/routes.js +13 -0
  314. package/dist/src/common/models/saleId.d.ts +12 -0
  315. package/dist/src/common/models/saleId.d.ts.map +1 -0
  316. package/dist/src/common/models/saleId.js +6 -0
  317. package/dist/src/common/models/transaction.d.ts +90 -0
  318. package/dist/src/common/models/transaction.d.ts.map +1 -0
  319. package/dist/src/common/models/transaction.js +57 -0
  320. package/dist/src/common/models/viem.d.ts +4 -0
  321. package/dist/src/common/models/viem.d.ts.map +1 -0
  322. package/dist/src/common/models/viem.js +15 -0
  323. package/dist/src/common/openapi.d.ts +4 -0
  324. package/dist/src/common/openapi.d.ts.map +1 -0
  325. package/dist/src/common/openapi.js +40 -0
  326. package/dist/src/common/tag.d.ts +7 -0
  327. package/dist/src/common/tag.d.ts.map +1 -0
  328. package/dist/src/common/tag.js +5 -0
  329. package/dist/src/common/version.d.ts +2 -0
  330. package/dist/src/common/version.d.ts.map +1 -0
  331. package/dist/src/common/version.js +2 -0
  332. package/dist/src/common/zod.d.ts +3 -0
  333. package/dist/src/common/zod.d.ts.map +1 -0
  334. package/dist/src/common/zod.js +2 -0
  335. package/dist/src/error.d.ts +3 -0
  336. package/dist/src/error.d.ts.map +1 -0
  337. package/dist/src/error.js +16 -0
  338. package/dist/src/fractions/approveSale/v0/approveSale.route.d.ts +68 -0
  339. package/dist/src/fractions/approveSale/v0/approveSale.route.d.ts.map +1 -0
  340. package/dist/src/fractions/approveSale/v0/approveSale.route.js +31 -0
  341. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.d.ts +203 -0
  342. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.d.ts.map +1 -0
  343. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.js +84 -0
  344. package/dist/src/fractions/completeSale/v0/completeSale.route.d.ts +68 -0
  345. package/dist/src/fractions/completeSale/v0/completeSale.route.d.ts.map +1 -0
  346. package/dist/src/fractions/completeSale/v0/completeSale.route.js +31 -0
  347. package/dist/src/fractions/createFractions/v0/createFractions.route.d.ts +305 -0
  348. package/dist/src/fractions/createFractions/v0/createFractions.route.d.ts.map +1 -0
  349. package/dist/src/fractions/createFractions/v0/createFractions.route.js +61 -0
  350. package/dist/src/fractions/createFractions/v0/createFractions.schema.d.ts +416 -0
  351. package/dist/src/fractions/createFractions/v0/createFractions.schema.d.ts.map +1 -0
  352. package/dist/src/fractions/createFractions/v0/createFractions.schema.js +67 -0
  353. package/dist/src/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +51 -0
  354. package/dist/src/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts.map +1 -0
  355. package/dist/src/fractions/createFractions/v0/parseFractionsCreatedEvent.js +59 -0
  356. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.d.ts +297 -0
  357. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +1 -0
  358. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.js +98 -0
  359. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.d.ts +96 -0
  360. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +1 -0
  361. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.js +21 -0
  362. package/dist/src/fractions/gating/index.d.ts +2 -0
  363. package/dist/src/fractions/gating/index.d.ts.map +1 -0
  364. package/dist/src/fractions/gating/index.js +0 -0
  365. package/dist/src/fractions/gating/v0/getAuthData.d.ts +86 -0
  366. package/dist/src/fractions/gating/v0/getAuthData.d.ts.map +1 -0
  367. package/dist/src/fractions/gating/v0/getAuthData.js +48 -0
  368. package/dist/src/fractions/gating/v0/getNonce.route.d.ts +54 -0
  369. package/dist/src/fractions/gating/v0/getNonce.route.d.ts.map +1 -0
  370. package/dist/src/fractions/gating/v0/getNonce.route.js +40 -0
  371. package/dist/src/fractions/grantRole/v0/grantRole.route.d.ts +65 -0
  372. package/dist/src/fractions/grantRole/v0/grantRole.route.d.ts.map +1 -0
  373. package/dist/src/fractions/grantRole/v0/grantRole.route.js +31 -0
  374. package/dist/src/fractions/grantRole/v0/grantRole.schema.d.ts +26 -0
  375. package/dist/src/fractions/grantRole/v0/grantRole.schema.d.ts.map +1 -0
  376. package/dist/src/fractions/grantRole/v0/grantRole.schema.js +14 -0
  377. package/dist/src/fractions/index.d.ts +968 -0
  378. package/dist/src/fractions/index.d.ts.map +1 -0
  379. package/dist/src/fractions/index.js +91 -0
  380. package/dist/src/fractions/markets/common/platform.d.ts +26 -0
  381. package/dist/src/fractions/markets/common/platform.d.ts.map +1 -0
  382. package/dist/src/fractions/markets/common/platform.js +26 -0
  383. package/dist/src/fractions/markets/getDeployEvent.d.ts +42 -0
  384. package/dist/src/fractions/markets/getDeployEvent.d.ts.map +1 -0
  385. package/dist/src/fractions/markets/getDeployEvent.js +47 -0
  386. package/dist/src/fractions/markets/getMarket/index.d.ts +40 -0
  387. package/dist/src/fractions/markets/getMarket/index.d.ts.map +1 -0
  388. package/dist/src/fractions/markets/getMarket/index.js +4 -0
  389. package/dist/src/fractions/markets/getMarket/v0/getMarket.d.ts +64 -0
  390. package/dist/src/fractions/markets/getMarket/v0/getMarket.d.ts.map +1 -0
  391. package/dist/src/fractions/markets/getMarket/v0/getMarket.js +63 -0
  392. package/dist/src/fractions/markets/index.d.ts +84 -0
  393. package/dist/src/fractions/markets/index.d.ts.map +1 -0
  394. package/dist/src/fractions/markets/index.js +12 -0
  395. package/dist/src/fractions/markets/searchMarkets/index.d.ts +32 -0
  396. package/dist/src/fractions/markets/searchMarkets/index.d.ts.map +1 -0
  397. package/dist/src/fractions/markets/searchMarkets/index.js +4 -0
  398. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +76 -0
  399. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.d.ts.map +1 -0
  400. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.js +42 -0
  401. package/dist/src/fractions/purchase/v0/purchase.route.d.ts +89 -0
  402. package/dist/src/fractions/purchase/v0/purchase.route.d.ts.map +1 -0
  403. package/dist/src/fractions/purchase/v0/purchase.route.js +41 -0
  404. package/dist/src/fractions/roles/getRoles/v0/getRoles.d.ts +28 -0
  405. package/dist/src/fractions/roles/getRoles/v0/getRoles.d.ts.map +1 -0
  406. package/dist/src/fractions/roles/getRoles/v0/getRoles.js +41 -0
  407. package/dist/src/fractions/sales/getVaultAddress.d.ts +52 -0
  408. package/dist/src/fractions/sales/getVaultAddress.d.ts.map +1 -0
  409. package/dist/src/fractions/sales/getVaultAddress.js +61 -0
  410. package/dist/src/fractions/sales/getWithdrawEvent.d.ts +42 -0
  411. package/dist/src/fractions/sales/getWithdrawEvent.d.ts.map +1 -0
  412. package/dist/src/fractions/sales/getWithdrawEvent.js +52 -0
  413. package/dist/src/fractions/sales/index.d.ts +10 -0
  414. package/dist/src/fractions/sales/index.d.ts.map +1 -0
  415. package/dist/src/fractions/sales/index.js +10 -0
  416. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +144 -0
  417. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -0
  418. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.js +59 -0
  419. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +57 -0
  420. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -0
  421. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +27 -0
  422. package/dist/src/fractions/sales/recoverFractions.d.ts +108 -0
  423. package/dist/src/fractions/sales/recoverFractions.d.ts.map +1 -0
  424. package/dist/src/fractions/sales/recoverFractions.js +45 -0
  425. package/dist/src/fractions/sales/rejectFractions.d.ts +80 -0
  426. package/dist/src/fractions/sales/rejectFractions.d.ts.map +1 -0
  427. package/dist/src/fractions/sales/rejectFractions.js +39 -0
  428. package/dist/src/fractions/sales/searchSaleEvents/index.d.ts +2 -0
  429. package/dist/src/fractions/sales/searchSaleEvents/index.d.ts.map +1 -0
  430. package/dist/src/fractions/sales/searchSaleEvents/index.js +0 -0
  431. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts +89 -0
  432. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts.map +1 -0
  433. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.js +82 -0
  434. package/dist/src/fractions/sales/setFeeCapLimit.d.ts +75 -0
  435. package/dist/src/fractions/sales/setFeeCapLimit.d.ts.map +1 -0
  436. package/dist/src/fractions/sales/setFeeCapLimit.js +32 -0
  437. package/dist/src/fractions/sales/unlockWrappedAssets.route.d.ts +68 -0
  438. package/dist/src/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -0
  439. package/dist/src/fractions/sales/unlockWrappedAssets.route.js +31 -0
  440. package/dist/src/fractions/sales/vesting/index.d.ts +2 -0
  441. package/dist/src/fractions/sales/vesting/index.d.ts.map +1 -0
  442. package/dist/src/fractions/sales/vesting/index.js +0 -0
  443. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts +94 -0
  444. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts.map +1 -0
  445. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.js +41 -0
  446. package/dist/src/fractions/sales/vesting/v0/editCliff.route.d.ts +87 -0
  447. package/dist/src/fractions/sales/vesting/v0/editCliff.route.d.ts.map +1 -0
  448. package/dist/src/fractions/sales/vesting/v0/editCliff.route.js +40 -0
  449. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +48 -0
  450. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts.map +1 -0
  451. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.js +58 -0
  452. package/dist/src/fractions/withdraw/v0/withdraw.route.d.ts +68 -0
  453. package/dist/src/fractions/withdraw/v0/withdraw.route.d.ts.map +1 -0
  454. package/dist/src/fractions/withdraw/v0/withdraw.route.js +31 -0
  455. package/dist/src/general/balance-client.d.ts +13 -0
  456. package/dist/src/general/balance-client.d.ts.map +1 -0
  457. package/dist/src/general/balance-client.js +26 -0
  458. package/dist/src/general/common.d.ts +94 -0
  459. package/dist/src/general/common.d.ts.map +1 -0
  460. package/dist/src/general/common.js +35 -0
  461. package/dist/src/general/estimateGas.d.ts +52 -0
  462. package/dist/src/general/estimateGas.d.ts.map +1 -0
  463. package/dist/src/general/estimateGas.js +64 -0
  464. package/dist/src/general/getBalance.d.ts +44 -0
  465. package/dist/src/general/getBalance.d.ts.map +1 -0
  466. package/dist/src/general/getBalance.js +43 -0
  467. package/dist/src/general/getBalancesBatch.d.ts +59 -0
  468. package/dist/src/general/getBalancesBatch.d.ts.map +1 -0
  469. package/dist/src/general/getBalancesBatch.js +34 -0
  470. package/dist/src/general/index.d.ts +100 -0
  471. package/dist/src/general/index.d.ts.map +1 -0
  472. package/dist/src/general/index.js +20 -0
  473. package/dist/src/general/searchBalances.d.ts +78 -0
  474. package/dist/src/general/searchBalances.d.ts.map +1 -0
  475. package/dist/src/general/searchBalances.js +49 -0
  476. package/dist/src/issuance/approve.d.ts +75 -0
  477. package/dist/src/issuance/approve.d.ts.map +1 -0
  478. package/dist/src/issuance/approve.js +36 -0
  479. package/dist/src/issuance/burn.d.ts +75 -0
  480. package/dist/src/issuance/burn.d.ts.map +1 -0
  481. package/dist/src/issuance/burn.js +36 -0
  482. package/dist/src/issuance/deploy.d.ts +88 -0
  483. package/dist/src/issuance/deploy.d.ts.map +1 -0
  484. package/dist/src/issuance/deploy.js +91 -0
  485. package/dist/src/issuance/grantRole.d.ts +78 -0
  486. package/dist/src/issuance/grantRole.d.ts.map +1 -0
  487. package/dist/src/issuance/grantRole.js +50 -0
  488. package/dist/src/issuance/index.d.ts +165 -0
  489. package/dist/src/issuance/index.d.ts.map +1 -0
  490. package/dist/src/issuance/index.js +23 -0
  491. package/dist/src/issuance/mint.d.ts +75 -0
  492. package/dist/src/issuance/mint.d.ts.map +1 -0
  493. package/dist/src/issuance/mint.js +36 -0
  494. package/dist/src/issuance/transfer.d.ts +75 -0
  495. package/dist/src/issuance/transfer.d.ts.map +1 -0
  496. package/dist/src/issuance/transfer.js +36 -0
  497. package/dist/src/serve.d.ts +2 -0
  498. package/dist/src/serve.d.ts.map +1 -0
  499. package/dist/src/serve.js +33 -0
  500. package/dist/src/staking/index.d.ts +242 -0
  501. package/dist/src/staking/index.d.ts.map +1 -0
  502. package/dist/src/staking/index.js +20 -0
  503. package/dist/src/staking/platforms/common/platform.d.ts +26 -0
  504. package/dist/src/staking/platforms/common/platform.d.ts.map +1 -0
  505. package/dist/src/staking/platforms/common/platform.js +26 -0
  506. package/dist/src/staking/platforms/common/platformNotFound.d.ts +9 -0
  507. package/dist/src/staking/platforms/common/platformNotFound.d.ts.map +1 -0
  508. package/dist/src/staking/platforms/common/platformNotFound.js +13 -0
  509. package/dist/src/staking/platforms/getPlatform/index.d.ts +26 -0
  510. package/dist/src/staking/platforms/getPlatform/index.d.ts.map +1 -0
  511. package/dist/src/staking/platforms/getPlatform/index.js +4 -0
  512. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.d.ts +52 -0
  513. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -0
  514. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.js +58 -0
  515. package/dist/src/staking/platforms/index.d.ts +52 -0
  516. package/dist/src/staking/platforms/index.d.ts.map +1 -0
  517. package/dist/src/staking/platforms/index.js +10 -0
  518. package/dist/src/staking/platforms/searchPlatforms/index.d.ts +32 -0
  519. package/dist/src/staking/platforms/searchPlatforms/index.d.ts.map +1 -0
  520. package/dist/src/staking/platforms/searchPlatforms/index.js +4 -0
  521. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +76 -0
  522. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -0
  523. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.js +42 -0
  524. package/dist/src/staking/pools/common/pool.d.ts +29 -0
  525. package/dist/src/staking/pools/common/pool.d.ts.map +1 -0
  526. package/dist/src/staking/pools/common/pool.js +28 -0
  527. package/dist/src/staking/pools/common/poolNotFound.d.ts +10 -0
  528. package/dist/src/staking/pools/common/poolNotFound.d.ts.map +1 -0
  529. package/dist/src/staking/pools/common/poolNotFound.js +14 -0
  530. package/dist/src/staking/pools/getPool/index.d.ts +20 -0
  531. package/dist/src/staking/pools/getPool/index.d.ts.map +1 -0
  532. package/dist/src/staking/pools/getPool/index.js +4 -0
  533. package/dist/src/staking/pools/getPool/v0/getPool.d.ts +35 -0
  534. package/dist/src/staking/pools/getPool/v0/getPool.d.ts.map +1 -0
  535. package/dist/src/staking/pools/getPool/v0/getPool.js +64 -0
  536. package/dist/src/staking/pools/index.d.ts +39 -0
  537. package/dist/src/staking/pools/index.d.ts.map +1 -0
  538. package/dist/src/staking/pools/index.js +10 -0
  539. package/dist/src/staking/pools/searchPools/index.d.ts +25 -0
  540. package/dist/src/staking/pools/searchPools/index.d.ts.map +1 -0
  541. package/dist/src/staking/pools/searchPools/index.js +4 -0
  542. package/dist/src/staking/pools/searchPools/v0/searchPools.d.ts +55 -0
  543. package/dist/src/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -0
  544. package/dist/src/staking/pools/searchPools/v0/searchPools.js +42 -0
  545. package/dist/src/staking/roles/common/role.d.ts +13 -0
  546. package/dist/src/staking/roles/common/role.d.ts.map +1 -0
  547. package/dist/src/staking/roles/common/role.js +18 -0
  548. package/dist/src/staking/roles/common/roleAssignment.d.ts +27 -0
  549. package/dist/src/staking/roles/common/roleAssignment.d.ts.map +1 -0
  550. package/dist/src/staking/roles/common/roleAssignment.js +21 -0
  551. package/dist/src/staking/roles/common/roleEvent.d.ts +30 -0
  552. package/dist/src/staking/roles/common/roleEvent.d.ts.map +1 -0
  553. package/dist/src/staking/roles/common/roleEvent.js +23 -0
  554. package/dist/src/staking/roles/getRoles/index.d.ts +26 -0
  555. package/dist/src/staking/roles/getRoles/index.d.ts.map +1 -0
  556. package/dist/src/staking/roles/getRoles/index.js +4 -0
  557. package/dist/src/staking/roles/getRoles/v0/getRoles.d.ts +29 -0
  558. package/dist/src/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -0
  559. package/dist/src/staking/roles/getRoles/v0/getRoles.js +41 -0
  560. package/dist/src/staking/roles/grantRole/index.d.ts +29 -0
  561. package/dist/src/staking/roles/grantRole/index.d.ts.map +1 -0
  562. package/dist/src/staking/roles/grantRole/index.js +4 -0
  563. package/dist/src/staking/roles/grantRole/v0/grantRole.d.ts +63 -0
  564. package/dist/src/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -0
  565. package/dist/src/staking/roles/grantRole/v0/grantRole.js +40 -0
  566. package/dist/src/staking/roles/index.d.ts +93 -0
  567. package/dist/src/staking/roles/index.d.ts.map +1 -0
  568. package/dist/src/staking/roles/index.js +14 -0
  569. package/dist/src/staking/roles/searchRoleEvents/index.d.ts +27 -0
  570. package/dist/src/staking/roles/searchRoleEvents/index.d.ts.map +1 -0
  571. package/dist/src/staking/roles/searchRoleEvents/index.js +4 -0
  572. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +63 -0
  573. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -0
  574. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +58 -0
  575. package/dist/src/staking/roles/searchRoles/index.d.ts +27 -0
  576. package/dist/src/staking/roles/searchRoles/index.d.ts.map +1 -0
  577. package/dist/src/staking/roles/searchRoles/index.js +4 -0
  578. package/dist/src/staking/roles/searchRoles/v0/searchRoles.d.ts +63 -0
  579. package/dist/src/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -0
  580. package/dist/src/staking/roles/searchRoles/v0/searchRoles.js +56 -0
  581. package/dist/src/staking/stakes/common/stake.d.ts +44 -0
  582. package/dist/src/staking/stakes/common/stake.d.ts.map +1 -0
  583. package/dist/src/staking/stakes/common/stake.js +45 -0
  584. package/dist/src/staking/stakes/common/stakeEvent.d.ts +30 -0
  585. package/dist/src/staking/stakes/common/stakeEvent.d.ts.map +1 -0
  586. package/dist/src/staking/stakes/common/stakeEvent.js +24 -0
  587. package/dist/src/staking/stakes/common/stakeNotFound.d.ts +9 -0
  588. package/dist/src/staking/stakes/common/stakeNotFound.d.ts.map +1 -0
  589. package/dist/src/staking/stakes/common/stakeNotFound.js +13 -0
  590. package/dist/src/staking/stakes/getStake/index.d.ts +20 -0
  591. package/dist/src/staking/stakes/getStake/index.d.ts.map +1 -0
  592. package/dist/src/staking/stakes/getStake/index.js +4 -0
  593. package/dist/src/staking/stakes/getStake/v0/getStake.d.ts +35 -0
  594. package/dist/src/staking/stakes/getStake/v0/getStake.d.ts.map +1 -0
  595. package/dist/src/staking/stakes/getStake/v0/getStake.js +64 -0
  596. package/dist/src/staking/stakes/index.d.ts +63 -0
  597. package/dist/src/staking/stakes/index.d.ts.map +1 -0
  598. package/dist/src/staking/stakes/index.js +12 -0
  599. package/dist/src/staking/stakes/searchStakeEvents/index.d.ts +27 -0
  600. package/dist/src/staking/stakes/searchStakeEvents/index.d.ts.map +1 -0
  601. package/dist/src/staking/stakes/searchStakeEvents/index.js +4 -0
  602. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +63 -0
  603. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -0
  604. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +59 -0
  605. package/dist/src/staking/stakes/searchStakes/index.d.ts +27 -0
  606. package/dist/src/staking/stakes/searchStakes/index.d.ts.map +1 -0
  607. package/dist/src/staking/stakes/searchStakes/index.js +4 -0
  608. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.d.ts +63 -0
  609. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -0
  610. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.js +61 -0
  611. package/dist/src/staking-templates/index.d.ts +732 -0
  612. package/dist/src/staking-templates/index.d.ts.map +1 -0
  613. package/dist/src/staking-templates/index.js +18 -0
  614. package/dist/src/staking-templates/templates/common/amount.d.ts +13 -0
  615. package/dist/src/staking-templates/templates/common/amount.d.ts.map +1 -0
  616. package/dist/src/staking-templates/templates/common/amount.js +17 -0
  617. package/dist/src/staking-templates/templates/common/amountMult.d.ts +3 -0
  618. package/dist/src/staking-templates/templates/common/amountMult.d.ts.map +1 -0
  619. package/dist/src/staking-templates/templates/common/amountMult.js +23 -0
  620. package/dist/src/staking-templates/templates/common/erc20Input.d.ts +12 -0
  621. package/dist/src/staking-templates/templates/common/erc20Input.d.ts.map +1 -0
  622. package/dist/src/staking-templates/templates/common/erc20Input.js +16 -0
  623. package/dist/src/staking-templates/templates/common/erc20Reward.d.ts +12 -0
  624. package/dist/src/staking-templates/templates/common/erc20Reward.d.ts.map +1 -0
  625. package/dist/src/staking-templates/templates/common/erc20Reward.js +16 -0
  626. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.d.ts +31 -0
  627. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +1 -0
  628. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.js +47 -0
  629. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.d.ts +40 -0
  630. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.d.ts.map +1 -0
  631. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.js +46 -0
  632. package/dist/src/staking-templates/templates/common/getReward.d.ts +58 -0
  633. package/dist/src/staking-templates/templates/common/getReward.d.ts.map +1 -0
  634. package/dist/src/staking-templates/templates/common/getReward.js +34 -0
  635. package/dist/src/staking-templates/templates/common/getStakeEvent.d.ts +31 -0
  636. package/dist/src/staking-templates/templates/common/getStakeEvent.d.ts.map +1 -0
  637. package/dist/src/staking-templates/templates/common/getStakeEvent.js +51 -0
  638. package/dist/src/staking-templates/templates/common/lock.d.ts +12 -0
  639. package/dist/src/staking-templates/templates/common/lock.d.ts.map +1 -0
  640. package/dist/src/staking-templates/templates/common/lock.js +20 -0
  641. package/dist/src/staking-templates/templates/common/lockMult.d.ts +3 -0
  642. package/dist/src/staking-templates/templates/common/lockMult.d.ts.map +1 -0
  643. package/dist/src/staking-templates/templates/common/lockMult.js +15 -0
  644. package/dist/src/staking-templates/templates/common/partialUnstake.d.ts +62 -0
  645. package/dist/src/staking-templates/templates/common/partialUnstake.d.ts.map +1 -0
  646. package/dist/src/staking-templates/templates/common/partialUnstake.js +39 -0
  647. package/dist/src/staking-templates/templates/common/rewardDistribution.d.ts +13 -0
  648. package/dist/src/staking-templates/templates/common/rewardDistribution.d.ts.map +1 -0
  649. package/dist/src/staking-templates/templates/common/rewardDistribution.js +19 -0
  650. package/dist/src/staking-templates/templates/common/templates.d.ts +61 -0
  651. package/dist/src/staking-templates/templates/common/templates.d.ts.map +1 -0
  652. package/dist/src/staking-templates/templates/common/templates.js +8 -0
  653. package/dist/src/staking-templates/templates/common/time.d.ts +2 -0
  654. package/dist/src/staking-templates/templates/common/time.d.ts.map +1 -0
  655. package/dist/src/staking-templates/templates/common/time.js +4 -0
  656. package/dist/src/staking-templates/templates/common/unstake.d.ts +58 -0
  657. package/dist/src/staking-templates/templates/common/unstake.d.ts.map +1 -0
  658. package/dist/src/staking-templates/templates/common/unstake.js +34 -0
  659. package/dist/src/staking-templates/templates/reputation/common.d.ts +23 -0
  660. package/dist/src/staking-templates/templates/reputation/common.d.ts.map +1 -0
  661. package/dist/src/staking-templates/templates/reputation/common.js +3 -0
  662. package/dist/src/staking-templates/templates/reputation/index.d.ts +233 -0
  663. package/dist/src/staking-templates/templates/reputation/index.d.ts.map +1 -0
  664. package/dist/src/staking-templates/templates/reputation/index.js +4 -0
  665. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.d.ts +81 -0
  666. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.d.ts.map +1 -0
  667. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.js +56 -0
  668. package/dist/src/staking-templates/templates/reputation/v0/createPool.d.ts +113 -0
  669. package/dist/src/staking-templates/templates/reputation/v0/createPool.d.ts.map +1 -0
  670. package/dist/src/staking-templates/templates/reputation/v0/createPool.js +85 -0
  671. package/dist/src/staking-templates/templates/reputation/v0/index.d.ts +233 -0
  672. package/dist/src/staking-templates/templates/reputation/v0/index.d.ts.map +1 -0
  673. package/dist/src/staking-templates/templates/reputation/v0/index.js +25 -0
  674. package/dist/src/staking-templates/templates/reputation/v0/restake.d.ts +61 -0
  675. package/dist/src/staking-templates/templates/reputation/v0/restake.d.ts.map +1 -0
  676. package/dist/src/staking-templates/templates/reputation/v0/restake.js +40 -0
  677. package/dist/src/staking-templates/templates/reputation/v0/stake.d.ts +61 -0
  678. package/dist/src/staking-templates/templates/reputation/v0/stake.d.ts.map +1 -0
  679. package/dist/src/staking-templates/templates/reputation/v0/stake.js +45 -0
  680. package/dist/src/staking-templates/templates/reputationLock/common.d.ts +23 -0
  681. package/dist/src/staking-templates/templates/reputationLock/common.d.ts.map +1 -0
  682. package/dist/src/staking-templates/templates/reputationLock/common.js +3 -0
  683. package/dist/src/staking-templates/templates/reputationLock/index.d.ts +244 -0
  684. package/dist/src/staking-templates/templates/reputationLock/index.d.ts.map +1 -0
  685. package/dist/src/staking-templates/templates/reputationLock/index.js +4 -0
  686. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +81 -0
  687. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -0
  688. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.js +56 -0
  689. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.d.ts +149 -0
  690. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +1 -0
  691. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.js +99 -0
  692. package/dist/src/staking-templates/templates/reputationLock/v0/index.d.ts +244 -0
  693. package/dist/src/staking-templates/templates/reputationLock/v0/index.d.ts.map +1 -0
  694. package/dist/src/staking-templates/templates/reputationLock/v0/index.js +25 -0
  695. package/dist/src/staking-templates/templates/reputationLock/v0/restake.d.ts +65 -0
  696. package/dist/src/staking-templates/templates/reputationLock/v0/restake.d.ts.map +1 -0
  697. package/dist/src/staking-templates/templates/reputationLock/v0/restake.js +44 -0
  698. package/dist/src/staking-templates/templates/reputationLock/v0/stake.d.ts +65 -0
  699. package/dist/src/staking-templates/templates/reputationLock/v0/stake.d.ts.map +1 -0
  700. package/dist/src/staking-templates/templates/reputationLock/v0/stake.js +46 -0
  701. package/dist/src/staking-templates/templates/rwa/common.d.ts +23 -0
  702. package/dist/src/staking-templates/templates/rwa/common.d.ts.map +1 -0
  703. package/dist/src/staking-templates/templates/rwa/common.js +3 -0
  704. package/dist/src/staking-templates/templates/rwa/index.d.ts +256 -0
  705. package/dist/src/staking-templates/templates/rwa/index.d.ts.map +1 -0
  706. package/dist/src/staking-templates/templates/rwa/index.js +4 -0
  707. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.d.ts +81 -0
  708. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.d.ts.map +1 -0
  709. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.js +56 -0
  710. package/dist/src/staking-templates/templates/rwa/v0/createPool.d.ts +109 -0
  711. package/dist/src/staking-templates/templates/rwa/v0/createPool.d.ts.map +1 -0
  712. package/dist/src/staking-templates/templates/rwa/v0/createPool.js +79 -0
  713. package/dist/src/staking-templates/templates/rwa/v0/index.d.ts +256 -0
  714. package/dist/src/staking-templates/templates/rwa/v0/index.d.ts.map +1 -0
  715. package/dist/src/staking-templates/templates/rwa/v0/index.js +27 -0
  716. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.d.ts +61 -0
  717. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.d.ts.map +1 -0
  718. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.js +41 -0
  719. package/dist/src/staking-templates/templates/rwa/v0/restake.d.ts +61 -0
  720. package/dist/src/staking-templates/templates/rwa/v0/restake.d.ts.map +1 -0
  721. package/dist/src/staking-templates/templates/rwa/v0/restake.js +40 -0
  722. package/dist/src/staking-templates/templates/rwa/v0/stake.d.ts +61 -0
  723. package/dist/src/staking-templates/templates/rwa/v0/stake.d.ts.map +1 -0
  724. package/dist/src/staking-templates/templates/rwa/v0/stake.js +45 -0
  725. package/dist/staking/index.d.ts +242 -0
  726. package/dist/staking/index.d.ts.map +1 -0
  727. package/dist/staking/index.js +20 -0
  728. package/dist/staking/platforms/common/platform.d.ts +26 -0
  729. package/dist/staking/platforms/common/platform.d.ts.map +1 -0
  730. package/dist/staking/platforms/common/platform.js +26 -0
  731. package/dist/staking/platforms/common/platformNotFound.d.ts +9 -0
  732. package/dist/staking/platforms/common/platformNotFound.d.ts.map +1 -0
  733. package/dist/staking/platforms/common/platformNotFound.js +13 -0
  734. package/dist/staking/platforms/getPlatform/index.d.ts +26 -0
  735. package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -0
  736. package/dist/staking/platforms/getPlatform/index.js +4 -0
  737. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +52 -0
  738. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -0
  739. package/dist/staking/platforms/getPlatform/v0/getPlatform.js +58 -0
  740. package/dist/staking/platforms/index.d.ts +52 -0
  741. package/dist/staking/platforms/index.d.ts.map +1 -0
  742. package/dist/staking/platforms/index.js +10 -0
  743. package/dist/staking/platforms/searchPlatforms/index.d.ts +32 -0
  744. package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -0
  745. package/dist/staking/platforms/searchPlatforms/index.js +4 -0
  746. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +76 -0
  747. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -0
  748. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +42 -0
  749. package/dist/staking/pools/common/pool.d.ts +29 -0
  750. package/dist/staking/pools/common/pool.d.ts.map +1 -0
  751. package/dist/staking/pools/common/pool.js +28 -0
  752. package/dist/staking/pools/common/poolNotFound.d.ts +10 -0
  753. package/dist/staking/pools/common/poolNotFound.d.ts.map +1 -0
  754. package/dist/staking/pools/common/poolNotFound.js +14 -0
  755. package/dist/staking/pools/getPool/index.d.ts +20 -0
  756. package/dist/staking/pools/getPool/index.d.ts.map +1 -0
  757. package/dist/staking/pools/getPool/index.js +4 -0
  758. package/dist/staking/pools/getPool/v0/getPool.d.ts +35 -0
  759. package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -0
  760. package/dist/staking/pools/getPool/v0/getPool.js +64 -0
  761. package/dist/staking/pools/index.d.ts +39 -0
  762. package/dist/staking/pools/index.d.ts.map +1 -0
  763. package/dist/staking/pools/index.js +10 -0
  764. package/dist/staking/pools/searchPools/index.d.ts +25 -0
  765. package/dist/staking/pools/searchPools/index.d.ts.map +1 -0
  766. package/dist/staking/pools/searchPools/index.js +4 -0
  767. package/dist/staking/pools/searchPools/v0/searchPools.d.ts +55 -0
  768. package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -0
  769. package/dist/staking/pools/searchPools/v0/searchPools.js +42 -0
  770. package/dist/staking/roles/common/role.d.ts +13 -0
  771. package/dist/staking/roles/common/role.d.ts.map +1 -0
  772. package/dist/staking/roles/common/role.js +18 -0
  773. package/dist/staking/roles/common/roleAssignment.d.ts +27 -0
  774. package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -0
  775. package/dist/staking/roles/common/roleAssignment.js +21 -0
  776. package/dist/staking/roles/common/roleEvent.d.ts +30 -0
  777. package/dist/staking/roles/common/roleEvent.d.ts.map +1 -0
  778. package/dist/staking/roles/common/roleEvent.js +23 -0
  779. package/dist/staking/roles/getRoles/index.d.ts +26 -0
  780. package/dist/staking/roles/getRoles/index.d.ts.map +1 -0
  781. package/dist/staking/roles/getRoles/index.js +4 -0
  782. package/dist/staking/roles/getRoles/v0/getRoles.d.ts +29 -0
  783. package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -0
  784. package/dist/staking/roles/getRoles/v0/getRoles.js +41 -0
  785. package/dist/staking/roles/grantRole/index.d.ts +29 -0
  786. package/dist/staking/roles/grantRole/index.d.ts.map +1 -0
  787. package/dist/staking/roles/grantRole/index.js +4 -0
  788. package/dist/staking/roles/grantRole/v0/grantRole.d.ts +63 -0
  789. package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -0
  790. package/dist/staking/roles/grantRole/v0/grantRole.js +40 -0
  791. package/dist/staking/roles/index.d.ts +93 -0
  792. package/dist/staking/roles/index.d.ts.map +1 -0
  793. package/dist/staking/roles/index.js +14 -0
  794. package/dist/staking/roles/searchRoleEvents/index.d.ts +27 -0
  795. package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -0
  796. package/dist/staking/roles/searchRoleEvents/index.js +4 -0
  797. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +63 -0
  798. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -0
  799. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +58 -0
  800. package/dist/staking/roles/searchRoles/index.d.ts +27 -0
  801. package/dist/staking/roles/searchRoles/index.d.ts.map +1 -0
  802. package/dist/staking/roles/searchRoles/index.js +4 -0
  803. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +63 -0
  804. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -0
  805. package/dist/staking/roles/searchRoles/v0/searchRoles.js +56 -0
  806. package/dist/staking/stakes/common/stake.d.ts +44 -0
  807. package/dist/staking/stakes/common/stake.d.ts.map +1 -0
  808. package/dist/staking/stakes/common/stake.js +45 -0
  809. package/dist/staking/stakes/common/stakeEvent.d.ts +30 -0
  810. package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -0
  811. package/dist/staking/stakes/common/stakeEvent.js +24 -0
  812. package/dist/staking/stakes/common/stakeNotFound.d.ts +9 -0
  813. package/dist/staking/stakes/common/stakeNotFound.d.ts.map +1 -0
  814. package/dist/staking/stakes/common/stakeNotFound.js +13 -0
  815. package/dist/staking/stakes/getStake/index.d.ts +20 -0
  816. package/dist/staking/stakes/getStake/index.d.ts.map +1 -0
  817. package/dist/staking/stakes/getStake/index.js +4 -0
  818. package/dist/staking/stakes/getStake/v0/getStake.d.ts +35 -0
  819. package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -0
  820. package/dist/staking/stakes/getStake/v0/getStake.js +64 -0
  821. package/dist/staking/stakes/index.d.ts +63 -0
  822. package/dist/staking/stakes/index.d.ts.map +1 -0
  823. package/dist/staking/stakes/index.js +12 -0
  824. package/dist/staking/stakes/searchStakeEvents/index.d.ts +27 -0
  825. package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -0
  826. package/dist/staking/stakes/searchStakeEvents/index.js +4 -0
  827. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +63 -0
  828. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -0
  829. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +59 -0
  830. package/dist/staking/stakes/searchStakes/index.d.ts +27 -0
  831. package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -0
  832. package/dist/staking/stakes/searchStakes/index.js +4 -0
  833. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +63 -0
  834. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -0
  835. package/dist/staking/stakes/searchStakes/v0/searchStakes.js +61 -0
  836. package/dist/staking-templates/index.d.ts +732 -0
  837. package/dist/staking-templates/index.d.ts.map +1 -0
  838. package/dist/staking-templates/index.js +18 -0
  839. package/dist/staking-templates/templates/common/amount.d.ts +13 -0
  840. package/dist/staking-templates/templates/common/amount.d.ts.map +1 -0
  841. package/dist/staking-templates/templates/common/amount.js +17 -0
  842. package/dist/staking-templates/templates/common/amountMult.d.ts +3 -0
  843. package/dist/staking-templates/templates/common/amountMult.d.ts.map +1 -0
  844. package/dist/staking-templates/templates/common/amountMult.js +23 -0
  845. package/dist/staking-templates/templates/common/erc20Input.d.ts +12 -0
  846. package/dist/staking-templates/templates/common/erc20Input.d.ts.map +1 -0
  847. package/dist/staking-templates/templates/common/erc20Input.js +16 -0
  848. package/dist/staking-templates/templates/common/erc20Reward.d.ts +12 -0
  849. package/dist/staking-templates/templates/common/erc20Reward.d.ts.map +1 -0
  850. package/dist/staking-templates/templates/common/erc20Reward.js +16 -0
  851. package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts +31 -0
  852. package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +1 -0
  853. package/dist/staking-templates/templates/common/getCreatePoolEvent.js +47 -0
  854. package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts +40 -0
  855. package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts.map +1 -0
  856. package/dist/staking-templates/templates/common/getPlatformDeployEvent.js +46 -0
  857. package/dist/staking-templates/templates/common/getReward.d.ts +58 -0
  858. package/dist/staking-templates/templates/common/getReward.d.ts.map +1 -0
  859. package/dist/staking-templates/templates/common/getReward.js +34 -0
  860. package/dist/staking-templates/templates/common/getStakeEvent.d.ts +31 -0
  861. package/dist/staking-templates/templates/common/getStakeEvent.d.ts.map +1 -0
  862. package/dist/staking-templates/templates/common/getStakeEvent.js +51 -0
  863. package/dist/staking-templates/templates/common/lock.d.ts +12 -0
  864. package/dist/staking-templates/templates/common/lock.d.ts.map +1 -0
  865. package/dist/staking-templates/templates/common/lock.js +20 -0
  866. package/dist/staking-templates/templates/common/lockMult.d.ts +3 -0
  867. package/dist/staking-templates/templates/common/lockMult.d.ts.map +1 -0
  868. package/dist/staking-templates/templates/common/lockMult.js +15 -0
  869. package/dist/staking-templates/templates/common/partialUnstake.d.ts +62 -0
  870. package/dist/staking-templates/templates/common/partialUnstake.d.ts.map +1 -0
  871. package/dist/staking-templates/templates/common/partialUnstake.js +39 -0
  872. package/dist/staking-templates/templates/common/rewardDistribution.d.ts +13 -0
  873. package/dist/staking-templates/templates/common/rewardDistribution.d.ts.map +1 -0
  874. package/dist/staking-templates/templates/common/rewardDistribution.js +19 -0
  875. package/dist/staking-templates/templates/common/templates.d.ts +61 -0
  876. package/dist/staking-templates/templates/common/templates.d.ts.map +1 -0
  877. package/dist/staking-templates/templates/common/templates.js +8 -0
  878. package/dist/staking-templates/templates/common/time.d.ts +2 -0
  879. package/dist/staking-templates/templates/common/time.d.ts.map +1 -0
  880. package/dist/staking-templates/templates/common/time.js +4 -0
  881. package/dist/staking-templates/templates/common/unstake.d.ts +58 -0
  882. package/dist/staking-templates/templates/common/unstake.d.ts.map +1 -0
  883. package/dist/staking-templates/templates/common/unstake.js +34 -0
  884. package/dist/staking-templates/templates/reputation/common.d.ts +23 -0
  885. package/dist/staking-templates/templates/reputation/common.d.ts.map +1 -0
  886. package/dist/staking-templates/templates/reputation/common.js +3 -0
  887. package/dist/staking-templates/templates/reputation/index.d.ts +233 -0
  888. package/dist/staking-templates/templates/reputation/index.d.ts.map +1 -0
  889. package/dist/staking-templates/templates/reputation/index.js +4 -0
  890. package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts +81 -0
  891. package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts.map +1 -0
  892. package/dist/staking-templates/templates/reputation/v0/createPlatform.js +56 -0
  893. package/dist/staking-templates/templates/reputation/v0/createPool.d.ts +113 -0
  894. package/dist/staking-templates/templates/reputation/v0/createPool.d.ts.map +1 -0
  895. package/dist/staking-templates/templates/reputation/v0/createPool.js +85 -0
  896. package/dist/staking-templates/templates/reputation/v0/index.d.ts +233 -0
  897. package/dist/staking-templates/templates/reputation/v0/index.d.ts.map +1 -0
  898. package/dist/staking-templates/templates/reputation/v0/index.js +25 -0
  899. package/dist/staking-templates/templates/reputation/v0/restake.d.ts +61 -0
  900. package/dist/staking-templates/templates/reputation/v0/restake.d.ts.map +1 -0
  901. package/dist/staking-templates/templates/reputation/v0/restake.js +40 -0
  902. package/dist/staking-templates/templates/reputation/v0/stake.d.ts +61 -0
  903. package/dist/staking-templates/templates/reputation/v0/stake.d.ts.map +1 -0
  904. package/dist/staking-templates/templates/reputation/v0/stake.js +45 -0
  905. package/dist/staking-templates/templates/reputationLock/common.d.ts +23 -0
  906. package/dist/staking-templates/templates/reputationLock/common.d.ts.map +1 -0
  907. package/dist/staking-templates/templates/reputationLock/common.js +3 -0
  908. package/dist/staking-templates/templates/reputationLock/index.d.ts +244 -0
  909. package/dist/staking-templates/templates/reputationLock/index.d.ts.map +1 -0
  910. package/dist/staking-templates/templates/reputationLock/index.js +4 -0
  911. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +81 -0
  912. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -0
  913. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.js +56 -0
  914. package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts +149 -0
  915. package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +1 -0
  916. package/dist/staking-templates/templates/reputationLock/v0/createPool.js +99 -0
  917. package/dist/staking-templates/templates/reputationLock/v0/index.d.ts +244 -0
  918. package/dist/staking-templates/templates/reputationLock/v0/index.d.ts.map +1 -0
  919. package/dist/staking-templates/templates/reputationLock/v0/index.js +25 -0
  920. package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts +65 -0
  921. package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts.map +1 -0
  922. package/dist/staking-templates/templates/reputationLock/v0/restake.js +44 -0
  923. package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts +65 -0
  924. package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts.map +1 -0
  925. package/dist/staking-templates/templates/reputationLock/v0/stake.js +46 -0
  926. package/dist/staking-templates/templates/rwa/common.d.ts +23 -0
  927. package/dist/staking-templates/templates/rwa/common.d.ts.map +1 -0
  928. package/dist/staking-templates/templates/rwa/common.js +3 -0
  929. package/dist/staking-templates/templates/rwa/index.d.ts +256 -0
  930. package/dist/staking-templates/templates/rwa/index.d.ts.map +1 -0
  931. package/dist/staking-templates/templates/rwa/index.js +4 -0
  932. package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts +81 -0
  933. package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts.map +1 -0
  934. package/dist/staking-templates/templates/rwa/v0/createPlatform.js +56 -0
  935. package/dist/staking-templates/templates/rwa/v0/createPool.d.ts +109 -0
  936. package/dist/staking-templates/templates/rwa/v0/createPool.d.ts.map +1 -0
  937. package/dist/staking-templates/templates/rwa/v0/createPool.js +79 -0
  938. package/dist/staking-templates/templates/rwa/v0/index.d.ts +256 -0
  939. package/dist/staking-templates/templates/rwa/v0/index.d.ts.map +1 -0
  940. package/dist/staking-templates/templates/rwa/v0/index.js +27 -0
  941. package/dist/staking-templates/templates/rwa/v0/notifyRewards.d.ts +61 -0
  942. package/dist/staking-templates/templates/rwa/v0/notifyRewards.d.ts.map +1 -0
  943. package/dist/staking-templates/templates/rwa/v0/notifyRewards.js +41 -0
  944. package/dist/staking-templates/templates/rwa/v0/restake.d.ts +61 -0
  945. package/dist/staking-templates/templates/rwa/v0/restake.d.ts.map +1 -0
  946. package/dist/staking-templates/templates/rwa/v0/restake.js +40 -0
  947. package/dist/staking-templates/templates/rwa/v0/stake.d.ts +61 -0
  948. package/dist/staking-templates/templates/rwa/v0/stake.d.ts.map +1 -0
  949. package/dist/staking-templates/templates/rwa/v0/stake.js +45 -0
  950. package/package.json +82 -0
@@ -0,0 +1,2985 @@
1
+ import { hc } from "hono/client";
2
+ export declare function createClient(...args: Parameters<typeof hc>): {
3
+ "*": import("hono/client").ClientRequest<{}>;
4
+ } & {
5
+ staking: {
6
+ platforms: {
7
+ get: {
8
+ v0: import("hono/client").ClientRequest<{
9
+ $get: {
10
+ input: {
11
+ query: {
12
+ address: `0x${string}`;
13
+ chainId: "11155111" | "31337";
14
+ };
15
+ };
16
+ output: {
17
+ chainId: "11155111" | "31337";
18
+ createdAt: string;
19
+ contractAddress: `0x${string}`;
20
+ adminAddress: `0x${string}`;
21
+ updatedAt: string;
22
+ transactionHash: `0x${string}`;
23
+ };
24
+ outputFormat: "json";
25
+ status: 200;
26
+ };
27
+ }>;
28
+ };
29
+ };
30
+ };
31
+ } & {
32
+ staking: {
33
+ platforms: {
34
+ search: {
35
+ v0: import("hono/client").ClientRequest<{
36
+ $post: {
37
+ input: {
38
+ json: {
39
+ filter: {
40
+ chainId?: "11155111" | "31337" | undefined;
41
+ owner?: `0x${string}` | undefined;
42
+ };
43
+ page: {
44
+ skip: number;
45
+ limit: number;
46
+ };
47
+ };
48
+ };
49
+ output: {
50
+ chainId: "11155111" | "31337";
51
+ createdAt: string;
52
+ contractAddress: `0x${string}`;
53
+ adminAddress: `0x${string}`;
54
+ updatedAt: string;
55
+ transactionHash: `0x${string}`;
56
+ }[];
57
+ outputFormat: "json";
58
+ status: 200;
59
+ };
60
+ }>;
61
+ };
62
+ };
63
+ };
64
+ } & {
65
+ staking: {
66
+ pools: {
67
+ searchPools: {
68
+ v0: import("hono/client").ClientRequest<{
69
+ $post: {
70
+ input: {
71
+ json: {
72
+ filter: {
73
+ chainId?: "11155111" | "31337" | undefined;
74
+ platform?: `0x${string}` | undefined;
75
+ };
76
+ page: {
77
+ skip: number;
78
+ limit: number;
79
+ };
80
+ };
81
+ };
82
+ output: never;
83
+ outputFormat: "json";
84
+ status: 200;
85
+ };
86
+ }>;
87
+ };
88
+ };
89
+ };
90
+ } & {
91
+ staking: {
92
+ pools: {
93
+ getPool: {
94
+ v0: import("hono/client").ClientRequest<{
95
+ $get: {
96
+ input: {
97
+ query: {
98
+ chainId: string | string[];
99
+ platform: string | string[];
100
+ poolId: string | string[];
101
+ };
102
+ };
103
+ output: never;
104
+ outputFormat: "json";
105
+ status: 200;
106
+ };
107
+ }>;
108
+ };
109
+ };
110
+ };
111
+ } & {
112
+ staking: {
113
+ stakes: {
114
+ searchStakes: {
115
+ v0: import("hono/client").ClientRequest<{
116
+ $post: {
117
+ input: {
118
+ json: {
119
+ filter: {
120
+ chainId?: "11155111" | "31337" | undefined;
121
+ platform?: `0x${string}` | undefined;
122
+ poolId?: string | number | bigint | undefined;
123
+ owner?: `0x${string}` | undefined;
124
+ };
125
+ page: {
126
+ skip: number;
127
+ limit: number;
128
+ };
129
+ };
130
+ };
131
+ output: never;
132
+ outputFormat: "json";
133
+ status: 200;
134
+ };
135
+ }>;
136
+ };
137
+ };
138
+ };
139
+ } & {
140
+ staking: {
141
+ stakes: {
142
+ searchStakeEvents: {
143
+ v0: import("hono/client").ClientRequest<{
144
+ $post: {
145
+ input: {
146
+ json: {
147
+ filter: {
148
+ chainId?: "11155111" | "31337" | undefined;
149
+ platform?: `0x${string}` | undefined;
150
+ poolId?: string | number | bigint | undefined;
151
+ owner?: `0x${string}` | undefined;
152
+ };
153
+ page: {
154
+ skip: number;
155
+ limit: number;
156
+ };
157
+ };
158
+ };
159
+ output: never;
160
+ outputFormat: "json";
161
+ status: 200;
162
+ };
163
+ }>;
164
+ };
165
+ };
166
+ };
167
+ } & {
168
+ staking: {
169
+ stakes: {
170
+ getStake: {
171
+ v0: import("hono/client").ClientRequest<{
172
+ $get: {
173
+ input: {
174
+ query: {
175
+ chainId: string | string[];
176
+ platform: string | string[];
177
+ stakeId: string | string[];
178
+ };
179
+ };
180
+ output: never;
181
+ outputFormat: "json";
182
+ status: 200;
183
+ };
184
+ }>;
185
+ };
186
+ };
187
+ };
188
+ } & {
189
+ staking: {
190
+ roles: {
191
+ getRoles: {
192
+ v0: import("hono/client").ClientRequest<{
193
+ $get: {
194
+ input: {};
195
+ output: ({
196
+ name: string;
197
+ value: `0x${string}`;
198
+ } | {
199
+ name: string;
200
+ value: `0x${string}`;
201
+ } | {
202
+ name: string;
203
+ value: `0x${string}`;
204
+ } | {
205
+ name: string;
206
+ value: `0x${string}`;
207
+ })[];
208
+ outputFormat: "json";
209
+ status: 200;
210
+ };
211
+ }>;
212
+ };
213
+ };
214
+ };
215
+ } & {
216
+ staking: {
217
+ roles: {
218
+ grantRole: {
219
+ v0: import("hono/client").ClientRequest<{
220
+ $post: {
221
+ input: {
222
+ json: {
223
+ platform: `0x${string}`;
224
+ addresses: `0x${string}`[];
225
+ role: `0x${string}` | import("@evergonlabs/tmi-protocol-staking-sdk").StakingRole;
226
+ };
227
+ };
228
+ output: {
229
+ data: `0x${string}`;
230
+ to: `0x${string}`;
231
+ details: {
232
+ functionName: string;
233
+ address: `0x${string}`;
234
+ abi: any[];
235
+ args: any[];
236
+ };
237
+ };
238
+ outputFormat: "json";
239
+ status: 200;
240
+ };
241
+ }>;
242
+ };
243
+ };
244
+ };
245
+ } & {
246
+ staking: {
247
+ roles: {
248
+ searchRoles: {
249
+ v0: import("hono/client").ClientRequest<{
250
+ $post: {
251
+ input: {
252
+ json: {
253
+ filter: {
254
+ chainId?: "11155111" | "31337" | undefined;
255
+ platform?: `0x${string}` | undefined;
256
+ poolId?: string | number | bigint | undefined;
257
+ owner?: `0x${string}` | undefined;
258
+ };
259
+ page: {
260
+ skip: number;
261
+ limit: number;
262
+ };
263
+ };
264
+ };
265
+ output: never;
266
+ outputFormat: "json";
267
+ status: 200;
268
+ };
269
+ }>;
270
+ };
271
+ };
272
+ };
273
+ } & {
274
+ staking: {
275
+ roles: {
276
+ searchRoleEvents: {
277
+ v0: import("hono/client").ClientRequest<{
278
+ $post: {
279
+ input: {
280
+ json: {
281
+ filter: {
282
+ chainId?: "11155111" | "31337" | undefined;
283
+ platform?: `0x${string}` | undefined;
284
+ poolId?: string | number | bigint | undefined;
285
+ owner?: `0x${string}` | undefined;
286
+ };
287
+ page: {
288
+ skip: number;
289
+ limit: number;
290
+ };
291
+ };
292
+ };
293
+ output: never;
294
+ outputFormat: "json";
295
+ status: 200;
296
+ };
297
+ }>;
298
+ };
299
+ };
300
+ };
301
+ } & {
302
+ stakingTemplates: {
303
+ reputation: {
304
+ v0: {
305
+ getPlatformDeployEvent: import("hono/client").ClientRequest<{
306
+ $get: {
307
+ input: {
308
+ query: {
309
+ chainId: string | string[];
310
+ hash: string | string[];
311
+ };
312
+ };
313
+ output: {
314
+ diamondAddress: `0x${string}`;
315
+ admin: `0x${string}`;
316
+ };
317
+ outputFormat: "json";
318
+ status: 200;
319
+ };
320
+ }>;
321
+ };
322
+ };
323
+ };
324
+ } & {
325
+ stakingTemplates: {
326
+ reputation: {
327
+ v0: {
328
+ getStakeEvent: import("hono/client").ClientRequest<{
329
+ $get: {
330
+ input: {
331
+ query: {
332
+ chainId: string | string[];
333
+ hash: string | string[];
334
+ };
335
+ };
336
+ output: never;
337
+ outputFormat: "json";
338
+ status: 200;
339
+ };
340
+ }>;
341
+ };
342
+ };
343
+ };
344
+ } & {
345
+ stakingTemplates: {
346
+ reputation: {
347
+ v0: {
348
+ getCreatePoolEvent: import("hono/client").ClientRequest<{
349
+ $get: {
350
+ input: {
351
+ query: {
352
+ chainId: string | string[];
353
+ hash: string | string[];
354
+ };
355
+ };
356
+ output: never;
357
+ outputFormat: "json";
358
+ status: 200;
359
+ };
360
+ }>;
361
+ };
362
+ };
363
+ };
364
+ } & {
365
+ stakingTemplates: {
366
+ reputation: {
367
+ v0: {
368
+ getReward: import("hono/client").ClientRequest<{
369
+ $post: {
370
+ input: {
371
+ json: {
372
+ platform: `0x${string}`;
373
+ stakeId: string | number | bigint;
374
+ };
375
+ };
376
+ output: {
377
+ data: `0x${string}`;
378
+ to: `0x${string}`;
379
+ details: {
380
+ functionName: string;
381
+ address: `0x${string}`;
382
+ abi: any[];
383
+ args: any[];
384
+ };
385
+ };
386
+ outputFormat: "json";
387
+ status: 200;
388
+ };
389
+ }>;
390
+ };
391
+ };
392
+ };
393
+ } & {
394
+ stakingTemplates: {
395
+ reputation: {
396
+ v0: {
397
+ partialUnstake: import("hono/client").ClientRequest<{
398
+ $post: {
399
+ input: {
400
+ json: {
401
+ platform: `0x${string}`;
402
+ stakeId: string | number | bigint;
403
+ amount: string | number | bigint;
404
+ };
405
+ };
406
+ output: {
407
+ data: `0x${string}`;
408
+ to: `0x${string}`;
409
+ details: {
410
+ functionName: string;
411
+ address: `0x${string}`;
412
+ abi: any[];
413
+ args: any[];
414
+ };
415
+ };
416
+ outputFormat: "json";
417
+ status: 200;
418
+ };
419
+ }>;
420
+ };
421
+ };
422
+ };
423
+ } & {
424
+ stakingTemplates: {
425
+ reputation: {
426
+ v0: {
427
+ restake: import("hono/client").ClientRequest<{
428
+ $post: {
429
+ input: {
430
+ json: {
431
+ platform: `0x${string}`;
432
+ poolId: string | number | bigint;
433
+ amount: string | number | bigint;
434
+ };
435
+ };
436
+ output: {
437
+ data: `0x${string}`;
438
+ to: `0x${string}`;
439
+ details: {
440
+ functionName: string;
441
+ address: `0x${string}`;
442
+ abi: any[];
443
+ args: any[];
444
+ };
445
+ };
446
+ outputFormat: "json";
447
+ status: 200;
448
+ };
449
+ }>;
450
+ };
451
+ };
452
+ };
453
+ } & {
454
+ stakingTemplates: {
455
+ reputation: {
456
+ v0: {
457
+ stake: import("hono/client").ClientRequest<{
458
+ $post: {
459
+ input: {
460
+ json: {
461
+ platform: `0x${string}`;
462
+ poolId: string | number | bigint;
463
+ amount: string | number | bigint;
464
+ };
465
+ };
466
+ output: {
467
+ data: `0x${string}`;
468
+ to: `0x${string}`;
469
+ details: {
470
+ functionName: string;
471
+ address: `0x${string}`;
472
+ abi: any[];
473
+ args: any[];
474
+ };
475
+ };
476
+ outputFormat: "json";
477
+ status: 200;
478
+ };
479
+ }>;
480
+ };
481
+ };
482
+ };
483
+ } & {
484
+ stakingTemplates: {
485
+ reputation: {
486
+ v0: {
487
+ unstake: import("hono/client").ClientRequest<{
488
+ $post: {
489
+ input: {
490
+ json: {
491
+ platform: `0x${string}`;
492
+ stakeId: string | number | bigint;
493
+ };
494
+ };
495
+ output: {
496
+ data: `0x${string}`;
497
+ to: `0x${string}`;
498
+ details: {
499
+ functionName: string;
500
+ address: `0x${string}`;
501
+ abi: any[];
502
+ args: any[];
503
+ };
504
+ };
505
+ outputFormat: "json";
506
+ status: 200;
507
+ };
508
+ }>;
509
+ };
510
+ };
511
+ };
512
+ } & {
513
+ stakingTemplates: {
514
+ reputation: {
515
+ v0: {
516
+ createPool: import("hono/client").ClientRequest<{
517
+ $post: {
518
+ input: {
519
+ json: {
520
+ platform: `0x${string}`;
521
+ startDate: string;
522
+ amount: {
523
+ minAmount: string | number | bigint;
524
+ maxAmount: string | number | bigint;
525
+ };
526
+ amountMult: [string | number | bigint, string | number | bigint][];
527
+ stakingErc20: {
528
+ contract: `0x${string}`;
529
+ amountOfTokensPerPacket: string;
530
+ };
531
+ rewardErc20: {
532
+ contract: `0x${string}`;
533
+ amountOfTokensPerPacket: string | number | bigint;
534
+ };
535
+ rate: string | number | bigint;
536
+ };
537
+ };
538
+ output: {
539
+ data: `0x${string}`;
540
+ to: `0x${string}`;
541
+ details: {
542
+ functionName: string;
543
+ address: `0x${string}`;
544
+ abi: any[];
545
+ args: any[];
546
+ };
547
+ };
548
+ outputFormat: "json";
549
+ status: 200;
550
+ };
551
+ }>;
552
+ };
553
+ };
554
+ };
555
+ } & {
556
+ stakingTemplates: {
557
+ reputation: {
558
+ v0: {
559
+ createPlatform: import("hono/client").ClientRequest<{
560
+ $post: {
561
+ input: {
562
+ json: {
563
+ chainId: "11155111" | "31337";
564
+ adminAddress: `0x${string}`;
565
+ erc721: {
566
+ symbol: string;
567
+ name: string;
568
+ baseUri: string;
569
+ };
570
+ isSoulbound: boolean;
571
+ };
572
+ };
573
+ output: {
574
+ data: `0x${string}`;
575
+ to: `0x${string}`;
576
+ details: {
577
+ functionName: string;
578
+ address: `0x${string}`;
579
+ abi: any[];
580
+ args: any[];
581
+ };
582
+ };
583
+ outputFormat: "json";
584
+ status: 200;
585
+ };
586
+ }>;
587
+ };
588
+ };
589
+ };
590
+ } & {
591
+ stakingTemplates: {
592
+ reputationLock: {
593
+ v0: {
594
+ getPlatformDeployEvent: import("hono/client").ClientRequest<{
595
+ $get: {
596
+ input: {
597
+ query: {
598
+ chainId: string | string[];
599
+ hash: string | string[];
600
+ };
601
+ };
602
+ output: {
603
+ diamondAddress: `0x${string}`;
604
+ admin: `0x${string}`;
605
+ };
606
+ outputFormat: "json";
607
+ status: 200;
608
+ };
609
+ }>;
610
+ };
611
+ };
612
+ };
613
+ } & {
614
+ stakingTemplates: {
615
+ reputationLock: {
616
+ v0: {
617
+ getStakeEvent: import("hono/client").ClientRequest<{
618
+ $get: {
619
+ input: {
620
+ query: {
621
+ chainId: string | string[];
622
+ hash: string | string[];
623
+ };
624
+ };
625
+ output: never;
626
+ outputFormat: "json";
627
+ status: 200;
628
+ };
629
+ }>;
630
+ };
631
+ };
632
+ };
633
+ } & {
634
+ stakingTemplates: {
635
+ reputationLock: {
636
+ v0: {
637
+ getCreatePoolEvent: import("hono/client").ClientRequest<{
638
+ $get: {
639
+ input: {
640
+ query: {
641
+ chainId: string | string[];
642
+ hash: string | string[];
643
+ };
644
+ };
645
+ output: never;
646
+ outputFormat: "json";
647
+ status: 200;
648
+ };
649
+ }>;
650
+ };
651
+ };
652
+ };
653
+ } & {
654
+ stakingTemplates: {
655
+ reputationLock: {
656
+ v0: {
657
+ getReward: import("hono/client").ClientRequest<{
658
+ $post: {
659
+ input: {
660
+ json: {
661
+ platform: `0x${string}`;
662
+ stakeId: string | number | bigint;
663
+ };
664
+ };
665
+ output: {
666
+ data: `0x${string}`;
667
+ to: `0x${string}`;
668
+ details: {
669
+ functionName: string;
670
+ address: `0x${string}`;
671
+ abi: any[];
672
+ args: any[];
673
+ };
674
+ };
675
+ outputFormat: "json";
676
+ status: 200;
677
+ };
678
+ }>;
679
+ };
680
+ };
681
+ };
682
+ } & {
683
+ stakingTemplates: {
684
+ reputationLock: {
685
+ v0: {
686
+ partialUnstake: import("hono/client").ClientRequest<{
687
+ $post: {
688
+ input: {
689
+ json: {
690
+ platform: `0x${string}`;
691
+ stakeId: string | number | bigint;
692
+ amount: string | number | bigint;
693
+ };
694
+ };
695
+ output: {
696
+ data: `0x${string}`;
697
+ to: `0x${string}`;
698
+ details: {
699
+ functionName: string;
700
+ address: `0x${string}`;
701
+ abi: any[];
702
+ args: any[];
703
+ };
704
+ };
705
+ outputFormat: "json";
706
+ status: 200;
707
+ };
708
+ }>;
709
+ };
710
+ };
711
+ };
712
+ } & {
713
+ stakingTemplates: {
714
+ reputationLock: {
715
+ v0: {
716
+ restake: import("hono/client").ClientRequest<{
717
+ $post: {
718
+ input: {
719
+ json: {
720
+ platform: `0x${string}`;
721
+ poolId: string | number | bigint;
722
+ amount: string | number | bigint;
723
+ lockPeriod: string | number | bigint;
724
+ };
725
+ };
726
+ output: {
727
+ data: `0x${string}`;
728
+ to: `0x${string}`;
729
+ details: {
730
+ functionName: string;
731
+ address: `0x${string}`;
732
+ abi: any[];
733
+ args: any[];
734
+ };
735
+ };
736
+ outputFormat: "json";
737
+ status: 200;
738
+ };
739
+ }>;
740
+ };
741
+ };
742
+ };
743
+ } & {
744
+ stakingTemplates: {
745
+ reputationLock: {
746
+ v0: {
747
+ stake: import("hono/client").ClientRequest<{
748
+ $post: {
749
+ input: {
750
+ json: {
751
+ platform: `0x${string}`;
752
+ poolId: string | number | bigint;
753
+ amount: string | number | bigint;
754
+ lockPeriod: string | number | bigint;
755
+ };
756
+ };
757
+ output: {
758
+ data: `0x${string}`;
759
+ to: `0x${string}`;
760
+ details: {
761
+ functionName: string;
762
+ address: `0x${string}`;
763
+ abi: any[];
764
+ args: any[];
765
+ };
766
+ };
767
+ outputFormat: "json";
768
+ status: 200;
769
+ };
770
+ }>;
771
+ };
772
+ };
773
+ };
774
+ } & {
775
+ stakingTemplates: {
776
+ reputationLock: {
777
+ v0: {
778
+ unstake: import("hono/client").ClientRequest<{
779
+ $post: {
780
+ input: {
781
+ json: {
782
+ platform: `0x${string}`;
783
+ stakeId: string | number | bigint;
784
+ };
785
+ };
786
+ output: {
787
+ data: `0x${string}`;
788
+ to: `0x${string}`;
789
+ details: {
790
+ functionName: string;
791
+ address: `0x${string}`;
792
+ abi: any[];
793
+ args: any[];
794
+ };
795
+ };
796
+ outputFormat: "json";
797
+ status: 200;
798
+ };
799
+ }>;
800
+ };
801
+ };
802
+ };
803
+ } & {
804
+ stakingTemplates: {
805
+ reputationLock: {
806
+ v0: {
807
+ createPool: import("hono/client").ClientRequest<{
808
+ $post: {
809
+ input: {
810
+ json: {
811
+ platform: `0x${string}`;
812
+ startDate: string;
813
+ amount: {
814
+ minAmount: string | number | bigint;
815
+ maxAmount: string | number | bigint;
816
+ };
817
+ distribution: {
818
+ duration: string | number | bigint;
819
+ distributor: `0x${string}`;
820
+ };
821
+ amountMult: [string | number | bigint, string | number | bigint][];
822
+ stakingErc20: {
823
+ contract: `0x${string}`;
824
+ amountOfTokensPerPacket: string;
825
+ };
826
+ rewardErc20: {
827
+ contract: `0x${string}`;
828
+ amountOfTokensPerPacket: string | number | bigint;
829
+ };
830
+ rate: string | number | bigint;
831
+ lock: {
832
+ minAcceptedLockPeriod: string | number | bigint;
833
+ maxAcceptedLockPeriod: string | number | bigint;
834
+ };
835
+ lockMult: [string | number | bigint, string | number | bigint][];
836
+ };
837
+ };
838
+ output: {
839
+ data: `0x${string}`;
840
+ to: `0x${string}`;
841
+ details: {
842
+ functionName: string;
843
+ address: `0x${string}`;
844
+ abi: any[];
845
+ args: any[];
846
+ };
847
+ };
848
+ outputFormat: "json";
849
+ status: 200;
850
+ };
851
+ }>;
852
+ };
853
+ };
854
+ };
855
+ } & {
856
+ stakingTemplates: {
857
+ reputationLock: {
858
+ v0: {
859
+ createPlatform: import("hono/client").ClientRequest<{
860
+ $post: {
861
+ input: {
862
+ json: {
863
+ chainId: "11155111" | "31337";
864
+ adminAddress: `0x${string}`;
865
+ erc721: {
866
+ symbol: string;
867
+ name: string;
868
+ baseUri: string;
869
+ };
870
+ isSoulbound: boolean;
871
+ };
872
+ };
873
+ output: {
874
+ data: `0x${string}`;
875
+ to: `0x${string}`;
876
+ details: {
877
+ functionName: string;
878
+ address: `0x${string}`;
879
+ abi: any[];
880
+ args: any[];
881
+ };
882
+ };
883
+ outputFormat: "json";
884
+ status: 200;
885
+ };
886
+ }>;
887
+ };
888
+ };
889
+ };
890
+ } & {
891
+ stakingTemplates: {
892
+ rwa: {
893
+ v0: {
894
+ getPlatformDeployEvent: import("hono/client").ClientRequest<{
895
+ $get: {
896
+ input: {
897
+ query: {
898
+ chainId: string | string[];
899
+ hash: string | string[];
900
+ };
901
+ };
902
+ output: {
903
+ diamondAddress: `0x${string}`;
904
+ admin: `0x${string}`;
905
+ };
906
+ outputFormat: "json";
907
+ status: 200;
908
+ };
909
+ }>;
910
+ };
911
+ };
912
+ };
913
+ } & {
914
+ stakingTemplates: {
915
+ rwa: {
916
+ v0: {
917
+ getStakeEvent: import("hono/client").ClientRequest<{
918
+ $get: {
919
+ input: {
920
+ query: {
921
+ chainId: string | string[];
922
+ hash: string | string[];
923
+ };
924
+ };
925
+ output: never;
926
+ outputFormat: "json";
927
+ status: 200;
928
+ };
929
+ }>;
930
+ };
931
+ };
932
+ };
933
+ } & {
934
+ stakingTemplates: {
935
+ rwa: {
936
+ v0: {
937
+ getCreatePoolEvent: import("hono/client").ClientRequest<{
938
+ $get: {
939
+ input: {
940
+ query: {
941
+ chainId: string | string[];
942
+ hash: string | string[];
943
+ };
944
+ };
945
+ output: never;
946
+ outputFormat: "json";
947
+ status: 200;
948
+ };
949
+ }>;
950
+ };
951
+ };
952
+ };
953
+ } & {
954
+ stakingTemplates: {
955
+ rwa: {
956
+ v0: {
957
+ getReward: import("hono/client").ClientRequest<{
958
+ $post: {
959
+ input: {
960
+ json: {
961
+ platform: `0x${string}`;
962
+ stakeId: string | number | bigint;
963
+ };
964
+ };
965
+ output: {
966
+ data: `0x${string}`;
967
+ to: `0x${string}`;
968
+ details: {
969
+ functionName: string;
970
+ address: `0x${string}`;
971
+ abi: any[];
972
+ args: any[];
973
+ };
974
+ };
975
+ outputFormat: "json";
976
+ status: 200;
977
+ };
978
+ }>;
979
+ };
980
+ };
981
+ };
982
+ } & {
983
+ stakingTemplates: {
984
+ rwa: {
985
+ v0: {
986
+ partialUnstake: import("hono/client").ClientRequest<{
987
+ $post: {
988
+ input: {
989
+ json: {
990
+ platform: `0x${string}`;
991
+ stakeId: string | number | bigint;
992
+ amount: string | number | bigint;
993
+ };
994
+ };
995
+ output: {
996
+ data: `0x${string}`;
997
+ to: `0x${string}`;
998
+ details: {
999
+ functionName: string;
1000
+ address: `0x${string}`;
1001
+ abi: any[];
1002
+ args: any[];
1003
+ };
1004
+ };
1005
+ outputFormat: "json";
1006
+ status: 200;
1007
+ };
1008
+ }>;
1009
+ };
1010
+ };
1011
+ };
1012
+ } & {
1013
+ stakingTemplates: {
1014
+ rwa: {
1015
+ v0: {
1016
+ restake: import("hono/client").ClientRequest<{
1017
+ $post: {
1018
+ input: {
1019
+ json: {
1020
+ platform: `0x${string}`;
1021
+ poolId: string | number | bigint;
1022
+ amount: string | number | bigint;
1023
+ };
1024
+ };
1025
+ output: {
1026
+ data: `0x${string}`;
1027
+ to: `0x${string}`;
1028
+ details: {
1029
+ functionName: string;
1030
+ address: `0x${string}`;
1031
+ abi: any[];
1032
+ args: any[];
1033
+ };
1034
+ };
1035
+ outputFormat: "json";
1036
+ status: 200;
1037
+ };
1038
+ }>;
1039
+ };
1040
+ };
1041
+ };
1042
+ } & {
1043
+ stakingTemplates: {
1044
+ rwa: {
1045
+ v0: {
1046
+ stake: import("hono/client").ClientRequest<{
1047
+ $post: {
1048
+ input: {
1049
+ json: {
1050
+ platform: `0x${string}`;
1051
+ poolId: string | number | bigint;
1052
+ amount: string | number | bigint;
1053
+ };
1054
+ };
1055
+ output: {
1056
+ data: `0x${string}`;
1057
+ to: `0x${string}`;
1058
+ details: {
1059
+ functionName: string;
1060
+ address: `0x${string}`;
1061
+ abi: any[];
1062
+ args: any[];
1063
+ };
1064
+ };
1065
+ outputFormat: "json";
1066
+ status: 200;
1067
+ };
1068
+ }>;
1069
+ };
1070
+ };
1071
+ };
1072
+ } & {
1073
+ stakingTemplates: {
1074
+ rwa: {
1075
+ v0: {
1076
+ unstake: import("hono/client").ClientRequest<{
1077
+ $post: {
1078
+ input: {
1079
+ json: {
1080
+ platform: `0x${string}`;
1081
+ stakeId: string | number | bigint;
1082
+ };
1083
+ };
1084
+ output: {
1085
+ data: `0x${string}`;
1086
+ to: `0x${string}`;
1087
+ details: {
1088
+ functionName: string;
1089
+ address: `0x${string}`;
1090
+ abi: any[];
1091
+ args: any[];
1092
+ };
1093
+ };
1094
+ outputFormat: "json";
1095
+ status: 200;
1096
+ };
1097
+ }>;
1098
+ };
1099
+ };
1100
+ };
1101
+ } & {
1102
+ stakingTemplates: {
1103
+ rwa: {
1104
+ v0: {
1105
+ createPool: import("hono/client").ClientRequest<{
1106
+ $post: {
1107
+ input: {
1108
+ json: {
1109
+ platform: `0x${string}`;
1110
+ startDate: string;
1111
+ hardcapAmount: string | number | bigint;
1112
+ distribution: {
1113
+ duration: string | number | bigint;
1114
+ distributor: `0x${string}`;
1115
+ };
1116
+ erc20Input: {
1117
+ contract: `0x${string}`;
1118
+ amountOfTokensPerPacket: string;
1119
+ };
1120
+ erc20Reward: {
1121
+ contract: `0x${string}`;
1122
+ amountOfTokensPerPacket: string | number | bigint;
1123
+ };
1124
+ };
1125
+ };
1126
+ output: {
1127
+ data: `0x${string}`;
1128
+ to: `0x${string}`;
1129
+ details: {
1130
+ functionName: string;
1131
+ address: `0x${string}`;
1132
+ abi: any[];
1133
+ args: any[];
1134
+ };
1135
+ };
1136
+ outputFormat: "json";
1137
+ status: 200;
1138
+ };
1139
+ }>;
1140
+ };
1141
+ };
1142
+ };
1143
+ } & {
1144
+ stakingTemplates: {
1145
+ rwa: {
1146
+ v0: {
1147
+ createPlatform: import("hono/client").ClientRequest<{
1148
+ $post: {
1149
+ input: {
1150
+ json: {
1151
+ chainId: "11155111" | "31337";
1152
+ adminAddress: `0x${string}`;
1153
+ erc721: {
1154
+ symbol: string;
1155
+ name: string;
1156
+ baseUri: string;
1157
+ };
1158
+ isSoulbound: boolean;
1159
+ };
1160
+ };
1161
+ output: {
1162
+ data: `0x${string}`;
1163
+ to: `0x${string}`;
1164
+ details: {
1165
+ functionName: string;
1166
+ address: `0x${string}`;
1167
+ abi: any[];
1168
+ args: any[];
1169
+ };
1170
+ };
1171
+ outputFormat: "json";
1172
+ status: 200;
1173
+ };
1174
+ }>;
1175
+ };
1176
+ };
1177
+ };
1178
+ } & {
1179
+ stakingTemplates: {
1180
+ rwa: {
1181
+ v0: {
1182
+ notifyRewards: import("hono/client").ClientRequest<{
1183
+ $post: {
1184
+ input: {
1185
+ json: {
1186
+ platform: `0x${string}`;
1187
+ poolId: string | number | bigint;
1188
+ amount: string | number | bigint;
1189
+ };
1190
+ };
1191
+ output: {
1192
+ data: `0x${string}`;
1193
+ to: `0x${string}`;
1194
+ details: {
1195
+ functionName: string;
1196
+ address: `0x${string}`;
1197
+ abi: any[];
1198
+ args: any[];
1199
+ };
1200
+ };
1201
+ outputFormat: "json";
1202
+ status: 200;
1203
+ };
1204
+ }>;
1205
+ };
1206
+ };
1207
+ };
1208
+ } & {
1209
+ v0: {
1210
+ fractions: {
1211
+ markets: {
1212
+ deployEvent: import("hono/client").ClientRequest<{
1213
+ $get: {
1214
+ input: {
1215
+ query: {
1216
+ chainId: string | string[];
1217
+ hash: string | string[];
1218
+ };
1219
+ };
1220
+ output: {
1221
+ diamondAddress: `0x${string}`;
1222
+ admin: `0x${string}`;
1223
+ wrapperAddress: `0x${string}` | null;
1224
+ };
1225
+ outputFormat: "json";
1226
+ status: 200;
1227
+ };
1228
+ }>;
1229
+ };
1230
+ };
1231
+ };
1232
+ } & {
1233
+ v0: {
1234
+ fractions: {
1235
+ markets: {
1236
+ deployEvent: import("hono/client").ClientRequest<{
1237
+ $get: {
1238
+ input: {
1239
+ query: {
1240
+ chainId: string | string[];
1241
+ hash: string | string[];
1242
+ };
1243
+ };
1244
+ output: {
1245
+ diamondAddress: `0x${string}`;
1246
+ admin: `0x${string}`;
1247
+ wrapperAddress: `0x${string}` | null;
1248
+ };
1249
+ outputFormat: "json";
1250
+ status: 200;
1251
+ };
1252
+ }>;
1253
+ };
1254
+ };
1255
+ };
1256
+ } & {
1257
+ v0: {
1258
+ fractions: {
1259
+ markets: {
1260
+ get: import("hono/client").ClientRequest<{
1261
+ $get: {
1262
+ input: {
1263
+ query: {
1264
+ address: string | string[];
1265
+ chainId: string | string[];
1266
+ };
1267
+ };
1268
+ output: {
1269
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1270
+ createdAt: string;
1271
+ contractAddress: `0x${string}`;
1272
+ adminAddress: `0x${string}`;
1273
+ updatedAt: string;
1274
+ template: "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid";
1275
+ wrapperAddress: `0x${string}` | null;
1276
+ transactionHash: `0x${string}`;
1277
+ feesBps: number | null;
1278
+ burnAsset: {
1279
+ symbol: string;
1280
+ type: string;
1281
+ name: string;
1282
+ address: `0x${string}`;
1283
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1284
+ tokenId: string | null;
1285
+ decimals: number;
1286
+ burnable: boolean;
1287
+ } | null;
1288
+ };
1289
+ outputFormat: "json";
1290
+ status: 200;
1291
+ } | {
1292
+ input: {
1293
+ query: {
1294
+ address: string | string[];
1295
+ chainId: string | string[];
1296
+ };
1297
+ };
1298
+ output: {
1299
+ error: string;
1300
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1301
+ market: `0x${string}`;
1302
+ };
1303
+ outputFormat: "json";
1304
+ status: 404;
1305
+ };
1306
+ }>;
1307
+ };
1308
+ };
1309
+ };
1310
+ } & {
1311
+ v0: {
1312
+ fractions: {
1313
+ markets: {
1314
+ deployEvent: import("hono/client").ClientRequest<{
1315
+ $get: {
1316
+ input: {
1317
+ query: {
1318
+ chainId: string | string[];
1319
+ hash: string | string[];
1320
+ };
1321
+ };
1322
+ output: {
1323
+ diamondAddress: `0x${string}`;
1324
+ admin: `0x${string}`;
1325
+ wrapperAddress: `0x${string}` | null;
1326
+ };
1327
+ outputFormat: "json";
1328
+ status: 200;
1329
+ };
1330
+ }>;
1331
+ };
1332
+ };
1333
+ };
1334
+ } & {
1335
+ v0: {
1336
+ fractions: {
1337
+ markets: {
1338
+ search: import("hono/client").ClientRequest<{
1339
+ $post: {
1340
+ input: {
1341
+ json: {
1342
+ filter: {
1343
+ chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
1344
+ owner?: `0x${string}` | undefined;
1345
+ };
1346
+ page: {
1347
+ skip: number;
1348
+ limit: number;
1349
+ };
1350
+ };
1351
+ };
1352
+ output: {
1353
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1354
+ createdAt: string;
1355
+ contractAddress: `0x${string}`;
1356
+ adminAddress: `0x${string}`;
1357
+ updatedAt: string;
1358
+ template: "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid";
1359
+ wrapperAddress: `0x${string}` | null;
1360
+ transactionHash: `0x${string}`;
1361
+ feesBps: number | null;
1362
+ burnAsset: {
1363
+ symbol: string;
1364
+ type: string;
1365
+ name: string;
1366
+ address: `0x${string}`;
1367
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1368
+ tokenId: string | null;
1369
+ decimals: number;
1370
+ burnable: boolean;
1371
+ } | null;
1372
+ }[];
1373
+ outputFormat: "json";
1374
+ status: 200;
1375
+ };
1376
+ }>;
1377
+ };
1378
+ };
1379
+ };
1380
+ } & {
1381
+ v0: {
1382
+ fractions: {
1383
+ platforms: {
1384
+ deploy: import("hono/client").ClientRequest<{
1385
+ $post: {
1386
+ input: {
1387
+ json: {
1388
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1389
+ adminAddress: `0x${string}`;
1390
+ discount?: {
1391
+ burnForDiscount: {
1392
+ burnableTokenAddress: `0x${string}`;
1393
+ };
1394
+ } | undefined;
1395
+ cap?: {
1396
+ maxHardCap: bigint;
1397
+ } | undefined;
1398
+ };
1399
+ };
1400
+ output: {
1401
+ data: `0x${string}`;
1402
+ to: `0x${string}`;
1403
+ details: {
1404
+ functionName: string;
1405
+ address: `0x${string}`;
1406
+ abi: any[];
1407
+ args: any[];
1408
+ };
1409
+ };
1410
+ outputFormat: "json";
1411
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1412
+ };
1413
+ }>;
1414
+ };
1415
+ };
1416
+ };
1417
+ } & {
1418
+ v0: {
1419
+ fractions: {
1420
+ platforms: {
1421
+ deployNid: import("hono/client").ClientRequest<{
1422
+ $post: {
1423
+ input: {
1424
+ json: {
1425
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1426
+ adminAddress: `0x${string}`;
1427
+ discount?: {
1428
+ burnForDiscount: {
1429
+ burnableTokenAddress: `0x${string}`;
1430
+ };
1431
+ } | undefined;
1432
+ cap?: {
1433
+ maxHardCap: bigint;
1434
+ } | undefined;
1435
+ };
1436
+ };
1437
+ output: {
1438
+ data: `0x${string}`;
1439
+ to: `0x${string}`;
1440
+ details: {
1441
+ functionName: string;
1442
+ address: `0x${string}`;
1443
+ abi: any[];
1444
+ args: any[];
1445
+ };
1446
+ };
1447
+ outputFormat: "json";
1448
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1449
+ };
1450
+ }>;
1451
+ };
1452
+ };
1453
+ };
1454
+ } & {
1455
+ v0: {
1456
+ fractions: {
1457
+ platforms: {
1458
+ deployContinuousWithdraw: import("hono/client").ClientRequest<{
1459
+ $post: {
1460
+ input: {
1461
+ json: {
1462
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1463
+ adminAddress: `0x${string}`;
1464
+ discount?: {
1465
+ burnForDiscount: {
1466
+ burnableTokenAddress: `0x${string}`;
1467
+ };
1468
+ } | undefined;
1469
+ cap?: {
1470
+ maxHardCap: bigint;
1471
+ } | undefined;
1472
+ };
1473
+ };
1474
+ output: {
1475
+ data: `0x${string}`;
1476
+ to: `0x${string}`;
1477
+ details: {
1478
+ functionName: string;
1479
+ address: `0x${string}`;
1480
+ abi: any[];
1481
+ args: any[];
1482
+ };
1483
+ };
1484
+ outputFormat: "json";
1485
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1486
+ };
1487
+ }>;
1488
+ };
1489
+ };
1490
+ };
1491
+ } & {
1492
+ v0: {
1493
+ fractions: {
1494
+ platforms: {
1495
+ deployContinuousWithdrawNid: import("hono/client").ClientRequest<{
1496
+ $post: {
1497
+ input: {
1498
+ json: {
1499
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1500
+ adminAddress: `0x${string}`;
1501
+ discount?: {
1502
+ burnForDiscount: {
1503
+ burnableTokenAddress: `0x${string}`;
1504
+ };
1505
+ } | undefined;
1506
+ cap?: {
1507
+ maxHardCap: bigint;
1508
+ } | undefined;
1509
+ };
1510
+ };
1511
+ output: {
1512
+ data: `0x${string}`;
1513
+ to: `0x${string}`;
1514
+ details: {
1515
+ functionName: string;
1516
+ address: `0x${string}`;
1517
+ abi: any[];
1518
+ args: any[];
1519
+ };
1520
+ };
1521
+ outputFormat: "json";
1522
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1523
+ };
1524
+ }>;
1525
+ };
1526
+ };
1527
+ };
1528
+ } & {
1529
+ v0: {
1530
+ fractions: {
1531
+ platforms: {
1532
+ initCompilot: import("hono/client").ClientRequest<{
1533
+ $get: {
1534
+ input: {
1535
+ query: {
1536
+ market: `0x${string}`;
1537
+ };
1538
+ };
1539
+ output: {
1540
+ data: `0x${string}`;
1541
+ to: `0x${string}`;
1542
+ details: {
1543
+ functionName: string;
1544
+ address: `0x${string}`;
1545
+ abi: any[];
1546
+ args: any[];
1547
+ };
1548
+ };
1549
+ outputFormat: "json";
1550
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1551
+ };
1552
+ }>;
1553
+ };
1554
+ };
1555
+ };
1556
+ } & {
1557
+ v0: {
1558
+ fractions: {
1559
+ fractions: {
1560
+ approveWrapper: import("hono/client").ClientRequest<{
1561
+ $post: {
1562
+ input: {
1563
+ json: {
1564
+ wrapperAddress: `0x${string}`;
1565
+ marketAddress: `0x${string}`;
1566
+ };
1567
+ };
1568
+ output: {
1569
+ data: `0x${string}`;
1570
+ to: `0x${string}`;
1571
+ details: {
1572
+ functionName: string;
1573
+ address: `0x${string}`;
1574
+ abi: any[];
1575
+ args: any[];
1576
+ };
1577
+ };
1578
+ outputFormat: "json";
1579
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1580
+ };
1581
+ }>;
1582
+ };
1583
+ };
1584
+ };
1585
+ } & {
1586
+ v0: {
1587
+ fractions: {
1588
+ fractions: {
1589
+ approveWrapperAsErc20Spender: import("hono/client").ClientRequest<{
1590
+ $post: {
1591
+ input: {
1592
+ json: {
1593
+ wrapperAddress: `0x${string}`;
1594
+ amount: bigint;
1595
+ erc20Address: `0x${string}`;
1596
+ };
1597
+ };
1598
+ output: {
1599
+ data: `0x${string}`;
1600
+ to: `0x${string}`;
1601
+ details: {
1602
+ functionName: string;
1603
+ address: `0x${string}`;
1604
+ abi: any[];
1605
+ args: any[];
1606
+ };
1607
+ };
1608
+ outputFormat: "json";
1609
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1610
+ };
1611
+ }>;
1612
+ };
1613
+ };
1614
+ };
1615
+ } & {
1616
+ v0: {
1617
+ fractions: {
1618
+ fractions: {
1619
+ approveWrapperAsErc721Spender: import("hono/client").ClientRequest<{
1620
+ $post: {
1621
+ input: {
1622
+ json: {
1623
+ wrapperAddress: `0x${string}`;
1624
+ erc721Address: `0x${string}`;
1625
+ };
1626
+ };
1627
+ output: {
1628
+ data: `0x${string}`;
1629
+ to: `0x${string}`;
1630
+ details: {
1631
+ functionName: string;
1632
+ address: `0x${string}`;
1633
+ abi: any[];
1634
+ args: any[];
1635
+ };
1636
+ };
1637
+ outputFormat: "json";
1638
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1639
+ };
1640
+ }>;
1641
+ };
1642
+ };
1643
+ };
1644
+ } & {
1645
+ v0: {
1646
+ fractions: {
1647
+ roles: import("hono/client").ClientRequest<{
1648
+ $get: {
1649
+ input: {};
1650
+ output: ({
1651
+ name: string;
1652
+ value: `0x${string}`;
1653
+ } | {
1654
+ name: string;
1655
+ value: `0x${string}`;
1656
+ } | {
1657
+ name: string;
1658
+ value: `0x${string}`;
1659
+ } | {
1660
+ name: string;
1661
+ value: `0x${string}`;
1662
+ })[];
1663
+ outputFormat: "json";
1664
+ status: 200;
1665
+ };
1666
+ }>;
1667
+ };
1668
+ };
1669
+ } & {
1670
+ v0: {
1671
+ fractions: {
1672
+ roles: {
1673
+ grant: import("hono/client").ClientRequest<{
1674
+ $post: {
1675
+ input: {
1676
+ json: {
1677
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1678
+ role: import("@evergonlabs/tmi-protocol-fractions-sdk").RoleTypeEnum;
1679
+ marketAddress: `0x${string}`;
1680
+ users: `0x${string}`[];
1681
+ };
1682
+ };
1683
+ output: {
1684
+ data: `0x${string}`;
1685
+ to: `0x${string}`;
1686
+ details: {
1687
+ functionName: string;
1688
+ address: `0x${string}`;
1689
+ abi: any[];
1690
+ args: any[];
1691
+ };
1692
+ };
1693
+ outputFormat: "json";
1694
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1695
+ };
1696
+ }>;
1697
+ };
1698
+ };
1699
+ };
1700
+ } & {
1701
+ v0: {
1702
+ fractions: {
1703
+ sales: {
1704
+ fractions: import("hono/client").ClientRequest<{
1705
+ $post: {
1706
+ input: {
1707
+ json: {
1708
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
1709
+ fractions: {
1710
+ symbol: string;
1711
+ name: string;
1712
+ amount: bigint;
1713
+ token?: `0x${string}` | undefined;
1714
+ };
1715
+ cap: {
1716
+ soft: bigint;
1717
+ hard: bigint;
1718
+ softPerAccount?: bigint | undefined;
1719
+ hardPerAccount?: bigint | undefined;
1720
+ };
1721
+ market: `0x${string}`;
1722
+ timeBoundary: {
1723
+ start: Date;
1724
+ end: Date;
1725
+ };
1726
+ wrapped: [{
1727
+ values: [bigint, ...bigint[]];
1728
+ type: "ERC20";
1729
+ address: `0x${string}`;
1730
+ } | {
1731
+ type: "ERC721";
1732
+ address: `0x${string}`;
1733
+ tokenIds: [bigint, ...bigint[]];
1734
+ } | {
1735
+ values: [bigint, ...bigint[]];
1736
+ type: "ERC1155";
1737
+ address: `0x${string}`;
1738
+ tokenIds: [bigint, ...bigint[]];
1739
+ }, ...({
1740
+ values: [bigint, ...bigint[]];
1741
+ type: "ERC20";
1742
+ address: `0x${string}`;
1743
+ } | {
1744
+ type: "ERC721";
1745
+ address: `0x${string}`;
1746
+ tokenIds: [bigint, ...bigint[]];
1747
+ } | {
1748
+ values: [bigint, ...bigint[]];
1749
+ type: "ERC1155";
1750
+ address: `0x${string}`;
1751
+ tokenIds: [bigint, ...bigint[]];
1752
+ })[]];
1753
+ funding: [{
1754
+ amountPerPacket: bigint;
1755
+ token: `0x${string}`;
1756
+ }, ...{
1757
+ amountPerPacket: bigint;
1758
+ token: `0x${string}`;
1759
+ }[]];
1760
+ refundAddress: `0x${string}`;
1761
+ amountOfPacketsPerFraction: bigint;
1762
+ discounts?: {
1763
+ burnableTokenAddress: `0x${string}`;
1764
+ amountToBurn: bigint;
1765
+ percentDiscount: number;
1766
+ } | undefined;
1767
+ vesting?: {
1768
+ totalVestingPeriod: number;
1769
+ portionPeriod: number;
1770
+ cliff: Date;
1771
+ } | undefined;
1772
+ };
1773
+ };
1774
+ output: {
1775
+ data: `0x${string}`;
1776
+ to: `0x${string}`;
1777
+ details: {
1778
+ functionName: string;
1779
+ address: `0x${string}`;
1780
+ abi: any[];
1781
+ args: any[];
1782
+ };
1783
+ };
1784
+ outputFormat: "json";
1785
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1786
+ };
1787
+ }>;
1788
+ };
1789
+ };
1790
+ };
1791
+ } & {
1792
+ v0: {
1793
+ fractions: {
1794
+ sales: {
1795
+ getFractionsCreatedEvent: import("hono/client").ClientRequest<{
1796
+ $get: {
1797
+ input: {
1798
+ query: {
1799
+ chainId: string | string[];
1800
+ hash: string | string[];
1801
+ };
1802
+ };
1803
+ output: {
1804
+ campaignId: string;
1805
+ creator: `0x${string}`;
1806
+ nftId: string;
1807
+ fractionsCreated: string;
1808
+ fractionsAddress: `0x${string}`;
1809
+ vaultAddress: `0x${string}` | undefined;
1810
+ };
1811
+ outputFormat: "json";
1812
+ status: 200;
1813
+ };
1814
+ }>;
1815
+ };
1816
+ };
1817
+ };
1818
+ } & {
1819
+ v0: {
1820
+ fractions: {
1821
+ sales: {
1822
+ approve: import("hono/client").ClientRequest<{
1823
+ $post: {
1824
+ input: {
1825
+ json: {
1826
+ campaignId: bigint;
1827
+ marketAddress: `0x${string}`;
1828
+ };
1829
+ };
1830
+ output: {
1831
+ data: `0x${string}`;
1832
+ to: `0x${string}`;
1833
+ details: {
1834
+ functionName: string;
1835
+ address: `0x${string}`;
1836
+ abi: any[];
1837
+ args: any[];
1838
+ };
1839
+ };
1840
+ outputFormat: "json";
1841
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1842
+ };
1843
+ }>;
1844
+ };
1845
+ };
1846
+ };
1847
+ } & {
1848
+ v0: {
1849
+ fractions: {
1850
+ sales: {
1851
+ reject: import("hono/client").ClientRequest<{
1852
+ $post: {
1853
+ input: {
1854
+ json: {
1855
+ saleId: bigint;
1856
+ marketAddress: `0x${string}`;
1857
+ };
1858
+ };
1859
+ output: {
1860
+ data: `0x${string}`;
1861
+ to: `0x${string}`;
1862
+ details: {
1863
+ functionName: string;
1864
+ address: `0x${string}`;
1865
+ abi: any[];
1866
+ args: any[];
1867
+ };
1868
+ };
1869
+ outputFormat: "json";
1870
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1871
+ } | {
1872
+ input: {
1873
+ json: {
1874
+ saleId: bigint;
1875
+ marketAddress: `0x${string}`;
1876
+ };
1877
+ };
1878
+ output: {
1879
+ error: string;
1880
+ };
1881
+ outputFormat: "json";
1882
+ status: 400;
1883
+ } | {
1884
+ input: {
1885
+ json: {
1886
+ saleId: bigint;
1887
+ marketAddress: `0x${string}`;
1888
+ };
1889
+ };
1890
+ output: {
1891
+ error: string;
1892
+ };
1893
+ outputFormat: "json";
1894
+ status: 500;
1895
+ };
1896
+ }>;
1897
+ };
1898
+ };
1899
+ };
1900
+ } & {
1901
+ v0: {
1902
+ fractions: {
1903
+ sales: {
1904
+ recover: import("hono/client").ClientRequest<{
1905
+ $post: {
1906
+ input: {
1907
+ json: {
1908
+ campaignId: bigint;
1909
+ amountOfFractions: bigint;
1910
+ marketAddress: `0x${string}`;
1911
+ lostAccount: `0x${string}`;
1912
+ recoveryAddress: `0x${string}`;
1913
+ fractionId: bigint;
1914
+ };
1915
+ };
1916
+ output: {
1917
+ data: `0x${string}`;
1918
+ to: `0x${string}`;
1919
+ details: {
1920
+ functionName: string;
1921
+ address: `0x${string}`;
1922
+ abi: any[];
1923
+ args: any[];
1924
+ };
1925
+ };
1926
+ outputFormat: "json";
1927
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1928
+ } | {
1929
+ input: {
1930
+ json: {
1931
+ campaignId: bigint;
1932
+ amountOfFractions: bigint;
1933
+ marketAddress: `0x${string}`;
1934
+ lostAccount: `0x${string}`;
1935
+ recoveryAddress: `0x${string}`;
1936
+ fractionId: bigint;
1937
+ };
1938
+ };
1939
+ output: {
1940
+ error: string;
1941
+ };
1942
+ outputFormat: "json";
1943
+ status: 400;
1944
+ } | {
1945
+ input: {
1946
+ json: {
1947
+ campaignId: bigint;
1948
+ amountOfFractions: bigint;
1949
+ marketAddress: `0x${string}`;
1950
+ lostAccount: `0x${string}`;
1951
+ recoveryAddress: `0x${string}`;
1952
+ fractionId: bigint;
1953
+ };
1954
+ };
1955
+ output: {
1956
+ error: string;
1957
+ };
1958
+ outputFormat: "json";
1959
+ status: 500;
1960
+ };
1961
+ }>;
1962
+ };
1963
+ };
1964
+ };
1965
+ } & {
1966
+ v0: {
1967
+ fractions: {
1968
+ sales: {
1969
+ complete: import("hono/client").ClientRequest<{
1970
+ $post: {
1971
+ input: {
1972
+ json: {
1973
+ campaignId: bigint;
1974
+ marketAddress: `0x${string}`;
1975
+ };
1976
+ };
1977
+ output: {
1978
+ data: `0x${string}`;
1979
+ to: `0x${string}`;
1980
+ details: {
1981
+ functionName: string;
1982
+ address: `0x${string}`;
1983
+ abi: any[];
1984
+ args: any[];
1985
+ };
1986
+ };
1987
+ outputFormat: "json";
1988
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1989
+ };
1990
+ }>;
1991
+ };
1992
+ };
1993
+ };
1994
+ } & {
1995
+ v0: {
1996
+ fractions: {
1997
+ sales: {
1998
+ unlockWrappedAssets: import("hono/client").ClientRequest<{
1999
+ $post: {
2000
+ input: {
2001
+ json: {
2002
+ campaignId: bigint;
2003
+ market: `0x${string}`;
2004
+ };
2005
+ };
2006
+ output: {
2007
+ data: `0x${string}`;
2008
+ to: `0x${string}`;
2009
+ details: {
2010
+ functionName: string;
2011
+ address: `0x${string}`;
2012
+ abi: any[];
2013
+ args: any[];
2014
+ };
2015
+ };
2016
+ outputFormat: "json";
2017
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2018
+ };
2019
+ }>;
2020
+ };
2021
+ };
2022
+ };
2023
+ } & {
2024
+ v0: {
2025
+ fractions: {
2026
+ sales: {
2027
+ purchase: import("hono/client").ClientRequest<{
2028
+ $post: {
2029
+ input: {
2030
+ json: {
2031
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2032
+ campaignId: bigint;
2033
+ market: `0x${string}`;
2034
+ amountToBuy: bigint;
2035
+ applyDiscount: boolean;
2036
+ };
2037
+ };
2038
+ output: {
2039
+ data: `0x${string}`;
2040
+ to: `0x${string}`;
2041
+ details: {
2042
+ functionName: string;
2043
+ address: `0x${string}`;
2044
+ abi: any[];
2045
+ args: any[];
2046
+ };
2047
+ };
2048
+ outputFormat: "json";
2049
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2050
+ };
2051
+ }>;
2052
+ };
2053
+ };
2054
+ };
2055
+ } & {
2056
+ v0: {
2057
+ fractions: {
2058
+ sales: {
2059
+ withdraw: {
2060
+ search: import("hono/client").ClientRequest<{
2061
+ $post: {
2062
+ input: {
2063
+ json: {
2064
+ filter: {
2065
+ chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
2066
+ platform?: `0x${string}` | undefined;
2067
+ campaignId?: string | number | bigint | undefined;
2068
+ };
2069
+ page: {
2070
+ skip: number;
2071
+ limit: number;
2072
+ };
2073
+ };
2074
+ };
2075
+ output: never;
2076
+ outputFormat: "json";
2077
+ status: 200;
2078
+ };
2079
+ }>;
2080
+ };
2081
+ };
2082
+ };
2083
+ };
2084
+ } & {
2085
+ v0: {
2086
+ fractions: {
2087
+ sales: {
2088
+ withdrawPaymentToken: import("hono/client").ClientRequest<{
2089
+ $post: {
2090
+ input: {
2091
+ json: {
2092
+ campaignId: bigint;
2093
+ market: `0x${string}`;
2094
+ };
2095
+ };
2096
+ output: {
2097
+ data: `0x${string}`;
2098
+ to: `0x${string}`;
2099
+ details: {
2100
+ functionName: string;
2101
+ address: `0x${string}`;
2102
+ abi: any[];
2103
+ args: any[];
2104
+ };
2105
+ };
2106
+ outputFormat: "json";
2107
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2108
+ };
2109
+ }>;
2110
+ };
2111
+ };
2112
+ };
2113
+ } & {
2114
+ v0: {
2115
+ fractions: {
2116
+ sales: {
2117
+ receiveFundsAfterNonFunded: import("hono/client").ClientRequest<{
2118
+ $post: {
2119
+ input: {
2120
+ json: {
2121
+ campaignId: bigint;
2122
+ amountOfFractions: bigint;
2123
+ market: `0x${string}`;
2124
+ isDiscounted: boolean;
2125
+ upperGenesisId?: bigint | undefined;
2126
+ };
2127
+ };
2128
+ output: {
2129
+ data: `0x${string}`;
2130
+ to: `0x${string}`;
2131
+ details: {
2132
+ functionName: string;
2133
+ address: `0x${string}`;
2134
+ abi: any[];
2135
+ args: any[];
2136
+ };
2137
+ };
2138
+ outputFormat: "json";
2139
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2140
+ };
2141
+ }>;
2142
+ };
2143
+ };
2144
+ };
2145
+ } & {
2146
+ v0: {
2147
+ fractions: {
2148
+ sales: {
2149
+ checkAndJumpToNonFunded: import("hono/client").ClientRequest<{
2150
+ $post: {
2151
+ input: {
2152
+ json: {
2153
+ campaignId: bigint;
2154
+ market: `0x${string}`;
2155
+ };
2156
+ };
2157
+ output: {
2158
+ data: `0x${string}`;
2159
+ to: `0x${string}`;
2160
+ details: {
2161
+ functionName: string;
2162
+ address: `0x${string}`;
2163
+ abi: any[];
2164
+ args: any[];
2165
+ };
2166
+ };
2167
+ outputFormat: "json";
2168
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2169
+ };
2170
+ }>;
2171
+ };
2172
+ };
2173
+ };
2174
+ } & {
2175
+ v0: {
2176
+ fractions: {
2177
+ sales: {
2178
+ receiveNonPurchasedWrappedAssets: import("hono/client").ClientRequest<{
2179
+ $post: {
2180
+ input: {
2181
+ json: {
2182
+ campaignId: bigint;
2183
+ market: `0x${string}`;
2184
+ };
2185
+ };
2186
+ output: {
2187
+ data: `0x${string}`;
2188
+ to: `0x${string}`;
2189
+ details: {
2190
+ functionName: string;
2191
+ address: `0x${string}`;
2192
+ abi: any[];
2193
+ args: any[];
2194
+ };
2195
+ };
2196
+ outputFormat: "json";
2197
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2198
+ };
2199
+ }>;
2200
+ };
2201
+ };
2202
+ };
2203
+ } & {
2204
+ v0: {
2205
+ fractions: {
2206
+ sales: {
2207
+ vesting: {
2208
+ editCliff: import("hono/client").ClientRequest<{
2209
+ $post: {
2210
+ input: {
2211
+ json: {
2212
+ saleId: bigint;
2213
+ marketAddress: `0x${string}`;
2214
+ newCliffDate: Date;
2215
+ };
2216
+ };
2217
+ output: {
2218
+ data: `0x${string}`;
2219
+ to: `0x${string}`;
2220
+ details: {
2221
+ functionName: string;
2222
+ address: `0x${string}`;
2223
+ abi: any[];
2224
+ args: any[];
2225
+ };
2226
+ };
2227
+ outputFormat: "json";
2228
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2229
+ } | {
2230
+ input: {
2231
+ json: {
2232
+ saleId: bigint;
2233
+ marketAddress: `0x${string}`;
2234
+ newCliffDate: Date;
2235
+ };
2236
+ };
2237
+ output: {
2238
+ error: string;
2239
+ };
2240
+ outputFormat: "json";
2241
+ status: 400;
2242
+ } | {
2243
+ input: {
2244
+ json: {
2245
+ saleId: bigint;
2246
+ marketAddress: `0x${string}`;
2247
+ newCliffDate: Date;
2248
+ };
2249
+ };
2250
+ output: {
2251
+ error: string;
2252
+ };
2253
+ outputFormat: "json";
2254
+ status: 500;
2255
+ };
2256
+ }>;
2257
+ };
2258
+ };
2259
+ };
2260
+ };
2261
+ } & {
2262
+ v0: {
2263
+ fractions: {
2264
+ sales: {
2265
+ vesting: {
2266
+ claim: import("hono/client").ClientRequest<{
2267
+ $post: {
2268
+ input: {
2269
+ json: {
2270
+ address: `0x${string}`;
2271
+ campaignId: bigint;
2272
+ amountOfFractions: bigint;
2273
+ itToBurn: bigint;
2274
+ };
2275
+ };
2276
+ output: {
2277
+ data: `0x${string}`;
2278
+ to: `0x${string}`;
2279
+ details: {
2280
+ functionName: string;
2281
+ address: `0x${string}`;
2282
+ abi: any[];
2283
+ args: any[];
2284
+ };
2285
+ };
2286
+ outputFormat: "json";
2287
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2288
+ } | {
2289
+ input: {
2290
+ json: {
2291
+ address: `0x${string}`;
2292
+ campaignId: bigint;
2293
+ amountOfFractions: bigint;
2294
+ itToBurn: bigint;
2295
+ };
2296
+ };
2297
+ output: {
2298
+ error: string;
2299
+ };
2300
+ outputFormat: "json";
2301
+ status: 400;
2302
+ } | {
2303
+ input: {
2304
+ json: {
2305
+ address: `0x${string}`;
2306
+ campaignId: bigint;
2307
+ amountOfFractions: bigint;
2308
+ itToBurn: bigint;
2309
+ };
2310
+ };
2311
+ output: {
2312
+ error: string;
2313
+ };
2314
+ outputFormat: "json";
2315
+ status: 500;
2316
+ };
2317
+ }>;
2318
+ };
2319
+ };
2320
+ };
2321
+ };
2322
+ } & {
2323
+ v0: {
2324
+ fractions: {
2325
+ sales: {
2326
+ vesting: {
2327
+ getClaimVestedTokensEvent: import("hono/client").ClientRequest<{
2328
+ $get: {
2329
+ input: {
2330
+ query: {
2331
+ chainId: string | string[];
2332
+ hash: string | string[];
2333
+ };
2334
+ };
2335
+ output: {
2336
+ campaignId: string;
2337
+ receiver: `0x${string}`;
2338
+ burnId: string;
2339
+ nextBurnId: string | null;
2340
+ amountOfFractionsBurnt: string;
2341
+ };
2342
+ outputFormat: "json";
2343
+ status: 200;
2344
+ };
2345
+ }>;
2346
+ };
2347
+ };
2348
+ };
2349
+ };
2350
+ } & {
2351
+ v0: {
2352
+ fractions: {
2353
+ sales: {
2354
+ search: import("hono/client").ClientRequest<{
2355
+ $post: {
2356
+ input: {
2357
+ json: {
2358
+ filter: {
2359
+ chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
2360
+ platform?: `0x${string}` | undefined;
2361
+ campaignId?: string | number | bigint | undefined;
2362
+ owner?: `0x${string}` | undefined;
2363
+ };
2364
+ page: {
2365
+ skip: number;
2366
+ limit: number;
2367
+ };
2368
+ };
2369
+ };
2370
+ output: {
2371
+ status: "created" | "approved" | "rejected" | "finalized" | "refunded";
2372
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2373
+ platform: `0x${string}`;
2374
+ campaignId: number;
2375
+ createdAt: string;
2376
+ updatedAt: string;
2377
+ transactionHash: `0x${string}`;
2378
+ nftId: number;
2379
+ fractions: {
2380
+ asset: {
2381
+ symbol: string;
2382
+ type: string;
2383
+ name: string;
2384
+ address: `0x${string}`;
2385
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2386
+ tokenId: string | null;
2387
+ decimals: number;
2388
+ burnable: boolean;
2389
+ };
2390
+ totalFractions: string;
2391
+ price: string;
2392
+ };
2393
+ owner: `0x${string}`;
2394
+ vesting: {
2395
+ cliffDate: string;
2396
+ totalVestingPeriod: number;
2397
+ portionPeriod: number;
2398
+ } | null;
2399
+ capitalization: {
2400
+ softCap: string;
2401
+ hardCap: string;
2402
+ softCapPerAccount: string;
2403
+ hardCapPerAccount: string;
2404
+ } | null;
2405
+ timeline: {
2406
+ startDate: string;
2407
+ endDate: string;
2408
+ } | null;
2409
+ wrappedAssets: {
2410
+ asset: {
2411
+ symbol: string;
2412
+ type: string;
2413
+ name: string;
2414
+ address: `0x${string}`;
2415
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2416
+ tokenId: string | null;
2417
+ decimals: number;
2418
+ burnable: boolean;
2419
+ };
2420
+ wrappedAmount: never;
2421
+ }[];
2422
+ fundingAssets: {
2423
+ asset: {
2424
+ symbol: string;
2425
+ type: string;
2426
+ name: string;
2427
+ address: `0x${string}`;
2428
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2429
+ tokenId: string | null;
2430
+ decimals: number;
2431
+ burnable: boolean;
2432
+ };
2433
+ amountPerPacket: never;
2434
+ }[];
2435
+ }[];
2436
+ outputFormat: "json";
2437
+ status: 200;
2438
+ };
2439
+ }>;
2440
+ };
2441
+ };
2442
+ };
2443
+ } & {
2444
+ v0: {
2445
+ fractions: {
2446
+ sales: {
2447
+ activity: import("hono/client").ClientRequest<{
2448
+ $post: {
2449
+ input: {
2450
+ json: {
2451
+ filter: {
2452
+ chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
2453
+ platform?: `0x${string}` | undefined;
2454
+ campaignId?: string | number | bigint | undefined;
2455
+ operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
2456
+ };
2457
+ page: {
2458
+ skip: number;
2459
+ limit: number;
2460
+ };
2461
+ };
2462
+ };
2463
+ output: {
2464
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2465
+ platform: `0x${string}`;
2466
+ campaignId: string;
2467
+ createdAt: string;
2468
+ updatedAt: string;
2469
+ transactionHash: `0x${string}`;
2470
+ from: `0x${string}`;
2471
+ metadata: {
2472
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CREATED;
2473
+ } | {
2474
+ status: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleStatusEnum;
2475
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.STATUS_UPDATE;
2476
+ } | {
2477
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.PURCHASE;
2478
+ amountOfFractions: string;
2479
+ priceId: string;
2480
+ purchaser: string;
2481
+ } | {
2482
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CLAIM;
2483
+ receiver: string;
2484
+ semiFungibleBurntId: string;
2485
+ amountOfFractionsBurnt: string;
2486
+ } | {
2487
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.REFUND;
2488
+ amount: string;
2489
+ } | {
2490
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW;
2491
+ amount: string;
2492
+ } | {
2493
+ type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW_NON_WRAPPED;
2494
+ amount: string;
2495
+ };
2496
+ }[];
2497
+ outputFormat: "json";
2498
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2499
+ };
2500
+ }>;
2501
+ };
2502
+ };
2503
+ };
2504
+ } & {
2505
+ v0: {
2506
+ fractions: {
2507
+ sales: {
2508
+ statistics: import("hono/client").ClientRequest<{
2509
+ $post: {
2510
+ input: {
2511
+ json: {
2512
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2513
+ platform: `0x${string}`;
2514
+ campaignId: string | number | bigint;
2515
+ };
2516
+ };
2517
+ output: {
2518
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2519
+ platform: `0x${string}`;
2520
+ campaignId: string;
2521
+ statistics: {
2522
+ priceId: string;
2523
+ purchases: number;
2524
+ fractionsSold: string;
2525
+ }[];
2526
+ };
2527
+ outputFormat: "json";
2528
+ status: 200;
2529
+ };
2530
+ }>;
2531
+ };
2532
+ };
2533
+ };
2534
+ } & {
2535
+ v0: {
2536
+ fractions: {
2537
+ sales: {
2538
+ setFeeCapLimit: import("hono/client").ClientRequest<{
2539
+ $post: {
2540
+ input: {
2541
+ json: {
2542
+ campaignId: bigint;
2543
+ marketAddress: `0x${string}`;
2544
+ packetsLimit: bigint;
2545
+ };
2546
+ };
2547
+ output: {
2548
+ data: `0x${string}`;
2549
+ to: `0x${string}`;
2550
+ details: {
2551
+ functionName: string;
2552
+ address: `0x${string}`;
2553
+ abi: any[];
2554
+ args: any[];
2555
+ };
2556
+ };
2557
+ outputFormat: "json";
2558
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2559
+ };
2560
+ }>;
2561
+ };
2562
+ };
2563
+ };
2564
+ } & {
2565
+ v0: {
2566
+ fractions: {
2567
+ sales: {
2568
+ getWithdrawEvent: import("hono/client").ClientRequest<{
2569
+ $get: {
2570
+ input: {
2571
+ query: {
2572
+ chainId: string | string[];
2573
+ hash: string | string[];
2574
+ };
2575
+ };
2576
+ output: {
2577
+ campaignId: string;
2578
+ receiver: `0x${string}`;
2579
+ packetsReceived: string;
2580
+ };
2581
+ outputFormat: "json";
2582
+ status: 200;
2583
+ };
2584
+ }>;
2585
+ };
2586
+ };
2587
+ };
2588
+ } & {
2589
+ v0: {
2590
+ fractions: {
2591
+ sales: {
2592
+ getVaultAddress: import("hono/client").ClientRequest<{
2593
+ $get: {
2594
+ input: {
2595
+ query: {
2596
+ chainId: string | string[];
2597
+ platform: string | string[];
2598
+ campaign: string | string[];
2599
+ };
2600
+ };
2601
+ output: {
2602
+ error: string;
2603
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2604
+ market: `0x${string}`;
2605
+ };
2606
+ outputFormat: "json";
2607
+ status: 404;
2608
+ } | {
2609
+ input: {
2610
+ query: {
2611
+ chainId: string | string[];
2612
+ platform: string | string[];
2613
+ campaign: string | string[];
2614
+ };
2615
+ };
2616
+ output: {
2617
+ vaultAddress: `0x${string}`;
2618
+ };
2619
+ outputFormat: "json";
2620
+ status: 200;
2621
+ };
2622
+ }>;
2623
+ };
2624
+ };
2625
+ };
2626
+ } & {
2627
+ v0: {
2628
+ fractions: {
2629
+ sig: {
2630
+ nonce: import("hono/client").ClientRequest<{
2631
+ $post: {
2632
+ input: {
2633
+ json: {
2634
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2635
+ userAddress: `0x${string}`;
2636
+ marketAddress: `0x${string}`;
2637
+ };
2638
+ };
2639
+ output: {
2640
+ nonce: string;
2641
+ };
2642
+ outputFormat: "json";
2643
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2644
+ };
2645
+ }>;
2646
+ };
2647
+ };
2648
+ };
2649
+ } & {
2650
+ v0: {
2651
+ fractions: {
2652
+ sig: {
2653
+ authData: import("hono/client").ClientRequest<{
2654
+ $post: {
2655
+ input: {
2656
+ json: {
2657
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2658
+ nonce: bigint;
2659
+ blockExpiration: bigint;
2660
+ userAddress: `0x${string}`;
2661
+ marketAddress: `0x${string}`;
2662
+ callData: `0x${string}`;
2663
+ };
2664
+ };
2665
+ output: {
2666
+ messageToSign: `0x${string}`;
2667
+ blockExpiration: `0x${string}`;
2668
+ };
2669
+ outputFormat: "json";
2670
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2671
+ };
2672
+ }>;
2673
+ };
2674
+ };
2675
+ };
2676
+ } & {
2677
+ general: {
2678
+ estimateGas: import("hono/client").ClientRequest<{
2679
+ $post: {
2680
+ input: {
2681
+ json: {
2682
+ data: `0x${string}`;
2683
+ to: `0x${string}`;
2684
+ chainId: "11155111" | "31337";
2685
+ from: `0x${string}`;
2686
+ };
2687
+ };
2688
+ output: {
2689
+ readonly success: true;
2690
+ readonly value: string;
2691
+ };
2692
+ outputFormat: "json";
2693
+ status: 200;
2694
+ };
2695
+ }>;
2696
+ };
2697
+ } & {
2698
+ general: {
2699
+ balance: import("hono/client").ClientRequest<{
2700
+ $get: {
2701
+ input: {
2702
+ query: {
2703
+ address: string | string[];
2704
+ chainId: string | string[];
2705
+ contract: string | string[];
2706
+ };
2707
+ };
2708
+ output: {
2709
+ address: `0x${string}`;
2710
+ balance: string;
2711
+ };
2712
+ outputFormat: "json";
2713
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2714
+ };
2715
+ }>;
2716
+ };
2717
+ } & {
2718
+ general: {
2719
+ balances: import("hono/client").ClientRequest<{
2720
+ $post: {
2721
+ input: {
2722
+ json: {
2723
+ address: `0x${string}`;
2724
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2725
+ contracts: `0x${string}`[];
2726
+ };
2727
+ };
2728
+ output: {
2729
+ quantityIn: string;
2730
+ quantityOut: string;
2731
+ name: string | null;
2732
+ symbol: string | null;
2733
+ decimals: string | null;
2734
+ address: string;
2735
+ totalBalance: string;
2736
+ }[];
2737
+ outputFormat: "json";
2738
+ status: 200;
2739
+ };
2740
+ }>;
2741
+ };
2742
+ } & {
2743
+ general: {
2744
+ searchBalances: import("hono/client").ClientRequest<{
2745
+ $post: {
2746
+ input: {
2747
+ json: {
2748
+ address: `0x${string}`;
2749
+ chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
2750
+ page?: number | undefined;
2751
+ perPage?: number | undefined;
2752
+ };
2753
+ };
2754
+ output: {
2755
+ balances: {
2756
+ tokenAddress: `0x${string}`;
2757
+ balance: never;
2758
+ decimals: number | undefined;
2759
+ symbol: string;
2760
+ name: string;
2761
+ tokenId: undefined;
2762
+ type: "ERC-20" | "ERC-721" | "ERC-1155";
2763
+ }[];
2764
+ totalItems: number;
2765
+ totalPages: number;
2766
+ pageNumber: number;
2767
+ };
2768
+ outputFormat: "json";
2769
+ status: 200;
2770
+ };
2771
+ }>;
2772
+ };
2773
+ } & {
2774
+ issuance: {
2775
+ erc20: import("hono/client").ClientRequest<{
2776
+ $get: {
2777
+ input: {};
2778
+ output: {
2779
+ abi: any[];
2780
+ bytecode: `0x${string}`;
2781
+ };
2782
+ outputFormat: "json";
2783
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2784
+ };
2785
+ }>;
2786
+ };
2787
+ } & {
2788
+ issuance: {
2789
+ erc20: {
2790
+ mint: import("hono/client").ClientRequest<{
2791
+ $post: {
2792
+ input: {
2793
+ json: {
2794
+ tokenAddress: `0x${string}`;
2795
+ amount: bigint;
2796
+ mintTo: `0x${string}`;
2797
+ };
2798
+ };
2799
+ output: {
2800
+ data: `0x${string}`;
2801
+ to: `0x${string}`;
2802
+ details: {
2803
+ functionName: string;
2804
+ address: `0x${string}`;
2805
+ abi: any[];
2806
+ args: any[];
2807
+ };
2808
+ };
2809
+ outputFormat: "json";
2810
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2811
+ };
2812
+ }>;
2813
+ };
2814
+ };
2815
+ } & {
2816
+ issuance: {
2817
+ erc20: {
2818
+ burn: import("hono/client").ClientRequest<{
2819
+ $post: {
2820
+ input: {
2821
+ json: {
2822
+ tokenAddress: `0x${string}`;
2823
+ amount: bigint;
2824
+ burnFrom: `0x${string}`;
2825
+ };
2826
+ };
2827
+ output: {
2828
+ data: `0x${string}`;
2829
+ to: `0x${string}`;
2830
+ details: {
2831
+ functionName: string;
2832
+ address: `0x${string}`;
2833
+ abi: any[];
2834
+ args: any[];
2835
+ };
2836
+ };
2837
+ outputFormat: "json";
2838
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2839
+ };
2840
+ }>;
2841
+ };
2842
+ };
2843
+ } & {
2844
+ issuance: {
2845
+ erc20: {
2846
+ approve: import("hono/client").ClientRequest<{
2847
+ $post: {
2848
+ input: {
2849
+ json: {
2850
+ tokenAddress: `0x${string}`;
2851
+ amount: bigint;
2852
+ spender: `0x${string}`;
2853
+ };
2854
+ };
2855
+ output: {
2856
+ data: `0x${string}`;
2857
+ to: `0x${string}`;
2858
+ details: {
2859
+ functionName: string;
2860
+ address: `0x${string}`;
2861
+ abi: any[];
2862
+ args: any[];
2863
+ };
2864
+ };
2865
+ outputFormat: "json";
2866
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2867
+ };
2868
+ }>;
2869
+ };
2870
+ };
2871
+ } & {
2872
+ issuance: {
2873
+ erc20: {
2874
+ transfer: import("hono/client").ClientRequest<{
2875
+ $post: {
2876
+ input: {
2877
+ json: {
2878
+ to: `0x${string}`;
2879
+ tokenAddress: `0x${string}`;
2880
+ amount: bigint;
2881
+ };
2882
+ };
2883
+ output: {
2884
+ data: `0x${string}`;
2885
+ to: `0x${string}`;
2886
+ details: {
2887
+ functionName: string;
2888
+ address: `0x${string}`;
2889
+ abi: any[];
2890
+ args: any[];
2891
+ };
2892
+ };
2893
+ outputFormat: "json";
2894
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2895
+ };
2896
+ }>;
2897
+ };
2898
+ };
2899
+ } & {
2900
+ issuance: {
2901
+ erc20: {
2902
+ proxy: import("hono/client").ClientRequest<{
2903
+ $post: {
2904
+ input: {
2905
+ json: {
2906
+ cap: bigint;
2907
+ erc20Address: `0x${string}`;
2908
+ defaultAdmin: `0x${string}`;
2909
+ minter: `0x${string}`;
2910
+ tokenName: string;
2911
+ tokenSymbol: string;
2912
+ };
2913
+ };
2914
+ output: {
2915
+ abi: any[];
2916
+ args: any[];
2917
+ bytecode: `0x${string}`;
2918
+ };
2919
+ outputFormat: "json";
2920
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2921
+ };
2922
+ }>;
2923
+ };
2924
+ };
2925
+ } & {
2926
+ issuance: {
2927
+ erc20: {
2928
+ grantRole: import("hono/client").ClientRequest<{
2929
+ $post: {
2930
+ input: {
2931
+ json: {
2932
+ address: `0x${string}`;
2933
+ role: import("./common/roles/erc20-gated-roles.js").Erc20GatedRole;
2934
+ tokenAddress: `0x${string}`;
2935
+ };
2936
+ };
2937
+ output: {
2938
+ data: `0x${string}`;
2939
+ to: `0x${string}`;
2940
+ details: {
2941
+ functionName: string;
2942
+ address: `0x${string}`;
2943
+ abi: any[];
2944
+ args: any[];
2945
+ };
2946
+ };
2947
+ outputFormat: "json";
2948
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2949
+ };
2950
+ }>;
2951
+ };
2952
+ };
2953
+ } & {
2954
+ issuance: {
2955
+ erc20: {
2956
+ renounceRole: import("hono/client").ClientRequest<{
2957
+ $post: {
2958
+ input: {
2959
+ json: {
2960
+ address: `0x${string}`;
2961
+ role: import("./common/roles/erc20-gated-roles.js").Erc20GatedRole;
2962
+ tokenAddress: `0x${string}`;
2963
+ };
2964
+ };
2965
+ output: {
2966
+ data: `0x${string}`;
2967
+ to: `0x${string}`;
2968
+ details: {
2969
+ functionName: string;
2970
+ address: `0x${string}`;
2971
+ abi: any[];
2972
+ args: any[];
2973
+ };
2974
+ };
2975
+ outputFormat: "json";
2976
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2977
+ };
2978
+ }>;
2979
+ };
2980
+ };
2981
+ };
2982
+ export type IApi = ReturnType<typeof createClient>;
2983
+ export type { InferRequestType, InferResponseType } from "hono/client";
2984
+ export type { ClientRequestOptions } from "hono/client";
2985
+ //# sourceMappingURL=client.d.ts.map