@evergonlabs/tmi-protocol-api 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. package/dist/app.d.ts +462 -67
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/client.d.ts +591 -180
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/common/blockchain.d.ts +63 -63
  6. package/dist/common/middleware/indexer.d.ts +1 -1
  7. package/dist/common/middleware/indexer.d.ts.map +1 -1
  8. package/dist/common/models/chainId.d.ts +3 -0
  9. package/dist/common/models/chainId.d.ts.map +1 -1
  10. package/dist/common/models/chainId.js +10 -16
  11. package/dist/common/models/platform.d.ts +1 -1
  12. package/dist/factory.d.ts +1 -3
  13. package/dist/factory.d.ts.map +1 -1
  14. package/dist/fractions/fractions/approveWrapper.route.d.ts +3 -3
  15. package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -1
  16. package/dist/fractions/fractions/index.d.ts +1 -1
  17. package/dist/fractions/fractions/index.d.ts.map +1 -1
  18. package/dist/fractions/index.d.ts +154 -6
  19. package/dist/fractions/index.d.ts.map +1 -1
  20. package/dist/fractions/markets/getDeployEvent.d.ts +1 -1
  21. package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
  22. package/dist/fractions/markets/getMarket/getMarket.d.ts +22 -2
  23. package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -1
  24. package/dist/fractions/markets/getMarket/index.d.ts +22 -2
  25. package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
  26. package/dist/fractions/markets/index.d.ts +43 -3
  27. package/dist/fractions/markets/index.d.ts.map +1 -1
  28. package/dist/fractions/markets/searchMarkets/index.d.ts +22 -2
  29. package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
  30. package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -2
  31. package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -1
  32. package/dist/fractions/platforms/deployMarket.routes.d.ts +4 -4
  33. package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -1
  34. package/dist/fractions/platforms/index.d.ts +1 -1
  35. package/dist/fractions/platforms/index.d.ts.map +1 -1
  36. package/dist/fractions/platforms/initCompilot.routes.d.ts +1 -1
  37. package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -1
  38. package/dist/fractions/platforms/initNid.route.d.ts +1 -1
  39. package/dist/fractions/platforms/initNid.route.d.ts.map +1 -1
  40. package/dist/fractions/roles/getRoles.d.ts +1 -1
  41. package/dist/fractions/roles/getRoles.d.ts.map +1 -1
  42. package/dist/fractions/roles/grantRole.route.d.ts +1 -1
  43. package/dist/fractions/roles/grantRole.route.d.ts.map +1 -1
  44. package/dist/fractions/roles/index.d.ts +1 -1
  45. package/dist/fractions/roles/index.d.ts.map +1 -1
  46. package/dist/fractions/sales/approveSale.route.d.ts +1 -1
  47. package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
  48. package/dist/fractions/sales/common/fractionsSale.d.ts +1 -1
  49. package/dist/fractions/sales/completeSale.route.d.ts +1 -1
  50. package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
  51. package/dist/fractions/sales/createFractions.route.d.ts +1 -1
  52. package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
  53. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +1 -1
  54. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
  55. package/dist/fractions/sales/getVaultAddress.d.ts +1 -1
  56. package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
  57. package/dist/fractions/sales/getWithdrawEvent.d.ts +1 -1
  58. package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
  59. package/dist/fractions/sales/index.d.ts +112 -4
  60. package/dist/fractions/sales/index.d.ts.map +1 -1
  61. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +1 -1
  62. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
  63. package/dist/fractions/sales/purchase.route.d.ts +1 -1
  64. package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
  65. package/dist/fractions/sales/purchaseStatistics.route.d.ts +1 -1
  66. package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
  67. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +2 -2
  68. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
  69. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +1 -1
  70. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
  71. package/dist/fractions/sales/recoverFractions.d.ts +1 -1
  72. package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
  73. package/dist/fractions/sales/rejectFractions.d.ts +1 -1
  74. package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
  75. package/dist/fractions/sales/searchActivity.route.d.ts +1 -1
  76. package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
  77. package/dist/fractions/sales/searchSales/searchSales.d.ts +67 -2
  78. package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
  79. package/dist/fractions/sales/searchWithdrawal.route.d.ts +35 -2
  80. package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
  81. package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
  82. package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
  83. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +1 -1
  84. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
  85. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +12 -2
  86. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
  87. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -1
  88. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
  89. package/dist/fractions/sales/vesting/editCliff.route.d.ts +1 -1
  90. package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
  91. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +1 -1
  92. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
  93. package/dist/fractions/sales/withdraw.route.d.ts +1 -1
  94. package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
  95. package/dist/fractions/sig/getAuthData.d.ts +1 -1
  96. package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
  97. package/dist/fractions/sig/getNonce.route.d.ts +1 -1
  98. package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
  99. package/dist/fractions/sig/index.d.ts +1 -1
  100. package/dist/fractions/sig/index.d.ts.map +1 -1
  101. package/dist/fractions/statistics/index.d.ts +1 -1
  102. package/dist/fractions/statistics/index.d.ts.map +1 -1
  103. package/dist/fractions/statistics/networkStatistics.route.d.ts +4 -4
  104. package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
  105. package/dist/general/estimateGas.d.ts +1 -1
  106. package/dist/general/estimateGas.d.ts.map +1 -1
  107. package/dist/general/getBalance.d.ts +1 -1
  108. package/dist/general/getBalance.d.ts.map +1 -1
  109. package/dist/general/getBalancesBatch.d.ts +1 -1
  110. package/dist/general/getBalancesBatch.d.ts.map +1 -1
  111. package/dist/general/index.d.ts +1 -1
  112. package/dist/general/index.d.ts.map +1 -1
  113. package/dist/general/searchBalances.d.ts +1 -1
  114. package/dist/general/searchBalances.d.ts.map +1 -1
  115. package/dist/issuance/common/exports.d.ts +1 -1
  116. package/dist/issuance/common/exports.d.ts.map +1 -1
  117. package/dist/issuance/common/exports.js +1 -1
  118. package/dist/issuance/common/factories.base.d.ts +167 -0
  119. package/dist/issuance/common/factories.base.d.ts.map +1 -0
  120. package/dist/issuance/common/factories.base.js +15 -0
  121. package/dist/issuance/common/factories.d.ts +2 -166
  122. package/dist/issuance/common/factories.d.ts.map +1 -1
  123. package/dist/issuance/common/factories.js +4 -15
  124. package/dist/issuance/erc20/approve.d.ts +1 -1
  125. package/dist/issuance/erc20/approve.d.ts.map +1 -1
  126. package/dist/issuance/erc20/burn.d.ts +1 -1
  127. package/dist/issuance/erc20/burn.d.ts.map +1 -1
  128. package/dist/issuance/erc20/default/deploy.d.ts +38 -0
  129. package/dist/issuance/erc20/default/deploy.d.ts.map +1 -0
  130. package/dist/issuance/erc20/default/deploy.js +54 -0
  131. package/dist/issuance/erc20/default/initialize.d.ts +38 -0
  132. package/dist/issuance/erc20/default/initialize.d.ts.map +1 -0
  133. package/dist/issuance/erc20/default/initialize.js +43 -0
  134. package/dist/issuance/erc20/default/parseDeployEvent.d.ts +23 -0
  135. package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -0
  136. package/dist/issuance/erc20/default/parseDeployEvent.js +79 -0
  137. package/dist/issuance/erc20/gated/deploy.d.ts +40 -0
  138. package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -0
  139. package/dist/issuance/erc20/gated/deploy.js +60 -0
  140. package/dist/issuance/erc20/gated/initialize.d.ts +40 -0
  141. package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -0
  142. package/dist/issuance/erc20/gated/initialize.js +45 -0
  143. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +23 -0
  144. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -0
  145. package/dist/issuance/erc20/gated/parseDeployEvent.js +79 -0
  146. package/dist/issuance/erc20/gatedSimple/deploy.d.ts +15 -0
  147. package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -0
  148. package/dist/issuance/erc20/gatedSimple/deploy.js +28 -0
  149. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +32 -0
  150. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -0
  151. package/dist/issuance/erc20/gatedSimple/getInitData.js +51 -0
  152. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +18 -0
  153. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -0
  154. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +63 -0
  155. package/dist/issuance/erc20/grantRole.d.ts +1 -1
  156. package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
  157. package/dist/issuance/erc20/index.d.ts +126 -30
  158. package/dist/issuance/erc20/index.d.ts.map +1 -1
  159. package/dist/issuance/erc20/index.js +21 -7
  160. package/dist/issuance/erc20/mint.d.ts +1 -1
  161. package/dist/issuance/erc20/mint.d.ts.map +1 -1
  162. package/dist/issuance/erc20/parseErc20DeployEvent.js +2 -2
  163. package/dist/issuance/erc20/recover.d.ts +1 -1
  164. package/dist/issuance/erc20/recover.d.ts.map +1 -1
  165. package/dist/issuance/erc20/renounceRole.d.ts +1 -1
  166. package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
  167. package/dist/issuance/erc20/revokeRole.d.ts +1 -1
  168. package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
  169. package/dist/issuance/erc20/transfer.d.ts +1 -1
  170. package/dist/issuance/erc20/transfer.d.ts.map +1 -1
  171. package/dist/issuance/erc20/transferFrom.d.ts +1 -1
  172. package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
  173. package/dist/issuance/erc721/approve.d.ts +1 -1
  174. package/dist/issuance/erc721/approve.d.ts.map +1 -1
  175. package/dist/issuance/erc721/burn.d.ts +1 -1
  176. package/dist/issuance/erc721/burn.d.ts.map +1 -1
  177. package/dist/issuance/erc721/default/deploy.d.ts +38 -0
  178. package/dist/issuance/erc721/default/deploy.d.ts.map +1 -0
  179. package/dist/issuance/erc721/default/deploy.js +53 -0
  180. package/dist/issuance/erc721/default/initialize.d.ts +38 -0
  181. package/dist/issuance/erc721/default/initialize.d.ts.map +1 -0
  182. package/dist/issuance/erc721/default/initialize.js +40 -0
  183. package/dist/issuance/erc721/default/parseDeployEvent.d.ts +23 -0
  184. package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -0
  185. package/dist/issuance/erc721/default/parseDeployEvent.js +78 -0
  186. package/dist/issuance/erc721/gated/deploy.d.ts +40 -0
  187. package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -0
  188. package/dist/issuance/erc721/gated/deploy.js +60 -0
  189. package/dist/issuance/erc721/gated/initialize.d.ts +40 -0
  190. package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -0
  191. package/dist/issuance/erc721/gated/initialize.js +44 -0
  192. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +23 -0
  193. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -0
  194. package/dist/issuance/erc721/gated/parseDeployEvent.js +78 -0
  195. package/dist/issuance/erc721/grantRole.d.ts +1 -1
  196. package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
  197. package/dist/issuance/erc721/index.d.ts +78 -29
  198. package/dist/issuance/erc721/index.d.ts.map +1 -1
  199. package/dist/issuance/erc721/index.js +14 -7
  200. package/dist/issuance/erc721/mint.d.ts +1 -1
  201. package/dist/issuance/erc721/mint.d.ts.map +1 -1
  202. package/dist/issuance/erc721/parseErc721DeployEvent.js +2 -2
  203. package/dist/issuance/erc721/recover.d.ts +1 -1
  204. package/dist/issuance/erc721/recover.d.ts.map +1 -1
  205. package/dist/issuance/erc721/renounceRole.d.ts +1 -1
  206. package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
  207. package/dist/issuance/erc721/revokeRole.d.ts +1 -1
  208. package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
  209. package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
  210. package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
  211. package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
  212. package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
  213. package/dist/issuance/erc721/transferFrom.d.ts +1 -1
  214. package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
  215. package/dist/issuance/index.d.ts +186 -41
  216. package/dist/issuance/index.d.ts.map +1 -1
  217. package/dist/issuance/proxy/deploy.d.ts +2 -2
  218. package/dist/issuance/proxy/deploy.d.ts.map +1 -1
  219. package/dist/issuance/proxy/index.d.ts +1 -1
  220. package/dist/issuance/proxy/index.d.ts.map +1 -1
  221. package/dist/issuance/proxy/upgrade.d.ts +1 -1
  222. package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
  223. package/dist/next/fractions/index.d.ts +1 -1
  224. package/dist/next/fractions/index.d.ts.map +1 -1
  225. package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +1 -1
  226. package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -1
  227. package/dist/next/fractions/lending/createLendingSale.d.ts +1 -1
  228. package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -1
  229. package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +1 -1
  230. package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
  231. package/dist/next/fractions/lending/index.d.ts +1 -1
  232. package/dist/next/fractions/lending/index.d.ts.map +1 -1
  233. package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +1 -1
  234. package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
  235. package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +1 -1
  236. package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -1
  237. package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +1 -1
  238. package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -1
  239. package/dist/next/fractions/platforms/index.d.ts +1 -1
  240. package/dist/next/fractions/platforms/index.d.ts.map +1 -1
  241. package/dist/next/fractions/sales/createNftFractions.routes.d.ts +1 -1
  242. package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -1
  243. package/dist/next/fractions/sales/index.d.ts +1 -1
  244. package/dist/next/fractions/sales/index.d.ts.map +1 -1
  245. package/dist/staking/index.d.ts +76 -8
  246. package/dist/staking/index.d.ts.map +1 -1
  247. package/dist/staking/platforms/getPlatform/index.d.ts +1 -1
  248. package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
  249. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +1 -1
  250. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
  251. package/dist/staking/platforms/index.d.ts +1 -1
  252. package/dist/staking/platforms/index.d.ts.map +1 -1
  253. package/dist/staking/platforms/searchPlatforms/index.d.ts +1 -1
  254. package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
  255. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +1 -1
  256. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
  257. package/dist/staking/pools/getPool/index.d.ts +10 -2
  258. package/dist/staking/pools/getPool/index.d.ts.map +1 -1
  259. package/dist/staking/pools/getPool/v0/getPool.d.ts +11 -2
  260. package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
  261. package/dist/staking/pools/index.d.ts +19 -3
  262. package/dist/staking/pools/index.d.ts.map +1 -1
  263. package/dist/staking/pools/searchPools/index.d.ts +10 -2
  264. package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
  265. package/dist/staking/pools/searchPools/v0/searchPools.d.ts +11 -2
  266. package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
  267. package/dist/staking/roles/getRoles/index.d.ts +1 -1
  268. package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
  269. package/dist/staking/roles/getRoles/v0/getRoles.d.ts +1 -1
  270. package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
  271. package/dist/staking/roles/grantRole/index.d.ts +1 -1
  272. package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
  273. package/dist/staking/roles/grantRole/v0/grantRole.d.ts +1 -1
  274. package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
  275. package/dist/staking/roles/index.d.ts +20 -3
  276. package/dist/staking/roles/index.d.ts.map +1 -1
  277. package/dist/staking/roles/searchRoleEvents/index.d.ts +11 -2
  278. package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
  279. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +11 -2
  280. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
  281. package/dist/staking/roles/searchRoles/index.d.ts +10 -2
  282. package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
  283. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +11 -2
  284. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
  285. package/dist/staking/stakes/getStake/index.d.ts +15 -2
  286. package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
  287. package/dist/staking/stakes/getStake/v0/getStake.d.ts +15 -2
  288. package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
  289. package/dist/staking/stakes/index.d.ts +39 -4
  290. package/dist/staking/stakes/index.d.ts.map +1 -1
  291. package/dist/staking/stakes/searchStakeEvents/index.d.ts +11 -2
  292. package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
  293. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +12 -2
  294. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
  295. package/dist/staking/stakes/searchStakes/index.d.ts +15 -2
  296. package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
  297. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +15 -2
  298. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
  299. package/dist/stakingTemplates/index.d.ts +43 -7
  300. package/dist/stakingTemplates/index.d.ts.map +1 -1
  301. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +6 -2
  302. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
  303. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +1 -1
  304. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
  305. package/dist/stakingTemplates/templates/common/getReward.d.ts +1 -1
  306. package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
  307. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +10 -2
  308. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
  309. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +1 -1
  310. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
  311. package/dist/stakingTemplates/templates/common/unstake.d.ts +1 -1
  312. package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
  313. package/dist/stakingTemplates/templates/reputation/index.d.ts +15 -3
  314. package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
  315. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +1 -1
  316. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -1
  317. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +1 -1
  318. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
  319. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +15 -3
  320. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
  321. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +1 -1
  322. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
  323. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +1 -1
  324. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
  325. package/dist/stakingTemplates/templates/reputationLock/index.d.ts +15 -3
  326. package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
  327. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +1 -1
  328. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -1
  329. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +1 -1
  330. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
  331. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +15 -3
  332. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
  333. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +1 -1
  334. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
  335. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +1 -1
  336. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
  337. package/dist/stakingTemplates/templates/rwa/index.d.ts +15 -3
  338. package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
  339. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +1 -1
  340. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -1
  341. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +1 -1
  342. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
  343. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +1 -1
  344. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
  345. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +15 -3
  346. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
  347. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +1 -1
  348. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
  349. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +1 -1
  350. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
  351. package/package.json +12 -12
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAM,MAAM,aAAa,CAAC;AAMvD,wBAAgB,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5E;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhF;AAED,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACnD,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAU3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvE,YAAY,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAM,MAAM,aAAa,CAAC;AAMvD,wBAAgB,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5E;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhF;AAED,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACnD,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAU3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvE,YAAY,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
@@ -634,8 +634,8 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
634
634
  getBlobBaseFee: () => Promise<import("viem").GetBlobBaseFeeReturnType>;
635
635
  getBlock: <includeTransactions extends boolean = false, blockTag extends import("viem").BlockTag = "latest">(args?: import("viem").GetBlockParameters<includeTransactions, blockTag> | undefined) => Promise<{
636
636
  number: blockTag extends "pending" ? null : bigint;
637
- hash: blockTag extends "pending" ? null : `0x${string}`;
638
637
  nonce: blockTag extends "pending" ? null : `0x${string}`;
638
+ hash: blockTag extends "pending" ? null : `0x${string}`;
639
639
  logsBloom: blockTag extends "pending" ? null : `0x${string}`;
640
640
  baseFeePerGas: bigint | null;
641
641
  blobGasUsed: bigint;
@@ -665,22 +665,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
665
665
  value: bigint;
666
666
  chainId?: number | undefined;
667
667
  from: import("abitype").Address;
668
- to: import("abitype").Address | null;
669
- hash: import("viem").Hash;
670
- yParity?: undefined | undefined;
671
668
  gas: bigint;
672
669
  nonce: number;
670
+ to: import("abitype").Address | null;
673
671
  r: import("viem").Hex;
674
672
  s: import("viem").Hex;
675
- typeHex: import("viem").Hex | null;
676
673
  v: bigint;
677
- accessList?: undefined | undefined;
678
- authorizationList?: undefined | undefined;
674
+ yParity?: undefined | undefined;
679
675
  blobVersionedHashes?: undefined | undefined;
680
676
  gasPrice: bigint;
681
677
  maxFeePerBlobGas?: undefined | undefined;
682
678
  maxFeePerGas?: undefined | undefined;
683
679
  maxPriorityFeePerGas?: undefined | undefined;
680
+ accessList?: undefined | undefined;
681
+ authorizationList?: undefined | undefined;
682
+ hash: import("viem").Hash;
683
+ typeHex: import("viem").Hex | null;
684
684
  blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
685
685
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
686
686
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
@@ -690,22 +690,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
690
690
  value: bigint;
691
691
  chainId: number;
692
692
  from: import("abitype").Address;
693
- to: import("abitype").Address | null;
694
- hash: import("viem").Hash;
695
- yParity: number;
696
693
  gas: bigint;
697
694
  nonce: number;
695
+ to: import("abitype").Address | null;
698
696
  r: import("viem").Hex;
699
697
  s: import("viem").Hex;
700
- typeHex: import("viem").Hex | null;
701
698
  v: bigint;
702
- accessList: import("viem").AccessList;
703
- authorizationList?: undefined | undefined;
699
+ yParity: number;
704
700
  blobVersionedHashes?: undefined | undefined;
705
701
  gasPrice: bigint;
706
702
  maxFeePerBlobGas?: undefined | undefined;
707
703
  maxFeePerGas?: undefined | undefined;
708
704
  maxPriorityFeePerGas?: undefined | undefined;
705
+ accessList: import("viem").AccessList;
706
+ authorizationList?: undefined | undefined;
707
+ hash: import("viem").Hash;
708
+ typeHex: import("viem").Hex | null;
709
709
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
710
710
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
711
711
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
@@ -715,22 +715,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
715
715
  value: bigint;
716
716
  chainId: number;
717
717
  from: import("abitype").Address;
718
- to: import("abitype").Address | null;
719
- hash: import("viem").Hash;
720
- yParity: number;
721
718
  gas: bigint;
722
719
  nonce: number;
720
+ to: import("abitype").Address | null;
723
721
  r: import("viem").Hex;
724
722
  s: import("viem").Hex;
725
- typeHex: import("viem").Hex | null;
726
723
  v: bigint;
727
- accessList: import("viem").AccessList;
728
- authorizationList?: undefined | undefined;
724
+ yParity: number;
729
725
  blobVersionedHashes?: undefined | undefined;
730
726
  gasPrice?: undefined | undefined;
731
727
  maxFeePerBlobGas?: undefined | undefined;
732
728
  maxFeePerGas: bigint;
733
729
  maxPriorityFeePerGas: bigint;
730
+ accessList: import("viem").AccessList;
731
+ authorizationList?: undefined | undefined;
732
+ hash: import("viem").Hash;
733
+ typeHex: import("viem").Hex | null;
734
734
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
735
735
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
736
736
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
@@ -740,22 +740,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
740
740
  value: bigint;
741
741
  chainId: number;
742
742
  from: import("abitype").Address;
743
- to: import("abitype").Address | null;
744
- hash: import("viem").Hash;
745
- yParity: number;
746
743
  gas: bigint;
747
744
  nonce: number;
745
+ to: import("abitype").Address | null;
748
746
  r: import("viem").Hex;
749
747
  s: import("viem").Hex;
750
- typeHex: import("viem").Hex | null;
751
748
  v: bigint;
752
- accessList: import("viem").AccessList;
753
- authorizationList?: undefined | undefined;
749
+ yParity: number;
754
750
  blobVersionedHashes: readonly import("viem").Hex[];
755
751
  gasPrice?: undefined | undefined;
756
752
  maxFeePerBlobGas: bigint;
757
753
  maxFeePerGas: bigint;
758
754
  maxPriorityFeePerGas: bigint;
755
+ accessList: import("viem").AccessList;
756
+ authorizationList?: undefined | undefined;
757
+ hash: import("viem").Hash;
758
+ typeHex: import("viem").Hex | null;
759
759
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
760
760
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
761
761
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
@@ -765,22 +765,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
765
765
  value: bigint;
766
766
  chainId: number;
767
767
  from: import("abitype").Address;
768
- to: import("abitype").Address | null;
769
- hash: import("viem").Hash;
770
- yParity: number;
771
768
  gas: bigint;
772
769
  nonce: number;
770
+ to: import("abitype").Address | null;
773
771
  r: import("viem").Hex;
774
772
  s: import("viem").Hex;
775
- typeHex: import("viem").Hex | null;
776
773
  v: bigint;
777
- accessList: import("viem").AccessList;
778
- authorizationList: import("viem/experimental").SignedAuthorizationList;
774
+ yParity: number;
779
775
  blobVersionedHashes?: undefined | undefined;
780
776
  gasPrice?: undefined | undefined;
781
777
  maxFeePerBlobGas?: undefined | undefined;
782
778
  maxFeePerGas: bigint;
783
779
  maxPriorityFeePerGas: bigint;
780
+ accessList: import("viem").AccessList;
781
+ authorizationList: import("viem/experimental").SignedAuthorizationList;
782
+ hash: import("viem").Hash;
783
+ typeHex: import("viem").Hex | null;
784
784
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
785
785
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
786
786
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
@@ -964,22 +964,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
964
964
  value: bigint;
965
965
  chainId?: number | undefined;
966
966
  from: import("abitype").Address;
967
- to: import("abitype").Address | null;
968
- hash: import("viem").Hash;
969
- yParity?: undefined | undefined;
970
967
  gas: bigint;
971
968
  nonce: number;
969
+ to: import("abitype").Address | null;
972
970
  r: import("viem").Hex;
973
971
  s: import("viem").Hex;
974
- typeHex: import("viem").Hex | null;
975
972
  v: bigint;
976
- accessList?: undefined | undefined;
977
- authorizationList?: undefined | undefined;
973
+ yParity?: undefined | undefined;
978
974
  blobVersionedHashes?: undefined | undefined;
979
975
  gasPrice: bigint;
980
976
  maxFeePerBlobGas?: undefined | undefined;
981
977
  maxFeePerGas?: undefined | undefined;
982
978
  maxPriorityFeePerGas?: undefined | undefined;
979
+ accessList?: undefined | undefined;
980
+ authorizationList?: undefined | undefined;
981
+ hash: import("viem").Hash;
982
+ typeHex: import("viem").Hex | null;
983
983
  blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
984
984
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
985
985
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
@@ -989,22 +989,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
989
989
  value: bigint;
990
990
  chainId: number;
991
991
  from: import("abitype").Address;
992
- to: import("abitype").Address | null;
993
- hash: import("viem").Hash;
994
- yParity: number;
995
992
  gas: bigint;
996
993
  nonce: number;
994
+ to: import("abitype").Address | null;
997
995
  r: import("viem").Hex;
998
996
  s: import("viem").Hex;
999
- typeHex: import("viem").Hex | null;
1000
997
  v: bigint;
1001
- accessList: import("viem").AccessList;
1002
- authorizationList?: undefined | undefined;
998
+ yParity: number;
1003
999
  blobVersionedHashes?: undefined | undefined;
1004
1000
  gasPrice: bigint;
1005
1001
  maxFeePerBlobGas?: undefined | undefined;
1006
1002
  maxFeePerGas?: undefined | undefined;
1007
1003
  maxPriorityFeePerGas?: undefined | undefined;
1004
+ accessList: import("viem").AccessList;
1005
+ authorizationList?: undefined | undefined;
1006
+ hash: import("viem").Hash;
1007
+ typeHex: import("viem").Hex | null;
1008
1008
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
1009
1009
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
1010
1010
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
@@ -1014,22 +1014,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
1014
1014
  value: bigint;
1015
1015
  chainId: number;
1016
1016
  from: import("abitype").Address;
1017
- to: import("abitype").Address | null;
1018
- hash: import("viem").Hash;
1019
- yParity: number;
1020
1017
  gas: bigint;
1021
1018
  nonce: number;
1019
+ to: import("abitype").Address | null;
1022
1020
  r: import("viem").Hex;
1023
1021
  s: import("viem").Hex;
1024
- typeHex: import("viem").Hex | null;
1025
1022
  v: bigint;
1026
- accessList: import("viem").AccessList;
1027
- authorizationList?: undefined | undefined;
1023
+ yParity: number;
1028
1024
  blobVersionedHashes?: undefined | undefined;
1029
1025
  gasPrice?: undefined | undefined;
1030
1026
  maxFeePerBlobGas?: undefined | undefined;
1031
1027
  maxFeePerGas: bigint;
1032
1028
  maxPriorityFeePerGas: bigint;
1029
+ accessList: import("viem").AccessList;
1030
+ authorizationList?: undefined | undefined;
1031
+ hash: import("viem").Hash;
1032
+ typeHex: import("viem").Hex | null;
1033
1033
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
1034
1034
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
1035
1035
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
@@ -1039,22 +1039,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
1039
1039
  value: bigint;
1040
1040
  chainId: number;
1041
1041
  from: import("abitype").Address;
1042
- to: import("abitype").Address | null;
1043
- hash: import("viem").Hash;
1044
- yParity: number;
1045
1042
  gas: bigint;
1046
1043
  nonce: number;
1044
+ to: import("abitype").Address | null;
1047
1045
  r: import("viem").Hex;
1048
1046
  s: import("viem").Hex;
1049
- typeHex: import("viem").Hex | null;
1050
1047
  v: bigint;
1051
- accessList: import("viem").AccessList;
1052
- authorizationList?: undefined | undefined;
1048
+ yParity: number;
1053
1049
  blobVersionedHashes: readonly import("viem").Hex[];
1054
1050
  gasPrice?: undefined | undefined;
1055
1051
  maxFeePerBlobGas: bigint;
1056
1052
  maxFeePerGas: bigint;
1057
1053
  maxPriorityFeePerGas: bigint;
1054
+ accessList: import("viem").AccessList;
1055
+ authorizationList?: undefined | undefined;
1056
+ hash: import("viem").Hash;
1057
+ typeHex: import("viem").Hex | null;
1058
1058
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1059
1059
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1060
1060
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
@@ -1064,22 +1064,22 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
1064
1064
  value: bigint;
1065
1065
  chainId: number;
1066
1066
  from: import("abitype").Address;
1067
- to: import("abitype").Address | null;
1068
- hash: import("viem").Hash;
1069
- yParity: number;
1070
1067
  gas: bigint;
1071
1068
  nonce: number;
1069
+ to: import("abitype").Address | null;
1072
1070
  r: import("viem").Hex;
1073
1071
  s: import("viem").Hex;
1074
- typeHex: import("viem").Hex | null;
1075
1072
  v: bigint;
1076
- accessList: import("viem").AccessList;
1077
- authorizationList: import("viem/experimental").SignedAuthorizationList;
1073
+ yParity: number;
1078
1074
  blobVersionedHashes?: undefined | undefined;
1079
1075
  gasPrice?: undefined | undefined;
1080
1076
  maxFeePerBlobGas?: undefined | undefined;
1081
1077
  maxFeePerGas: bigint;
1082
1078
  maxPriorityFeePerGas: bigint;
1079
+ accessList: import("viem").AccessList;
1080
+ authorizationList: import("viem/experimental").SignedAuthorizationList;
1081
+ hash: import("viem").Hash;
1082
+ typeHex: import("viem").Hex | null;
1083
1083
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1084
1084
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1085
1085
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
@@ -5234,7 +5234,7 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
5234
5234
  authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
5235
5235
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
5236
5236
  chainId?: number | undefined;
5237
- }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<{
5237
+ }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<{
5238
5238
  blockExplorers: {
5239
5239
  readonly default: {
5240
5240
  readonly name: "Etherscan";
@@ -8933,7 +8933,7 @@ export declare function getPublicClient(id: IPolymorphicChainId, config: IRpcCon
8933
8933
  authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
8934
8934
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
8935
8935
  chainId?: number | undefined;
8936
- }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
8936
+ }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
8937
8937
  readContract: <const abi extends import("abitype").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "pure" | "view">, const args extends import("viem").ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import("viem").ReadContractParameters<abi, functionName, args>) => Promise<import("viem").ReadContractReturnType<abi, functionName, args>>;
8938
8938
  sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
8939
8939
  simulate: <const calls extends readonly unknown[]>(args: import("viem/actions").SimulateBlocksParameters<calls>) => Promise<import("viem/actions").SimulateBlocksReturnType<calls>>;
@@ -1,3 +1,3 @@
1
1
  import type { AppContext } from "../context.js";
2
- export declare const injectIndexerClient: () => import("hono").MiddlewareHandler<AppContext, string, {}>;
2
+ export declare const injectIndexerClient: () => import("hono").MiddlewareHandler<AppContext, string, {}, Response>;
3
3
  //# sourceMappingURL=indexer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"indexer.d.ts","sourceRoot":"","sources":["../../../src/common/middleware/indexer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,eAAO,MAAM,mBAAmB,gEAK5B,CAAC"}
1
+ {"version":3,"file":"indexer.d.ts","sourceRoot":"","sources":["../../../src/common/middleware/indexer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,eAAO,MAAM,mBAAmB,0EAK5B,CAAC"}
@@ -1,4 +1,7 @@
1
+ import { Chain } from "viem/chains";
1
2
  import { z } from "zod";
3
+ import { createSupportedChains } from "@evergonlabs/tmi-utils/models";
4
+ export declare function createChainIdSchema<TChains extends Chain[] | readonly Chain[]>(config: ReturnType<typeof createSupportedChains<TChains>>): z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<TChains[number]["id"]>, z.ZodLiteral<TChains[number]["id"]>, ...z.ZodLiteral<TChains[number]["id"]>[]]>>;
2
5
  export declare const StakingChainId: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<11155111 | 31337>, z.ZodLiteral<11155111 | 31337>, ...z.ZodLiteral<11155111 | 31337>[]]>>;
3
6
  export declare const FractionsChainId: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<1 | 11155111 | 31337 | 72080>, z.ZodLiteral<1 | 11155111 | 31337 | 72080>, ...z.ZodLiteral<1 | 11155111 | 31337 | 72080>[]]>>;
4
7
  export declare const NextFractionsChainId: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<11155111 | 31337 | 72080>, z.ZodLiteral<11155111 | 31337 | 72080>, ...z.ZodLiteral<11155111 | 31337 | 72080>[]]>>;
@@ -1 +1 @@
1
- {"version":3,"file":"chainId.d.ts","sourceRoot":"","sources":["../../../src/common/models/chainId.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,cAAc,gKAIzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,oMAI3B,CAAC;AAEH,eAAO,MAAM,oBAAoB,wLAI/B,CAAC;AAEH,eAAO,MAAM,mBAAmB,kCAAyE,CAAC;AAC1G,eAAO,MAAM,kBAAkB,0UAM3B,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"chainId.d.ts","sourceRoot":"","sources":["../../../src/common/models/chainId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAW,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAItE,wBAAgB,mBAAmB,CAAC,OAAO,SAAS,KAAK,EAAE,GAAG,SAAS,KAAK,EAAE,EAC5E,MAAM,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,CAAC,iLAO1D;AAED,eAAO,MAAM,cAAc,gKAAqC,CAAC;AACjE,eAAO,MAAM,gBAAgB,oMAAuC,CAAC;AACrE,eAAO,MAAM,oBAAoB,wLAA2C,CAAC;AAC7E,eAAO,MAAM,mBAAmB,kCAAyE,CAAC;AAE1G,eAAO,MAAM,kBAAkB,0UAM3B,CAAC;AAEL,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -3,23 +3,17 @@ import { z } from "zod";
3
3
  import { FractionsChains } from "@evergonlabs/tmi-protocol-fractions-sdk";
4
4
  import { FractionsChains as NextFractionsChains } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
5
5
  import { StakingChains } from "@evergonlabs/tmi-protocol-staking-sdk";
6
- // This preprocess is for back compatibility
7
6
  const coerceChainId = (v) => (typeof v === "string" ? Number(v) : v);
8
- export const StakingChainId = z.preprocess(coerceChainId, StakingChains.Schema).openapi({
9
- enum: StakingChains.chainIds,
10
- description: "Supported chain id",
11
- example: sepolia.id,
12
- });
13
- export const FractionsChainId = z.preprocess(coerceChainId, FractionsChains.Schema).openapi({
14
- enum: FractionsChains.chainIds,
15
- description: "Supported chain id",
16
- example: sepolia.id,
17
- });
18
- export const NextFractionsChainId = z.preprocess(coerceChainId, NextFractionsChains.Schema).openapi({
19
- enum: NextFractionsChains.chainIds,
20
- description: "Supported chain id",
21
- example: sepolia.id,
22
- });
7
+ export function createChainIdSchema(config) {
8
+ return z.preprocess(coerceChainId, config.Schema).openapi({
9
+ enum: config.chainIds,
10
+ description: "Supported chain id",
11
+ example: sepolia.id,
12
+ });
13
+ }
14
+ export const StakingChainId = createChainIdSchema(StakingChains);
15
+ export const FractionsChainId = createChainIdSchema(FractionsChains);
16
+ export const NextFractionsChainId = createChainIdSchema(NextFractionsChains);
23
17
  export const PolymorphicChainIds = [...new Set([...FractionsChains.chainIds, ...StakingChains.chainIds])];
24
18
  export const PolymorphicChainId = z
25
19
  .preprocess(coerceChainId, z.intersection(FractionsChains.Schema, StakingChains.Schema))
@@ -12,10 +12,10 @@ export declare const FractionsMarketTemplateSchema: z.ZodEnum<{
12
12
  lending: "lending";
13
13
  }>;
14
14
  export declare const FractionsSaleStatusSchema: z.ZodEnum<{
15
+ finalized: "finalized";
15
16
  created: "created";
16
17
  approved: "approved";
17
18
  rejected: "rejected";
18
- finalized: "finalized";
19
19
  refunded: "refunded";
20
20
  }>;
21
21
  //# sourceMappingURL=platform.d.ts.map
package/dist/factory.d.ts CHANGED
@@ -2,9 +2,7 @@ import type { IAppConfig } from "./common/config.js";
2
2
  import type { AppContext } from "./common/context.js";
3
3
  export declare function createRoot(config?: IAppConfig): {
4
4
  factory: import("hono/factory").Factory<AppContext, string>;
5
- app: import("hono/hono-base").HonoBase<AppContext, {
6
- "/*": {};
7
- }, "/">;
5
+ app: import("hono/hono-base").HonoBase<AppContext, import("hono/types").BlankSchema, "/", "/*">;
8
6
  };
9
7
  export type IRoot = ReturnType<typeof createRoot>;
10
8
  export type IFactory = IRoot["factory"];
@@ -1 +1 @@
1
- {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../src/factory.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,wBAAgB,UAAU,CAAC,MAAM,CAAC,EAAE,UAAU;;;;;EAI7C;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAClD,MAAM,MAAM,QAAQ,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../src/factory.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,wBAAgB,UAAU,CAAC,MAAM,CAAC,EAAE,UAAU;;;EAI7C;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAClD,MAAM,MAAM,QAAQ,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC"}
@@ -35,7 +35,7 @@ export declare const ApproveWrapperV0: import("../../common/controller.js").ICon
35
35
  status: import("hono/utils/http-status").ContentfulStatusCode;
36
36
  };
37
37
  };
38
- }, "/">>;
38
+ }, "/", "/">>;
39
39
  export declare const ApproveErc20SpendingToWrapperV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
40
40
  "/": {
41
41
  $post: {
@@ -60,7 +60,7 @@ export declare const ApproveErc20SpendingToWrapperV0: import("../../common/contr
60
60
  status: import("hono/utils/http-status").ContentfulStatusCode;
61
61
  };
62
62
  };
63
- }, "/">>;
63
+ }, "/", "/">>;
64
64
  export declare const ApproveErc721SpendingToWrapperV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
65
65
  "/": {
66
66
  $post: {
@@ -84,5 +84,5 @@ export declare const ApproveErc721SpendingToWrapperV0: import("../../common/cont
84
84
  status: import("hono/utils/http-status").ContentfulStatusCode;
85
85
  };
86
86
  };
87
- }, "/">>;
87
+ }, "/", "/">>;
88
88
  //# sourceMappingURL=approveWrapper.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"approveWrapper.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/fractions/approveWrapper.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;iBAIxC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAkBH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;QAc3B,CAAC;AAkBH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;QAc1C,CAAC;AAkBH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;QAc3C,CAAC"}
1
+ {"version":3,"file":"approveWrapper.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/fractions/approveWrapper.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;iBAIxC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAkBH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;aAc3B,CAAC;AAkBH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;aAc1C,CAAC;AAkBH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;aAc3C,CAAC"}
@@ -68,5 +68,5 @@ export declare const FractionsSubController: import("../../common/controller.js"
68
68
  status: import("hono/utils/http-status").ContentfulStatusCode;
69
69
  };
70
70
  };
71
- }, "/approveWrapperAsErc721Spender">, "/">>;
71
+ }, "/approveWrapperAsErc721Spender">, "/", "/">>;
72
72
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/fractions/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAOjC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/fractions/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAOjC,CAAC"}