@evergonlabs/tmi-protocol-api 0.11.0-rc.3 → 0.11.0-rc.4

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 (595) hide show
  1. package/dist/app.d.ts +473 -232
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/apps.d.ts +1 -1
  4. package/dist/apps.js +1 -1
  5. package/dist/client.d.ts +1260 -1103
  6. package/dist/client.d.ts.map +1 -1
  7. package/dist/fractions/index.d.ts +84 -100
  8. package/dist/fractions/index.d.ts.map +1 -1
  9. package/dist/fractions/markets/deployMarket.d.ts +1 -1
  10. package/dist/fractions/markets/deployMarket.d.ts.map +1 -1
  11. package/dist/fractions/markets/deployMarket.js +5 -5
  12. package/dist/fractions/markets/getDeployEvent.d.ts +6 -0
  13. package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
  14. package/dist/fractions/markets/getDeployEvent.js +8 -5
  15. package/dist/fractions/markets/getMarket.d.ts +5 -0
  16. package/dist/fractions/markets/getMarket.d.ts.map +1 -1
  17. package/dist/fractions/markets/getMarket.js +7 -14
  18. package/dist/fractions/markets/index.d.ts +7 -11
  19. package/dist/fractions/markets/index.d.ts.map +1 -1
  20. package/dist/fractions/markets/initCompilot.d.ts +4 -0
  21. package/dist/fractions/markets/initCompilot.d.ts.map +1 -1
  22. package/dist/fractions/markets/initCompilot.js +6 -4
  23. package/dist/fractions/markets/searchMarkets.d.ts +42 -11
  24. package/dist/fractions/markets/searchMarkets.d.ts.map +1 -1
  25. package/dist/fractions/markets/searchMarkets.js +16 -11
  26. package/dist/fractions/roles/grantRole.d.ts +1 -1
  27. package/dist/fractions/roles/grantRole.js +1 -1
  28. package/dist/fractions/sales/{approveSale.route.d.ts → approveSale.d.ts} +2 -2
  29. package/dist/fractions/sales/approveSale.d.ts.map +1 -0
  30. package/dist/fractions/sales/{approveSale.route.js → approveSale.js} +1 -1
  31. package/dist/fractions/sales/{approveWrapper.route.d.ts → approveWrapper.d.ts} +2 -2
  32. package/dist/fractions/sales/approveWrapper.d.ts.map +1 -0
  33. package/dist/fractions/sales/{approveWrapper.route.js → approveWrapper.js} +1 -1
  34. package/dist/fractions/sales/{completeSale.route.d.ts → completeSale.d.ts} +2 -2
  35. package/dist/fractions/sales/completeSale.d.ts.map +1 -0
  36. package/dist/fractions/sales/{completeSale.route.js → completeSale.js} +1 -1
  37. package/dist/fractions/sales/{createFractions.route.d.ts → createFractions.d.ts} +2 -2
  38. package/dist/fractions/sales/createFractions.d.ts.map +1 -0
  39. package/dist/fractions/sales/{createFractions.route.js → createFractions.js} +1 -1
  40. package/dist/fractions/sales/getFractionSaleStatistics.d.ts +47 -0
  41. package/dist/fractions/sales/getFractionSaleStatistics.d.ts.map +1 -0
  42. package/dist/fractions/sales/{getFractionSaleStatistics.route.js → getFractionSaleStatistics.js} +32 -18
  43. package/dist/fractions/sales/getVaultAddress.d.ts +10 -1
  44. package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
  45. package/dist/fractions/sales/getVaultAddress.js +11 -7
  46. package/dist/fractions/sales/getWithdrawEvent.d.ts +4 -3
  47. package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
  48. package/dist/fractions/sales/getWithdrawEvent.js +8 -13
  49. package/dist/fractions/sales/index.d.ts +50 -62
  50. package/dist/fractions/sales/index.d.ts.map +1 -1
  51. package/dist/fractions/sales/index.js +16 -16
  52. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +13 -4
  53. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
  54. package/dist/fractions/sales/parseFractionsCreatedEvent.js +20 -22
  55. package/dist/fractions/sales/{purchase.route.d.ts → purchase.d.ts} +2 -2
  56. package/dist/fractions/sales/purchase.d.ts.map +1 -0
  57. package/dist/fractions/sales/{purchase.route.js → purchase.js} +1 -1
  58. package/dist/fractions/sales/{purchaseStatistics.route.d.ts → purchaseStatistics.d.ts} +8 -7
  59. package/dist/fractions/sales/purchaseStatistics.d.ts.map +1 -0
  60. package/dist/fractions/sales/{purchaseStatistics.route.js → purchaseStatistics.js} +12 -10
  61. package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.d.ts → receiveFundsAfterNonFunded.d.ts} +4 -4
  62. package/dist/fractions/sales/receiveFundsAfterNonFunded.d.ts.map +1 -0
  63. package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.js → receiveFundsAfterNonFunded.js} +1 -1
  64. package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.d.ts → receiveNonPurchasedWrappedAssets.d.ts} +1 -1
  65. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.d.ts.map +1 -0
  66. package/dist/fractions/sales/recoverFractions.d.ts +1 -1
  67. package/dist/fractions/sales/recoverFractions.js +1 -1
  68. package/dist/fractions/sales/rejectFractions.d.ts +1 -1
  69. package/dist/fractions/sales/rejectFractions.js +1 -1
  70. package/dist/fractions/sales/searchActivity.d.ts +121 -0
  71. package/dist/fractions/sales/searchActivity.d.ts.map +1 -0
  72. package/dist/fractions/sales/{searchActivity.route.js → searchActivity.js} +23 -15
  73. package/dist/fractions/sales/searchSales/searchSales.d.ts +89 -12
  74. package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
  75. package/dist/fractions/sales/searchSales/searchSales.js +17 -12
  76. package/dist/fractions/sales/searchWithdrawal.d.ts +132 -0
  77. package/dist/fractions/sales/searchWithdrawal.d.ts.map +1 -0
  78. package/dist/fractions/sales/{searchWithdrawal.route.js → searchWithdrawal.js} +16 -11
  79. package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
  80. package/dist/fractions/sales/setFeeCapLimit.js +1 -1
  81. package/dist/fractions/sales/{unlockWrappedAssets.route.d.ts → unlockWrappedAssets.d.ts} +2 -2
  82. package/dist/fractions/sales/unlockWrappedAssets.d.ts.map +1 -0
  83. package/dist/fractions/sales/{unlockWrappedAssets.route.js → unlockWrappedAssets.js} +1 -1
  84. package/dist/fractions/sales/vesting/{claimStatistics.route.d.ts → claimStatistics.d.ts} +5 -5
  85. package/dist/fractions/sales/vesting/claimStatistics.d.ts.map +1 -0
  86. package/dist/fractions/sales/vesting/{claimStatistics.route.js → claimStatistics.js} +6 -6
  87. package/dist/fractions/sales/vesting/{claimVestedTokens.route.d.ts → claimVestedTokens.d.ts} +1 -1
  88. package/dist/fractions/sales/vesting/claimVestedTokens.d.ts.map +1 -0
  89. package/dist/fractions/sales/vesting/{editCliff.route.d.ts → editCliff.d.ts} +1 -1
  90. package/dist/fractions/sales/vesting/editCliff.d.ts.map +1 -0
  91. package/dist/fractions/sales/vesting/{editCliff.route.js → editCliff.js} +1 -1
  92. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +6 -5
  93. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
  94. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +11 -16
  95. package/dist/fractions/sales/{withdraw.route.d.ts → withdraw.d.ts} +2 -2
  96. package/dist/fractions/sales/withdraw.d.ts.map +1 -0
  97. package/dist/fractions/sales/{withdraw.route.js → withdraw.js} +1 -1
  98. package/dist/fractions/schemas.d.ts +16 -5
  99. package/dist/fractions/schemas.d.ts.map +1 -1
  100. package/dist/fractions/schemas.js +20 -6
  101. package/dist/fractions/sig/getAuthData.d.ts +5 -9
  102. package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
  103. package/dist/fractions/sig/getAuthData.js +7 -11
  104. package/dist/fractions/sig/{getNonce.route.d.ts → getNonce.d.ts} +6 -3
  105. package/dist/fractions/sig/getNonce.d.ts.map +1 -0
  106. package/dist/fractions/sig/{getNonce.route.js → getNonce.js} +10 -6
  107. package/dist/fractions/sig/index.d.ts +1 -1
  108. package/dist/fractions/sig/index.js +1 -1
  109. package/dist/fractions/statistics/index.d.ts +26 -26
  110. package/dist/fractions/statistics/index.js +1 -1
  111. package/dist/fractions/statistics/{networkStatistics.route.d.ts → networkStatistics.d.ts} +27 -27
  112. package/dist/fractions/statistics/networkStatistics.d.ts.map +1 -0
  113. package/dist/fractions/statistics/{networkStatistics.route.js → networkStatistics.js} +13 -13
  114. package/dist/general/common.d.ts +1 -1
  115. package/dist/general/common.d.ts.map +1 -1
  116. package/dist/general/common.js +2 -2
  117. package/dist/general/estimateGas.d.ts +14 -9
  118. package/dist/general/estimateGas.d.ts.map +1 -1
  119. package/dist/general/estimateGas.js +26 -27
  120. package/dist/general/getBalance.d.ts +10 -1
  121. package/dist/general/getBalance.d.ts.map +1 -1
  122. package/dist/general/getBalance.js +33 -24
  123. package/dist/general/getBalancesBatch.d.ts +18 -2
  124. package/dist/general/getBalancesBatch.d.ts.map +1 -1
  125. package/dist/general/getBalancesBatch.js +28 -21
  126. package/dist/general/index.d.ts +9 -10
  127. package/dist/general/index.d.ts.map +1 -1
  128. package/dist/general/searchBalances.d.ts +18 -3
  129. package/dist/general/searchBalances.d.ts.map +1 -1
  130. package/dist/general/searchBalances.js +24 -4
  131. package/dist/issuance/erc1155/burn.d.ts +1 -1
  132. package/dist/issuance/erc1155/burn.d.ts.map +1 -1
  133. package/dist/issuance/erc1155/burn.js +5 -3
  134. package/dist/issuance/erc1155/default/deploy.d.ts +1 -1
  135. package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
  136. package/dist/issuance/erc1155/default/deploy.js +5 -3
  137. package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
  138. package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
  139. package/dist/issuance/erc1155/default/initialize.js +5 -3
  140. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +11 -0
  141. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
  142. package/dist/issuance/erc1155/default/parseDeployEvent.js +14 -9
  143. package/dist/issuance/erc1155/gated/deploy.d.ts +1 -1
  144. package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
  145. package/dist/issuance/erc1155/gated/deploy.js +5 -5
  146. package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
  147. package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
  148. package/dist/issuance/erc1155/gated/initialize.js +5 -5
  149. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +11 -0
  150. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
  151. package/dist/issuance/erc1155/gated/parseDeployEvent.js +14 -9
  152. package/dist/issuance/erc1155/getMintedTokenId.d.ts +9 -1
  153. package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
  154. package/dist/issuance/erc1155/getMintedTokenId.js +16 -8
  155. package/dist/issuance/erc1155/grantRole.d.ts +1 -1
  156. package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
  157. package/dist/issuance/erc1155/grantRole.js +6 -4
  158. package/dist/issuance/erc1155/index.d.ts +1 -1
  159. package/dist/issuance/erc1155/mint.d.ts +1 -1
  160. package/dist/issuance/erc1155/mint.d.ts.map +1 -1
  161. package/dist/issuance/erc1155/mint.js +5 -3
  162. package/dist/issuance/erc1155/recover.d.ts +1 -1
  163. package/dist/issuance/erc1155/recover.d.ts.map +1 -1
  164. package/dist/issuance/erc1155/recover.js +5 -3
  165. package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
  166. package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
  167. package/dist/issuance/erc1155/renounceRole.js +6 -4
  168. package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
  169. package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
  170. package/dist/issuance/erc1155/revokeRole.js +6 -4
  171. package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
  172. package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
  173. package/dist/issuance/erc1155/setApprovalForAll.js +5 -3
  174. package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
  175. package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
  176. package/dist/issuance/erc1155/setBaseURI.js +5 -3
  177. package/dist/issuance/erc1155/setTokenURI.d.ts +1 -1
  178. package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
  179. package/dist/issuance/erc1155/setTokenURI.js +5 -3
  180. package/dist/issuance/erc20/approve.d.ts +1 -1
  181. package/dist/issuance/erc20/approve.d.ts.map +1 -1
  182. package/dist/issuance/erc20/approve.js +5 -3
  183. package/dist/issuance/erc20/burn.d.ts +1 -1
  184. package/dist/issuance/erc20/burn.d.ts.map +1 -1
  185. package/dist/issuance/erc20/burn.js +5 -3
  186. package/dist/issuance/erc20/default/deploy.d.ts +1 -1
  187. package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
  188. package/dist/issuance/erc20/default/deploy.js +5 -3
  189. package/dist/issuance/erc20/default/initialize.d.ts +1 -1
  190. package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
  191. package/dist/issuance/erc20/default/initialize.js +5 -5
  192. package/dist/issuance/erc20/default/parseDeployEvent.d.ts +14 -1
  193. package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
  194. package/dist/issuance/erc20/default/parseDeployEvent.js +22 -22
  195. package/dist/issuance/erc20/gated/deploy.d.ts +1 -1
  196. package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
  197. package/dist/issuance/erc20/gated/deploy.js +5 -5
  198. package/dist/issuance/erc20/gated/initialize.d.ts +1 -1
  199. package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
  200. package/dist/issuance/erc20/gated/initialize.js +5 -3
  201. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +14 -1
  202. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
  203. package/dist/issuance/erc20/gated/parseDeployEvent.js +28 -24
  204. package/dist/issuance/erc20/gatedSimple/deploy.d.ts +285 -3
  205. package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
  206. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +3 -3
  207. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
  208. package/dist/issuance/erc20/gatedSimple/getInitData.js +15 -9
  209. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +8 -0
  210. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
  211. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +11 -6
  212. package/dist/issuance/erc20/grantRole.d.ts +1 -1
  213. package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
  214. package/dist/issuance/erc20/grantRole.js +6 -4
  215. package/dist/issuance/erc20/index.d.ts +289 -7
  216. package/dist/issuance/erc20/index.d.ts.map +1 -1
  217. package/dist/issuance/erc20/mint.d.ts +1 -1
  218. package/dist/issuance/erc20/mint.d.ts.map +1 -1
  219. package/dist/issuance/erc20/mint.js +5 -3
  220. package/dist/issuance/erc20/recover.d.ts +1 -1
  221. package/dist/issuance/erc20/recover.d.ts.map +1 -1
  222. package/dist/issuance/erc20/recover.js +5 -3
  223. package/dist/issuance/erc20/renounceRole.d.ts +1 -1
  224. package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
  225. package/dist/issuance/erc20/renounceRole.js +6 -4
  226. package/dist/issuance/erc20/revokeRole.d.ts +1 -1
  227. package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
  228. package/dist/issuance/erc20/revokeRole.js +6 -4
  229. package/dist/issuance/erc20/transfer.d.ts +1 -1
  230. package/dist/issuance/erc20/transfer.d.ts.map +1 -1
  231. package/dist/issuance/erc20/transfer.js +5 -3
  232. package/dist/issuance/erc20/transferFrom.d.ts +1 -1
  233. package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
  234. package/dist/issuance/erc20/transferFrom.js +5 -3
  235. package/dist/issuance/erc721/approve.d.ts +1 -1
  236. package/dist/issuance/erc721/approve.d.ts.map +1 -1
  237. package/dist/issuance/erc721/approve.js +5 -3
  238. package/dist/issuance/erc721/burn.d.ts +1 -1
  239. package/dist/issuance/erc721/burn.d.ts.map +1 -1
  240. package/dist/issuance/erc721/burn.js +5 -3
  241. package/dist/issuance/erc721/default/deploy.d.ts +1 -1
  242. package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
  243. package/dist/issuance/erc721/default/deploy.js +5 -3
  244. package/dist/issuance/erc721/default/initialize.d.ts +1 -1
  245. package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
  246. package/dist/issuance/erc721/default/initialize.js +5 -3
  247. package/dist/issuance/erc721/default/parseDeployEvent.d.ts +13 -0
  248. package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
  249. package/dist/issuance/erc721/default/parseDeployEvent.js +16 -11
  250. package/dist/issuance/erc721/gated/deploy.d.ts +1 -1
  251. package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
  252. package/dist/issuance/erc721/gated/deploy.js +5 -5
  253. package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
  254. package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
  255. package/dist/issuance/erc721/gated/initialize.js +5 -3
  256. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +13 -0
  257. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
  258. package/dist/issuance/erc721/gated/parseDeployEvent.js +16 -11
  259. package/dist/issuance/erc721/getMintedTokenId.d.ts +8 -0
  260. package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
  261. package/dist/issuance/erc721/getMintedTokenId.js +11 -6
  262. package/dist/issuance/erc721/grantRole.d.ts +1 -1
  263. package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
  264. package/dist/issuance/erc721/grantRole.js +6 -4
  265. package/dist/issuance/erc721/mint.d.ts +1 -1
  266. package/dist/issuance/erc721/mint.d.ts.map +1 -1
  267. package/dist/issuance/erc721/mint.js +5 -3
  268. package/dist/issuance/erc721/recover.d.ts +1 -1
  269. package/dist/issuance/erc721/recover.d.ts.map +1 -1
  270. package/dist/issuance/erc721/recover.js +5 -3
  271. package/dist/issuance/erc721/renounceRole.d.ts +1 -1
  272. package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
  273. package/dist/issuance/erc721/renounceRole.js +6 -4
  274. package/dist/issuance/erc721/revokeRole.d.ts +1 -1
  275. package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
  276. package/dist/issuance/erc721/revokeRole.js +6 -4
  277. package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
  278. package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
  279. package/dist/issuance/erc721/setBaseURI.js +5 -3
  280. package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
  281. package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
  282. package/dist/issuance/erc721/setTokenURI.js +5 -3
  283. package/dist/issuance/erc721/transferFrom.d.ts +1 -1
  284. package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
  285. package/dist/issuance/erc721/transferFrom.js +5 -3
  286. package/dist/issuance/index.d.ts +292 -10
  287. package/dist/issuance/index.d.ts.map +1 -1
  288. package/dist/issuance/proxy/deploy.d.ts +3 -3
  289. package/dist/issuance/proxy/deploy.d.ts.map +1 -1
  290. package/dist/issuance/proxy/deploy.js +5 -3
  291. package/dist/issuance/proxy/index.d.ts +2 -2
  292. package/dist/issuance/proxy/upgrade.d.ts +1 -1
  293. package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
  294. package/dist/issuance/proxy/upgrade.js +5 -3
  295. package/dist/issuance/schemas.d.ts +52 -42
  296. package/dist/issuance/schemas.d.ts.map +1 -1
  297. package/dist/issuance/schemas.js +52 -42
  298. package/dist/next/app.d.ts +21 -25
  299. package/dist/next/app.d.ts.map +1 -1
  300. package/dist/next/client.d.ts +21 -25
  301. package/dist/next/client.d.ts.map +1 -1
  302. package/dist/next/lending/buyback.d.ts.map +1 -1
  303. package/dist/next/lending/buyback.js +1 -1
  304. package/dist/next/lending/createSale.d.ts.map +1 -1
  305. package/dist/next/lending/createSale.js +1 -1
  306. package/dist/next/lending/deployMarket.d.ts.map +1 -1
  307. package/dist/next/lending/deployMarket.js +1 -1
  308. package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts +7 -0
  309. package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts.map +1 -0
  310. package/dist/next/lending/forcefullyUnlockWrappersNft.js +39 -0
  311. package/dist/next/lending/index.js +1 -1
  312. package/dist/next/lending/schemas.d.ts +5 -1
  313. package/dist/next/lending/schemas.d.ts.map +1 -1
  314. package/dist/next/lending/schemas.js +5 -3
  315. package/dist/next/lending/setCollateralPrice.d.ts.map +1 -1
  316. package/dist/next/lending/setCollateralPrice.js +1 -1
  317. package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -1
  318. package/dist/next/nftFractions/createNftFractions.js +4 -2
  319. package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -1
  320. package/dist/next/nftFractions/deployNftFractionsMarket.js +4 -2
  321. package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -1
  322. package/dist/next/nftFractions/deployNftFractionsMarketGated.js +4 -2
  323. package/dist/next/nftFractions/index.d.ts +5 -5
  324. package/dist/next/nftFractions/index.js +1 -1
  325. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +18 -5
  326. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -1
  327. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.js +32 -28
  328. package/dist/next/nftFractions/schemas.d.ts +4 -1
  329. package/dist/next/nftFractions/schemas.d.ts.map +1 -1
  330. package/dist/next/nftFractions/schemas.js +4 -1
  331. package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -1
  332. package/dist/next/vestingRedemptionDynamic/approveCampaign.js +1 -1
  333. package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -1
  334. package/dist/next/vestingRedemptionDynamic/createCampaign.js +1 -1
  335. package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -1
  336. package/dist/next/vestingRedemptionDynamic/deployMarket.js +1 -1
  337. package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -1
  338. package/dist/next/vestingRedemptionDynamic/epochPurchase.js +1 -1
  339. package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -1
  340. package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +1 -1
  341. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +14 -7
  342. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -1
  343. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.js +18 -11
  344. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +6 -2
  345. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -1
  346. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +5 -5
  347. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +17 -9
  348. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -1
  349. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +25 -16
  350. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +6 -2
  351. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -1
  352. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +5 -5
  353. package/dist/next/vestingRedemptionDynamic/index.d.ts +16 -20
  354. package/dist/next/vestingRedemptionDynamic/index.d.ts.map +1 -1
  355. package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -1
  356. package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +1 -1
  357. package/dist/next/vestingRedemptionDynamic/schemas.d.ts +13 -1
  358. package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -1
  359. package/dist/next/vestingRedemptionDynamic/schemas.js +15 -1
  360. package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -1
  361. package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +1 -1
  362. package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -1
  363. package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +1 -1
  364. package/dist/schemas.d.ts +50 -0
  365. package/dist/schemas.d.ts.map +1 -1
  366. package/dist/schemas.js +62 -0
  367. package/dist/staking/index.d.ts +60 -84
  368. package/dist/staking/index.d.ts.map +1 -1
  369. package/dist/staking/platforms/getPlatform.d.ts +36 -0
  370. package/dist/staking/platforms/getPlatform.d.ts.map +1 -0
  371. package/dist/staking/platforms/{getPlatform/v0/getPlatform.js → getPlatform.js} +26 -22
  372. package/dist/staking/platforms/index.d.ts +10 -14
  373. package/dist/staking/platforms/index.d.ts.map +1 -1
  374. package/dist/staking/platforms/index.js +3 -6
  375. package/dist/staking/platforms/searchPlatforms.d.ts +40 -0
  376. package/dist/staking/platforms/searchPlatforms.d.ts.map +1 -0
  377. package/dist/staking/platforms/searchPlatforms.js +50 -0
  378. package/dist/staking/pools/getPool.d.ts +40 -0
  379. package/dist/staking/pools/getPool.d.ts.map +1 -0
  380. package/dist/staking/pools/{getPool/v0/getPool.js → getPool.js} +32 -28
  381. package/dist/staking/pools/index.d.ts +9 -13
  382. package/dist/staking/pools/index.d.ts.map +1 -1
  383. package/dist/staking/pools/index.js +3 -6
  384. package/dist/staking/pools/searchPools.d.ts +42 -0
  385. package/dist/staking/pools/searchPools.d.ts.map +1 -0
  386. package/dist/staking/pools/searchPools.js +50 -0
  387. package/dist/staking/roles/getRoles.d.ts +28 -0
  388. package/dist/staking/roles/getRoles.d.ts.map +1 -0
  389. package/dist/staking/roles/{getRoles/v0/getRoles.js → getRoles.js} +6 -5
  390. package/dist/staking/roles/grantRole.d.ts +33 -0
  391. package/dist/staking/roles/grantRole.d.ts.map +1 -0
  392. package/dist/staking/roles/{grantRole/v0/grantRole.js → grantRole.js} +19 -16
  393. package/dist/staking/roles/index.d.ts +23 -31
  394. package/dist/staking/roles/index.d.ts.map +1 -1
  395. package/dist/staking/roles/index.js +8 -8
  396. package/dist/staking/roles/searchRoleEvents.d.ts +48 -0
  397. package/dist/staking/roles/searchRoleEvents.d.ts.map +1 -0
  398. package/dist/staking/roles/{searchRoleEvents/v0/searchRoleEvents.js → searchRoleEvents.js} +25 -20
  399. package/dist/staking/roles/searchRoles.d.ts +46 -0
  400. package/dist/staking/roles/searchRoles.d.ts.map +1 -0
  401. package/dist/staking/roles/{searchRoles/v0/searchRoles.js → searchRoles.js} +24 -19
  402. package/dist/staking/stakes/getStake.d.ts +50 -0
  403. package/dist/staking/stakes/getStake.d.ts.map +1 -0
  404. package/dist/staking/stakes/{getStake/v0/getStake.js → getStake.js} +32 -28
  405. package/dist/staking/stakes/index.d.ts +21 -29
  406. package/dist/staking/stakes/index.d.ts.map +1 -1
  407. package/dist/staking/stakes/index.js +6 -6
  408. package/dist/staking/stakes/searchStakeEvents.d.ts +48 -0
  409. package/dist/staking/stakes/searchStakeEvents.d.ts.map +1 -0
  410. package/dist/staking/stakes/{searchStakeEvents/v0/searchStakeEvents.js → searchStakeEvents.js} +25 -20
  411. package/dist/staking/stakes/searchStakes.d.ts +56 -0
  412. package/dist/staking/stakes/searchStakes.d.ts.map +1 -0
  413. package/dist/staking/stakes/searchStakes.js +52 -0
  414. package/dist/stakingTemplates/index.d.ts +28 -28
  415. package/dist/stakingTemplates/index.d.ts.map +1 -1
  416. package/dist/stakingTemplates/index.js +6 -6
  417. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +8 -2
  418. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
  419. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +18 -16
  420. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +6 -1
  421. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
  422. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +8 -5
  423. package/dist/stakingTemplates/templates/common/getReward.d.ts +5 -0
  424. package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
  425. package/dist/stakingTemplates/templates/common/getReward.js +7 -4
  426. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +15 -5
  427. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
  428. package/dist/stakingTemplates/templates/common/getStakeEvent.js +21 -10
  429. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +6 -0
  430. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
  431. package/dist/stakingTemplates/templates/common/partialUnstake.js +10 -7
  432. package/dist/stakingTemplates/templates/common/unstake.d.ts +5 -0
  433. package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
  434. package/dist/stakingTemplates/templates/common/unstake.js +7 -4
  435. package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.d.ts → createPlatform.d.ts} +12 -1
  436. package/dist/stakingTemplates/templates/reputation/createPlatform.d.ts.map +1 -0
  437. package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.js → createPlatform.js} +22 -19
  438. package/dist/stakingTemplates/templates/reputation/createPool.d.ts +58 -0
  439. package/dist/stakingTemplates/templates/reputation/createPool.d.ts.map +1 -0
  440. package/dist/stakingTemplates/templates/reputation/{v0/createPool.js → createPool.js} +23 -20
  441. package/dist/stakingTemplates/templates/reputation/index.d.ts +10 -10
  442. package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
  443. package/dist/stakingTemplates/templates/reputation/index.js +24 -3
  444. package/dist/stakingTemplates/templates/reputation/restake.d.ts +32 -0
  445. package/dist/stakingTemplates/templates/reputation/restake.d.ts.map +1 -0
  446. package/dist/stakingTemplates/templates/reputation/{v0/restake.js → restake.js} +14 -11
  447. package/dist/stakingTemplates/templates/{rwa/v0/restake.d.ts → reputation/stake.d.ts} +8 -2
  448. package/dist/stakingTemplates/templates/reputation/stake.d.ts.map +1 -0
  449. package/dist/stakingTemplates/templates/reputation/{v0/stake.js → stake.js} +15 -16
  450. package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts +42 -0
  451. package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts.map +1 -0
  452. package/dist/stakingTemplates/templates/reputationLock/{v0/createPlatform.js → createPlatform.js} +22 -19
  453. package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts +76 -0
  454. package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts.map +1 -0
  455. package/dist/stakingTemplates/templates/reputationLock/{v0/createPool.js → createPool.js} +28 -25
  456. package/dist/stakingTemplates/templates/reputationLock/index.d.ts +10 -10
  457. package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
  458. package/dist/stakingTemplates/templates/reputationLock/index.js +24 -3
  459. package/dist/stakingTemplates/templates/reputationLock/restake.d.ts +34 -0
  460. package/dist/stakingTemplates/templates/reputationLock/restake.d.ts.map +1 -0
  461. package/dist/stakingTemplates/templates/reputationLock/{v0/restake.js → restake.js} +17 -14
  462. package/dist/stakingTemplates/templates/reputationLock/stake.d.ts +34 -0
  463. package/dist/stakingTemplates/templates/reputationLock/stake.d.ts.map +1 -0
  464. package/dist/stakingTemplates/templates/reputationLock/{v0/stake.js → stake.js} +19 -16
  465. package/dist/stakingTemplates/templates/{reputationLock/v0 → rwa}/createPlatform.d.ts +12 -1
  466. package/dist/stakingTemplates/templates/rwa/createPlatform.d.ts.map +1 -0
  467. package/dist/stakingTemplates/templates/rwa/{v0/createPlatform.js → createPlatform.js} +22 -19
  468. package/dist/stakingTemplates/templates/rwa/createPool.d.ts +56 -0
  469. package/dist/stakingTemplates/templates/rwa/createPool.d.ts.map +1 -0
  470. package/dist/stakingTemplates/templates/rwa/{v0/createPool.js → createPool.js} +21 -18
  471. package/dist/stakingTemplates/templates/{reputation/v0/stake.d.ts → rwa/distributeRewards.d.ts} +8 -2
  472. package/dist/stakingTemplates/templates/rwa/distributeRewards.d.ts.map +1 -0
  473. package/dist/stakingTemplates/templates/rwa/{v0/distributeRewards.js → distributeRewards.js} +15 -12
  474. package/dist/stakingTemplates/templates/rwa/index.d.ts +10 -10
  475. package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
  476. package/dist/stakingTemplates/templates/rwa/index.js +26 -3
  477. package/dist/stakingTemplates/templates/rwa/restake.d.ts +32 -0
  478. package/dist/stakingTemplates/templates/rwa/restake.d.ts.map +1 -0
  479. package/dist/stakingTemplates/templates/rwa/{v0/restake.js → restake.js} +14 -11
  480. package/dist/stakingTemplates/templates/rwa/stake.d.ts +32 -0
  481. package/dist/stakingTemplates/templates/rwa/stake.d.ts.map +1 -0
  482. package/dist/stakingTemplates/templates/rwa/{v0/stake.js → stake.js} +15 -16
  483. package/package.json +12 -12
  484. package/dist/fractions/sales/approveSale.route.d.ts.map +0 -1
  485. package/dist/fractions/sales/approveWrapper.route.d.ts.map +0 -1
  486. package/dist/fractions/sales/completeSale.route.d.ts.map +0 -1
  487. package/dist/fractions/sales/createFractions.route.d.ts.map +0 -1
  488. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +0 -37
  489. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +0 -1
  490. package/dist/fractions/sales/purchase.route.d.ts.map +0 -1
  491. package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +0 -1
  492. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +0 -1
  493. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +0 -1
  494. package/dist/fractions/sales/searchActivity.route.d.ts +0 -71
  495. package/dist/fractions/sales/searchActivity.route.d.ts.map +0 -1
  496. package/dist/fractions/sales/searchWithdrawal.route.d.ts +0 -56
  497. package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +0 -1
  498. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +0 -1
  499. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +0 -1
  500. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +0 -1
  501. package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +0 -1
  502. package/dist/fractions/sales/withdraw.route.d.ts.map +0 -1
  503. package/dist/fractions/sig/getNonce.route.d.ts.map +0 -1
  504. package/dist/fractions/statistics/networkStatistics.route.d.ts.map +0 -1
  505. package/dist/staking/platforms/getPlatform/index.d.ts +0 -23
  506. package/dist/staking/platforms/getPlatform/index.d.ts.map +0 -1
  507. package/dist/staking/platforms/getPlatform/index.js +0 -5
  508. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +0 -24
  509. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +0 -1
  510. package/dist/staking/platforms/searchPlatforms/index.d.ts +0 -29
  511. package/dist/staking/platforms/searchPlatforms/index.d.ts.map +0 -1
  512. package/dist/staking/platforms/searchPlatforms/index.js +0 -5
  513. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +0 -30
  514. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +0 -1
  515. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +0 -45
  516. package/dist/staking/pools/getPool/index.d.ts +0 -25
  517. package/dist/staking/pools/getPool/index.d.ts.map +0 -1
  518. package/dist/staking/pools/getPool/index.js +0 -5
  519. package/dist/staking/pools/getPool/v0/getPool.d.ts +0 -26
  520. package/dist/staking/pools/getPool/v0/getPool.d.ts.map +0 -1
  521. package/dist/staking/pools/searchPools/index.d.ts +0 -30
  522. package/dist/staking/pools/searchPools/index.d.ts.map +0 -1
  523. package/dist/staking/pools/searchPools/index.js +0 -5
  524. package/dist/staking/pools/searchPools/v0/searchPools.d.ts +0 -31
  525. package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +0 -1
  526. package/dist/staking/pools/searchPools/v0/searchPools.js +0 -45
  527. package/dist/staking/roles/getRoles/index.d.ts +0 -23
  528. package/dist/staking/roles/getRoles/index.d.ts.map +0 -1
  529. package/dist/staking/roles/getRoles/index.js +0 -5
  530. package/dist/staking/roles/getRoles/v0/getRoles.d.ts +0 -23
  531. package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +0 -1
  532. package/dist/staking/roles/grantRole/index.d.ts +0 -26
  533. package/dist/staking/roles/grantRole/index.d.ts.map +0 -1
  534. package/dist/staking/roles/grantRole/index.js +0 -5
  535. package/dist/staking/roles/grantRole/v0/grantRole.d.ts +0 -26
  536. package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +0 -1
  537. package/dist/staking/roles/searchRoleEvents/index.d.ts +0 -33
  538. package/dist/staking/roles/searchRoleEvents/index.d.ts.map +0 -1
  539. package/dist/staking/roles/searchRoleEvents/index.js +0 -5
  540. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +0 -34
  541. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +0 -1
  542. package/dist/staking/roles/searchRoles/index.d.ts +0 -32
  543. package/dist/staking/roles/searchRoles/index.d.ts.map +0 -1
  544. package/dist/staking/roles/searchRoles/index.js +0 -5
  545. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +0 -33
  546. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +0 -1
  547. package/dist/staking/stakes/getStake/index.d.ts +0 -30
  548. package/dist/staking/stakes/getStake/index.d.ts.map +0 -1
  549. package/dist/staking/stakes/getStake/index.js +0 -5
  550. package/dist/staking/stakes/getStake/v0/getStake.d.ts +0 -30
  551. package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +0 -1
  552. package/dist/staking/stakes/searchStakeEvents/index.d.ts +0 -33
  553. package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +0 -1
  554. package/dist/staking/stakes/searchStakeEvents/index.js +0 -5
  555. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +0 -34
  556. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +0 -1
  557. package/dist/staking/stakes/searchStakes/index.d.ts +0 -37
  558. package/dist/staking/stakes/searchStakes/index.d.ts.map +0 -1
  559. package/dist/staking/stakes/searchStakes/index.js +0 -5
  560. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +0 -37
  561. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +0 -1
  562. package/dist/staking/stakes/searchStakes/v0/searchStakes.js +0 -47
  563. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
  564. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +0 -39
  565. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +0 -1
  566. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +0 -243
  567. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +0 -1
  568. package/dist/stakingTemplates/templates/reputation/v0/index.js +0 -26
  569. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +0 -26
  570. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +0 -1
  571. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +0 -1
  572. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
  573. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +0 -48
  574. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
  575. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +0 -254
  576. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +0 -1
  577. package/dist/stakingTemplates/templates/reputationLock/v0/index.js +0 -26
  578. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +0 -27
  579. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +0 -1
  580. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +0 -27
  581. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +0 -1
  582. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +0 -31
  583. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
  584. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +0 -38
  585. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +0 -1
  586. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +0 -26
  587. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +0 -1
  588. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +0 -266
  589. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +0 -1
  590. package/dist/stakingTemplates/templates/rwa/v0/index.js +0 -28
  591. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +0 -1
  592. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +0 -26
  593. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +0 -1
  594. /package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.js → receiveNonPurchasedWrappedAssets.js} +0 -0
  595. /package/dist/fractions/sales/vesting/{claimVestedTokens.route.js → claimVestedTokens.js} +0 -0
package/dist/client.d.ts CHANGED
@@ -2,1228 +2,1120 @@ import { ClientRequestOptions } from "hono/client";
2
2
  export declare function buildClients(basePath: string, options?: ClientRequestOptions): {
3
3
  staking: {
4
4
  platforms: {
5
- get: {
6
- v0: import("hono/client").ClientRequest<string, "/platforms/get/v0", {
7
- $get: {
8
- input: {
9
- query: {
10
- chainId: "31337" | "11155111" | "84532";
11
- address: string;
12
- };
13
- };
14
- output: {
5
+ get: import("hono/client").ClientRequest<string, "/platforms/get", {
6
+ $get: {
7
+ input: {
8
+ query: {
15
9
  chainId: "31337" | "11155111" | "84532";
16
- transactionHash: `0x${string}`;
17
- createdAt: string & import("zod").$brand<"IsoDateString">;
18
- contractAddress: `0x${string}`;
19
- adminAddress: `0x${string}`;
20
- updatedAt: string & import("zod").$brand<"IsoDateString">;
10
+ address: string;
21
11
  };
22
- outputFormat: "json";
23
- status: 200;
24
12
  };
25
- }>;
26
- };
13
+ output: {
14
+ chainId: "31337" | "11155111" | "84532";
15
+ transactionHash: `0x${string}`;
16
+ createdAt: string & import("zod").$brand<"IsoDateString">;
17
+ contractAddress: `0x${string}`;
18
+ adminAddress: `0x${string}`;
19
+ updatedAt: string & import("zod").$brand<"IsoDateString">;
20
+ };
21
+ outputFormat: "json";
22
+ status: 200;
23
+ };
24
+ }>;
27
25
  };
28
26
  } & {
29
27
  platforms: {
30
- search: {
31
- v0: import("hono/client").ClientRequest<string, "/platforms/search/v0", {
32
- $post: {
33
- input: {
34
- json: {
35
- page: {
36
- skip: number;
37
- limit: number;
38
- };
39
- filter: {
40
- chainId?: "31337" | "11155111" | "84532" | undefined;
41
- owner?: string | undefined;
42
- };
43
- };
28
+ search: import("hono/client").ClientRequest<string, "/platforms/search", {
29
+ $get: {
30
+ input: {
31
+ query: {
32
+ skip: string | string[];
33
+ limit: string | string[];
34
+ chainId?: string | string[] | undefined;
35
+ owner?: string | string[] | undefined;
44
36
  };
45
- output: {
46
- chainId: "31337" | "11155111" | "84532";
47
- transactionHash: `0x${string}`;
48
- createdAt: string & import("zod").$brand<"IsoDateString">;
49
- contractAddress: `0x${string}`;
50
- adminAddress: `0x${string}`;
51
- updatedAt: string & import("zod").$brand<"IsoDateString">;
52
- }[];
53
- outputFormat: "json";
54
- status: 200;
55
37
  };
56
- }>;
57
- };
38
+ output: {
39
+ chainId: "31337" | "11155111" | "84532";
40
+ transactionHash: `0x${string}`;
41
+ createdAt: string & import("zod").$brand<"IsoDateString">;
42
+ contractAddress: `0x${string}`;
43
+ adminAddress: `0x${string}`;
44
+ updatedAt: string & import("zod").$brand<"IsoDateString">;
45
+ }[];
46
+ outputFormat: "json";
47
+ status: import("hono/utils/http-status").ContentfulStatusCode;
48
+ };
49
+ }>;
58
50
  };
59
51
  } & {
60
52
  pools: {
61
- searchPools: {
62
- v0: import("hono/client").ClientRequest<string, "/pools/searchPools/v0", {
63
- $post: {
64
- input: {
65
- json: {
66
- page: {
67
- skip: number;
68
- limit: number;
69
- };
70
- filter: {
71
- chainId?: "31337" | "11155111" | "84532" | undefined;
72
- platform?: string | undefined;
73
- };
74
- };
53
+ searchPools: import("hono/client").ClientRequest<string, "/pools/searchPools", {
54
+ $get: {
55
+ input: {
56
+ query: {
57
+ skip: string | string[];
58
+ limit: string | string[];
59
+ chainId?: string | string[] | undefined;
60
+ platform?: string | string[] | undefined;
75
61
  };
76
- output: {
77
- chainId: "31337" | "11155111" | "84532";
78
- platform: `0x${string}`;
79
- rewardsHandler: `0x${string}`;
80
- assetHandler: `0x${string}`;
81
- txHash: `0x${string}`;
82
- poolId: string & import("zod").$brand<"Int256">;
83
- createdAt: string & import("zod").$brand<"IsoDateString">;
84
- }[];
85
- outputFormat: "json";
86
- status: 200;
87
62
  };
88
- }>;
89
- };
63
+ output: {
64
+ chainId: "31337" | "11155111" | "84532";
65
+ platform: `0x${string}`;
66
+ rewardsHandler: `0x${string}`;
67
+ assetHandler: `0x${string}`;
68
+ txHash: `0x${string}`;
69
+ poolId: string & import("zod").$brand<"Int256">;
70
+ createdAt: string & import("zod").$brand<"IsoDateString">;
71
+ }[];
72
+ outputFormat: "json";
73
+ status: 200;
74
+ };
75
+ }>;
90
76
  };
91
77
  } & {
92
78
  pools: {
93
- getPool: {
94
- v0: import("hono/client").ClientRequest<string, "/pools/getPool/v0", {
95
- $get: {
96
- input: {
97
- query: {
98
- chainId: "31337" | "11155111" | "84532";
99
- poolId: string;
100
- platform: string;
101
- };
102
- };
103
- output: {
79
+ getPool: import("hono/client").ClientRequest<string, "/pools/getPool", {
80
+ $get: {
81
+ input: {
82
+ query: {
104
83
  chainId: "31337" | "11155111" | "84532";
105
- platform: `0x${string}`;
106
- rewardsHandler: `0x${string}`;
107
- assetHandler: `0x${string}`;
108
- txHash: `0x${string}`;
109
- poolId: string & import("zod").$brand<"Int256">;
110
- createdAt: string & import("zod").$brand<"IsoDateString">;
84
+ poolId: string;
85
+ platform: string;
111
86
  };
112
- outputFormat: "json";
113
- status: 200;
114
87
  };
115
- }>;
116
- };
88
+ output: {
89
+ chainId: "31337" | "11155111" | "84532";
90
+ platform: `0x${string}`;
91
+ rewardsHandler: `0x${string}`;
92
+ assetHandler: `0x${string}`;
93
+ txHash: `0x${string}`;
94
+ poolId: string & import("zod").$brand<"Int256">;
95
+ createdAt: string & import("zod").$brand<"IsoDateString">;
96
+ };
97
+ outputFormat: "json";
98
+ status: 200;
99
+ };
100
+ }>;
117
101
  };
118
102
  } & {
119
103
  stakes: {
120
- searchStakes: {
121
- v0: import("hono/client").ClientRequest<string, "/stakes/searchStakes/v0", {
122
- $post: {
123
- input: {
124
- json: {
125
- page: {
126
- skip: number;
127
- limit: number;
128
- };
129
- filter: {
130
- chainId?: "31337" | "11155111" | "84532" | undefined;
131
- owner?: string | undefined;
132
- platform?: string | undefined;
133
- poolId?: string | undefined;
134
- };
135
- };
104
+ searchStakes: import("hono/client").ClientRequest<string, "/stakes/searchStakes", {
105
+ $get: {
106
+ input: {
107
+ query: {
108
+ skip: string | string[];
109
+ limit: string | string[];
110
+ chainId?: string | string[] | undefined;
111
+ owner?: string | string[] | undefined;
112
+ platform?: string | string[] | undefined;
113
+ poolId?: string | string[] | undefined;
136
114
  };
137
- output: {
138
- chainId: "31337" | "11155111" | "84532";
139
- platform: string;
140
- owner: string;
141
- stakeId: string;
142
- activePackets: string;
143
- rewardsClaimed: string;
144
- isActive: boolean;
145
- unlockTimestamp: string;
146
- startTimestamp: string;
147
- createdAt: string;
148
- updatedAt: string;
149
- poolId?: string | undefined;
150
- }[];
151
- outputFormat: "json";
152
- status: 200;
153
115
  };
154
- }>;
155
- };
116
+ output: {
117
+ chainId: "31337" | "11155111" | "84532";
118
+ platform: string;
119
+ owner: string;
120
+ stakeId: string;
121
+ activePackets: string;
122
+ rewardsClaimed: string;
123
+ isActive: boolean;
124
+ unlockTimestamp: string;
125
+ startTimestamp: string;
126
+ createdAt: string;
127
+ updatedAt: string;
128
+ poolId?: string | undefined;
129
+ }[];
130
+ outputFormat: "json";
131
+ status: 200;
132
+ };
133
+ }>;
156
134
  };
157
135
  } & {
158
136
  stakes: {
159
- searchStakeEvents: {
160
- v0: import("hono/client").ClientRequest<string, "/stakes/searchStakeEvents/v0", {
161
- $post: {
162
- input: {
163
- json: {
164
- page: {
165
- skip: number;
166
- limit: number;
167
- };
168
- filter: {
169
- chainId?: "31337" | "11155111" | "84532" | undefined;
170
- owner?: string | undefined;
171
- platform?: string | undefined;
172
- poolId?: string | undefined;
173
- };
174
- };
137
+ searchStakeEvents: import("hono/client").ClientRequest<string, "/stakes/searchStakeEvents", {
138
+ $get: {
139
+ input: {
140
+ query: {
141
+ skip: string | string[];
142
+ limit: string | string[];
143
+ chainId?: string | string[] | undefined;
144
+ owner?: string | string[] | undefined;
145
+ platform?: string | string[] | undefined;
146
+ poolId?: string | string[] | undefined;
175
147
  };
176
- output: {
177
- id: string;
178
- chainId: "31337" | "11155111" | "84532";
179
- platform: `0x${string}`;
180
- owner: `0x${string}`;
181
- stakeId: string & import("zod").$brand<"Int256">;
182
- createdAt: string & import("zod").$brand<"IsoDateString">;
183
- txHash: `0x${string}`;
184
- poolId?: (string & import("zod").$brand<"Int256">) | undefined;
185
- }[];
186
- outputFormat: "json";
187
- status: 200;
188
148
  };
189
- }>;
190
- };
149
+ output: {
150
+ id: string;
151
+ chainId: "31337" | "11155111" | "84532";
152
+ platform: `0x${string}`;
153
+ owner: `0x${string}`;
154
+ stakeId: string & import("zod").$brand<"Int256">;
155
+ createdAt: string & import("zod").$brand<"IsoDateString">;
156
+ txHash: `0x${string}`;
157
+ poolId?: (string & import("zod").$brand<"Int256">) | undefined;
158
+ }[];
159
+ outputFormat: "json";
160
+ status: import("hono/utils/http-status").ContentfulStatusCode;
161
+ };
162
+ }>;
191
163
  };
192
164
  } & {
193
165
  stakes: {
194
- getStake: {
195
- v0: import("hono/client").ClientRequest<string, "/stakes/getStake/v0", {
196
- $get: {
197
- input: {
198
- query: {
199
- chainId: "31337" | "11155111" | "84532";
200
- platform: string;
201
- stakeId: string;
202
- };
203
- };
204
- output: {
166
+ getStake: import("hono/client").ClientRequest<string, "/stakes/getStake", {
167
+ $get: {
168
+ input: {
169
+ query: {
205
170
  chainId: "31337" | "11155111" | "84532";
206
171
  platform: string;
207
- owner: string;
208
172
  stakeId: string;
209
- activePackets: string;
210
- rewardsClaimed: string;
211
- isActive: boolean;
212
- unlockTimestamp: string;
213
- startTimestamp: string;
214
- createdAt: string;
215
- updatedAt: string;
216
- poolId?: string | undefined;
217
173
  };
218
- outputFormat: "json";
219
- status: 200;
220
174
  };
221
- }>;
222
- };
175
+ output: {
176
+ chainId: "31337" | "11155111" | "84532";
177
+ platform: string;
178
+ owner: string;
179
+ stakeId: string;
180
+ activePackets: string;
181
+ rewardsClaimed: string;
182
+ isActive: boolean;
183
+ unlockTimestamp: string;
184
+ startTimestamp: string;
185
+ createdAt: string;
186
+ updatedAt: string;
187
+ poolId?: string | undefined;
188
+ };
189
+ outputFormat: "json";
190
+ status: 200;
191
+ };
192
+ }>;
223
193
  };
224
194
  } & {
225
195
  roles: {
226
- getRoles: {
227
- v0: import("hono/client").ClientRequest<string, "/roles/getRoles/v0", {
228
- $get: {
229
- input: {};
230
- output: ({
231
- name: string;
232
- value: `0x${string}`;
233
- } | {
234
- name: string;
235
- value: `0x${string}`;
236
- } | {
237
- name: string;
238
- value: `0x${string}`;
239
- } | {
240
- name: string;
241
- value: `0x${string}`;
242
- })[];
243
- outputFormat: "json";
244
- status: 200;
245
- };
246
- }>;
247
- };
196
+ getRoles: import("hono/client").ClientRequest<string, "/roles/getRoles", {
197
+ $get: {
198
+ input: {};
199
+ output: ({
200
+ name: string;
201
+ value: `0x${string}`;
202
+ } | {
203
+ name: string;
204
+ value: `0x${string}`;
205
+ } | {
206
+ name: string;
207
+ value: `0x${string}`;
208
+ } | {
209
+ name: string;
210
+ value: `0x${string}`;
211
+ })[];
212
+ outputFormat: "json";
213
+ status: 200;
214
+ };
215
+ }>;
248
216
  };
249
217
  } & {
250
218
  roles: {
251
- grantRole: {
252
- v0: import("hono/client").ClientRequest<string, "/roles/grantRole/v0", {
253
- $post: {
254
- input: {
255
- json: {
256
- platform: string;
257
- addresses: string[];
258
- role: string;
259
- };
219
+ grantRole: import("hono/client").ClientRequest<string, "/roles/grantRole", {
220
+ $post: {
221
+ input: {
222
+ json: {
223
+ platform: string;
224
+ addresses: string[];
225
+ role: string;
260
226
  };
261
- output: {
262
- data: `0x${string}`;
263
- to: `0x${string}`;
264
- details: {
265
- functionName: string;
266
- address: `0x${string}`;
267
- abi: any[];
268
- args: any[];
269
- };
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[];
270
236
  };
271
- outputFormat: "json";
272
- status: 200;
273
237
  };
274
- }>;
275
- };
238
+ outputFormat: "json";
239
+ status: import("hono/utils/http-status").ContentfulStatusCode;
240
+ };
241
+ }>;
276
242
  };
277
243
  } & {
278
244
  roles: {
279
- searchRoles: {
280
- v0: import("hono/client").ClientRequest<string, "/roles/searchRoles/v0", {
281
- $post: {
282
- input: {
283
- json: {
284
- page: {
285
- skip: number;
286
- limit: number;
287
- };
288
- filter: {
289
- chainId?: "31337" | "11155111" | "84532" | undefined;
290
- owner?: string | undefined;
291
- platform?: string | undefined;
292
- poolId?: string | undefined;
293
- };
294
- };
245
+ searchRoles: import("hono/client").ClientRequest<string, "/roles/searchRoles", {
246
+ $get: {
247
+ input: {
248
+ query: {
249
+ skip: string | string[];
250
+ limit: string | string[];
251
+ chainId?: string | string[] | undefined;
252
+ owner?: string | string[] | undefined;
253
+ platform?: string | string[] | undefined;
254
+ poolId?: string | string[] | undefined;
295
255
  };
296
- output: {
297
- chainId: "31337" | "11155111" | "84532";
298
- platform: `0x${string}`;
299
- roleId: `0x${string}`;
300
- owner: `0x${string}`;
301
- createdAt: string & import("zod").$brand<"IsoDateString">;
302
- updatedAt: string & import("zod").$brand<"IsoDateString">;
303
- poolId?: (string & import("zod").$brand<"Int256">) | undefined;
304
- }[];
305
- outputFormat: "json";
306
- status: 200;
307
256
  };
308
- }>;
309
- };
257
+ output: {
258
+ chainId: "31337" | "11155111" | "84532";
259
+ platform: `0x${string}`;
260
+ roleId: `0x${string}`;
261
+ owner: `0x${string}`;
262
+ createdAt: string & import("zod").$brand<"IsoDateString">;
263
+ updatedAt: string & import("zod").$brand<"IsoDateString">;
264
+ poolId?: (string & import("zod").$brand<"Int256">) | undefined;
265
+ }[];
266
+ outputFormat: "json";
267
+ status: 200;
268
+ };
269
+ }>;
310
270
  };
311
271
  } & {
312
272
  roles: {
313
- searchRoleEvents: {
314
- v0: import("hono/client").ClientRequest<string, "/roles/searchRoleEvents/v0", {
315
- $post: {
316
- input: {
317
- json: {
318
- page: {
319
- skip: number;
320
- limit: number;
321
- };
322
- filter: {
323
- chainId?: "31337" | "11155111" | "84532" | undefined;
324
- owner?: string | undefined;
325
- platform?: string | undefined;
326
- poolId?: string | undefined;
327
- };
328
- };
273
+ searchRoleEvents: import("hono/client").ClientRequest<string, "/roles/searchRoleEvents", {
274
+ $get: {
275
+ input: {
276
+ query: {
277
+ skip: string | string[];
278
+ limit: string | string[];
279
+ chainId?: string | string[] | undefined;
280
+ owner?: string | string[] | undefined;
281
+ platform?: string | string[] | undefined;
282
+ poolId?: string | string[] | undefined;
329
283
  };
330
- output: {
331
- id: string;
332
- roleId: `0x${string}`;
333
- chainId: "31337" | "11155111" | "84532";
334
- platform: `0x${string}`;
335
- txHash: `0x${string}`;
336
- owner: `0x${string}`;
337
- isRevoked: boolean;
338
- poolId?: (string & import("zod").$brand<"Int256">) | undefined;
339
- }[];
340
- outputFormat: "json";
341
- status: 200;
342
284
  };
343
- }>;
344
- };
285
+ output: {
286
+ id: string;
287
+ roleId: `0x${string}`;
288
+ chainId: "31337" | "11155111" | "84532";
289
+ platform: `0x${string}`;
290
+ txHash: `0x${string}`;
291
+ owner: `0x${string}`;
292
+ isRevoked: boolean;
293
+ poolId?: (string & import("zod").$brand<"Int256">) | undefined;
294
+ }[];
295
+ outputFormat: "json";
296
+ status: import("hono/utils/http-status").ContentfulStatusCode;
297
+ };
298
+ }>;
345
299
  };
346
300
  };
347
301
  stakingTemplates: {
348
302
  reputation: {
349
- v0: {
350
- getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getPlatformDeployEvent", {
351
- $get: {
352
- input: {
353
- query: {
354
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
355
- hash: string;
356
- };
357
- };
358
- output: {
359
- diamondAddress: `0x${string}`;
360
- admin: `0x${string}`;
303
+ getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputation/getPlatformDeployEvent", {
304
+ $get: {
305
+ input: {
306
+ query: {
307
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
308
+ hash: string;
361
309
  };
362
- outputFormat: "json";
363
- status: import("hono/utils/http-status").ContentfulStatusCode;
364
310
  };
365
- }>;
366
- };
311
+ output: {
312
+ diamondAddress: `0x${string}`;
313
+ admin: `0x${string}`;
314
+ };
315
+ outputFormat: "json";
316
+ status: 200;
317
+ };
318
+ }>;
367
319
  };
368
320
  } & {
369
321
  reputation: {
370
- v0: {
371
- getStakeEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getStakeEvent", {
372
- $get: {
373
- input: {
374
- query: {
375
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
376
- hash: string;
377
- };
378
- };
379
- output: {
380
- poolId: never;
381
- stakeId: never;
382
- operator: `0x${string}`;
383
- owner: `0x${string}`;
384
- inputPacketsStaked: never;
385
- stakeStartActiveTimestamp: never;
386
- unlockTimestamp: never;
322
+ getStakeEvent: import("hono/client").ClientRequest<string, "/reputation/getStakeEvent", {
323
+ $get: {
324
+ input: {
325
+ query: {
326
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
327
+ hash: string;
387
328
  };
388
- outputFormat: "json";
389
- status: 200;
390
329
  };
391
- }>;
392
- };
330
+ output: {
331
+ poolId: string;
332
+ stakeId: string;
333
+ operator: `0x${string}`;
334
+ owner: `0x${string}`;
335
+ inputPacketsStaked: string;
336
+ stakeStartActiveTimestamp: string;
337
+ unlockTimestamp: string;
338
+ };
339
+ outputFormat: "json";
340
+ status: 200;
341
+ };
342
+ }>;
393
343
  };
394
344
  } & {
395
345
  reputation: {
396
- v0: {
397
- getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getCreatePoolEvent", {
398
- $get: {
399
- input: {
400
- query: {
401
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
402
- hash: string;
403
- };
404
- };
405
- output: {
406
- poolId: never;
407
- inputAssetKeeper: `0x${string}`;
408
- rewardAssetHandler: `0x${string}`;
346
+ getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputation/getCreatePoolEvent", {
347
+ $get: {
348
+ input: {
349
+ query: {
350
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
351
+ hash: string;
409
352
  };
410
- outputFormat: "json";
411
- status: import("hono/utils/http-status").ContentfulStatusCode;
412
353
  };
413
- }>;
414
- };
354
+ output: {
355
+ poolId: string & import("zod").$brand<"Int256">;
356
+ rewardAssetHandler: `0x${string}`;
357
+ inputAssetKeeper: `0x${string}`;
358
+ };
359
+ outputFormat: "json";
360
+ status: import("hono/utils/http-status").ContentfulStatusCode;
361
+ };
362
+ }>;
415
363
  };
416
364
  } & {
417
365
  reputation: {
418
- v0: {
419
- getReward: import("hono/client").ClientRequest<string, "/reputation/v0/getReward", {
420
- $post: {
421
- input: {
422
- json: {
423
- platform: string;
424
- stakeId: string;
425
- };
366
+ getReward: import("hono/client").ClientRequest<string, "/reputation/getReward", {
367
+ $post: {
368
+ input: {
369
+ json: {
370
+ platform: string;
371
+ stakeId: string;
426
372
  };
427
- output: {
428
- data: `0x${string}`;
429
- to: `0x${string}`;
430
- details: {
431
- functionName: string;
432
- address: `0x${string}`;
433
- abi: any[];
434
- args: any[];
435
- };
373
+ };
374
+ output: {
375
+ data: `0x${string}`;
376
+ to: `0x${string}`;
377
+ details: {
378
+ functionName: string;
379
+ address: `0x${string}`;
380
+ abi: any[];
381
+ args: any[];
436
382
  };
437
- outputFormat: "json";
438
- status: 200;
439
383
  };
440
- }>;
441
- };
384
+ outputFormat: "json";
385
+ status: 200;
386
+ };
387
+ }>;
442
388
  };
443
389
  } & {
444
390
  reputation: {
445
- v0: {
446
- partialUnstake: import("hono/client").ClientRequest<string, "/reputation/v0/partialUnstake", {
447
- $post: {
448
- input: {
449
- json: {
450
- platform: string;
451
- stakeId: string;
452
- amount: string;
453
- };
391
+ partialUnstake: import("hono/client").ClientRequest<string, "/reputation/partialUnstake", {
392
+ $post: {
393
+ input: {
394
+ json: {
395
+ platform: string;
396
+ stakeId: string;
397
+ amount: string;
454
398
  };
455
- output: {
456
- data: `0x${string}`;
457
- to: `0x${string}`;
458
- details: {
459
- functionName: string;
460
- address: `0x${string}`;
461
- abi: any[];
462
- args: any[];
463
- };
399
+ };
400
+ output: {
401
+ data: `0x${string}`;
402
+ to: `0x${string}`;
403
+ details: {
404
+ functionName: string;
405
+ address: `0x${string}`;
406
+ abi: any[];
407
+ args: any[];
464
408
  };
465
- outputFormat: "json";
466
- status: 200;
467
409
  };
468
- }>;
469
- };
410
+ outputFormat: "json";
411
+ status: 200;
412
+ };
413
+ }>;
470
414
  };
471
415
  } & {
472
416
  reputation: {
473
- v0: {
474
- restake: import("hono/client").ClientRequest<string, "/reputation/v0/restake", {
475
- $post: {
476
- input: {
477
- json: {
478
- platform: string;
479
- poolId: string;
480
- amount: string;
481
- };
417
+ restake: import("hono/client").ClientRequest<string, "/reputation/restake", {
418
+ $post: {
419
+ input: {
420
+ json: {
421
+ platform: string;
422
+ poolId: string;
423
+ amount: string;
482
424
  };
483
- output: {
484
- data: `0x${string}`;
485
- to: `0x${string}`;
486
- details: {
487
- functionName: string;
488
- address: `0x${string}`;
489
- abi: any[];
490
- args: any[];
491
- };
425
+ };
426
+ output: {
427
+ data: `0x${string}`;
428
+ to: `0x${string}`;
429
+ details: {
430
+ functionName: string;
431
+ address: `0x${string}`;
432
+ abi: any[];
433
+ args: any[];
492
434
  };
493
- outputFormat: "json";
494
- status: 200;
495
435
  };
496
- }>;
497
- };
436
+ outputFormat: "json";
437
+ status: 200;
438
+ };
439
+ }>;
498
440
  };
499
441
  } & {
500
442
  reputation: {
501
- v0: {
502
- stake: import("hono/client").ClientRequest<string, "/reputation/v0/stake", {
503
- $post: {
504
- input: {
505
- json: {
506
- platform: string;
507
- poolId: string;
508
- amount: string;
509
- };
510
- };
511
- output: {
512
- data: `0x${string}`;
513
- to: `0x${string}`;
514
- details: {
515
- functionName: string;
516
- address: `0x${string}`;
517
- abi: any[];
518
- args: any[];
519
- };
443
+ stake: import("hono/client").ClientRequest<string, "/reputation/stake", {
444
+ $post: {
445
+ input: {
446
+ json: {
447
+ platform: string;
448
+ poolId: string;
449
+ amount: string;
520
450
  };
521
- outputFormat: "json";
522
- status: 200;
523
451
  };
524
- }>;
525
- };
452
+ output: {
453
+ data: `0x${string}`;
454
+ to: `0x${string}`;
455
+ details: {
456
+ functionName: string;
457
+ address: `0x${string}`;
458
+ abi: any[];
459
+ args: any[];
460
+ };
461
+ };
462
+ outputFormat: "json";
463
+ status: 200;
464
+ };
465
+ }>;
526
466
  };
527
467
  } & {
528
468
  reputation: {
529
- v0: {
530
- unstake: import("hono/client").ClientRequest<string, "/reputation/v0/unstake", {
531
- $post: {
532
- input: {
533
- json: {
534
- platform: string;
535
- stakeId: string;
536
- };
469
+ unstake: import("hono/client").ClientRequest<string, "/reputation/unstake", {
470
+ $post: {
471
+ input: {
472
+ json: {
473
+ platform: string;
474
+ stakeId: string;
537
475
  };
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
- };
476
+ };
477
+ output: {
478
+ data: `0x${string}`;
479
+ to: `0x${string}`;
480
+ details: {
481
+ functionName: string;
482
+ address: `0x${string}`;
483
+ abi: any[];
484
+ args: any[];
547
485
  };
548
- outputFormat: "json";
549
- status: 200;
550
486
  };
551
- }>;
552
- };
487
+ outputFormat: "json";
488
+ status: 200;
489
+ };
490
+ }>;
553
491
  };
554
492
  } & {
555
493
  reputation: {
556
- v0: {
557
- createPool: import("hono/client").ClientRequest<string, "/reputation/v0/createPool", {
558
- $post: {
559
- input: {
560
- json: {
561
- platform: string;
562
- startDate: string;
563
- amount: {
564
- minAmount: string;
565
- maxAmount: string;
566
- };
567
- amountMult: [string, string][];
568
- stakingErc20: {
569
- contract: string;
570
- amountOfTokensPerPacket: string;
571
- };
572
- rewardErc20: {
573
- contract: string;
574
- amountOfTokensPerPacket: string;
575
- };
576
- rate: string;
494
+ createPool: import("hono/client").ClientRequest<string, "/reputation/createPool", {
495
+ $post: {
496
+ input: {
497
+ json: {
498
+ platform: string;
499
+ startDate: string;
500
+ amount: {
501
+ minAmount: string;
502
+ maxAmount: string;
577
503
  };
578
- };
579
- output: {
580
- data: `0x${string}`;
581
- to: `0x${string}`;
582
- details: {
583
- functionName: string;
584
- address: `0x${string}`;
585
- abi: any[];
586
- args: any[];
504
+ amountMult: [string, string][];
505
+ stakingErc20: {
506
+ contract: string;
507
+ amountOfTokensPerPacket: string;
508
+ };
509
+ rewardErc20: {
510
+ contract: string;
511
+ amountOfTokensPerPacket: string;
587
512
  };
513
+ rate: string;
588
514
  };
589
- outputFormat: "json";
590
- status: 200;
591
515
  };
592
- }>;
593
- };
516
+ output: {
517
+ data: `0x${string}`;
518
+ to: `0x${string}`;
519
+ details: {
520
+ functionName: string;
521
+ address: `0x${string}`;
522
+ abi: any[];
523
+ args: any[];
524
+ };
525
+ };
526
+ outputFormat: "json";
527
+ status: 200;
528
+ };
529
+ }>;
594
530
  };
595
531
  } & {
596
532
  reputation: {
597
- v0: {
598
- createPlatform: import("hono/client").ClientRequest<string, "/reputation/v0/createPlatform", {
599
- $post: {
600
- input: {
601
- json: {
602
- chainId: "31337" | "11155111" | "84532";
603
- erc721: {
604
- symbol: string;
605
- name: string;
606
- baseUri: string;
607
- };
608
- isSoulbound: boolean;
609
- adminAddress: string;
533
+ createPlatform: import("hono/client").ClientRequest<string, "/reputation/createPlatform", {
534
+ $post: {
535
+ input: {
536
+ json: {
537
+ chainId: "31337" | "11155111" | "84532";
538
+ erc721: {
539
+ symbol: string;
540
+ name: string;
541
+ baseUri: string;
610
542
  };
543
+ isSoulbound: boolean;
544
+ adminAddress: string;
611
545
  };
612
- output: {
613
- data: `0x${string}`;
614
- to: `0x${string}`;
615
- details: {
616
- functionName: string;
617
- address: `0x${string}`;
618
- abi: any[];
619
- args: any[];
620
- };
546
+ };
547
+ output: {
548
+ data: `0x${string}`;
549
+ to: `0x${string}`;
550
+ details: {
551
+ functionName: string;
552
+ address: `0x${string}`;
553
+ abi: any[];
554
+ args: any[];
621
555
  };
622
- outputFormat: "json";
623
- status: 200;
624
556
  };
625
- }>;
626
- };
557
+ outputFormat: "json";
558
+ status: 200;
559
+ };
560
+ }>;
627
561
  };
628
562
  } & {
629
563
  reputationLock: {
630
- v0: {
631
- getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getPlatformDeployEvent", {
632
- $get: {
633
- input: {
634
- query: {
635
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
636
- hash: string;
637
- };
638
- };
639
- output: {
640
- diamondAddress: `0x${string}`;
641
- admin: `0x${string}`;
564
+ getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputationLock/getPlatformDeployEvent", {
565
+ $get: {
566
+ input: {
567
+ query: {
568
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
569
+ hash: string;
642
570
  };
643
- outputFormat: "json";
644
- status: import("hono/utils/http-status").ContentfulStatusCode;
645
571
  };
646
- }>;
647
- };
572
+ output: {
573
+ diamondAddress: `0x${string}`;
574
+ admin: `0x${string}`;
575
+ };
576
+ outputFormat: "json";
577
+ status: 200;
578
+ };
579
+ }>;
648
580
  };
649
581
  } & {
650
582
  reputationLock: {
651
- v0: {
652
- getStakeEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getStakeEvent", {
653
- $get: {
654
- input: {
655
- query: {
656
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
657
- hash: string;
658
- };
659
- };
660
- output: {
661
- poolId: never;
662
- stakeId: never;
663
- operator: `0x${string}`;
664
- owner: `0x${string}`;
665
- inputPacketsStaked: never;
666
- stakeStartActiveTimestamp: never;
667
- unlockTimestamp: never;
583
+ getStakeEvent: import("hono/client").ClientRequest<string, "/reputationLock/getStakeEvent", {
584
+ $get: {
585
+ input: {
586
+ query: {
587
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
588
+ hash: string;
668
589
  };
669
- outputFormat: "json";
670
- status: 200;
671
590
  };
672
- }>;
673
- };
591
+ output: {
592
+ poolId: string;
593
+ stakeId: string;
594
+ operator: `0x${string}`;
595
+ owner: `0x${string}`;
596
+ inputPacketsStaked: string;
597
+ stakeStartActiveTimestamp: string;
598
+ unlockTimestamp: string;
599
+ };
600
+ outputFormat: "json";
601
+ status: 200;
602
+ };
603
+ }>;
674
604
  };
675
605
  } & {
676
606
  reputationLock: {
677
- v0: {
678
- getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getCreatePoolEvent", {
679
- $get: {
680
- input: {
681
- query: {
682
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
683
- hash: string;
684
- };
685
- };
686
- output: {
687
- poolId: never;
688
- inputAssetKeeper: `0x${string}`;
689
- rewardAssetHandler: `0x${string}`;
607
+ getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputationLock/getCreatePoolEvent", {
608
+ $get: {
609
+ input: {
610
+ query: {
611
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
612
+ hash: string;
690
613
  };
691
- outputFormat: "json";
692
- status: import("hono/utils/http-status").ContentfulStatusCode;
693
614
  };
694
- }>;
695
- };
615
+ output: {
616
+ poolId: string & import("zod").$brand<"Int256">;
617
+ rewardAssetHandler: `0x${string}`;
618
+ inputAssetKeeper: `0x${string}`;
619
+ };
620
+ outputFormat: "json";
621
+ status: import("hono/utils/http-status").ContentfulStatusCode;
622
+ };
623
+ }>;
696
624
  };
697
625
  } & {
698
626
  reputationLock: {
699
- v0: {
700
- getReward: import("hono/client").ClientRequest<string, "/reputationLock/v0/getReward", {
701
- $post: {
702
- input: {
703
- json: {
704
- platform: string;
705
- stakeId: string;
706
- };
627
+ getReward: import("hono/client").ClientRequest<string, "/reputationLock/getReward", {
628
+ $post: {
629
+ input: {
630
+ json: {
631
+ platform: string;
632
+ stakeId: string;
707
633
  };
708
- output: {
709
- data: `0x${string}`;
710
- to: `0x${string}`;
711
- details: {
712
- functionName: string;
713
- address: `0x${string}`;
714
- abi: any[];
715
- args: any[];
716
- };
634
+ };
635
+ output: {
636
+ data: `0x${string}`;
637
+ to: `0x${string}`;
638
+ details: {
639
+ functionName: string;
640
+ address: `0x${string}`;
641
+ abi: any[];
642
+ args: any[];
717
643
  };
718
- outputFormat: "json";
719
- status: 200;
720
644
  };
721
- }>;
722
- };
645
+ outputFormat: "json";
646
+ status: 200;
647
+ };
648
+ }>;
723
649
  };
724
650
  } & {
725
651
  reputationLock: {
726
- v0: {
727
- partialUnstake: import("hono/client").ClientRequest<string, "/reputationLock/v0/partialUnstake", {
728
- $post: {
729
- input: {
730
- json: {
731
- platform: string;
732
- stakeId: string;
733
- amount: string;
734
- };
652
+ partialUnstake: import("hono/client").ClientRequest<string, "/reputationLock/partialUnstake", {
653
+ $post: {
654
+ input: {
655
+ json: {
656
+ platform: string;
657
+ stakeId: string;
658
+ amount: string;
735
659
  };
736
- output: {
737
- data: `0x${string}`;
738
- to: `0x${string}`;
739
- details: {
740
- functionName: string;
741
- address: `0x${string}`;
742
- abi: any[];
743
- args: any[];
744
- };
660
+ };
661
+ output: {
662
+ data: `0x${string}`;
663
+ to: `0x${string}`;
664
+ details: {
665
+ functionName: string;
666
+ address: `0x${string}`;
667
+ abi: any[];
668
+ args: any[];
745
669
  };
746
- outputFormat: "json";
747
- status: 200;
748
670
  };
749
- }>;
750
- };
671
+ outputFormat: "json";
672
+ status: 200;
673
+ };
674
+ }>;
751
675
  };
752
676
  } & {
753
677
  reputationLock: {
754
- v0: {
755
- unstake: import("hono/client").ClientRequest<string, "/reputationLock/v0/unstake", {
756
- $post: {
757
- input: {
758
- json: {
759
- platform: string;
760
- stakeId: string;
761
- };
678
+ unstake: import("hono/client").ClientRequest<string, "/reputationLock/unstake", {
679
+ $post: {
680
+ input: {
681
+ json: {
682
+ platform: string;
683
+ stakeId: string;
762
684
  };
763
- output: {
764
- data: `0x${string}`;
765
- to: `0x${string}`;
766
- details: {
767
- functionName: string;
768
- address: `0x${string}`;
769
- abi: any[];
770
- args: any[];
771
- };
685
+ };
686
+ output: {
687
+ data: `0x${string}`;
688
+ to: `0x${string}`;
689
+ details: {
690
+ functionName: string;
691
+ address: `0x${string}`;
692
+ abi: any[];
693
+ args: any[];
772
694
  };
773
- outputFormat: "json";
774
- status: 200;
775
695
  };
776
- }>;
777
- };
696
+ outputFormat: "json";
697
+ status: 200;
698
+ };
699
+ }>;
778
700
  };
779
701
  } & {
780
702
  reputationLock: {
781
- v0: {
782
- restake: import("hono/client").ClientRequest<string, "/reputationLock/v0/restake", {
783
- $post: {
784
- input: {
785
- json: {
786
- platform: string;
787
- poolId: string;
788
- amount: string;
789
- lockPeriod: string;
790
- };
703
+ restake: import("hono/client").ClientRequest<string, "/reputationLock/restake", {
704
+ $post: {
705
+ input: {
706
+ json: {
707
+ platform: string;
708
+ poolId: string;
709
+ amount: string;
710
+ lockPeriod: string;
791
711
  };
792
- output: {
793
- data: `0x${string}`;
794
- to: `0x${string}`;
795
- details: {
796
- functionName: string;
797
- address: `0x${string}`;
798
- abi: any[];
799
- args: any[];
800
- };
712
+ };
713
+ output: {
714
+ data: `0x${string}`;
715
+ to: `0x${string}`;
716
+ details: {
717
+ functionName: string;
718
+ address: `0x${string}`;
719
+ abi: any[];
720
+ args: any[];
801
721
  };
802
- outputFormat: "json";
803
- status: 200;
804
722
  };
805
- }>;
806
- };
723
+ outputFormat: "json";
724
+ status: 200;
725
+ };
726
+ }>;
807
727
  };
808
728
  } & {
809
729
  reputationLock: {
810
- v0: {
811
- stake: import("hono/client").ClientRequest<string, "/reputationLock/v0/stake", {
812
- $post: {
813
- input: {
814
- json: {
815
- platform: string;
816
- poolId: string;
817
- amount: string;
818
- lockPeriod: string;
819
- };
730
+ stake: import("hono/client").ClientRequest<string, "/reputationLock/stake", {
731
+ $post: {
732
+ input: {
733
+ json: {
734
+ platform: string;
735
+ poolId: string;
736
+ amount: string;
737
+ lockPeriod: string;
820
738
  };
821
- output: {
822
- data: `0x${string}`;
823
- to: `0x${string}`;
824
- details: {
825
- functionName: string;
826
- address: `0x${string}`;
827
- abi: any[];
828
- args: any[];
829
- };
739
+ };
740
+ output: {
741
+ data: `0x${string}`;
742
+ to: `0x${string}`;
743
+ details: {
744
+ functionName: string;
745
+ address: `0x${string}`;
746
+ abi: any[];
747
+ args: any[];
830
748
  };
831
- outputFormat: "json";
832
- status: 200;
833
749
  };
834
- }>;
835
- };
750
+ outputFormat: "json";
751
+ status: 200;
752
+ };
753
+ }>;
836
754
  };
837
755
  } & {
838
756
  reputationLock: {
839
- v0: {
840
- createPool: import("hono/client").ClientRequest<string, "/reputationLock/v0/createPool", {
841
- $post: {
842
- input: {
843
- json: {
844
- platform: string;
845
- startDate: string;
846
- amount: {
847
- minAmount: string;
848
- maxAmount: string;
849
- };
850
- amountMult: [string, string][];
851
- distribution: {
852
- duration: string;
853
- distributor: string;
854
- };
855
- stakingErc20: {
856
- contract: string;
857
- amountOfTokensPerPacket: string;
858
- };
859
- rewardErc20: {
860
- contract: string;
861
- amountOfTokensPerPacket: string;
862
- };
863
- rate: string;
864
- lock: {
865
- minAcceptedLockPeriod: string;
866
- maxAcceptedLockPeriod: string;
867
- };
868
- lockMult: [string, string][];
757
+ createPool: import("hono/client").ClientRequest<string, "/reputationLock/createPool", {
758
+ $post: {
759
+ input: {
760
+ json: {
761
+ platform: string;
762
+ startDate: string;
763
+ amount: {
764
+ minAmount: string;
765
+ maxAmount: string;
869
766
  };
870
- };
871
- output: {
872
- data: `0x${string}`;
873
- to: `0x${string}`;
874
- details: {
875
- functionName: string;
876
- address: `0x${string}`;
877
- abi: any[];
878
- args: any[];
767
+ amountMult: [string, string][];
768
+ distribution: {
769
+ duration: string;
770
+ distributor: string;
771
+ };
772
+ stakingErc20: {
773
+ contract: string;
774
+ amountOfTokensPerPacket: string;
879
775
  };
776
+ rewardErc20: {
777
+ contract: string;
778
+ amountOfTokensPerPacket: string;
779
+ };
780
+ rate: string;
781
+ lock: {
782
+ minAcceptedLockPeriod: string;
783
+ maxAcceptedLockPeriod: string;
784
+ };
785
+ lockMult: [string, string][];
880
786
  };
881
- outputFormat: "json";
882
- status: 200;
883
787
  };
884
- }>;
885
- };
788
+ output: {
789
+ data: `0x${string}`;
790
+ to: `0x${string}`;
791
+ details: {
792
+ functionName: string;
793
+ address: `0x${string}`;
794
+ abi: any[];
795
+ args: any[];
796
+ };
797
+ };
798
+ outputFormat: "json";
799
+ status: 200;
800
+ };
801
+ }>;
886
802
  };
887
803
  } & {
888
804
  reputationLock: {
889
- v0: {
890
- createPlatform: import("hono/client").ClientRequest<string, "/reputationLock/v0/createPlatform", {
891
- $post: {
892
- input: {
893
- json: {
894
- chainId: "31337" | "11155111" | "84532";
895
- erc721: {
896
- symbol: string;
897
- name: string;
898
- baseUri: string;
899
- };
900
- isSoulbound: boolean;
901
- adminAddress: string;
805
+ createPlatform: import("hono/client").ClientRequest<string, "/reputationLock/createPlatform", {
806
+ $post: {
807
+ input: {
808
+ json: {
809
+ chainId: "31337" | "11155111" | "84532";
810
+ erc721: {
811
+ symbol: string;
812
+ name: string;
813
+ baseUri: string;
902
814
  };
815
+ isSoulbound: boolean;
816
+ adminAddress: string;
903
817
  };
904
- output: {
905
- data: `0x${string}`;
906
- to: `0x${string}`;
907
- details: {
908
- functionName: string;
909
- address: `0x${string}`;
910
- abi: any[];
911
- args: any[];
912
- };
818
+ };
819
+ output: {
820
+ data: `0x${string}`;
821
+ to: `0x${string}`;
822
+ details: {
823
+ functionName: string;
824
+ address: `0x${string}`;
825
+ abi: any[];
826
+ args: any[];
913
827
  };
914
- outputFormat: "json";
915
- status: 200;
916
828
  };
917
- }>;
918
- };
829
+ outputFormat: "json";
830
+ status: 200;
831
+ };
832
+ }>;
919
833
  };
920
834
  } & {
921
835
  rwa: {
922
- v0: {
923
- getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getPlatformDeployEvent", {
924
- $get: {
925
- input: {
926
- query: {
927
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
928
- hash: string;
929
- };
930
- };
931
- output: {
932
- diamondAddress: `0x${string}`;
933
- admin: `0x${string}`;
836
+ getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/rwa/getPlatformDeployEvent", {
837
+ $get: {
838
+ input: {
839
+ query: {
840
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
841
+ hash: string;
934
842
  };
935
- outputFormat: "json";
936
- status: import("hono/utils/http-status").ContentfulStatusCode;
937
843
  };
938
- }>;
939
- };
844
+ output: {
845
+ diamondAddress: `0x${string}`;
846
+ admin: `0x${string}`;
847
+ };
848
+ outputFormat: "json";
849
+ status: 200;
850
+ };
851
+ }>;
940
852
  };
941
853
  } & {
942
854
  rwa: {
943
- v0: {
944
- getStakeEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getStakeEvent", {
945
- $get: {
946
- input: {
947
- query: {
948
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
949
- hash: string;
950
- };
951
- };
952
- output: {
953
- poolId: never;
954
- stakeId: never;
955
- operator: `0x${string}`;
956
- owner: `0x${string}`;
957
- inputPacketsStaked: never;
958
- stakeStartActiveTimestamp: never;
959
- unlockTimestamp: never;
855
+ getStakeEvent: import("hono/client").ClientRequest<string, "/rwa/getStakeEvent", {
856
+ $get: {
857
+ input: {
858
+ query: {
859
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
860
+ hash: string;
960
861
  };
961
- outputFormat: "json";
962
- status: 200;
963
862
  };
964
- }>;
965
- };
863
+ output: {
864
+ poolId: string;
865
+ stakeId: string;
866
+ operator: `0x${string}`;
867
+ owner: `0x${string}`;
868
+ inputPacketsStaked: string;
869
+ stakeStartActiveTimestamp: string;
870
+ unlockTimestamp: string;
871
+ };
872
+ outputFormat: "json";
873
+ status: 200;
874
+ };
875
+ }>;
966
876
  };
967
877
  } & {
968
878
  rwa: {
969
- v0: {
970
- getCreatePoolEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getCreatePoolEvent", {
971
- $get: {
972
- input: {
973
- query: {
974
- chainId: "1" | "31337" | "11155111" | "84532" | "72080";
975
- hash: string;
976
- };
977
- };
978
- output: {
979
- poolId: never;
980
- inputAssetKeeper: `0x${string}`;
981
- rewardAssetHandler: `0x${string}`;
879
+ getCreatePoolEvent: import("hono/client").ClientRequest<string, "/rwa/getCreatePoolEvent", {
880
+ $get: {
881
+ input: {
882
+ query: {
883
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
884
+ hash: string;
982
885
  };
983
- outputFormat: "json";
984
- status: import("hono/utils/http-status").ContentfulStatusCode;
985
886
  };
986
- }>;
987
- };
887
+ output: {
888
+ poolId: string & import("zod").$brand<"Int256">;
889
+ rewardAssetHandler: `0x${string}`;
890
+ inputAssetKeeper: `0x${string}`;
891
+ };
892
+ outputFormat: "json";
893
+ status: import("hono/utils/http-status").ContentfulStatusCode;
894
+ };
895
+ }>;
988
896
  };
989
897
  } & {
990
898
  rwa: {
991
- v0: {
992
- getReward: import("hono/client").ClientRequest<string, "/rwa/v0/getReward", {
993
- $post: {
994
- input: {
995
- json: {
996
- platform: string;
997
- stakeId: string;
998
- };
899
+ getReward: import("hono/client").ClientRequest<string, "/rwa/getReward", {
900
+ $post: {
901
+ input: {
902
+ json: {
903
+ platform: string;
904
+ stakeId: string;
999
905
  };
1000
- output: {
1001
- data: `0x${string}`;
1002
- to: `0x${string}`;
1003
- details: {
1004
- functionName: string;
1005
- address: `0x${string}`;
1006
- abi: any[];
1007
- args: any[];
1008
- };
906
+ };
907
+ output: {
908
+ data: `0x${string}`;
909
+ to: `0x${string}`;
910
+ details: {
911
+ functionName: string;
912
+ address: `0x${string}`;
913
+ abi: any[];
914
+ args: any[];
1009
915
  };
1010
- outputFormat: "json";
1011
- status: 200;
1012
916
  };
1013
- }>;
1014
- };
917
+ outputFormat: "json";
918
+ status: 200;
919
+ };
920
+ }>;
1015
921
  };
1016
922
  } & {
1017
923
  rwa: {
1018
- v0: {
1019
- partialUnstake: import("hono/client").ClientRequest<string, "/rwa/v0/partialUnstake", {
1020
- $post: {
1021
- input: {
1022
- json: {
1023
- platform: string;
1024
- stakeId: string;
1025
- amount: string;
1026
- };
924
+ partialUnstake: import("hono/client").ClientRequest<string, "/rwa/partialUnstake", {
925
+ $post: {
926
+ input: {
927
+ json: {
928
+ platform: string;
929
+ stakeId: string;
930
+ amount: string;
1027
931
  };
1028
- output: {
1029
- data: `0x${string}`;
1030
- to: `0x${string}`;
1031
- details: {
1032
- functionName: string;
1033
- address: `0x${string}`;
1034
- abi: any[];
1035
- args: any[];
1036
- };
932
+ };
933
+ output: {
934
+ data: `0x${string}`;
935
+ to: `0x${string}`;
936
+ details: {
937
+ functionName: string;
938
+ address: `0x${string}`;
939
+ abi: any[];
940
+ args: any[];
1037
941
  };
1038
- outputFormat: "json";
1039
- status: 200;
1040
942
  };
1041
- }>;
1042
- };
943
+ outputFormat: "json";
944
+ status: 200;
945
+ };
946
+ }>;
1043
947
  };
1044
948
  } & {
1045
949
  rwa: {
1046
- v0: {
1047
- unstake: import("hono/client").ClientRequest<string, "/rwa/v0/unstake", {
1048
- $post: {
1049
- input: {
1050
- json: {
1051
- platform: string;
1052
- stakeId: string;
1053
- };
950
+ unstake: import("hono/client").ClientRequest<string, "/rwa/unstake", {
951
+ $post: {
952
+ input: {
953
+ json: {
954
+ platform: string;
955
+ stakeId: string;
1054
956
  };
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
- };
957
+ };
958
+ output: {
959
+ data: `0x${string}`;
960
+ to: `0x${string}`;
961
+ details: {
962
+ functionName: string;
963
+ address: `0x${string}`;
964
+ abi: any[];
965
+ args: any[];
1064
966
  };
1065
- outputFormat: "json";
1066
- status: 200;
1067
967
  };
1068
- }>;
1069
- };
968
+ outputFormat: "json";
969
+ status: 200;
970
+ };
971
+ }>;
1070
972
  };
1071
973
  } & {
1072
974
  rwa: {
1073
- v0: {
1074
- restake: import("hono/client").ClientRequest<string, "/rwa/v0/restake", {
1075
- $post: {
1076
- input: {
1077
- json: {
1078
- platform: string;
1079
- poolId: string;
1080
- amount: string;
1081
- };
975
+ restake: import("hono/client").ClientRequest<string, "/rwa/restake", {
976
+ $post: {
977
+ input: {
978
+ json: {
979
+ platform: string;
980
+ poolId: string;
981
+ amount: string;
1082
982
  };
1083
- output: {
1084
- data: `0x${string}`;
1085
- to: `0x${string}`;
1086
- details: {
1087
- functionName: string;
1088
- address: `0x${string}`;
1089
- abi: any[];
1090
- args: any[];
1091
- };
983
+ };
984
+ output: {
985
+ data: `0x${string}`;
986
+ to: `0x${string}`;
987
+ details: {
988
+ functionName: string;
989
+ address: `0x${string}`;
990
+ abi: any[];
991
+ args: any[];
1092
992
  };
1093
- outputFormat: "json";
1094
- status: 200;
1095
993
  };
1096
- }>;
1097
- };
994
+ outputFormat: "json";
995
+ status: 200;
996
+ };
997
+ }>;
1098
998
  };
1099
999
  } & {
1100
1000
  rwa: {
1101
- v0: {
1102
- stake: import("hono/client").ClientRequest<string, "/rwa/v0/stake", {
1103
- $post: {
1104
- input: {
1105
- json: {
1106
- platform: string;
1107
- poolId: string;
1108
- amount: string;
1109
- };
1001
+ stake: import("hono/client").ClientRequest<string, "/rwa/stake", {
1002
+ $post: {
1003
+ input: {
1004
+ json: {
1005
+ platform: string;
1006
+ poolId: string;
1007
+ amount: string;
1110
1008
  };
1111
- output: {
1112
- data: `0x${string}`;
1113
- to: `0x${string}`;
1114
- details: {
1115
- functionName: string;
1116
- address: `0x${string}`;
1117
- abi: any[];
1118
- args: any[];
1119
- };
1009
+ };
1010
+ output: {
1011
+ data: `0x${string}`;
1012
+ to: `0x${string}`;
1013
+ details: {
1014
+ functionName: string;
1015
+ address: `0x${string}`;
1016
+ abi: any[];
1017
+ args: any[];
1120
1018
  };
1121
- outputFormat: "json";
1122
- status: 200;
1123
1019
  };
1124
- }>;
1125
- };
1020
+ outputFormat: "json";
1021
+ status: 200;
1022
+ };
1023
+ }>;
1126
1024
  };
1127
1025
  } & {
1128
1026
  rwa: {
1129
- v0: {
1130
- createPool: import("hono/client").ClientRequest<string, "/rwa/v0/createPool", {
1131
- $post: {
1132
- input: {
1133
- json: {
1134
- platform: string;
1135
- startDate: string;
1136
- hardcapAmount: string;
1137
- distribution: {
1138
- duration: string;
1139
- distributor: string;
1140
- };
1141
- erc20Input: {
1142
- contract: string;
1143
- amountOfTokensPerPacket: string;
1144
- };
1145
- erc20Reward: {
1146
- contract: string;
1147
- amountOfTokensPerPacket: string;
1148
- };
1027
+ createPool: import("hono/client").ClientRequest<string, "/rwa/createPool", {
1028
+ $post: {
1029
+ input: {
1030
+ json: {
1031
+ platform: string;
1032
+ startDate: string;
1033
+ hardcapAmount: string;
1034
+ distribution: {
1035
+ duration: string;
1036
+ distributor: string;
1149
1037
  };
1150
- };
1151
- output: {
1152
- data: `0x${string}`;
1153
- to: `0x${string}`;
1154
- details: {
1155
- functionName: string;
1156
- address: `0x${string}`;
1157
- abi: any[];
1158
- args: any[];
1038
+ erc20Input: {
1039
+ contract: string;
1040
+ amountOfTokensPerPacket: string;
1041
+ };
1042
+ erc20Reward: {
1043
+ contract: string;
1044
+ amountOfTokensPerPacket: string;
1159
1045
  };
1160
1046
  };
1161
- outputFormat: "json";
1162
- status: 200;
1163
1047
  };
1164
- }>;
1165
- };
1048
+ output: {
1049
+ data: `0x${string}`;
1050
+ to: `0x${string}`;
1051
+ details: {
1052
+ functionName: string;
1053
+ address: `0x${string}`;
1054
+ abi: any[];
1055
+ args: any[];
1056
+ };
1057
+ };
1058
+ outputFormat: "json";
1059
+ status: 200;
1060
+ };
1061
+ }>;
1166
1062
  };
1167
1063
  } & {
1168
1064
  rwa: {
1169
- v0: {
1170
- createPlatform: import("hono/client").ClientRequest<string, "/rwa/v0/createPlatform", {
1171
- $post: {
1172
- input: {
1173
- json: {
1174
- chainId: "31337" | "11155111" | "84532";
1175
- erc721: {
1176
- symbol: string;
1177
- name: string;
1178
- baseUri: string;
1179
- };
1180
- isSoulbound: boolean;
1181
- adminAddress: string;
1065
+ createPlatform: import("hono/client").ClientRequest<string, "/rwa/createPlatform", {
1066
+ $post: {
1067
+ input: {
1068
+ json: {
1069
+ chainId: "31337" | "11155111" | "84532";
1070
+ erc721: {
1071
+ symbol: string;
1072
+ name: string;
1073
+ baseUri: string;
1182
1074
  };
1075
+ isSoulbound: boolean;
1076
+ adminAddress: string;
1183
1077
  };
1184
- output: {
1185
- data: `0x${string}`;
1186
- to: `0x${string}`;
1187
- details: {
1188
- functionName: string;
1189
- address: `0x${string}`;
1190
- abi: any[];
1191
- args: any[];
1192
- };
1078
+ };
1079
+ output: {
1080
+ data: `0x${string}`;
1081
+ to: `0x${string}`;
1082
+ details: {
1083
+ functionName: string;
1084
+ address: `0x${string}`;
1085
+ abi: any[];
1086
+ args: any[];
1193
1087
  };
1194
- outputFormat: "json";
1195
- status: 200;
1196
1088
  };
1197
- }>;
1198
- };
1089
+ outputFormat: "json";
1090
+ status: 200;
1091
+ };
1092
+ }>;
1199
1093
  };
1200
1094
  } & {
1201
1095
  rwa: {
1202
- v0: {
1203
- distributeRewards: import("hono/client").ClientRequest<string, "/rwa/v0/distributeRewards", {
1204
- $post: {
1205
- input: {
1206
- json: {
1207
- platform: string;
1208
- poolId: string;
1209
- amount: string;
1210
- };
1096
+ distributeRewards: import("hono/client").ClientRequest<string, "/rwa/distributeRewards", {
1097
+ $post: {
1098
+ input: {
1099
+ json: {
1100
+ platform: string;
1101
+ poolId: string;
1102
+ amount: string;
1211
1103
  };
1212
- output: {
1213
- data: `0x${string}`;
1214
- to: `0x${string}`;
1215
- details: {
1216
- functionName: string;
1217
- address: `0x${string}`;
1218
- abi: any[];
1219
- args: any[];
1220
- };
1104
+ };
1105
+ output: {
1106
+ data: `0x${string}`;
1107
+ to: `0x${string}`;
1108
+ details: {
1109
+ functionName: string;
1110
+ address: `0x${string}`;
1111
+ abi: any[];
1112
+ args: any[];
1221
1113
  };
1222
- outputFormat: "json";
1223
- status: 200;
1224
1114
  };
1225
- }>;
1226
- };
1115
+ outputFormat: "json";
1116
+ status: 200;
1117
+ };
1118
+ }>;
1227
1119
  };
1228
1120
  };
1229
1121
  fractions: {
@@ -1279,17 +1171,13 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1279
1171
  } & {
1280
1172
  markets: {
1281
1173
  search: import("hono/client").ClientRequest<string, "/markets/search", {
1282
- $post: {
1174
+ $get: {
1283
1175
  input: {
1284
- json: {
1285
- page: {
1286
- skip: number;
1287
- limit: number;
1288
- };
1289
- filter: {
1290
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1291
- owner?: string | undefined;
1292
- };
1176
+ query: {
1177
+ skip: string | string[];
1178
+ limit: string | string[];
1179
+ chainId?: string | string[] | undefined;
1180
+ owner?: string | string[] | undefined;
1293
1181
  };
1294
1182
  };
1295
1183
  output: {
@@ -1314,7 +1202,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1314
1202
  updatedAt: string;
1315
1203
  }[];
1316
1204
  outputFormat: "json";
1317
- status: 200;
1205
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1318
1206
  };
1319
1207
  }>;
1320
1208
  };
@@ -1647,15 +1535,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1647
1535
  };
1648
1536
  };
1649
1537
  output: {
1650
- campaignId: string;
1538
+ campaignId: string & import("zod").$brand<"Int256">;
1651
1539
  creator: `0x${string}`;
1652
- nftId: string;
1653
- fractionsCreated: string;
1540
+ nftId: string & import("zod").$brand<"Int256">;
1541
+ fractionsCreated: string & import("zod").$brand<"Int256">;
1654
1542
  fractionsAddress: `0x${string}`;
1655
1543
  vaultAddress: `0x${string}` | undefined;
1656
1544
  };
1657
1545
  outputFormat: "json";
1658
- status: 200;
1546
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1659
1547
  };
1660
1548
  }>;
1661
1549
  };
@@ -1891,22 +1779,22 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1891
1779
  sales: {
1892
1780
  purchase: {
1893
1781
  statistics: import("hono/client").ClientRequest<string, "/sales/purchase/statistics", {
1894
- $post: {
1782
+ $get: {
1895
1783
  input: {
1896
- json: {
1784
+ query: {
1785
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1897
1786
  platform: string;
1898
1787
  campaignId: string;
1899
1788
  walletAddress: string;
1900
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1901
1789
  };
1902
1790
  };
1903
1791
  output: {
1904
1792
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1905
1793
  platform: `0x${string}`;
1906
- campaignId: string;
1794
+ campaignId: string & import("zod").$brand<"Int256">;
1907
1795
  statistics: {
1908
- priceId: string;
1909
- fractionsSold: string;
1796
+ priceId: string & import("zod").$brand<"Int256">;
1797
+ fractionsSold: string & import("zod").$brand<"Int256">;
1910
1798
  purchases: number;
1911
1799
  }[];
1912
1800
  };
@@ -1920,18 +1808,14 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1920
1808
  sales: {
1921
1809
  withdraw: {
1922
1810
  search: import("hono/client").ClientRequest<string, "/sales/withdraw/search", {
1923
- $post: {
1811
+ $get: {
1924
1812
  input: {
1925
- json: {
1926
- page: {
1927
- skip: number;
1928
- limit: number;
1929
- };
1930
- filter: {
1931
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1932
- platform?: string | undefined;
1933
- campaignId?: string | undefined;
1934
- };
1813
+ query: {
1814
+ skip: string | string[];
1815
+ limit: string | string[];
1816
+ chainId?: string | string[] | undefined;
1817
+ platform?: string | string[] | undefined;
1818
+ campaignId?: string | string[] | undefined;
1935
1819
  };
1936
1820
  };
1937
1821
  output: {
@@ -2228,9 +2112,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2228
2112
  vesting: {
2229
2113
  claim: {
2230
2114
  statistics: import("hono/client").ClientRequest<string, "/sales/vesting/claim/statistics", {
2231
- $post: {
2115
+ $get: {
2232
2116
  input: {
2233
- json: {
2117
+ query: {
2234
2118
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2235
2119
  platform: string;
2236
2120
  campaignId: string;
@@ -2267,14 +2151,14 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2267
2151
  };
2268
2152
  };
2269
2153
  output: {
2270
- campaignId: string;
2154
+ campaignId: string & import("zod").$brand<"Int256">;
2271
2155
  receiver: `0x${string}`;
2272
- burnId: string;
2273
- nextBurnId: string | null;
2274
- amountOfFractionsBurnt: string;
2156
+ burnId: string & import("zod").$brand<"Int256">;
2157
+ nextBurnId: (string & import("zod").$brand<"Int256">) | null;
2158
+ amountOfFractionsBurnt: string & import("zod").$brand<"Int256">;
2275
2159
  };
2276
2160
  outputFormat: "json";
2277
- status: 200;
2161
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2278
2162
  };
2279
2163
  }>;
2280
2164
  };
@@ -2282,19 +2166,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2282
2166
  } & {
2283
2167
  sales: {
2284
2168
  search: import("hono/client").ClientRequest<string, "/sales/search", {
2285
- $post: {
2169
+ $get: {
2286
2170
  input: {
2287
- json: {
2288
- page: {
2289
- skip: number;
2290
- limit: number;
2291
- };
2292
- filter: {
2293
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2294
- owner?: string | undefined;
2295
- platform?: string | undefined;
2296
- campaignId?: string | undefined;
2297
- };
2171
+ query: {
2172
+ skip: string | string[];
2173
+ limit: string | string[];
2174
+ chainId?: string | string[] | undefined;
2175
+ owner?: string | string[] | undefined;
2176
+ platform?: string | string[] | undefined;
2177
+ campaignId?: string | string[] | undefined;
2298
2178
  };
2299
2179
  };
2300
2180
  output: {
@@ -2371,19 +2251,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2371
2251
  } & {
2372
2252
  sales: {
2373
2253
  activity: import("hono/client").ClientRequest<string, "/sales/activity", {
2374
- $post: {
2254
+ $get: {
2375
2255
  input: {
2376
- json: {
2377
- page: {
2378
- skip: number;
2379
- limit: number;
2380
- };
2381
- filter: {
2382
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2383
- platform?: string | undefined;
2384
- campaignId?: string | undefined;
2385
- operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
2386
- };
2256
+ query: {
2257
+ skip: string | string[];
2258
+ limit: string | string[];
2259
+ chainId?: string | string[] | undefined;
2260
+ platform?: string | string[] | undefined;
2261
+ campaignId?: string | string[] | undefined;
2262
+ operationType?: string | string[] | undefined;
2387
2263
  };
2388
2264
  };
2389
2265
  output: {
@@ -2440,9 +2316,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2440
2316
  } & {
2441
2317
  sales: {
2442
2318
  statistics: import("hono/client").ClientRequest<string, "/sales/statistics", {
2443
- $post: {
2319
+ $get: {
2444
2320
  input: {
2445
- json: {
2321
+ query: {
2446
2322
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2447
2323
  platform: string;
2448
2324
  campaignId: string;
@@ -2451,15 +2327,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2451
2327
  output: {
2452
2328
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2453
2329
  platform: `0x${string}`;
2454
- campaignId: string;
2330
+ campaignId: string & import("zod").$brand<"Int256">;
2455
2331
  statistics: {
2456
- priceId: string;
2457
- fractionsSold: string;
2332
+ priceId: string & import("zod").$brand<"Int256">;
2333
+ fractionsSold: string & import("zod").$brand<"Int256">;
2458
2334
  purchases: number;
2459
2335
  }[];
2460
2336
  };
2461
2337
  outputFormat: "json";
2462
- status: 200;
2338
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2463
2339
  };
2464
2340
  }>;
2465
2341
  };
@@ -2502,12 +2378,12 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2502
2378
  };
2503
2379
  };
2504
2380
  output: {
2505
- campaignId: string;
2381
+ campaignId: string & import("zod").$brand<"Int256">;
2506
2382
  receiver: `0x${string}`;
2507
- packetsReceived: string;
2383
+ packetsReceived: string & import("zod").$brand<"Int256">;
2508
2384
  };
2509
2385
  outputFormat: "json";
2510
- status: 200;
2386
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2511
2387
  };
2512
2388
  }>;
2513
2389
  };
@@ -2541,7 +2417,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2541
2417
  vaultAddress: `0x${string}`;
2542
2418
  };
2543
2419
  outputFormat: "json";
2544
- status: 200;
2420
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2545
2421
  };
2546
2422
  }>;
2547
2423
  };
@@ -2582,7 +2458,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2582
2458
  };
2583
2459
  };
2584
2460
  output: {
2585
- nonce: string;
2461
+ nonce: string & import("zod").$brand<"Int256">;
2586
2462
  };
2587
2463
  outputFormat: "json";
2588
2464
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2615,9 +2491,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2615
2491
  } & {
2616
2492
  statistics: {
2617
2493
  holders: import("hono/client").ClientRequest<string, "/statistics/holders", {
2618
- $post: {
2494
+ $get: {
2619
2495
  input: {
2620
- json: {
2496
+ query: {
2621
2497
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2622
2498
  };
2623
2499
  };
@@ -2640,9 +2516,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2640
2516
  } & {
2641
2517
  statistics: {
2642
2518
  sales: import("hono/client").ClientRequest<string, "/statistics/sales", {
2643
- $post: {
2519
+ $get: {
2644
2520
  input: {
2645
- json: {
2521
+ query: {
2646
2522
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2647
2523
  };
2648
2524
  };
@@ -2665,9 +2541,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2665
2541
  } & {
2666
2542
  statistics: {
2667
2543
  ttv: import("hono/client").ClientRequest<string, "/statistics/ttv", {
2668
- $post: {
2544
+ $get: {
2669
2545
  input: {
2670
- json: {
2546
+ query: {
2671
2547
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2672
2548
  };
2673
2549
  };
@@ -2689,42 +2565,42 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2689
2565
  };
2690
2566
  } & {
2691
2567
  statistics: import("hono/client").ClientRequest<string, "/statistics", {
2692
- $post: {
2568
+ $get: {
2693
2569
  input: {
2694
- json: {
2570
+ query: {
2695
2571
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2696
2572
  };
2697
2573
  };
2698
2574
  output: {
2699
2575
  total: {
2700
- holders: string & import("zod").$brand<"Int256">;
2701
- sales: string & import("zod").$brand<"Int256">;
2702
- ttv: string & import("zod").$brand<"Int256">;
2576
+ holders: string;
2577
+ sales: string;
2578
+ ttv: string;
2703
2579
  };
2704
2580
  1: {
2705
- holders: string & import("zod").$brand<"Int256">;
2706
- sales: string & import("zod").$brand<"Int256">;
2707
- ttv: string & import("zod").$brand<"Int256">;
2581
+ holders: string;
2582
+ sales: string;
2583
+ ttv: string;
2708
2584
  };
2709
2585
  31337: {
2710
- holders: string & import("zod").$brand<"Int256">;
2711
- sales: string & import("zod").$brand<"Int256">;
2712
- ttv: string & import("zod").$brand<"Int256">;
2586
+ holders: string;
2587
+ sales: string;
2588
+ ttv: string;
2713
2589
  };
2714
2590
  11155111: {
2715
- holders: string & import("zod").$brand<"Int256">;
2716
- sales: string & import("zod").$brand<"Int256">;
2717
- ttv: string & import("zod").$brand<"Int256">;
2591
+ holders: string;
2592
+ sales: string;
2593
+ ttv: string;
2718
2594
  };
2719
2595
  84532: {
2720
- holders: string & import("zod").$brand<"Int256">;
2721
- sales: string & import("zod").$brand<"Int256">;
2722
- ttv: string & import("zod").$brand<"Int256">;
2596
+ holders: string;
2597
+ sales: string;
2598
+ ttv: string;
2723
2599
  };
2724
2600
  72080: {
2725
- holders: string & import("zod").$brand<"Int256">;
2726
- sales: string & import("zod").$brand<"Int256">;
2727
- ttv: string & import("zod").$brand<"Int256">;
2601
+ holders: string;
2602
+ sales: string;
2603
+ ttv: string;
2728
2604
  };
2729
2605
  };
2730
2606
  outputFormat: "json";
@@ -2734,9 +2610,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2734
2610
  };
2735
2611
  general: {
2736
2612
  estimateGas: import("hono/client").ClientRequest<string, "/estimateGas", {
2737
- $post: {
2613
+ $get: {
2738
2614
  input: {
2739
- json: {
2615
+ query: {
2740
2616
  chainId: "31337" | "11155111" | "84532";
2741
2617
  data: string;
2742
2618
  from: string;
@@ -2744,11 +2620,10 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2744
2620
  };
2745
2621
  };
2746
2622
  output: {
2747
- readonly success: true;
2748
- readonly value: string;
2623
+ value: string & import("zod").$brand<"Int256">;
2749
2624
  };
2750
2625
  outputFormat: "json";
2751
- status: 200;
2626
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2752
2627
  };
2753
2628
  }>;
2754
2629
  } & {
@@ -2762,7 +2637,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2762
2637
  };
2763
2638
  output: {
2764
2639
  address: `0x${string}`;
2765
- balance: string;
2640
+ balance: string & import("zod").$brand<"Int256">;
2766
2641
  };
2767
2642
  outputFormat: "json";
2768
2643
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2770,9 +2645,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2770
2645
  }>;
2771
2646
  } & {
2772
2647
  balances: import("hono/client").ClientRequest<string, "/balances", {
2773
- $post: {
2648
+ $get: {
2774
2649
  input: {
2775
- json: {
2650
+ query: {
2776
2651
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2777
2652
  address: string;
2778
2653
  contracts: string[];
@@ -2793,9 +2668,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2793
2668
  }>;
2794
2669
  } & {
2795
2670
  searchBalances: import("hono/client").ClientRequest<string, "/searchBalances", {
2796
- $post: {
2671
+ $get: {
2797
2672
  input: {
2798
- json: {
2673
+ query: {
2799
2674
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2800
2675
  address: string;
2801
2676
  };
@@ -2891,7 +2766,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2891
2766
  proxy: `0x${string}`;
2892
2767
  admin: `0x${string}`;
2893
2768
  minter: `0x${string}`;
2894
- supplyCap: string;
2769
+ supplyCap: string & import("zod").$brand<"Int256">;
2895
2770
  name: string;
2896
2771
  symbol: string;
2897
2772
  };
@@ -2974,7 +2849,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2974
2849
  proxy: `0x${string}`;
2975
2850
  admin: `0x${string}`;
2976
2851
  minter: `0x${string}`;
2977
- supplyCap: string;
2852
+ supplyCap: string & import("zod").$brand<"Int256">;
2978
2853
  name: string;
2979
2854
  symbol: string;
2980
2855
  };
@@ -2989,9 +2864,291 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
2989
2864
  $get: {
2990
2865
  input: {};
2991
2866
  output: {
2992
- bytecode: `0x${string}`;
2993
- abi: any[];
2994
- args?: any[] | undefined;
2867
+ bytecode: string;
2868
+ abi: ({
2869
+ inputs: never[];
2870
+ stateMutability: "nonpayable";
2871
+ type: "constructor";
2872
+ } | {
2873
+ inputs: ({
2874
+ internalType: string;
2875
+ name: string;
2876
+ type: "address";
2877
+ } | {
2878
+ internalType: string;
2879
+ name: string;
2880
+ type: "bytes32";
2881
+ })[];
2882
+ name: string;
2883
+ type: "error";
2884
+ } | {
2885
+ inputs: ({
2886
+ internalType: string;
2887
+ name: string;
2888
+ type: "address";
2889
+ } | {
2890
+ internalType: string;
2891
+ name: string;
2892
+ type: "uint256";
2893
+ })[];
2894
+ name: string;
2895
+ type: "error";
2896
+ } | {
2897
+ anonymous: false;
2898
+ inputs: ({
2899
+ indexed: true;
2900
+ internalType: string;
2901
+ name: string;
2902
+ type: "address";
2903
+ } | {
2904
+ indexed: false;
2905
+ internalType: string;
2906
+ name: string;
2907
+ type: "uint256";
2908
+ })[];
2909
+ name: string;
2910
+ type: "event";
2911
+ } | {
2912
+ anonymous: false;
2913
+ inputs: {
2914
+ indexed: false;
2915
+ internalType: string;
2916
+ name: string;
2917
+ type: "uint64";
2918
+ }[];
2919
+ name: string;
2920
+ type: "event";
2921
+ } | {
2922
+ anonymous: false;
2923
+ inputs: ({
2924
+ indexed: false;
2925
+ internalType: string;
2926
+ name: string;
2927
+ type: "uint256";
2928
+ } | {
2929
+ indexed: false;
2930
+ internalType: string;
2931
+ name: string;
2932
+ type: "address";
2933
+ } | {
2934
+ indexed: false;
2935
+ internalType: string;
2936
+ name: string;
2937
+ type: "bytes";
2938
+ })[];
2939
+ name: string;
2940
+ type: "event";
2941
+ } | {
2942
+ anonymous: false;
2943
+ inputs: ({
2944
+ indexed: true;
2945
+ internalType: string;
2946
+ name: string;
2947
+ type: "bytes32";
2948
+ } | {
2949
+ indexed: true;
2950
+ internalType: string;
2951
+ name: string;
2952
+ type: "address";
2953
+ })[];
2954
+ name: string;
2955
+ type: "event";
2956
+ } | {
2957
+ inputs: never[];
2958
+ name: string;
2959
+ outputs: {
2960
+ internalType: string;
2961
+ name: string;
2962
+ type: "string";
2963
+ }[];
2964
+ stateMutability: "view";
2965
+ type: "function";
2966
+ } | {
2967
+ inputs: {
2968
+ internalType: string;
2969
+ name: string;
2970
+ type: "address";
2971
+ }[];
2972
+ name: string;
2973
+ outputs: {
2974
+ internalType: string;
2975
+ name: string;
2976
+ type: "uint256";
2977
+ }[];
2978
+ stateMutability: "view";
2979
+ type: "function";
2980
+ } | {
2981
+ inputs: ({
2982
+ internalType: string;
2983
+ name: string;
2984
+ type: "address";
2985
+ } | {
2986
+ internalType: string;
2987
+ name: string;
2988
+ type: "uint256";
2989
+ })[];
2990
+ name: string;
2991
+ outputs: {
2992
+ internalType: string;
2993
+ name: string;
2994
+ type: "bool";
2995
+ }[];
2996
+ stateMutability: "nonpayable";
2997
+ type: "function";
2998
+ } | {
2999
+ inputs: ({
3000
+ internalType: string;
3001
+ name: string;
3002
+ type: "address[]";
3003
+ } | {
3004
+ internalType: string;
3005
+ name: string;
3006
+ type: "uint256[]";
3007
+ })[];
3008
+ name: string;
3009
+ outputs: never[];
3010
+ stateMutability: "nonpayable";
3011
+ type: "function";
3012
+ } | {
3013
+ inputs: never[];
3014
+ name: string;
3015
+ outputs: {
3016
+ internalType: string;
3017
+ name: string;
3018
+ type: "uint8";
3019
+ }[];
3020
+ stateMutability: "view";
3021
+ type: "function";
3022
+ } | {
3023
+ inputs: {
3024
+ components: ({
3025
+ internalType: string;
3026
+ name: string;
3027
+ type: "uint256";
3028
+ } | {
3029
+ internalType: string;
3030
+ name: string;
3031
+ type: "address";
3032
+ } | {
3033
+ internalType: string;
3034
+ name: string;
3035
+ type: "bytes";
3036
+ })[];
3037
+ internalType: string;
3038
+ name: string;
3039
+ type: "tuple";
3040
+ }[];
3041
+ name: string;
3042
+ outputs: {
3043
+ internalType: string;
3044
+ name: string;
3045
+ type: "bytes32";
3046
+ }[];
3047
+ stateMutability: "pure";
3048
+ type: "function";
3049
+ } | {
3050
+ inputs: {
3051
+ internalType: string;
3052
+ name: string;
3053
+ type: "bytes32";
3054
+ }[];
3055
+ name: string;
3056
+ outputs: {
3057
+ internalType: string;
3058
+ name: string;
3059
+ type: "bytes32";
3060
+ }[];
3061
+ stateMutability: "view";
3062
+ type: "function";
3063
+ } | {
3064
+ inputs: ({
3065
+ internalType: string;
3066
+ name: string;
3067
+ type: "bytes32";
3068
+ } | {
3069
+ internalType: string;
3070
+ name: string;
3071
+ type: "address";
3072
+ })[];
3073
+ name: string;
3074
+ outputs: never[];
3075
+ stateMutability: "nonpayable";
3076
+ type: "function";
3077
+ } | {
3078
+ inputs: ({
3079
+ internalType: string;
3080
+ name: string;
3081
+ type: "bytes32";
3082
+ } | {
3083
+ internalType: string;
3084
+ name: string;
3085
+ type: "address";
3086
+ })[];
3087
+ name: string;
3088
+ outputs: {
3089
+ internalType: string;
3090
+ name: string;
3091
+ type: "bool";
3092
+ }[];
3093
+ stateMutability: "view";
3094
+ type: "function";
3095
+ } | {
3096
+ inputs: ({
3097
+ internalType: string;
3098
+ name: string;
3099
+ type: "string";
3100
+ } | {
3101
+ internalType: string;
3102
+ name: string;
3103
+ type: "uint256";
3104
+ } | {
3105
+ internalType: string;
3106
+ name: string;
3107
+ type: "address";
3108
+ })[];
3109
+ name: string;
3110
+ outputs: never[];
3111
+ stateMutability: "nonpayable";
3112
+ type: "function";
3113
+ } | {
3114
+ inputs: {
3115
+ internalType: string;
3116
+ name: string;
3117
+ type: "bytes4";
3118
+ }[];
3119
+ name: string;
3120
+ outputs: {
3121
+ internalType: string;
3122
+ name: string;
3123
+ type: "bool";
3124
+ }[];
3125
+ stateMutability: "view";
3126
+ type: "function";
3127
+ } | {
3128
+ inputs: never[];
3129
+ name: string;
3130
+ outputs: {
3131
+ internalType: string;
3132
+ name: string;
3133
+ type: "address";
3134
+ }[];
3135
+ stateMutability: "view";
3136
+ type: "function";
3137
+ } | {
3138
+ inputs: ({
3139
+ internalType: string;
3140
+ name: string;
3141
+ type: "address";
3142
+ } | {
3143
+ internalType: string;
3144
+ name: string;
3145
+ type: "bytes";
3146
+ })[];
3147
+ name: string;
3148
+ outputs: never[];
3149
+ stateMutability: "payable";
3150
+ type: "function";
3151
+ })[];
2995
3152
  };
2996
3153
  outputFormat: "json";
2997
3154
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -3001,9 +3158,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
3001
3158
  } & {
3002
3159
  erc20: {
3003
3160
  getInitData: import("hono/client").ClientRequest<string, "/erc20/getInitData", {
3004
- $post: {
3161
+ $get: {
3005
3162
  input: {
3006
- json: {
3163
+ query: {
3007
3164
  tokenName: string;
3008
3165
  tokenSymbol: string;
3009
3166
  cap: string;
@@ -4114,7 +4271,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
4114
4271
  };
4115
4272
  };
4116
4273
  output: {
4117
- tokenId: string;
4274
+ tokenId: string & import("zod").$brand<"Int256">;
4118
4275
  };
4119
4276
  outputFormat: "json";
4120
4277
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -4127,7 +4284,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
4127
4284
  $get: {
4128
4285
  input: {};
4129
4286
  output: {
4130
- bytecode: `0x${string}`;
4287
+ bytecode: string;
4131
4288
  abi: any[];
4132
4289
  args?: any[] | undefined;
4133
4290
  };
@@ -4148,7 +4305,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
4148
4305
  };
4149
4306
  };
4150
4307
  output: {
4151
- bytecode: `0x${string}`;
4308
+ bytecode: string;
4152
4309
  abi: any[];
4153
4310
  args?: any[] | undefined;
4154
4311
  };