tapimo 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (422) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +119 -0
  3. package/dist/ApiKey.d.ts +65 -0
  4. package/dist/ApiKey.d.ts.map +1 -0
  5. package/dist/ApiKey.js +105 -0
  6. package/dist/ApiKey.js.map +1 -0
  7. package/dist/ApiKeySource.d.ts +166 -0
  8. package/dist/ApiKeySource.d.ts.map +1 -0
  9. package/dist/ApiKeySource.js +234 -0
  10. package/dist/ApiKeySource.js.map +1 -0
  11. package/dist/App.d.ts +19317 -0
  12. package/dist/App.d.ts.map +1 -0
  13. package/dist/App.js +612 -0
  14. package/dist/App.js.map +1 -0
  15. package/dist/Assets.d.ts +44 -0
  16. package/dist/Assets.d.ts.map +1 -0
  17. package/dist/Assets.js +23 -0
  18. package/dist/Assets.js.map +1 -0
  19. package/dist/Auth.d.ts +2 -0
  20. package/dist/Auth.d.ts.map +1 -0
  21. package/dist/Auth.js +2 -0
  22. package/dist/Auth.js.map +1 -0
  23. package/dist/Cli.d.ts +21 -0
  24. package/dist/Cli.d.ts.map +1 -0
  25. package/dist/Cli.js +13 -0
  26. package/dist/Cli.js.map +1 -0
  27. package/dist/Client.d.ts +20 -0
  28. package/dist/Client.d.ts.map +1 -0
  29. package/dist/Client.js +24 -0
  30. package/dist/Client.js.map +1 -0
  31. package/dist/Metrics.d.ts +70 -0
  32. package/dist/Metrics.d.ts.map +1 -0
  33. package/dist/Metrics.js +91 -0
  34. package/dist/Metrics.js.map +1 -0
  35. package/dist/Scope.d.ts +35 -0
  36. package/dist/Scope.d.ts.map +1 -0
  37. package/dist/Scope.js +38 -0
  38. package/dist/Scope.js.map +1 -0
  39. package/dist/Webhooks.d.ts +79 -0
  40. package/dist/Webhooks.d.ts.map +1 -0
  41. package/dist/Webhooks.js +107 -0
  42. package/dist/Webhooks.js.map +1 -0
  43. package/dist/admin/Access.d.ts +41 -0
  44. package/dist/admin/Access.d.ts.map +1 -0
  45. package/dist/admin/Access.js +75 -0
  46. package/dist/admin/Access.js.map +1 -0
  47. package/dist/admin/App.d.ts +1221 -0
  48. package/dist/admin/App.d.ts.map +1 -0
  49. package/dist/admin/App.js +113 -0
  50. package/dist/admin/App.js.map +1 -0
  51. package/dist/admin/apps/api-keys.d.ts +209 -0
  52. package/dist/admin/apps/api-keys.d.ts.map +1 -0
  53. package/dist/admin/apps/api-keys.js +129 -0
  54. package/dist/admin/apps/api-keys.js.map +1 -0
  55. package/dist/admin/apps/scopes.d.ts +46 -0
  56. package/dist/admin/apps/scopes.d.ts.map +1 -0
  57. package/dist/admin/apps/scopes.js +41 -0
  58. package/dist/admin/apps/scopes.js.map +1 -0
  59. package/dist/admin/apps/verified-tokens.d.ts +1206 -0
  60. package/dist/admin/apps/verified-tokens.d.ts.map +1 -0
  61. package/dist/admin/apps/verified-tokens.js +485 -0
  62. package/dist/admin/apps/verified-tokens.js.map +1 -0
  63. package/dist/admin/index.d.ts +3 -0
  64. package/dist/admin/index.d.ts.map +1 -0
  65. package/dist/admin/index.js +3 -0
  66. package/dist/admin/index.js.map +1 -0
  67. package/dist/admin/ui.generated.d.ts +11 -0
  68. package/dist/admin/ui.generated.d.ts.map +1 -0
  69. package/dist/admin/ui.generated.js +43 -0
  70. package/dist/admin/ui.generated.js.map +1 -0
  71. package/dist/apps/activities.d.ts +18725 -0
  72. package/dist/apps/activities.d.ts.map +1 -0
  73. package/dist/apps/activities.js +3138 -0
  74. package/dist/apps/activities.js.map +1 -0
  75. package/dist/apps/addresses.d.ts +3662 -0
  76. package/dist/apps/addresses.d.ts.map +1 -0
  77. package/dist/apps/addresses.js +22 -0
  78. package/dist/apps/addresses.js.map +1 -0
  79. package/dist/apps/balances.d.ts +342 -0
  80. package/dist/apps/balances.d.ts.map +1 -0
  81. package/dist/apps/balances.js +393 -0
  82. package/dist/apps/balances.js.map +1 -0
  83. package/dist/apps/blocks.d.ts +931 -0
  84. package/dist/apps/blocks.d.ts.map +1 -0
  85. package/dist/apps/blocks.js +689 -0
  86. package/dist/apps/blocks.js.map +1 -0
  87. package/dist/apps/coingecko.d.ts +1053 -0
  88. package/dist/apps/coingecko.d.ts.map +1 -0
  89. package/dist/apps/coingecko.js +1015 -0
  90. package/dist/apps/coingecko.js.map +1 -0
  91. package/dist/apps/exchanges.d.ts +3000 -0
  92. package/dist/apps/exchanges.d.ts.map +1 -0
  93. package/dist/apps/exchanges.js +3570 -0
  94. package/dist/apps/exchanges.js.map +1 -0
  95. package/dist/apps/fee-amm.d.ts +640 -0
  96. package/dist/apps/fee-amm.d.ts.map +1 -0
  97. package/dist/apps/fee-amm.js +815 -0
  98. package/dist/apps/fee-amm.js.map +1 -0
  99. package/dist/apps/indexer.d.ts +116 -0
  100. package/dist/apps/indexer.d.ts.map +1 -0
  101. package/dist/apps/indexer.js +270 -0
  102. package/dist/apps/indexer.js.map +1 -0
  103. package/dist/apps/receipts.d.ts +1438 -0
  104. package/dist/apps/receipts.d.ts.map +1 -0
  105. package/dist/apps/receipts.js +874 -0
  106. package/dist/apps/receipts.js.map +1 -0
  107. package/dist/apps/rpc.d.ts +173 -0
  108. package/dist/apps/rpc.d.ts.map +1 -0
  109. package/dist/apps/rpc.js +191 -0
  110. package/dist/apps/rpc.js.map +1 -0
  111. package/dist/apps/tokenlist.d.ts +192 -0
  112. package/dist/apps/tokenlist.d.ts.map +1 -0
  113. package/dist/apps/tokenlist.js +153 -0
  114. package/dist/apps/tokenlist.js.map +1 -0
  115. package/dist/apps/tokens.d.ts +2246 -0
  116. package/dist/apps/tokens.d.ts.map +1 -0
  117. package/dist/apps/tokens.js +1789 -0
  118. package/dist/apps/tokens.js.map +1 -0
  119. package/dist/apps/transactions.d.ts +2327 -0
  120. package/dist/apps/transactions.d.ts.map +1 -0
  121. package/dist/apps/transactions.js +975 -0
  122. package/dist/apps/transactions.js.map +1 -0
  123. package/dist/apps/transfers.d.ts +589 -0
  124. package/dist/apps/transfers.d.ts.map +1 -0
  125. package/dist/apps/transfers.js +769 -0
  126. package/dist/apps/transfers.js.map +1 -0
  127. package/dist/apps/verified-tokens.d.ts +544 -0
  128. package/dist/apps/verified-tokens.d.ts.map +1 -0
  129. package/dist/apps/verified-tokens.js +234 -0
  130. package/dist/apps/verified-tokens.js.map +1 -0
  131. package/dist/apps/webhooks.d.ts +7684 -0
  132. package/dist/apps/webhooks.d.ts.map +1 -0
  133. package/dist/apps/webhooks.js +2112 -0
  134. package/dist/apps/webhooks.js.map +1 -0
  135. package/dist/cloudflare.d.ts +32 -0
  136. package/dist/cloudflare.d.ts.map +1 -0
  137. package/dist/cloudflare.js +45 -0
  138. package/dist/cloudflare.js.map +1 -0
  139. package/dist/index.d.ts +16 -0
  140. package/dist/index.d.ts.map +1 -0
  141. package/dist/index.js +16 -0
  142. package/dist/index.js.map +1 -0
  143. package/dist/internal/Auth.d.ts +298 -0
  144. package/dist/internal/Auth.d.ts.map +1 -0
  145. package/dist/internal/Auth.js +618 -0
  146. package/dist/internal/Auth.js.map +1 -0
  147. package/dist/internal/Cache.d.ts +74 -0
  148. package/dist/internal/Cache.d.ts.map +1 -0
  149. package/dist/internal/Cache.js +215 -0
  150. package/dist/internal/Cache.js.map +1 -0
  151. package/dist/internal/Cursor.d.ts +79 -0
  152. package/dist/internal/Cursor.d.ts.map +1 -0
  153. package/dist/internal/Cursor.js +116 -0
  154. package/dist/internal/Cursor.js.map +1 -0
  155. package/dist/internal/EdgeCache.d.ts +59 -0
  156. package/dist/internal/EdgeCache.d.ts.map +1 -0
  157. package/dist/internal/EdgeCache.js +174 -0
  158. package/dist/internal/EdgeCache.js.map +1 -0
  159. package/dist/internal/Log.d.ts +104 -0
  160. package/dist/internal/Log.d.ts.map +1 -0
  161. package/dist/internal/Log.js +118 -0
  162. package/dist/internal/Log.js.map +1 -0
  163. package/dist/internal/MetricSink.d.ts +65 -0
  164. package/dist/internal/MetricSink.d.ts.map +1 -0
  165. package/dist/internal/MetricSink.js +146 -0
  166. package/dist/internal/MetricSink.js.map +1 -0
  167. package/dist/internal/Mpp.d.ts +71 -0
  168. package/dist/internal/Mpp.d.ts.map +1 -0
  169. package/dist/internal/Mpp.js +105 -0
  170. package/dist/internal/Mpp.js.map +1 -0
  171. package/dist/internal/OpenApi.d.ts +313 -0
  172. package/dist/internal/OpenApi.d.ts.map +1 -0
  173. package/dist/internal/OpenApi.fonts.d.ts +2 -0
  174. package/dist/internal/OpenApi.fonts.d.ts.map +1 -0
  175. package/dist/internal/OpenApi.fonts.js +39 -0
  176. package/dist/internal/OpenApi.fonts.js.map +1 -0
  177. package/dist/internal/OpenApi.js +335 -0
  178. package/dist/internal/OpenApi.js.map +1 -0
  179. package/dist/internal/OpenApi.logo.d.ts +6 -0
  180. package/dist/internal/OpenApi.logo.d.ts.map +1 -0
  181. package/dist/internal/OpenApi.logo.js +19 -0
  182. package/dist/internal/OpenApi.logo.js.map +1 -0
  183. package/dist/internal/Path.d.ts +5 -0
  184. package/dist/internal/Path.d.ts.map +1 -0
  185. package/dist/internal/Path.js +16 -0
  186. package/dist/internal/Path.js.map +1 -0
  187. package/dist/internal/RateLimit.d.ts +60 -0
  188. package/dist/internal/RateLimit.d.ts.map +1 -0
  189. package/dist/internal/RateLimit.js +48 -0
  190. package/dist/internal/RateLimit.js.map +1 -0
  191. package/dist/internal/Response.d.ts +132 -0
  192. package/dist/internal/Response.d.ts.map +1 -0
  193. package/dist/internal/Response.js +72 -0
  194. package/dist/internal/Response.js.map +1 -0
  195. package/dist/internal/Schema.d.ts +257 -0
  196. package/dist/internal/Schema.d.ts.map +1 -0
  197. package/dist/internal/Schema.js +360 -0
  198. package/dist/internal/Schema.js.map +1 -0
  199. package/dist/internal/Store.d.ts +204 -0
  200. package/dist/internal/Store.d.ts.map +1 -0
  201. package/dist/internal/Store.js +291 -0
  202. package/dist/internal/Store.js.map +1 -0
  203. package/dist/internal/Tidx.d.ts +120 -0
  204. package/dist/internal/Tidx.d.ts.map +1 -0
  205. package/dist/internal/Tidx.js +156 -0
  206. package/dist/internal/Tidx.js.map +1 -0
  207. package/dist/internal/Timing.d.ts +22 -0
  208. package/dist/internal/Timing.d.ts.map +1 -0
  209. package/dist/internal/Timing.js +32 -0
  210. package/dist/internal/Timing.js.map +1 -0
  211. package/dist/internal/Ttl.d.ts +25 -0
  212. package/dist/internal/Ttl.d.ts.map +1 -0
  213. package/dist/internal/Ttl.js +49 -0
  214. package/dist/internal/Ttl.js.map +1 -0
  215. package/dist/internal/Value.d.ts +47 -0
  216. package/dist/internal/Value.d.ts.map +1 -0
  217. package/dist/internal/Value.js +122 -0
  218. package/dist/internal/Value.js.map +1 -0
  219. package/dist/internal/VerifiedTokens.d.ts +228 -0
  220. package/dist/internal/VerifiedTokens.d.ts.map +1 -0
  221. package/dist/internal/VerifiedTokens.js +450 -0
  222. package/dist/internal/VerifiedTokens.js.map +1 -0
  223. package/dist/internal/Viem.d.ts +2082 -0
  224. package/dist/internal/Viem.d.ts.map +1 -0
  225. package/dist/internal/Viem.js +63 -0
  226. package/dist/internal/Viem.js.map +1 -0
  227. package/dist/internal/WebhookDestination.d.ts +198 -0
  228. package/dist/internal/WebhookDestination.d.ts.map +1 -0
  229. package/dist/internal/WebhookDestination.js +170 -0
  230. package/dist/internal/WebhookDestination.js.map +1 -0
  231. package/dist/internal/Webhooks.d.ts +433 -0
  232. package/dist/internal/Webhooks.d.ts.map +1 -0
  233. package/dist/internal/Webhooks.js +489 -0
  234. package/dist/internal/Webhooks.js.map +1 -0
  235. package/dist/internal/webhookDestinations/betterStack.d.ts +26 -0
  236. package/dist/internal/webhookDestinations/betterStack.d.ts.map +1 -0
  237. package/dist/internal/webhookDestinations/betterStack.js +76 -0
  238. package/dist/internal/webhookDestinations/betterStack.js.map +1 -0
  239. package/dist/internal/webhookDestinations/slack.d.ts +59 -0
  240. package/dist/internal/webhookDestinations/slack.d.ts.map +1 -0
  241. package/dist/internal/webhookDestinations/slack.js +422 -0
  242. package/dist/internal/webhookDestinations/slack.js.map +1 -0
  243. package/dist/internal/webhookDestinations/url.d.ts +17 -0
  244. package/dist/internal/webhookDestinations/url.d.ts.map +1 -0
  245. package/dist/internal/webhookDestinations/url.js +130 -0
  246. package/dist/internal/webhookDestinations/url.js.map +1 -0
  247. package/dist/openrpc.json +5302 -0
  248. package/package.json +46 -4
  249. package/seeds/31318/icons/0x20c0000000000000000000000000000000000000.svg +1 -0
  250. package/seeds/31318/icons/0x20c0000000000000000000000000000000000001.svg +1 -0
  251. package/seeds/31318/icons/0x20c0000000000000000000000000000000000002.svg +1 -0
  252. package/seeds/31318/icons/0x20c0000000000000000000000000000000000003.svg +1 -0
  253. package/seeds/31318/verified-tokens.json +30 -0
  254. package/seeds/4217/icons/0x20c0000000000000000000000000000000000000.svg +25 -0
  255. package/seeds/4217/icons/0x20c000000000000000000000048c8f36df1c9a4a.svg +1 -0
  256. package/seeds/4217/icons/0x20c0000000000000000000000520792dcccccccc.svg +1 -0
  257. package/seeds/4217/icons/0x20c0000000000000000000000a6da882d075a4c3.svg +4 -0
  258. package/seeds/4217/icons/0x20c000000000000000000000111111111e910f0f.svg +30 -0
  259. package/seeds/4217/icons/0x20c00000000000000000000014f22ca97301eb73.svg +1 -0
  260. package/seeds/4217/icons/0x20c0000000000000000000001621e21f71cf12fb.svg +1 -0
  261. package/seeds/4217/icons/0x20c0000000000000000000002f52d5cc21a3207b.svg +1 -0
  262. package/seeds/4217/icons/0x20c0000000000000000000003158081efd85bfc2.svg +11 -0
  263. package/seeds/4217/icons/0x20c0000000000000000000003554d28269e0f3c2.svg +1 -0
  264. package/seeds/4217/icons/0x20c000000000000000000000383a23bacb546ab9.svg +1 -0
  265. package/seeds/4217/icons/0x20c00000000000000000000042109aef2f8b28e1.png +0 -0
  266. package/seeds/4217/icons/0x20c0000000000000000000005c0bac7cef389a11.svg +1 -0
  267. package/seeds/4217/icons/0x20c0000000000000000000006fd9a167923ba194.png +0 -0
  268. package/seeds/4217/icons/0x20c0000000000000000000007f7ba549dd0251b9.svg +1 -0
  269. package/seeds/4217/icons/0x20c0000000000000000000008191667423f70e67.svg +5 -0
  270. package/seeds/4217/icons/0x20c0000000000000000000008ee4fcff88888888.svg +1 -0
  271. package/seeds/4217/icons/0x20c0000000000000000000009a4a4b17e0dc6651.svg +1 -0
  272. package/seeds/4217/icons/0x20c000000000000000000000ab02d39df30bd17e.svg +1 -0
  273. package/seeds/4217/icons/0x20c000000000000000000000ae247a1130450f09.svg +1 -0
  274. package/seeds/4217/icons/0x20c000000000000000000000aeed2ec36a54d0e5.svg +1 -0
  275. package/seeds/4217/icons/0x20c000000000000000000000b9537d11c60e8b50.svg +1 -0
  276. package/seeds/4217/icons/0x20c000000000000000000000bd95bfb69fbe6ce3.svg +1 -0
  277. package/seeds/4217/icons/0x20c000000000000000000000c412ec89d0c08be5.svg +1 -0
  278. package/seeds/4217/icons/0x20c000000000000000000000f047dd7018e50367.png +0 -0
  279. package/seeds/4217/verified-tokens.json +177 -0
  280. package/seeds/42431/icons/0x20c0000000000000000000000000000000000000.svg +25 -0
  281. package/seeds/42431/icons/0x20c0000000000000000000000000000000000001.svg +1 -0
  282. package/seeds/42431/icons/0x20c0000000000000000000000000000000000002.svg +1 -0
  283. package/seeds/42431/icons/0x20c0000000000000000000000000000000000003.svg +1 -0
  284. package/seeds/42431/icons/0x20c0000000000000000000009e8d7eb59b783726.svg +1 -0
  285. package/seeds/42431/icons/0x20c000000000000000000000d72572838bbee59c.svg +1 -0
  286. package/seeds/42431/verified-tokens.json +44 -0
  287. package/seeds/openrpc/README.md +27 -0
  288. package/seeds/openrpc/execution-apis.json +8989 -0
  289. package/src/ApiKey.test.ts +91 -0
  290. package/src/ApiKey.ts +122 -0
  291. package/src/ApiKeySource.test-d.ts +11 -0
  292. package/src/ApiKeySource.test.ts +295 -0
  293. package/src/ApiKeySource.ts +303 -0
  294. package/src/App.test-d.ts +38 -0
  295. package/src/App.test.ts +65927 -0
  296. package/src/App.ts +855 -0
  297. package/src/Assets.ts +58 -0
  298. package/src/Auth.ts +1 -0
  299. package/src/Cli.test.ts +81 -0
  300. package/src/Cli.ts +38 -0
  301. package/src/Client.test-d.ts +1438 -0
  302. package/src/Client.test.ts +134 -0
  303. package/src/Client.ts +45 -0
  304. package/src/Metrics.ts +154 -0
  305. package/src/Scope.ts +50 -0
  306. package/src/Webhooks.test.ts +49 -0
  307. package/src/Webhooks.ts +172 -0
  308. package/src/admin/Access.test.ts +130 -0
  309. package/src/admin/Access.ts +87 -0
  310. package/src/admin/App.test.ts +225 -0
  311. package/src/admin/App.ts +216 -0
  312. package/src/admin/apps/api-keys.test.ts +156 -0
  313. package/src/admin/apps/api-keys.ts +157 -0
  314. package/src/admin/apps/scopes.test.ts +52 -0
  315. package/src/admin/apps/scopes.ts +47 -0
  316. package/src/admin/apps/verified-tokens.test.ts +415 -0
  317. package/src/admin/apps/verified-tokens.ts +566 -0
  318. package/src/admin/index.ts +2 -0
  319. package/src/admin/ui/plugin.ts +135 -0
  320. package/src/admin/ui/src/components/Checkbox.tsx +22 -0
  321. package/src/admin/ui/src/components/Dialog.tsx +32 -0
  322. package/src/admin/ui/src/components/MobileProfile.tsx +31 -0
  323. package/src/admin/ui/src/components/Page.tsx +53 -0
  324. package/src/admin/ui/src/components/TempoLogo.tsx +37 -0
  325. package/src/admin/ui/src/fonts/Pilat-Demi.woff2 +0 -0
  326. package/src/admin/ui/src/fonts/Pilat-Regular.woff2 +0 -0
  327. package/src/admin/ui/src/lib/api-keys.ts +63 -0
  328. package/src/admin/ui/src/lib/client.ts +15 -0
  329. package/src/admin/ui/src/lib/config.ts +57 -0
  330. package/src/admin/ui/src/lib/query-client.ts +26 -0
  331. package/src/admin/ui/src/lib/scopes.ts +25 -0
  332. package/src/admin/ui/src/lib/verified-tokens.ts +89 -0
  333. package/src/admin/ui/src/lib/wagmi.ts +18 -0
  334. package/src/admin/ui/src/routeTree.gen.ts +104 -0
  335. package/src/admin/ui/src/router.tsx +25 -0
  336. package/src/admin/ui/src/routes/__root.tsx +219 -0
  337. package/src/admin/ui/src/routes/api-keys.tsx +329 -0
  338. package/src/admin/ui/src/routes/index.tsx +7 -0
  339. package/src/admin/ui/src/routes/verified-tokens.tsx +331 -0
  340. package/src/admin/ui/src/styles.css +20 -0
  341. package/src/admin/ui/tsconfig.json +16 -0
  342. package/src/admin/ui/vite.config.ts +29 -0
  343. package/src/admin/ui.generated.ts +60 -0
  344. package/src/apps/activities.test.ts +1020 -0
  345. package/src/apps/activities.ts +3934 -0
  346. package/src/apps/addresses.ts +24 -0
  347. package/src/apps/balances.test.ts +274 -0
  348. package/src/apps/balances.ts +533 -0
  349. package/src/apps/blocks.test.ts +385 -0
  350. package/src/apps/blocks.ts +896 -0
  351. package/src/apps/coingecko.test.ts +218 -0
  352. package/src/apps/coingecko.ts +1383 -0
  353. package/src/apps/exchanges.test.ts +958 -0
  354. package/src/apps/exchanges.ts +4773 -0
  355. package/src/apps/fee-amm.test.ts +321 -0
  356. package/src/apps/fee-amm.ts +1121 -0
  357. package/src/apps/indexer.test.ts +153 -0
  358. package/src/apps/indexer.ts +330 -0
  359. package/src/apps/receipts.test.ts +285 -0
  360. package/src/apps/receipts.ts +1193 -0
  361. package/src/apps/rpc.test.ts +302 -0
  362. package/src/apps/rpc.ts +222 -0
  363. package/src/apps/tokenlist.test.ts +80 -0
  364. package/src/apps/tokenlist.ts +207 -0
  365. package/src/apps/tokens.test.ts +1062 -0
  366. package/src/apps/tokens.ts +2292 -0
  367. package/src/apps/transactions.test.ts +408 -0
  368. package/src/apps/transactions.ts +1363 -0
  369. package/src/apps/transfers.test.ts +371 -0
  370. package/src/apps/transfers.ts +1116 -0
  371. package/src/apps/verified-tokens.test.ts +114 -0
  372. package/src/apps/verified-tokens.ts +295 -0
  373. package/src/apps/webhooks.test.ts +1937 -0
  374. package/src/apps/webhooks.ts +2926 -0
  375. package/src/cloudflare.ts +55 -0
  376. package/src/index.ts +15 -0
  377. package/src/internal/Auth.test.ts +980 -0
  378. package/src/internal/Auth.ts +1012 -0
  379. package/src/internal/Cache.test.ts +240 -0
  380. package/src/internal/Cache.ts +262 -0
  381. package/src/internal/Cursor.test.ts +100 -0
  382. package/src/internal/Cursor.ts +149 -0
  383. package/src/internal/EdgeCache.test.ts +234 -0
  384. package/src/internal/EdgeCache.ts +224 -0
  385. package/src/internal/Errors.ts +14 -0
  386. package/src/internal/Log.test.ts +244 -0
  387. package/src/internal/Log.ts +216 -0
  388. package/src/internal/MetricSink.ts +220 -0
  389. package/src/internal/Mpp.test.ts +64 -0
  390. package/src/internal/Mpp.ts +141 -0
  391. package/src/internal/OpenApi.fonts.ts +38 -0
  392. package/src/internal/OpenApi.logo.ts +18 -0
  393. package/src/internal/OpenApi.ts +488 -0
  394. package/src/internal/Path.test.ts +14 -0
  395. package/src/internal/Path.ts +15 -0
  396. package/src/internal/RateLimit.test.ts +93 -0
  397. package/src/internal/RateLimit.ts +93 -0
  398. package/src/internal/Response.ts +131 -0
  399. package/src/internal/Schema.test.ts +34 -0
  400. package/src/internal/Schema.ts +523 -0
  401. package/src/internal/Store.test.ts +545 -0
  402. package/src/internal/Store.ts +526 -0
  403. package/src/internal/Tidx.local.test.ts +33 -0
  404. package/src/internal/Tidx.test.ts +294 -0
  405. package/src/internal/Tidx.ts +238 -0
  406. package/src/internal/Timing.test.ts +22 -0
  407. package/src/internal/Timing.ts +62 -0
  408. package/src/internal/Ttl.test.ts +18 -0
  409. package/src/internal/Ttl.ts +59 -0
  410. package/src/internal/Value.ts +114 -0
  411. package/src/internal/VerifiedTokens.test.ts +333 -0
  412. package/src/internal/VerifiedTokens.ts +645 -0
  413. package/src/internal/Viem.test.ts +115 -0
  414. package/src/internal/Viem.ts +165 -0
  415. package/src/internal/WebhookDestination.test.ts +648 -0
  416. package/src/internal/WebhookDestination.ts +331 -0
  417. package/src/internal/Webhooks.test.ts +668 -0
  418. package/src/internal/Webhooks.ts +940 -0
  419. package/src/internal/webhookDestinations/betterStack.ts +91 -0
  420. package/src/internal/webhookDestinations/slack.ts +496 -0
  421. package/src/internal/webhookDestinations/url.ts +128 -0
  422. package/src/openrpc.json +5302 -0
@@ -0,0 +1,3662 @@
1
+ import type * as App from '../App.js';
2
+ /**
3
+ * Composes the `/addresses/:address/*` route surface from the address-scoped
4
+ * sub-routers exported by each resource module. The handlers and schemas live
5
+ * with the resource they describe (activities, balances); this composer only
6
+ * owns the `/addresses` mount path so docs grouping stays by tag while URLs
7
+ * stay nested under the parent resource.
8
+ *
9
+ * Only subject-relative resources live here — rows that cannot be interpreted
10
+ * without the path address (activity classification, held-token balances).
11
+ * Plain filtered views of canonical collections are reached via search params
12
+ * instead (`GET /transactions?address=…`, `GET /transfers?address=…`,
13
+ * `GET /transactions/receipts?address=…`).
14
+ */
15
+ export declare function addresses(): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
16
+ "/:address/activities": {
17
+ $get: {
18
+ output: null;
19
+ outputFormat: "body";
20
+ status: 402;
21
+ input: {
22
+ param: {
23
+ address: `0x${string}`;
24
+ };
25
+ } & {
26
+ query?: {
27
+ chainId?: string | string[];
28
+ cursor?: string | string[];
29
+ group?: string | string[];
30
+ limit?: string | string[];
31
+ logs?: string | string[];
32
+ } | undefined;
33
+ };
34
+ } | {
35
+ output: {
36
+ error: {
37
+ code: "api_key_malformed";
38
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
39
+ message: string;
40
+ };
41
+ requestId: string;
42
+ };
43
+ outputFormat: "json";
44
+ status: 400;
45
+ input: {
46
+ param: {
47
+ address: `0x${string}`;
48
+ };
49
+ } & {
50
+ query?: {
51
+ chainId?: string | string[];
52
+ cursor?: string | string[];
53
+ group?: string | string[];
54
+ limit?: string | string[];
55
+ logs?: string | string[];
56
+ } | undefined;
57
+ };
58
+ } | {
59
+ output: {
60
+ error: {
61
+ code: "api_key_invalid" | "api_key_missing";
62
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
63
+ message: string;
64
+ };
65
+ requestId: string;
66
+ };
67
+ outputFormat: "json";
68
+ status: 401;
69
+ input: {
70
+ param: {
71
+ address: `0x${string}`;
72
+ };
73
+ } & {
74
+ query?: {
75
+ chainId?: string | string[];
76
+ cursor?: string | string[];
77
+ group?: string | string[];
78
+ limit?: string | string[];
79
+ logs?: string | string[];
80
+ } | undefined;
81
+ };
82
+ } | {
83
+ output: {
84
+ error: {
85
+ code: "api_key_forbidden";
86
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
87
+ message: string;
88
+ };
89
+ requestId: string;
90
+ };
91
+ outputFormat: "json";
92
+ status: 403;
93
+ input: {
94
+ param: {
95
+ address: `0x${string}`;
96
+ };
97
+ } & {
98
+ query?: {
99
+ chainId?: string | string[];
100
+ cursor?: string | string[];
101
+ group?: string | string[];
102
+ limit?: string | string[];
103
+ logs?: string | string[];
104
+ } | undefined;
105
+ };
106
+ } | {
107
+ output: {
108
+ error: {
109
+ code: "payment_required" | "rate_limit_exceeded";
110
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
111
+ message: string;
112
+ };
113
+ requestId: string;
114
+ };
115
+ outputFormat: "json";
116
+ status: 429;
117
+ input: {
118
+ param: {
119
+ address: `0x${string}`;
120
+ };
121
+ } & {
122
+ query?: {
123
+ chainId?: string | string[];
124
+ cursor?: string | string[];
125
+ group?: string | string[];
126
+ limit?: string | string[];
127
+ logs?: string | string[];
128
+ } | undefined;
129
+ };
130
+ } | {
131
+ output: {
132
+ error: {
133
+ code: "query_invalid";
134
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
135
+ message: string;
136
+ };
137
+ requestId: string;
138
+ };
139
+ outputFormat: "json";
140
+ status: 400;
141
+ input: {
142
+ param: {
143
+ address: `0x${string}`;
144
+ };
145
+ } & {
146
+ query?: {
147
+ chainId?: string | string[];
148
+ cursor?: string | string[];
149
+ group?: string | string[];
150
+ limit?: string | string[];
151
+ logs?: string | string[];
152
+ } | undefined;
153
+ };
154
+ } | {
155
+ output: {
156
+ error: {
157
+ code: "upstream_error";
158
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
159
+ message: string;
160
+ };
161
+ requestId: string;
162
+ };
163
+ outputFormat: "json";
164
+ status: 502;
165
+ input: {
166
+ param: {
167
+ address: `0x${string}`;
168
+ };
169
+ } & {
170
+ query?: {
171
+ chainId?: string | string[];
172
+ cursor?: string | string[];
173
+ group?: string | string[];
174
+ limit?: string | string[];
175
+ logs?: string | string[];
176
+ } | undefined;
177
+ };
178
+ } | {
179
+ output: {
180
+ error: {
181
+ code: "address_invalid";
182
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
183
+ message: string;
184
+ };
185
+ requestId: string;
186
+ };
187
+ outputFormat: "json";
188
+ status: 400;
189
+ input: {
190
+ param: {
191
+ address: `0x${string}`;
192
+ };
193
+ } & {
194
+ query?: {
195
+ chainId?: string | string[];
196
+ cursor?: string | string[];
197
+ group?: string | string[];
198
+ limit?: string | string[];
199
+ logs?: string | string[];
200
+ } | undefined;
201
+ };
202
+ } | {
203
+ output: {
204
+ data: ({
205
+ perspective: "incoming" | "outgoing";
206
+ events?: {
207
+ address: `0x${string}`;
208
+ args?: {
209
+ [x: string]: import("hono/utils/types").JSONValue;
210
+ } | undefined;
211
+ data: `0x${string}`;
212
+ eventName?: string | undefined;
213
+ logIndex: number;
214
+ title?: string | undefined;
215
+ topics: `0x${string}`[];
216
+ }[] | undefined;
217
+ id: string;
218
+ logIndex: number;
219
+ timestamp: string;
220
+ title: string;
221
+ transactionHash: `0x${string}`;
222
+ data: {
223
+ attribution?: string | undefined;
224
+ blockNumber: number;
225
+ destinationToken?: {
226
+ address: `0x${string}`;
227
+ amount: string;
228
+ currency?: string | undefined;
229
+ decimals?: number | undefined;
230
+ logoUri?: string | undefined;
231
+ name?: string | undefined;
232
+ symbol?: string | undefined;
233
+ verified?: boolean | undefined;
234
+ } | undefined;
235
+ direction: "in" | "out";
236
+ memo?: string | undefined;
237
+ recipient: `0x${string}`;
238
+ sender: `0x${string}`;
239
+ signer?: "self" | `0x${string}` | undefined;
240
+ sourceToken: {
241
+ address: `0x${string}`;
242
+ amount: string;
243
+ currency?: string | undefined;
244
+ decimals?: number | undefined;
245
+ logoUri?: string | undefined;
246
+ name?: string | undefined;
247
+ symbol?: string | undefined;
248
+ verified?: boolean | undefined;
249
+ };
250
+ timestamp: string;
251
+ transactionHash: `0x${string}`;
252
+ };
253
+ type: "transfer";
254
+ } | {
255
+ perspective: "incoming" | "outgoing";
256
+ events?: {
257
+ address: `0x${string}`;
258
+ args?: {
259
+ [x: string]: import("hono/utils/types").JSONValue;
260
+ } | undefined;
261
+ data: `0x${string}`;
262
+ eventName?: string | undefined;
263
+ logIndex: number;
264
+ title?: string | undefined;
265
+ topics: `0x${string}`[];
266
+ }[] | undefined;
267
+ id: string;
268
+ logIndex: number;
269
+ timestamp: string;
270
+ title: string;
271
+ transactionHash: `0x${string}`;
272
+ data: {
273
+ recipient: `0x${string}`;
274
+ sourceToken: {
275
+ address: `0x${string}`;
276
+ amount: string;
277
+ currency?: string | undefined;
278
+ decimals?: number | undefined;
279
+ logoUri?: string | undefined;
280
+ name?: string | undefined;
281
+ symbol?: string | undefined;
282
+ verified?: boolean | undefined;
283
+ };
284
+ };
285
+ type: "mint";
286
+ } | {
287
+ perspective: "incoming" | "outgoing";
288
+ events?: {
289
+ address: `0x${string}`;
290
+ args?: {
291
+ [x: string]: import("hono/utils/types").JSONValue;
292
+ } | undefined;
293
+ data: `0x${string}`;
294
+ eventName?: string | undefined;
295
+ logIndex: number;
296
+ title?: string | undefined;
297
+ topics: `0x${string}`[];
298
+ }[] | undefined;
299
+ id: string;
300
+ logIndex: number;
301
+ timestamp: string;
302
+ title: string;
303
+ transactionHash: `0x${string}`;
304
+ data: {
305
+ sender: `0x${string}`;
306
+ signer: "self" | `0x${string}`;
307
+ sourceToken: {
308
+ address: `0x${string}`;
309
+ amount: string;
310
+ currency?: string | undefined;
311
+ decimals?: number | undefined;
312
+ logoUri?: string | undefined;
313
+ name?: string | undefined;
314
+ symbol?: string | undefined;
315
+ verified?: boolean | undefined;
316
+ };
317
+ };
318
+ type: "burn";
319
+ } | {
320
+ perspective: "incoming" | "outgoing";
321
+ events?: {
322
+ address: `0x${string}`;
323
+ args?: {
324
+ [x: string]: import("hono/utils/types").JSONValue;
325
+ } | undefined;
326
+ data: `0x${string}`;
327
+ eventName?: string | undefined;
328
+ logIndex: number;
329
+ title?: string | undefined;
330
+ topics: `0x${string}`[];
331
+ }[] | undefined;
332
+ id: string;
333
+ logIndex: number;
334
+ timestamp: string;
335
+ title: string;
336
+ transactionHash: `0x${string}`;
337
+ data: {
338
+ destinationToken: {
339
+ address: `0x${string}`;
340
+ amount: string;
341
+ currency?: string | undefined;
342
+ decimals?: number | undefined;
343
+ logoUri?: string | undefined;
344
+ name?: string | undefined;
345
+ symbol?: string | undefined;
346
+ verified?: boolean | undefined;
347
+ };
348
+ signer: "self" | `0x${string}`;
349
+ sourceToken: {
350
+ address: `0x${string}`;
351
+ amount: string;
352
+ currency?: string | undefined;
353
+ decimals?: number | undefined;
354
+ logoUri?: string | undefined;
355
+ name?: string | undefined;
356
+ symbol?: string | undefined;
357
+ verified?: boolean | undefined;
358
+ };
359
+ };
360
+ type: "swap";
361
+ } | {
362
+ perspective: "incoming" | "outgoing";
363
+ events?: {
364
+ address: `0x${string}`;
365
+ args?: {
366
+ [x: string]: import("hono/utils/types").JSONValue;
367
+ } | undefined;
368
+ data: `0x${string}`;
369
+ eventName?: string | undefined;
370
+ logIndex: number;
371
+ title?: string | undefined;
372
+ topics: `0x${string}`[];
373
+ }[] | undefined;
374
+ id: string;
375
+ logIndex: number;
376
+ timestamp: string;
377
+ title: string;
378
+ transactionHash: `0x${string}`;
379
+ data: {
380
+ signer: "self" | `0x${string}`;
381
+ sourceToken: {
382
+ address: `0x${string}`;
383
+ amount: string;
384
+ currency?: string | undefined;
385
+ decimals?: number | undefined;
386
+ logoUri?: string | undefined;
387
+ name?: string | undefined;
388
+ symbol?: string | undefined;
389
+ verified?: boolean | undefined;
390
+ };
391
+ spender: `0x${string}`;
392
+ };
393
+ type: "approval";
394
+ } | {
395
+ perspective: "incoming" | "outgoing";
396
+ events?: {
397
+ address: `0x${string}`;
398
+ args?: {
399
+ [x: string]: import("hono/utils/types").JSONValue;
400
+ } | undefined;
401
+ data: `0x${string}`;
402
+ eventName?: string | undefined;
403
+ logIndex: number;
404
+ title?: string | undefined;
405
+ topics: `0x${string}`[];
406
+ }[] | undefined;
407
+ id: string;
408
+ logIndex: number;
409
+ timestamp: string;
410
+ title: string;
411
+ transactionHash: `0x${string}`;
412
+ data: {
413
+ refund?: {
414
+ address: `0x${string}`;
415
+ amount: string;
416
+ currency?: string | undefined;
417
+ decimals?: number | undefined;
418
+ logoUri?: string | undefined;
419
+ name?: string | undefined;
420
+ symbol?: string | undefined;
421
+ verified?: boolean | undefined;
422
+ } | undefined;
423
+ signer: "self" | `0x${string}`;
424
+ };
425
+ type: "session-closed";
426
+ } | {
427
+ perspective: "incoming" | "outgoing";
428
+ events?: {
429
+ address: `0x${string}`;
430
+ args?: {
431
+ [x: string]: import("hono/utils/types").JSONValue;
432
+ } | undefined;
433
+ data: `0x${string}`;
434
+ eventName?: string | undefined;
435
+ logIndex: number;
436
+ title?: string | undefined;
437
+ topics: `0x${string}`[];
438
+ }[] | undefined;
439
+ id: string;
440
+ logIndex: number;
441
+ timestamp: string;
442
+ title: string;
443
+ transactionHash: `0x${string}`;
444
+ data: {
445
+ account: `0x${string}`;
446
+ expiry: number;
447
+ publicKey: `0x${string}`;
448
+ signatureType: number;
449
+ };
450
+ type: "access-key-created";
451
+ } | {
452
+ perspective: "incoming" | "outgoing";
453
+ events?: {
454
+ address: `0x${string}`;
455
+ args?: {
456
+ [x: string]: import("hono/utils/types").JSONValue;
457
+ } | undefined;
458
+ data: `0x${string}`;
459
+ eventName?: string | undefined;
460
+ logIndex: number;
461
+ title?: string | undefined;
462
+ topics: `0x${string}`[];
463
+ }[] | undefined;
464
+ id: string;
465
+ logIndex: number;
466
+ timestamp: string;
467
+ title: string;
468
+ transactionHash: `0x${string}`;
469
+ data: {
470
+ account: `0x${string}`;
471
+ publicKey: `0x${string}`;
472
+ };
473
+ type: "access-key-revoked";
474
+ } | {
475
+ perspective: "incoming" | "outgoing";
476
+ events?: {
477
+ address: `0x${string}`;
478
+ args?: {
479
+ [x: string]: import("hono/utils/types").JSONValue;
480
+ } | undefined;
481
+ data: `0x${string}`;
482
+ eventName?: string | undefined;
483
+ logIndex: number;
484
+ title?: string | undefined;
485
+ topics: `0x${string}`[];
486
+ }[] | undefined;
487
+ id: string;
488
+ logIndex: number;
489
+ timestamp: string;
490
+ title: string;
491
+ transactionHash: `0x${string}`;
492
+ data: {
493
+ address: `0x${string}`;
494
+ currency: string;
495
+ name: string;
496
+ symbol: string;
497
+ };
498
+ type: "token-created";
499
+ } | {
500
+ perspective: "incoming" | "outgoing";
501
+ events?: {
502
+ address: `0x${string}`;
503
+ args?: {
504
+ [x: string]: import("hono/utils/types").JSONValue;
505
+ } | undefined;
506
+ data: `0x${string}`;
507
+ eventName?: string | undefined;
508
+ logIndex: number;
509
+ title?: string | undefined;
510
+ topics: `0x${string}`[];
511
+ }[] | undefined;
512
+ id: string;
513
+ logIndex: number;
514
+ timestamp: string;
515
+ title: string;
516
+ transactionHash: `0x${string}`;
517
+ data: {
518
+ sender: `0x${string}`;
519
+ signer: "self" | `0x${string}`;
520
+ sourceToken: {
521
+ address: `0x${string}`;
522
+ amount: string;
523
+ currency?: string | undefined;
524
+ decimals?: number | undefined;
525
+ logoUri?: string | undefined;
526
+ name?: string | undefined;
527
+ symbol?: string | undefined;
528
+ verified?: boolean | undefined;
529
+ };
530
+ };
531
+ type: "burn-blocked";
532
+ } | {
533
+ perspective: "incoming" | "outgoing";
534
+ events?: {
535
+ address: `0x${string}`;
536
+ args?: {
537
+ [x: string]: import("hono/utils/types").JSONValue;
538
+ } | undefined;
539
+ data: `0x${string}`;
540
+ eventName?: string | undefined;
541
+ logIndex: number;
542
+ title?: string | undefined;
543
+ topics: `0x${string}`[];
544
+ }[] | undefined;
545
+ id: string;
546
+ logIndex: number;
547
+ timestamp: string;
548
+ title: string;
549
+ transactionHash: `0x${string}`;
550
+ data: {
551
+ channelId: `0x${string}`;
552
+ payee: `0x${string}`;
553
+ payer: `0x${string}`;
554
+ signer: "self" | `0x${string}`;
555
+ sourceToken: {
556
+ address: `0x${string}`;
557
+ amount: string;
558
+ currency?: string | undefined;
559
+ decimals?: number | undefined;
560
+ logoUri?: string | undefined;
561
+ name?: string | undefined;
562
+ symbol?: string | undefined;
563
+ verified?: boolean | undefined;
564
+ };
565
+ };
566
+ type: "channel-opened";
567
+ } | {
568
+ perspective: "incoming" | "outgoing";
569
+ events?: {
570
+ address: `0x${string}`;
571
+ args?: {
572
+ [x: string]: import("hono/utils/types").JSONValue;
573
+ } | undefined;
574
+ data: `0x${string}`;
575
+ eventName?: string | undefined;
576
+ logIndex: number;
577
+ title?: string | undefined;
578
+ topics: `0x${string}`[];
579
+ }[] | undefined;
580
+ id: string;
581
+ logIndex: number;
582
+ timestamp: string;
583
+ title: string;
584
+ transactionHash: `0x${string}`;
585
+ data: {
586
+ channelId: `0x${string}`;
587
+ signer: "self" | `0x${string}`;
588
+ sourceToken: {
589
+ address: `0x${string}`;
590
+ amount: string;
591
+ currency?: string | undefined;
592
+ decimals?: number | undefined;
593
+ logoUri?: string | undefined;
594
+ name?: string | undefined;
595
+ symbol?: string | undefined;
596
+ verified?: boolean | undefined;
597
+ };
598
+ };
599
+ type: "channel-funded";
600
+ } | {
601
+ perspective: "incoming" | "outgoing";
602
+ events?: {
603
+ address: `0x${string}`;
604
+ args?: {
605
+ [x: string]: import("hono/utils/types").JSONValue;
606
+ } | undefined;
607
+ data: `0x${string}`;
608
+ eventName?: string | undefined;
609
+ logIndex: number;
610
+ title?: string | undefined;
611
+ topics: `0x${string}`[];
612
+ }[] | undefined;
613
+ id: string;
614
+ logIndex: number;
615
+ timestamp: string;
616
+ title: string;
617
+ transactionHash: `0x${string}`;
618
+ data: {
619
+ channelId: `0x${string}`;
620
+ payee: `0x${string}`;
621
+ payer: `0x${string}`;
622
+ signer: "self" | `0x${string}`;
623
+ sourceToken: {
624
+ address: `0x${string}`;
625
+ amount: string;
626
+ currency?: string | undefined;
627
+ decimals?: number | undefined;
628
+ logoUri?: string | undefined;
629
+ name?: string | undefined;
630
+ symbol?: string | undefined;
631
+ verified?: boolean | undefined;
632
+ };
633
+ };
634
+ type: "channel-settled";
635
+ } | {
636
+ perspective: "incoming" | "outgoing";
637
+ events?: {
638
+ address: `0x${string}`;
639
+ args?: {
640
+ [x: string]: import("hono/utils/types").JSONValue;
641
+ } | undefined;
642
+ data: `0x${string}`;
643
+ eventName?: string | undefined;
644
+ logIndex: number;
645
+ title?: string | undefined;
646
+ topics: `0x${string}`[];
647
+ }[] | undefined;
648
+ id: string;
649
+ logIndex: number;
650
+ timestamp: string;
651
+ title: string;
652
+ transactionHash: `0x${string}`;
653
+ data: {
654
+ channelId: `0x${string}`;
655
+ payee: `0x${string}`;
656
+ payer: `0x${string}`;
657
+ refund?: {
658
+ address: `0x${string}`;
659
+ amount: string;
660
+ currency?: string | undefined;
661
+ decimals?: number | undefined;
662
+ logoUri?: string | undefined;
663
+ name?: string | undefined;
664
+ symbol?: string | undefined;
665
+ verified?: boolean | undefined;
666
+ } | undefined;
667
+ signer: "self" | `0x${string}`;
668
+ sourceToken?: {
669
+ address: `0x${string}`;
670
+ amount: string;
671
+ currency?: string | undefined;
672
+ decimals?: number | undefined;
673
+ logoUri?: string | undefined;
674
+ name?: string | undefined;
675
+ symbol?: string | undefined;
676
+ verified?: boolean | undefined;
677
+ } | undefined;
678
+ };
679
+ type: "channel-closed";
680
+ } | {
681
+ perspective: "incoming" | "outgoing";
682
+ events?: {
683
+ address: `0x${string}`;
684
+ args?: {
685
+ [x: string]: import("hono/utils/types").JSONValue;
686
+ } | undefined;
687
+ data: `0x${string}`;
688
+ eventName?: string | undefined;
689
+ logIndex: number;
690
+ title?: string | undefined;
691
+ topics: `0x${string}`[];
692
+ }[] | undefined;
693
+ id: string;
694
+ logIndex: number;
695
+ timestamp: string;
696
+ title: string;
697
+ transactionHash: `0x${string}`;
698
+ data: {
699
+ channelId: `0x${string}`;
700
+ payee: `0x${string}`;
701
+ payer: `0x${string}`;
702
+ signer: "self" | `0x${string}`;
703
+ };
704
+ type: "channel-close-cancelled";
705
+ } | {
706
+ perspective: "incoming" | "outgoing";
707
+ events?: {
708
+ address: `0x${string}`;
709
+ args?: {
710
+ [x: string]: import("hono/utils/types").JSONValue;
711
+ } | undefined;
712
+ data: `0x${string}`;
713
+ eventName?: string | undefined;
714
+ logIndex: number;
715
+ title?: string | undefined;
716
+ topics: `0x${string}`[];
717
+ }[] | undefined;
718
+ id: string;
719
+ logIndex: number;
720
+ timestamp: string;
721
+ title: string;
722
+ transactionHash: `0x${string}`;
723
+ data: {
724
+ orderId: string;
725
+ side: "ask" | "bid";
726
+ signer: "self" | `0x${string}`;
727
+ sourceToken: {
728
+ address: `0x${string}`;
729
+ amount: string;
730
+ currency?: string | undefined;
731
+ decimals?: number | undefined;
732
+ logoUri?: string | undefined;
733
+ name?: string | undefined;
734
+ symbol?: string | undefined;
735
+ verified?: boolean | undefined;
736
+ };
737
+ tick: number;
738
+ };
739
+ type: "order-placed";
740
+ } | {
741
+ perspective: "incoming" | "outgoing";
742
+ events?: {
743
+ address: `0x${string}`;
744
+ args?: {
745
+ [x: string]: import("hono/utils/types").JSONValue;
746
+ } | undefined;
747
+ data: `0x${string}`;
748
+ eventName?: string | undefined;
749
+ logIndex: number;
750
+ title?: string | undefined;
751
+ topics: `0x${string}`[];
752
+ }[] | undefined;
753
+ id: string;
754
+ logIndex: number;
755
+ timestamp: string;
756
+ title: string;
757
+ transactionHash: `0x${string}`;
758
+ data: {
759
+ orderId: string;
760
+ signer: "self" | `0x${string}`;
761
+ };
762
+ type: "order-cancelled";
763
+ } | {
764
+ perspective: "incoming" | "outgoing";
765
+ events?: {
766
+ address: `0x${string}`;
767
+ args?: {
768
+ [x: string]: import("hono/utils/types").JSONValue;
769
+ } | undefined;
770
+ data: `0x${string}`;
771
+ eventName?: string | undefined;
772
+ logIndex: number;
773
+ title?: string | undefined;
774
+ topics: `0x${string}`[];
775
+ }[] | undefined;
776
+ id: string;
777
+ logIndex: number;
778
+ timestamp: string;
779
+ title: string;
780
+ transactionHash: `0x${string}`;
781
+ data: {
782
+ signer: "self" | `0x${string}`;
783
+ sourceToken: {
784
+ address: `0x${string}`;
785
+ amount: string;
786
+ currency?: string | undefined;
787
+ decimals?: number | undefined;
788
+ logoUri?: string | undefined;
789
+ name?: string | undefined;
790
+ symbol?: string | undefined;
791
+ verified?: boolean | undefined;
792
+ };
793
+ validator: `0x${string}`;
794
+ };
795
+ type: "fees-distributed";
796
+ } | {
797
+ perspective: "incoming" | "outgoing";
798
+ events?: {
799
+ address: `0x${string}`;
800
+ args?: {
801
+ [x: string]: import("hono/utils/types").JSONValue;
802
+ } | undefined;
803
+ data: `0x${string}`;
804
+ eventName?: string | undefined;
805
+ logIndex: number;
806
+ title?: string | undefined;
807
+ topics: `0x${string}`[];
808
+ }[] | undefined;
809
+ id: string;
810
+ logIndex: number;
811
+ timestamp: string;
812
+ title: string;
813
+ transactionHash: `0x${string}`;
814
+ data: {
815
+ destinationToken: {
816
+ address: `0x${string}`;
817
+ amount: string;
818
+ currency?: string | undefined;
819
+ decimals?: number | undefined;
820
+ logoUri?: string | undefined;
821
+ name?: string | undefined;
822
+ symbol?: string | undefined;
823
+ verified?: boolean | undefined;
824
+ };
825
+ signer: "self" | `0x${string}`;
826
+ sourceToken: {
827
+ address: `0x${string}`;
828
+ amount: string;
829
+ currency?: string | undefined;
830
+ decimals?: number | undefined;
831
+ logoUri?: string | undefined;
832
+ name?: string | undefined;
833
+ symbol?: string | undefined;
834
+ verified?: boolean | undefined;
835
+ };
836
+ swapper: `0x${string}`;
837
+ };
838
+ type: "fee-rebalance-swap";
839
+ } | {
840
+ perspective: "incoming" | "outgoing";
841
+ events?: {
842
+ address: `0x${string}`;
843
+ args?: {
844
+ [x: string]: import("hono/utils/types").JSONValue;
845
+ } | undefined;
846
+ data: `0x${string}`;
847
+ eventName?: string | undefined;
848
+ logIndex: number;
849
+ title?: string | undefined;
850
+ topics: `0x${string}`[];
851
+ }[] | undefined;
852
+ id: string;
853
+ logIndex: number;
854
+ timestamp: string;
855
+ title: string;
856
+ transactionHash: `0x${string}`;
857
+ data: {
858
+ funder: `0x${string}`;
859
+ signer: "self" | `0x${string}`;
860
+ sourceToken: {
861
+ address: `0x${string}`;
862
+ amount: string;
863
+ currency?: string | undefined;
864
+ decimals?: number | undefined;
865
+ logoUri?: string | undefined;
866
+ name?: string | undefined;
867
+ symbol?: string | undefined;
868
+ verified?: boolean | undefined;
869
+ };
870
+ };
871
+ type: "reward-distributed";
872
+ } | {
873
+ perspective: "incoming" | "outgoing";
874
+ events?: {
875
+ address: `0x${string}`;
876
+ args?: {
877
+ [x: string]: import("hono/utils/types").JSONValue;
878
+ } | undefined;
879
+ data: `0x${string}`;
880
+ eventName?: string | undefined;
881
+ logIndex: number;
882
+ title?: string | undefined;
883
+ topics: `0x${string}`[];
884
+ }[] | undefined;
885
+ id: string;
886
+ logIndex: number;
887
+ timestamp: string;
888
+ title: string;
889
+ transactionHash: `0x${string}`;
890
+ data: {
891
+ holder: `0x${string}`;
892
+ recipient: `0x${string}`;
893
+ signer: "self" | `0x${string}`;
894
+ };
895
+ type: "reward-recipient-set";
896
+ } | {
897
+ perspective: "incoming" | "outgoing";
898
+ events?: {
899
+ address: `0x${string}`;
900
+ args?: {
901
+ [x: string]: import("hono/utils/types").JSONValue;
902
+ } | undefined;
903
+ data: `0x${string}`;
904
+ eventName?: string | undefined;
905
+ logIndex: number;
906
+ title?: string | undefined;
907
+ topics: `0x${string}`[];
908
+ }[] | undefined;
909
+ id: string;
910
+ logIndex: number;
911
+ timestamp: string;
912
+ title: string;
913
+ transactionHash: `0x${string}`;
914
+ data: {
915
+ account: `0x${string}`;
916
+ publicKey: `0x${string}`;
917
+ signer: "self" | `0x${string}`;
918
+ sourceToken: {
919
+ address: `0x${string}`;
920
+ amount: string;
921
+ currency?: string | undefined;
922
+ decimals?: number | undefined;
923
+ logoUri?: string | undefined;
924
+ name?: string | undefined;
925
+ symbol?: string | undefined;
926
+ verified?: boolean | undefined;
927
+ };
928
+ };
929
+ type: "spending-limit-updated";
930
+ } | {
931
+ perspective: "incoming" | "outgoing";
932
+ events?: {
933
+ address: `0x${string}`;
934
+ args?: {
935
+ [x: string]: import("hono/utils/types").JSONValue;
936
+ } | undefined;
937
+ data: `0x${string}`;
938
+ eventName?: string | undefined;
939
+ logIndex: number;
940
+ title?: string | undefined;
941
+ topics: `0x${string}`[];
942
+ }[] | undefined;
943
+ id: string;
944
+ logIndex: number;
945
+ timestamp: string;
946
+ title: string;
947
+ transactionHash: `0x${string}`;
948
+ data: {
949
+ amountFilled: string;
950
+ maker: `0x${string}`;
951
+ orderId: string;
952
+ partialFill: boolean;
953
+ signer: "self" | `0x${string}`;
954
+ taker: `0x${string}`;
955
+ };
956
+ type: "order-filled";
957
+ } | {
958
+ perspective: "incoming" | "outgoing";
959
+ events?: {
960
+ address: `0x${string}`;
961
+ args?: {
962
+ [x: string]: import("hono/utils/types").JSONValue;
963
+ } | undefined;
964
+ data: `0x${string}`;
965
+ eventName?: string | undefined;
966
+ logIndex: number;
967
+ title?: string | undefined;
968
+ topics: `0x${string}`[];
969
+ }[] | undefined;
970
+ id: string;
971
+ logIndex: number;
972
+ timestamp: string;
973
+ title: string;
974
+ transactionHash: `0x${string}`;
975
+ data: {
976
+ flipTick: number;
977
+ maker: `0x${string}`;
978
+ orderId: string;
979
+ side: "ask" | "bid";
980
+ signer: "self" | `0x${string}`;
981
+ sourceToken: {
982
+ address: `0x${string}`;
983
+ amount: string;
984
+ currency?: string | undefined;
985
+ decimals?: number | undefined;
986
+ logoUri?: string | undefined;
987
+ name?: string | undefined;
988
+ symbol?: string | undefined;
989
+ verified?: boolean | undefined;
990
+ };
991
+ tick: number;
992
+ };
993
+ type: "order-flipped";
994
+ } | {
995
+ perspective: "incoming" | "outgoing";
996
+ events?: {
997
+ address: `0x${string}`;
998
+ args?: {
999
+ [x: string]: import("hono/utils/types").JSONValue;
1000
+ } | undefined;
1001
+ data: `0x${string}`;
1002
+ eventName?: string | undefined;
1003
+ logIndex: number;
1004
+ title?: string | undefined;
1005
+ topics: `0x${string}`[];
1006
+ }[] | undefined;
1007
+ id: string;
1008
+ logIndex: number;
1009
+ timestamp: string;
1010
+ title: string;
1011
+ transactionHash: `0x${string}`;
1012
+ data: {
1013
+ base: `0x${string}`;
1014
+ key: `0x${string}`;
1015
+ quote: `0x${string}`;
1016
+ signer: "self" | `0x${string}`;
1017
+ };
1018
+ type: "pair-created";
1019
+ } | {
1020
+ perspective: "incoming" | "outgoing";
1021
+ events?: {
1022
+ address: `0x${string}`;
1023
+ args?: {
1024
+ [x: string]: import("hono/utils/types").JSONValue;
1025
+ } | undefined;
1026
+ data: `0x${string}`;
1027
+ eventName?: string | undefined;
1028
+ logIndex: number;
1029
+ title?: string | undefined;
1030
+ topics: `0x${string}`[];
1031
+ }[] | undefined;
1032
+ id: string;
1033
+ logIndex: number;
1034
+ timestamp: string;
1035
+ title: string;
1036
+ transactionHash: `0x${string}`;
1037
+ data: {
1038
+ paused: boolean;
1039
+ signer: "self" | `0x${string}`;
1040
+ updater: `0x${string}`;
1041
+ };
1042
+ type: "token-pause-set";
1043
+ } | {
1044
+ perspective: "incoming" | "outgoing";
1045
+ events?: {
1046
+ address: `0x${string}`;
1047
+ args?: {
1048
+ [x: string]: import("hono/utils/types").JSONValue;
1049
+ } | undefined;
1050
+ data: `0x${string}`;
1051
+ eventName?: string | undefined;
1052
+ logIndex: number;
1053
+ title?: string | undefined;
1054
+ topics: `0x${string}`[];
1055
+ }[] | undefined;
1056
+ id: string;
1057
+ logIndex: number;
1058
+ timestamp: string;
1059
+ title: string;
1060
+ transactionHash: `0x${string}`;
1061
+ data: {
1062
+ signer: "self" | `0x${string}`;
1063
+ supplyCap: string;
1064
+ updater: `0x${string}`;
1065
+ };
1066
+ type: "token-supply-cap-set";
1067
+ } | {
1068
+ perspective: "incoming" | "outgoing";
1069
+ events?: {
1070
+ address: `0x${string}`;
1071
+ args?: {
1072
+ [x: string]: import("hono/utils/types").JSONValue;
1073
+ } | undefined;
1074
+ data: `0x${string}`;
1075
+ eventName?: string | undefined;
1076
+ logIndex: number;
1077
+ title?: string | undefined;
1078
+ topics: `0x${string}`[];
1079
+ }[] | undefined;
1080
+ id: string;
1081
+ logIndex: number;
1082
+ timestamp: string;
1083
+ title: string;
1084
+ transactionHash: `0x${string}`;
1085
+ data: {
1086
+ policyId: string;
1087
+ signer: "self" | `0x${string}`;
1088
+ updater: `0x${string}`;
1089
+ };
1090
+ type: "token-transfer-policy-set";
1091
+ } | {
1092
+ perspective: "incoming" | "outgoing";
1093
+ events?: {
1094
+ address: `0x${string}`;
1095
+ args?: {
1096
+ [x: string]: import("hono/utils/types").JSONValue;
1097
+ } | undefined;
1098
+ data: `0x${string}`;
1099
+ eventName?: string | undefined;
1100
+ logIndex: number;
1101
+ title?: string | undefined;
1102
+ topics: `0x${string}`[];
1103
+ }[] | undefined;
1104
+ id: string;
1105
+ logIndex: number;
1106
+ timestamp: string;
1107
+ title: string;
1108
+ transactionHash: `0x${string}`;
1109
+ data: {
1110
+ quoteToken: `0x${string}`;
1111
+ signer: "self" | `0x${string}`;
1112
+ updater: `0x${string}`;
1113
+ };
1114
+ type: "token-quote-token-set";
1115
+ } | {
1116
+ perspective: "incoming" | "outgoing";
1117
+ events?: {
1118
+ address: `0x${string}`;
1119
+ args?: {
1120
+ [x: string]: import("hono/utils/types").JSONValue;
1121
+ } | undefined;
1122
+ data: `0x${string}`;
1123
+ eventName?: string | undefined;
1124
+ logIndex: number;
1125
+ title?: string | undefined;
1126
+ topics: `0x${string}`[];
1127
+ }[] | undefined;
1128
+ id: string;
1129
+ logIndex: number;
1130
+ timestamp: string;
1131
+ title: string;
1132
+ transactionHash: `0x${string}`;
1133
+ data: {
1134
+ nextQuoteToken: `0x${string}`;
1135
+ signer: "self" | `0x${string}`;
1136
+ updater: `0x${string}`;
1137
+ };
1138
+ type: "token-next-quote-token-set";
1139
+ } | {
1140
+ perspective: "incoming" | "outgoing";
1141
+ events?: {
1142
+ address: `0x${string}`;
1143
+ args?: {
1144
+ [x: string]: import("hono/utils/types").JSONValue;
1145
+ } | undefined;
1146
+ data: `0x${string}`;
1147
+ eventName?: string | undefined;
1148
+ logIndex: number;
1149
+ title?: string | undefined;
1150
+ topics: `0x${string}`[];
1151
+ }[] | undefined;
1152
+ id: string;
1153
+ logIndex: number;
1154
+ timestamp: string;
1155
+ title: string;
1156
+ transactionHash: `0x${string}`;
1157
+ data: {
1158
+ logoUri: string;
1159
+ signer: "self" | `0x${string}`;
1160
+ updater: `0x${string}`;
1161
+ };
1162
+ type: "token-logo-set";
1163
+ } | {
1164
+ perspective: "incoming" | "outgoing";
1165
+ events?: {
1166
+ address: `0x${string}`;
1167
+ args?: {
1168
+ [x: string]: import("hono/utils/types").JSONValue;
1169
+ } | undefined;
1170
+ data: `0x${string}`;
1171
+ eventName?: string | undefined;
1172
+ logIndex: number;
1173
+ title?: string | undefined;
1174
+ topics: `0x${string}`[];
1175
+ }[] | undefined;
1176
+ id: string;
1177
+ logIndex: number;
1178
+ timestamp: string;
1179
+ title: string;
1180
+ transactionHash: `0x${string}`;
1181
+ data: {
1182
+ account: `0x${string}`;
1183
+ granted: boolean;
1184
+ role: `0x${string}`;
1185
+ sender: `0x${string}`;
1186
+ signer: "self" | `0x${string}`;
1187
+ };
1188
+ type: "role-membership-set";
1189
+ } | {
1190
+ perspective: "incoming" | "outgoing";
1191
+ events?: {
1192
+ address: `0x${string}`;
1193
+ args?: {
1194
+ [x: string]: import("hono/utils/types").JSONValue;
1195
+ } | undefined;
1196
+ data: `0x${string}`;
1197
+ eventName?: string | undefined;
1198
+ logIndex: number;
1199
+ title?: string | undefined;
1200
+ topics: `0x${string}`[];
1201
+ }[] | undefined;
1202
+ id: string;
1203
+ logIndex: number;
1204
+ timestamp: string;
1205
+ title: string;
1206
+ transactionHash: `0x${string}`;
1207
+ data: {
1208
+ newAdminRole: `0x${string}`;
1209
+ role: `0x${string}`;
1210
+ sender: `0x${string}`;
1211
+ signer: "self" | `0x${string}`;
1212
+ };
1213
+ type: "role-admin-set";
1214
+ } | {
1215
+ perspective: "incoming" | "outgoing";
1216
+ events?: {
1217
+ address: `0x${string}`;
1218
+ args?: {
1219
+ [x: string]: import("hono/utils/types").JSONValue;
1220
+ } | undefined;
1221
+ data: `0x${string}`;
1222
+ eventName?: string | undefined;
1223
+ logIndex: number;
1224
+ title?: string | undefined;
1225
+ topics: `0x${string}`[];
1226
+ }[] | undefined;
1227
+ id: string;
1228
+ logIndex: number;
1229
+ timestamp: string;
1230
+ title: string;
1231
+ transactionHash: `0x${string}`;
1232
+ data: {
1233
+ signer: "self" | `0x${string}`;
1234
+ token: `0x${string}`;
1235
+ user: `0x${string}`;
1236
+ };
1237
+ type: "fee-user-token-set";
1238
+ } | {
1239
+ perspective: "incoming" | "outgoing";
1240
+ events?: {
1241
+ address: `0x${string}`;
1242
+ args?: {
1243
+ [x: string]: import("hono/utils/types").JSONValue;
1244
+ } | undefined;
1245
+ data: `0x${string}`;
1246
+ eventName?: string | undefined;
1247
+ logIndex: number;
1248
+ title?: string | undefined;
1249
+ topics: `0x${string}`[];
1250
+ }[] | undefined;
1251
+ id: string;
1252
+ logIndex: number;
1253
+ timestamp: string;
1254
+ title: string;
1255
+ transactionHash: `0x${string}`;
1256
+ data: {
1257
+ signer: "self" | `0x${string}`;
1258
+ token: `0x${string}`;
1259
+ validator: `0x${string}`;
1260
+ };
1261
+ type: "fee-validator-token-set";
1262
+ } | {
1263
+ perspective: "incoming" | "outgoing";
1264
+ events?: {
1265
+ address: `0x${string}`;
1266
+ args?: {
1267
+ [x: string]: import("hono/utils/types").JSONValue;
1268
+ } | undefined;
1269
+ data: `0x${string}`;
1270
+ eventName?: string | undefined;
1271
+ logIndex: number;
1272
+ title?: string | undefined;
1273
+ topics: `0x${string}`[];
1274
+ }[] | undefined;
1275
+ id: string;
1276
+ logIndex: number;
1277
+ timestamp: string;
1278
+ title: string;
1279
+ transactionHash: `0x${string}`;
1280
+ data: {
1281
+ policyId: string;
1282
+ policyType: number;
1283
+ signer: "self" | `0x${string}`;
1284
+ updater: `0x${string}`;
1285
+ };
1286
+ type: "policy-created";
1287
+ } | {
1288
+ perspective: "incoming" | "outgoing";
1289
+ events?: {
1290
+ address: `0x${string}`;
1291
+ args?: {
1292
+ [x: string]: import("hono/utils/types").JSONValue;
1293
+ } | undefined;
1294
+ data: `0x${string}`;
1295
+ eventName?: string | undefined;
1296
+ logIndex: number;
1297
+ title?: string | undefined;
1298
+ topics: `0x${string}`[];
1299
+ }[] | undefined;
1300
+ id: string;
1301
+ logIndex: number;
1302
+ timestamp: string;
1303
+ title: string;
1304
+ transactionHash: `0x${string}`;
1305
+ data: {
1306
+ admin: `0x${string}`;
1307
+ policyId: string;
1308
+ signer: "self" | `0x${string}`;
1309
+ updater: `0x${string}`;
1310
+ };
1311
+ type: "policy-admin-set";
1312
+ } | {
1313
+ perspective: "incoming" | "outgoing";
1314
+ events?: {
1315
+ address: `0x${string}`;
1316
+ args?: {
1317
+ [x: string]: import("hono/utils/types").JSONValue;
1318
+ } | undefined;
1319
+ data: `0x${string}`;
1320
+ eventName?: string | undefined;
1321
+ logIndex: number;
1322
+ title?: string | undefined;
1323
+ topics: `0x${string}`[];
1324
+ }[] | undefined;
1325
+ id: string;
1326
+ logIndex: number;
1327
+ timestamp: string;
1328
+ title: string;
1329
+ transactionHash: `0x${string}`;
1330
+ data: {
1331
+ account: `0x${string}`;
1332
+ allowed: boolean;
1333
+ policyId: string;
1334
+ signer: "self" | `0x${string}`;
1335
+ updater: `0x${string}`;
1336
+ };
1337
+ type: "whitelist-updated";
1338
+ } | {
1339
+ perspective: "incoming" | "outgoing";
1340
+ events?: {
1341
+ address: `0x${string}`;
1342
+ args?: {
1343
+ [x: string]: import("hono/utils/types").JSONValue;
1344
+ } | undefined;
1345
+ data: `0x${string}`;
1346
+ eventName?: string | undefined;
1347
+ logIndex: number;
1348
+ title?: string | undefined;
1349
+ topics: `0x${string}`[];
1350
+ }[] | undefined;
1351
+ id: string;
1352
+ logIndex: number;
1353
+ timestamp: string;
1354
+ title: string;
1355
+ transactionHash: `0x${string}`;
1356
+ data: {
1357
+ account: `0x${string}`;
1358
+ policyId: string;
1359
+ restricted: boolean;
1360
+ signer: "self" | `0x${string}`;
1361
+ updater: `0x${string}`;
1362
+ };
1363
+ type: "blacklist-updated";
1364
+ } | {
1365
+ perspective: "incoming" | "outgoing";
1366
+ events?: {
1367
+ address: `0x${string}`;
1368
+ args?: {
1369
+ [x: string]: import("hono/utils/types").JSONValue;
1370
+ } | undefined;
1371
+ data: `0x${string}`;
1372
+ eventName?: string | undefined;
1373
+ logIndex: number;
1374
+ title?: string | undefined;
1375
+ topics: `0x${string}`[];
1376
+ }[] | undefined;
1377
+ id: string;
1378
+ logIndex: number;
1379
+ timestamp: string;
1380
+ title: string;
1381
+ transactionHash: `0x${string}`;
1382
+ data: {
1383
+ creator: `0x${string}`;
1384
+ mintRecipientPolicyId: string;
1385
+ policyId: string;
1386
+ recipientPolicyId: string;
1387
+ senderPolicyId: string;
1388
+ signer: "self" | `0x${string}`;
1389
+ };
1390
+ type: "compound-policy-created";
1391
+ } | {
1392
+ perspective: "incoming" | "outgoing";
1393
+ events?: {
1394
+ address: `0x${string}`;
1395
+ args?: {
1396
+ [x: string]: import("hono/utils/types").JSONValue;
1397
+ } | undefined;
1398
+ data: `0x${string}`;
1399
+ eventName?: string | undefined;
1400
+ logIndex: number;
1401
+ title?: string | undefined;
1402
+ topics: `0x${string}`[];
1403
+ }[] | undefined;
1404
+ id: string;
1405
+ logIndex: number;
1406
+ timestamp: string;
1407
+ title: string;
1408
+ transactionHash: `0x${string}`;
1409
+ data: {
1410
+ masterAddress: `0x${string}`;
1411
+ masterId: `0x${string}`;
1412
+ signer: "self" | `0x${string}`;
1413
+ };
1414
+ type: "master-registered";
1415
+ } | {
1416
+ perspective: "incoming" | "outgoing";
1417
+ events?: {
1418
+ address: `0x${string}`;
1419
+ args?: {
1420
+ [x: string]: import("hono/utils/types").JSONValue;
1421
+ } | undefined;
1422
+ data: `0x${string}`;
1423
+ eventName?: string | undefined;
1424
+ logIndex: number;
1425
+ title?: string | undefined;
1426
+ topics: `0x${string}`[];
1427
+ }[] | undefined;
1428
+ id: string;
1429
+ logIndex: number;
1430
+ timestamp: string;
1431
+ title: string;
1432
+ transactionHash: `0x${string}`;
1433
+ data: {
1434
+ account: `0x${string}`;
1435
+ nonce: string;
1436
+ nonceKey: string;
1437
+ signer: "self" | `0x${string}`;
1438
+ };
1439
+ type: "nonce-incremented";
1440
+ } | {
1441
+ perspective: "incoming" | "outgoing";
1442
+ events?: {
1443
+ address: `0x${string}`;
1444
+ args?: {
1445
+ [x: string]: import("hono/utils/types").JSONValue;
1446
+ } | undefined;
1447
+ data: `0x${string}`;
1448
+ eventName?: string | undefined;
1449
+ logIndex: number;
1450
+ title?: string | undefined;
1451
+ topics: `0x${string}`[];
1452
+ }[] | undefined;
1453
+ id: string;
1454
+ logIndex: number;
1455
+ timestamp: string;
1456
+ title: string;
1457
+ transactionHash: `0x${string}`;
1458
+ data: {
1459
+ account: `0x${string}`;
1460
+ signer: "self" | `0x${string}`;
1461
+ witness: `0x${string}`;
1462
+ };
1463
+ type: "key-authorization-witness";
1464
+ } | {
1465
+ perspective: "incoming" | "outgoing";
1466
+ events?: {
1467
+ address: `0x${string}`;
1468
+ args?: {
1469
+ [x: string]: import("hono/utils/types").JSONValue;
1470
+ } | undefined;
1471
+ data: `0x${string}`;
1472
+ eventName?: string | undefined;
1473
+ logIndex: number;
1474
+ title?: string | undefined;
1475
+ topics: `0x${string}`[];
1476
+ }[] | undefined;
1477
+ id: string;
1478
+ logIndex: number;
1479
+ timestamp: string;
1480
+ title: string;
1481
+ transactionHash: `0x${string}`;
1482
+ data: {
1483
+ account: `0x${string}`;
1484
+ signer: "self" | `0x${string}`;
1485
+ witness: `0x${string}`;
1486
+ };
1487
+ type: "key-authorization-witness-burned";
1488
+ } | {
1489
+ perspective: "incoming" | "outgoing";
1490
+ events?: {
1491
+ address: `0x${string}`;
1492
+ args?: {
1493
+ [x: string]: import("hono/utils/types").JSONValue;
1494
+ } | undefined;
1495
+ data: `0x${string}`;
1496
+ eventName?: string | undefined;
1497
+ logIndex: number;
1498
+ title?: string | undefined;
1499
+ topics: `0x${string}`[];
1500
+ }[] | undefined;
1501
+ id: string;
1502
+ logIndex: number;
1503
+ timestamp: string;
1504
+ title: string;
1505
+ transactionHash: `0x${string}`;
1506
+ data: {
1507
+ egress: string;
1508
+ feeRecipient: `0x${string}`;
1509
+ index: string;
1510
+ ingress: string;
1511
+ publicKey: `0x${string}`;
1512
+ signer: "self" | `0x${string}`;
1513
+ validator: `0x${string}`;
1514
+ };
1515
+ type: "validator-added";
1516
+ } | {
1517
+ perspective: "incoming" | "outgoing";
1518
+ events?: {
1519
+ address: `0x${string}`;
1520
+ args?: {
1521
+ [x: string]: import("hono/utils/types").JSONValue;
1522
+ } | undefined;
1523
+ data: `0x${string}`;
1524
+ eventName?: string | undefined;
1525
+ logIndex: number;
1526
+ title?: string | undefined;
1527
+ topics: `0x${string}`[];
1528
+ }[] | undefined;
1529
+ id: string;
1530
+ logIndex: number;
1531
+ timestamp: string;
1532
+ title: string;
1533
+ transactionHash: `0x${string}`;
1534
+ data: {
1535
+ index: string;
1536
+ signer: "self" | `0x${string}`;
1537
+ validator: `0x${string}`;
1538
+ };
1539
+ type: "validator-deactivated";
1540
+ } | {
1541
+ perspective: "incoming" | "outgoing";
1542
+ events?: {
1543
+ address: `0x${string}`;
1544
+ args?: {
1545
+ [x: string]: import("hono/utils/types").JSONValue;
1546
+ } | undefined;
1547
+ data: `0x${string}`;
1548
+ eventName?: string | undefined;
1549
+ logIndex: number;
1550
+ title?: string | undefined;
1551
+ topics: `0x${string}`[];
1552
+ }[] | undefined;
1553
+ id: string;
1554
+ logIndex: number;
1555
+ timestamp: string;
1556
+ title: string;
1557
+ transactionHash: `0x${string}`;
1558
+ data: {
1559
+ caller: `0x${string}`;
1560
+ deactivatedIndex: string;
1561
+ egress: string;
1562
+ index: string;
1563
+ ingress: string;
1564
+ newPublicKey: `0x${string}`;
1565
+ oldPublicKey: `0x${string}`;
1566
+ signer: "self" | `0x${string}`;
1567
+ validator: `0x${string}`;
1568
+ };
1569
+ type: "validator-rotated";
1570
+ } | {
1571
+ perspective: "incoming" | "outgoing";
1572
+ events?: {
1573
+ address: `0x${string}`;
1574
+ args?: {
1575
+ [x: string]: import("hono/utils/types").JSONValue;
1576
+ } | undefined;
1577
+ data: `0x${string}`;
1578
+ eventName?: string | undefined;
1579
+ logIndex: number;
1580
+ title?: string | undefined;
1581
+ topics: `0x${string}`[];
1582
+ }[] | undefined;
1583
+ id: string;
1584
+ logIndex: number;
1585
+ timestamp: string;
1586
+ title: string;
1587
+ transactionHash: `0x${string}`;
1588
+ data: {
1589
+ caller: `0x${string}`;
1590
+ feeRecipient: `0x${string}`;
1591
+ index: string;
1592
+ signer: "self" | `0x${string}`;
1593
+ };
1594
+ type: "validator-fee-recipient-set";
1595
+ } | {
1596
+ perspective: "incoming" | "outgoing";
1597
+ events?: {
1598
+ address: `0x${string}`;
1599
+ args?: {
1600
+ [x: string]: import("hono/utils/types").JSONValue;
1601
+ } | undefined;
1602
+ data: `0x${string}`;
1603
+ eventName?: string | undefined;
1604
+ logIndex: number;
1605
+ title?: string | undefined;
1606
+ topics: `0x${string}`[];
1607
+ }[] | undefined;
1608
+ id: string;
1609
+ logIndex: number;
1610
+ timestamp: string;
1611
+ title: string;
1612
+ transactionHash: `0x${string}`;
1613
+ data: {
1614
+ caller: `0x${string}`;
1615
+ egress: string;
1616
+ index: string;
1617
+ ingress: string;
1618
+ signer: "self" | `0x${string}`;
1619
+ };
1620
+ type: "validator-ip-set";
1621
+ } | {
1622
+ perspective: "incoming" | "outgoing";
1623
+ events?: {
1624
+ address: `0x${string}`;
1625
+ args?: {
1626
+ [x: string]: import("hono/utils/types").JSONValue;
1627
+ } | undefined;
1628
+ data: `0x${string}`;
1629
+ eventName?: string | undefined;
1630
+ logIndex: number;
1631
+ title?: string | undefined;
1632
+ topics: `0x${string}`[];
1633
+ }[] | undefined;
1634
+ id: string;
1635
+ logIndex: number;
1636
+ timestamp: string;
1637
+ title: string;
1638
+ transactionHash: `0x${string}`;
1639
+ data: {
1640
+ caller: `0x${string}`;
1641
+ index: string;
1642
+ newAddress: `0x${string}`;
1643
+ oldAddress: `0x${string}`;
1644
+ signer: "self" | `0x${string}`;
1645
+ };
1646
+ type: "validator-ownership-transferred";
1647
+ } | {
1648
+ perspective: "incoming" | "outgoing";
1649
+ events?: {
1650
+ address: `0x${string}`;
1651
+ args?: {
1652
+ [x: string]: import("hono/utils/types").JSONValue;
1653
+ } | undefined;
1654
+ data: `0x${string}`;
1655
+ eventName?: string | undefined;
1656
+ logIndex: number;
1657
+ title?: string | undefined;
1658
+ topics: `0x${string}`[];
1659
+ }[] | undefined;
1660
+ id: string;
1661
+ logIndex: number;
1662
+ timestamp: string;
1663
+ title: string;
1664
+ transactionHash: `0x${string}`;
1665
+ data: {
1666
+ newOwner: `0x${string}`;
1667
+ oldOwner: `0x${string}`;
1668
+ signer: "self" | `0x${string}`;
1669
+ };
1670
+ type: "ownership-transferred";
1671
+ } | {
1672
+ perspective: "incoming" | "outgoing";
1673
+ events?: {
1674
+ address: `0x${string}`;
1675
+ args?: {
1676
+ [x: string]: import("hono/utils/types").JSONValue;
1677
+ } | undefined;
1678
+ data: `0x${string}`;
1679
+ eventName?: string | undefined;
1680
+ logIndex: number;
1681
+ title?: string | undefined;
1682
+ topics: `0x${string}`[];
1683
+ }[] | undefined;
1684
+ id: string;
1685
+ logIndex: number;
1686
+ timestamp: string;
1687
+ title: string;
1688
+ transactionHash: `0x${string}`;
1689
+ data: {
1690
+ index: string;
1691
+ publicKey: `0x${string}`;
1692
+ signer: "self" | `0x${string}`;
1693
+ validator: `0x${string}`;
1694
+ };
1695
+ type: "validator-migrated";
1696
+ } | {
1697
+ perspective: "incoming" | "outgoing";
1698
+ events?: {
1699
+ address: `0x${string}`;
1700
+ args?: {
1701
+ [x: string]: import("hono/utils/types").JSONValue;
1702
+ } | undefined;
1703
+ data: `0x${string}`;
1704
+ eventName?: string | undefined;
1705
+ logIndex: number;
1706
+ title?: string | undefined;
1707
+ topics: `0x${string}`[];
1708
+ }[] | undefined;
1709
+ id: string;
1710
+ logIndex: number;
1711
+ timestamp: string;
1712
+ title: string;
1713
+ transactionHash: `0x${string}`;
1714
+ data: {
1715
+ index: string;
1716
+ publicKey: `0x${string}`;
1717
+ signer: "self" | `0x${string}`;
1718
+ validator: `0x${string}`;
1719
+ };
1720
+ type: "validator-migration-skipped";
1721
+ } | {
1722
+ perspective: "incoming" | "outgoing";
1723
+ events?: {
1724
+ address: `0x${string}`;
1725
+ args?: {
1726
+ [x: string]: import("hono/utils/types").JSONValue;
1727
+ } | undefined;
1728
+ data: `0x${string}`;
1729
+ eventName?: string | undefined;
1730
+ logIndex: number;
1731
+ title?: string | undefined;
1732
+ topics: `0x${string}`[];
1733
+ }[] | undefined;
1734
+ id: string;
1735
+ logIndex: number;
1736
+ timestamp: string;
1737
+ title: string;
1738
+ transactionHash: `0x${string}`;
1739
+ data: {
1740
+ nextEpoch: string;
1741
+ previousEpoch: string;
1742
+ signer: "self" | `0x${string}`;
1743
+ };
1744
+ type: "network-identity-rotation-epoch-set";
1745
+ } | {
1746
+ perspective: "incoming" | "outgoing";
1747
+ events?: {
1748
+ address: `0x${string}`;
1749
+ args?: {
1750
+ [x: string]: import("hono/utils/types").JSONValue;
1751
+ } | undefined;
1752
+ data: `0x${string}`;
1753
+ eventName?: string | undefined;
1754
+ logIndex: number;
1755
+ title?: string | undefined;
1756
+ topics: `0x${string}`[];
1757
+ }[] | undefined;
1758
+ id: string;
1759
+ logIndex: number;
1760
+ timestamp: string;
1761
+ title: string;
1762
+ transactionHash: `0x${string}`;
1763
+ data: {
1764
+ height: string;
1765
+ signer: "self" | `0x${string}`;
1766
+ };
1767
+ type: "initialized";
1768
+ } | {
1769
+ perspective: "incoming" | "outgoing";
1770
+ events?: {
1771
+ address: `0x${string}`;
1772
+ args?: {
1773
+ [x: string]: import("hono/utils/types").JSONValue;
1774
+ } | undefined;
1775
+ data: `0x${string}`;
1776
+ eventName?: string | undefined;
1777
+ logIndex: number;
1778
+ title?: string | undefined;
1779
+ topics: `0x${string}`[];
1780
+ }[] | undefined;
1781
+ id: string;
1782
+ logIndex: number;
1783
+ timestamp: string;
1784
+ title: string;
1785
+ transactionHash: `0x${string}`;
1786
+ data: {
1787
+ signer: "self" | `0x${string}`;
1788
+ };
1789
+ type: "unknown";
1790
+ } | {
1791
+ data: {
1792
+ items: ({
1793
+ perspective: "incoming" | "outgoing";
1794
+ events?: {
1795
+ address: `0x${string}`;
1796
+ args?: {
1797
+ [x: string]: import("hono/utils/types").JSONValue;
1798
+ } | undefined;
1799
+ data: `0x${string}`;
1800
+ eventName?: string | undefined;
1801
+ logIndex: number;
1802
+ title?: string | undefined;
1803
+ topics: `0x${string}`[];
1804
+ }[] | undefined;
1805
+ id: string;
1806
+ logIndex: number;
1807
+ timestamp: string;
1808
+ title: string;
1809
+ transactionHash: `0x${string}`;
1810
+ data: {
1811
+ attribution?: string | undefined;
1812
+ blockNumber: number;
1813
+ destinationToken?: {
1814
+ address: `0x${string}`;
1815
+ amount: string;
1816
+ currency?: string | undefined;
1817
+ decimals?: number | undefined;
1818
+ logoUri?: string | undefined;
1819
+ name?: string | undefined;
1820
+ symbol?: string | undefined;
1821
+ verified?: boolean | undefined;
1822
+ } | undefined;
1823
+ direction: "in" | "out";
1824
+ memo?: string | undefined;
1825
+ recipient: `0x${string}`;
1826
+ sender: `0x${string}`;
1827
+ signer?: "self" | `0x${string}` | undefined;
1828
+ sourceToken: {
1829
+ address: `0x${string}`;
1830
+ amount: string;
1831
+ currency?: string | undefined;
1832
+ decimals?: number | undefined;
1833
+ logoUri?: string | undefined;
1834
+ name?: string | undefined;
1835
+ symbol?: string | undefined;
1836
+ verified?: boolean | undefined;
1837
+ };
1838
+ timestamp: string;
1839
+ transactionHash: `0x${string}`;
1840
+ };
1841
+ type: "transfer";
1842
+ } | {
1843
+ perspective: "incoming" | "outgoing";
1844
+ events?: {
1845
+ address: `0x${string}`;
1846
+ args?: {
1847
+ [x: string]: import("hono/utils/types").JSONValue;
1848
+ } | undefined;
1849
+ data: `0x${string}`;
1850
+ eventName?: string | undefined;
1851
+ logIndex: number;
1852
+ title?: string | undefined;
1853
+ topics: `0x${string}`[];
1854
+ }[] | undefined;
1855
+ id: string;
1856
+ logIndex: number;
1857
+ timestamp: string;
1858
+ title: string;
1859
+ transactionHash: `0x${string}`;
1860
+ data: {
1861
+ recipient: `0x${string}`;
1862
+ sourceToken: {
1863
+ address: `0x${string}`;
1864
+ amount: string;
1865
+ currency?: string | undefined;
1866
+ decimals?: number | undefined;
1867
+ logoUri?: string | undefined;
1868
+ name?: string | undefined;
1869
+ symbol?: string | undefined;
1870
+ verified?: boolean | undefined;
1871
+ };
1872
+ };
1873
+ type: "mint";
1874
+ } | {
1875
+ perspective: "incoming" | "outgoing";
1876
+ events?: {
1877
+ address: `0x${string}`;
1878
+ args?: {
1879
+ [x: string]: import("hono/utils/types").JSONValue;
1880
+ } | undefined;
1881
+ data: `0x${string}`;
1882
+ eventName?: string | undefined;
1883
+ logIndex: number;
1884
+ title?: string | undefined;
1885
+ topics: `0x${string}`[];
1886
+ }[] | undefined;
1887
+ id: string;
1888
+ logIndex: number;
1889
+ timestamp: string;
1890
+ title: string;
1891
+ transactionHash: `0x${string}`;
1892
+ data: {
1893
+ sender: `0x${string}`;
1894
+ signer: "self" | `0x${string}`;
1895
+ sourceToken: {
1896
+ address: `0x${string}`;
1897
+ amount: string;
1898
+ currency?: string | undefined;
1899
+ decimals?: number | undefined;
1900
+ logoUri?: string | undefined;
1901
+ name?: string | undefined;
1902
+ symbol?: string | undefined;
1903
+ verified?: boolean | undefined;
1904
+ };
1905
+ };
1906
+ type: "burn";
1907
+ } | {
1908
+ perspective: "incoming" | "outgoing";
1909
+ events?: {
1910
+ address: `0x${string}`;
1911
+ args?: {
1912
+ [x: string]: import("hono/utils/types").JSONValue;
1913
+ } | undefined;
1914
+ data: `0x${string}`;
1915
+ eventName?: string | undefined;
1916
+ logIndex: number;
1917
+ title?: string | undefined;
1918
+ topics: `0x${string}`[];
1919
+ }[] | undefined;
1920
+ id: string;
1921
+ logIndex: number;
1922
+ timestamp: string;
1923
+ title: string;
1924
+ transactionHash: `0x${string}`;
1925
+ data: {
1926
+ destinationToken: {
1927
+ address: `0x${string}`;
1928
+ amount: string;
1929
+ currency?: string | undefined;
1930
+ decimals?: number | undefined;
1931
+ logoUri?: string | undefined;
1932
+ name?: string | undefined;
1933
+ symbol?: string | undefined;
1934
+ verified?: boolean | undefined;
1935
+ };
1936
+ signer: "self" | `0x${string}`;
1937
+ sourceToken: {
1938
+ address: `0x${string}`;
1939
+ amount: string;
1940
+ currency?: string | undefined;
1941
+ decimals?: number | undefined;
1942
+ logoUri?: string | undefined;
1943
+ name?: string | undefined;
1944
+ symbol?: string | undefined;
1945
+ verified?: boolean | undefined;
1946
+ };
1947
+ };
1948
+ type: "swap";
1949
+ } | {
1950
+ perspective: "incoming" | "outgoing";
1951
+ events?: {
1952
+ address: `0x${string}`;
1953
+ args?: {
1954
+ [x: string]: import("hono/utils/types").JSONValue;
1955
+ } | undefined;
1956
+ data: `0x${string}`;
1957
+ eventName?: string | undefined;
1958
+ logIndex: number;
1959
+ title?: string | undefined;
1960
+ topics: `0x${string}`[];
1961
+ }[] | undefined;
1962
+ id: string;
1963
+ logIndex: number;
1964
+ timestamp: string;
1965
+ title: string;
1966
+ transactionHash: `0x${string}`;
1967
+ data: {
1968
+ signer: "self" | `0x${string}`;
1969
+ sourceToken: {
1970
+ address: `0x${string}`;
1971
+ amount: string;
1972
+ currency?: string | undefined;
1973
+ decimals?: number | undefined;
1974
+ logoUri?: string | undefined;
1975
+ name?: string | undefined;
1976
+ symbol?: string | undefined;
1977
+ verified?: boolean | undefined;
1978
+ };
1979
+ spender: `0x${string}`;
1980
+ };
1981
+ type: "approval";
1982
+ } | {
1983
+ perspective: "incoming" | "outgoing";
1984
+ events?: {
1985
+ address: `0x${string}`;
1986
+ args?: {
1987
+ [x: string]: import("hono/utils/types").JSONValue;
1988
+ } | undefined;
1989
+ data: `0x${string}`;
1990
+ eventName?: string | undefined;
1991
+ logIndex: number;
1992
+ title?: string | undefined;
1993
+ topics: `0x${string}`[];
1994
+ }[] | undefined;
1995
+ id: string;
1996
+ logIndex: number;
1997
+ timestamp: string;
1998
+ title: string;
1999
+ transactionHash: `0x${string}`;
2000
+ data: {
2001
+ refund?: {
2002
+ address: `0x${string}`;
2003
+ amount: string;
2004
+ currency?: string | undefined;
2005
+ decimals?: number | undefined;
2006
+ logoUri?: string | undefined;
2007
+ name?: string | undefined;
2008
+ symbol?: string | undefined;
2009
+ verified?: boolean | undefined;
2010
+ } | undefined;
2011
+ signer: "self" | `0x${string}`;
2012
+ };
2013
+ type: "session-closed";
2014
+ } | {
2015
+ perspective: "incoming" | "outgoing";
2016
+ events?: {
2017
+ address: `0x${string}`;
2018
+ args?: {
2019
+ [x: string]: import("hono/utils/types").JSONValue;
2020
+ } | undefined;
2021
+ data: `0x${string}`;
2022
+ eventName?: string | undefined;
2023
+ logIndex: number;
2024
+ title?: string | undefined;
2025
+ topics: `0x${string}`[];
2026
+ }[] | undefined;
2027
+ id: string;
2028
+ logIndex: number;
2029
+ timestamp: string;
2030
+ title: string;
2031
+ transactionHash: `0x${string}`;
2032
+ data: {
2033
+ account: `0x${string}`;
2034
+ expiry: number;
2035
+ publicKey: `0x${string}`;
2036
+ signatureType: number;
2037
+ };
2038
+ type: "access-key-created";
2039
+ } | {
2040
+ perspective: "incoming" | "outgoing";
2041
+ events?: {
2042
+ address: `0x${string}`;
2043
+ args?: {
2044
+ [x: string]: import("hono/utils/types").JSONValue;
2045
+ } | undefined;
2046
+ data: `0x${string}`;
2047
+ eventName?: string | undefined;
2048
+ logIndex: number;
2049
+ title?: string | undefined;
2050
+ topics: `0x${string}`[];
2051
+ }[] | undefined;
2052
+ id: string;
2053
+ logIndex: number;
2054
+ timestamp: string;
2055
+ title: string;
2056
+ transactionHash: `0x${string}`;
2057
+ data: {
2058
+ account: `0x${string}`;
2059
+ publicKey: `0x${string}`;
2060
+ };
2061
+ type: "access-key-revoked";
2062
+ } | {
2063
+ perspective: "incoming" | "outgoing";
2064
+ events?: {
2065
+ address: `0x${string}`;
2066
+ args?: {
2067
+ [x: string]: import("hono/utils/types").JSONValue;
2068
+ } | undefined;
2069
+ data: `0x${string}`;
2070
+ eventName?: string | undefined;
2071
+ logIndex: number;
2072
+ title?: string | undefined;
2073
+ topics: `0x${string}`[];
2074
+ }[] | undefined;
2075
+ id: string;
2076
+ logIndex: number;
2077
+ timestamp: string;
2078
+ title: string;
2079
+ transactionHash: `0x${string}`;
2080
+ data: {
2081
+ address: `0x${string}`;
2082
+ currency: string;
2083
+ name: string;
2084
+ symbol: string;
2085
+ };
2086
+ type: "token-created";
2087
+ } | {
2088
+ perspective: "incoming" | "outgoing";
2089
+ events?: {
2090
+ address: `0x${string}`;
2091
+ args?: {
2092
+ [x: string]: import("hono/utils/types").JSONValue;
2093
+ } | undefined;
2094
+ data: `0x${string}`;
2095
+ eventName?: string | undefined;
2096
+ logIndex: number;
2097
+ title?: string | undefined;
2098
+ topics: `0x${string}`[];
2099
+ }[] | undefined;
2100
+ id: string;
2101
+ logIndex: number;
2102
+ timestamp: string;
2103
+ title: string;
2104
+ transactionHash: `0x${string}`;
2105
+ data: {
2106
+ sender: `0x${string}`;
2107
+ signer: "self" | `0x${string}`;
2108
+ sourceToken: {
2109
+ address: `0x${string}`;
2110
+ amount: string;
2111
+ currency?: string | undefined;
2112
+ decimals?: number | undefined;
2113
+ logoUri?: string | undefined;
2114
+ name?: string | undefined;
2115
+ symbol?: string | undefined;
2116
+ verified?: boolean | undefined;
2117
+ };
2118
+ };
2119
+ type: "burn-blocked";
2120
+ } | {
2121
+ perspective: "incoming" | "outgoing";
2122
+ events?: {
2123
+ address: `0x${string}`;
2124
+ args?: {
2125
+ [x: string]: import("hono/utils/types").JSONValue;
2126
+ } | undefined;
2127
+ data: `0x${string}`;
2128
+ eventName?: string | undefined;
2129
+ logIndex: number;
2130
+ title?: string | undefined;
2131
+ topics: `0x${string}`[];
2132
+ }[] | undefined;
2133
+ id: string;
2134
+ logIndex: number;
2135
+ timestamp: string;
2136
+ title: string;
2137
+ transactionHash: `0x${string}`;
2138
+ data: {
2139
+ channelId: `0x${string}`;
2140
+ payee: `0x${string}`;
2141
+ payer: `0x${string}`;
2142
+ signer: "self" | `0x${string}`;
2143
+ sourceToken: {
2144
+ address: `0x${string}`;
2145
+ amount: string;
2146
+ currency?: string | undefined;
2147
+ decimals?: number | undefined;
2148
+ logoUri?: string | undefined;
2149
+ name?: string | undefined;
2150
+ symbol?: string | undefined;
2151
+ verified?: boolean | undefined;
2152
+ };
2153
+ };
2154
+ type: "channel-opened";
2155
+ } | {
2156
+ perspective: "incoming" | "outgoing";
2157
+ events?: {
2158
+ address: `0x${string}`;
2159
+ args?: {
2160
+ [x: string]: import("hono/utils/types").JSONValue;
2161
+ } | undefined;
2162
+ data: `0x${string}`;
2163
+ eventName?: string | undefined;
2164
+ logIndex: number;
2165
+ title?: string | undefined;
2166
+ topics: `0x${string}`[];
2167
+ }[] | undefined;
2168
+ id: string;
2169
+ logIndex: number;
2170
+ timestamp: string;
2171
+ title: string;
2172
+ transactionHash: `0x${string}`;
2173
+ data: {
2174
+ channelId: `0x${string}`;
2175
+ signer: "self" | `0x${string}`;
2176
+ sourceToken: {
2177
+ address: `0x${string}`;
2178
+ amount: string;
2179
+ currency?: string | undefined;
2180
+ decimals?: number | undefined;
2181
+ logoUri?: string | undefined;
2182
+ name?: string | undefined;
2183
+ symbol?: string | undefined;
2184
+ verified?: boolean | undefined;
2185
+ };
2186
+ };
2187
+ type: "channel-funded";
2188
+ } | {
2189
+ perspective: "incoming" | "outgoing";
2190
+ events?: {
2191
+ address: `0x${string}`;
2192
+ args?: {
2193
+ [x: string]: import("hono/utils/types").JSONValue;
2194
+ } | undefined;
2195
+ data: `0x${string}`;
2196
+ eventName?: string | undefined;
2197
+ logIndex: number;
2198
+ title?: string | undefined;
2199
+ topics: `0x${string}`[];
2200
+ }[] | undefined;
2201
+ id: string;
2202
+ logIndex: number;
2203
+ timestamp: string;
2204
+ title: string;
2205
+ transactionHash: `0x${string}`;
2206
+ data: {
2207
+ channelId: `0x${string}`;
2208
+ payee: `0x${string}`;
2209
+ payer: `0x${string}`;
2210
+ signer: "self" | `0x${string}`;
2211
+ sourceToken: {
2212
+ address: `0x${string}`;
2213
+ amount: string;
2214
+ currency?: string | undefined;
2215
+ decimals?: number | undefined;
2216
+ logoUri?: string | undefined;
2217
+ name?: string | undefined;
2218
+ symbol?: string | undefined;
2219
+ verified?: boolean | undefined;
2220
+ };
2221
+ };
2222
+ type: "channel-settled";
2223
+ } | {
2224
+ perspective: "incoming" | "outgoing";
2225
+ events?: {
2226
+ address: `0x${string}`;
2227
+ args?: {
2228
+ [x: string]: import("hono/utils/types").JSONValue;
2229
+ } | undefined;
2230
+ data: `0x${string}`;
2231
+ eventName?: string | undefined;
2232
+ logIndex: number;
2233
+ title?: string | undefined;
2234
+ topics: `0x${string}`[];
2235
+ }[] | undefined;
2236
+ id: string;
2237
+ logIndex: number;
2238
+ timestamp: string;
2239
+ title: string;
2240
+ transactionHash: `0x${string}`;
2241
+ data: {
2242
+ channelId: `0x${string}`;
2243
+ payee: `0x${string}`;
2244
+ payer: `0x${string}`;
2245
+ refund?: {
2246
+ address: `0x${string}`;
2247
+ amount: string;
2248
+ currency?: string | undefined;
2249
+ decimals?: number | undefined;
2250
+ logoUri?: string | undefined;
2251
+ name?: string | undefined;
2252
+ symbol?: string | undefined;
2253
+ verified?: boolean | undefined;
2254
+ } | undefined;
2255
+ signer: "self" | `0x${string}`;
2256
+ sourceToken?: {
2257
+ address: `0x${string}`;
2258
+ amount: string;
2259
+ currency?: string | undefined;
2260
+ decimals?: number | undefined;
2261
+ logoUri?: string | undefined;
2262
+ name?: string | undefined;
2263
+ symbol?: string | undefined;
2264
+ verified?: boolean | undefined;
2265
+ } | undefined;
2266
+ };
2267
+ type: "channel-closed";
2268
+ } | {
2269
+ perspective: "incoming" | "outgoing";
2270
+ events?: {
2271
+ address: `0x${string}`;
2272
+ args?: {
2273
+ [x: string]: import("hono/utils/types").JSONValue;
2274
+ } | undefined;
2275
+ data: `0x${string}`;
2276
+ eventName?: string | undefined;
2277
+ logIndex: number;
2278
+ title?: string | undefined;
2279
+ topics: `0x${string}`[];
2280
+ }[] | undefined;
2281
+ id: string;
2282
+ logIndex: number;
2283
+ timestamp: string;
2284
+ title: string;
2285
+ transactionHash: `0x${string}`;
2286
+ data: {
2287
+ channelId: `0x${string}`;
2288
+ payee: `0x${string}`;
2289
+ payer: `0x${string}`;
2290
+ signer: "self" | `0x${string}`;
2291
+ };
2292
+ type: "channel-close-cancelled";
2293
+ } | {
2294
+ perspective: "incoming" | "outgoing";
2295
+ events?: {
2296
+ address: `0x${string}`;
2297
+ args?: {
2298
+ [x: string]: import("hono/utils/types").JSONValue;
2299
+ } | undefined;
2300
+ data: `0x${string}`;
2301
+ eventName?: string | undefined;
2302
+ logIndex: number;
2303
+ title?: string | undefined;
2304
+ topics: `0x${string}`[];
2305
+ }[] | undefined;
2306
+ id: string;
2307
+ logIndex: number;
2308
+ timestamp: string;
2309
+ title: string;
2310
+ transactionHash: `0x${string}`;
2311
+ data: {
2312
+ orderId: string;
2313
+ side: "ask" | "bid";
2314
+ signer: "self" | `0x${string}`;
2315
+ sourceToken: {
2316
+ address: `0x${string}`;
2317
+ amount: string;
2318
+ currency?: string | undefined;
2319
+ decimals?: number | undefined;
2320
+ logoUri?: string | undefined;
2321
+ name?: string | undefined;
2322
+ symbol?: string | undefined;
2323
+ verified?: boolean | undefined;
2324
+ };
2325
+ tick: number;
2326
+ };
2327
+ type: "order-placed";
2328
+ } | {
2329
+ perspective: "incoming" | "outgoing";
2330
+ events?: {
2331
+ address: `0x${string}`;
2332
+ args?: {
2333
+ [x: string]: import("hono/utils/types").JSONValue;
2334
+ } | undefined;
2335
+ data: `0x${string}`;
2336
+ eventName?: string | undefined;
2337
+ logIndex: number;
2338
+ title?: string | undefined;
2339
+ topics: `0x${string}`[];
2340
+ }[] | undefined;
2341
+ id: string;
2342
+ logIndex: number;
2343
+ timestamp: string;
2344
+ title: string;
2345
+ transactionHash: `0x${string}`;
2346
+ data: {
2347
+ orderId: string;
2348
+ signer: "self" | `0x${string}`;
2349
+ };
2350
+ type: "order-cancelled";
2351
+ } | {
2352
+ perspective: "incoming" | "outgoing";
2353
+ events?: {
2354
+ address: `0x${string}`;
2355
+ args?: {
2356
+ [x: string]: import("hono/utils/types").JSONValue;
2357
+ } | undefined;
2358
+ data: `0x${string}`;
2359
+ eventName?: string | undefined;
2360
+ logIndex: number;
2361
+ title?: string | undefined;
2362
+ topics: `0x${string}`[];
2363
+ }[] | undefined;
2364
+ id: string;
2365
+ logIndex: number;
2366
+ timestamp: string;
2367
+ title: string;
2368
+ transactionHash: `0x${string}`;
2369
+ data: {
2370
+ signer: "self" | `0x${string}`;
2371
+ sourceToken: {
2372
+ address: `0x${string}`;
2373
+ amount: string;
2374
+ currency?: string | undefined;
2375
+ decimals?: number | undefined;
2376
+ logoUri?: string | undefined;
2377
+ name?: string | undefined;
2378
+ symbol?: string | undefined;
2379
+ verified?: boolean | undefined;
2380
+ };
2381
+ validator: `0x${string}`;
2382
+ };
2383
+ type: "fees-distributed";
2384
+ } | {
2385
+ perspective: "incoming" | "outgoing";
2386
+ events?: {
2387
+ address: `0x${string}`;
2388
+ args?: {
2389
+ [x: string]: import("hono/utils/types").JSONValue;
2390
+ } | undefined;
2391
+ data: `0x${string}`;
2392
+ eventName?: string | undefined;
2393
+ logIndex: number;
2394
+ title?: string | undefined;
2395
+ topics: `0x${string}`[];
2396
+ }[] | undefined;
2397
+ id: string;
2398
+ logIndex: number;
2399
+ timestamp: string;
2400
+ title: string;
2401
+ transactionHash: `0x${string}`;
2402
+ data: {
2403
+ destinationToken: {
2404
+ address: `0x${string}`;
2405
+ amount: string;
2406
+ currency?: string | undefined;
2407
+ decimals?: number | undefined;
2408
+ logoUri?: string | undefined;
2409
+ name?: string | undefined;
2410
+ symbol?: string | undefined;
2411
+ verified?: boolean | undefined;
2412
+ };
2413
+ signer: "self" | `0x${string}`;
2414
+ sourceToken: {
2415
+ address: `0x${string}`;
2416
+ amount: string;
2417
+ currency?: string | undefined;
2418
+ decimals?: number | undefined;
2419
+ logoUri?: string | undefined;
2420
+ name?: string | undefined;
2421
+ symbol?: string | undefined;
2422
+ verified?: boolean | undefined;
2423
+ };
2424
+ swapper: `0x${string}`;
2425
+ };
2426
+ type: "fee-rebalance-swap";
2427
+ } | {
2428
+ perspective: "incoming" | "outgoing";
2429
+ events?: {
2430
+ address: `0x${string}`;
2431
+ args?: {
2432
+ [x: string]: import("hono/utils/types").JSONValue;
2433
+ } | undefined;
2434
+ data: `0x${string}`;
2435
+ eventName?: string | undefined;
2436
+ logIndex: number;
2437
+ title?: string | undefined;
2438
+ topics: `0x${string}`[];
2439
+ }[] | undefined;
2440
+ id: string;
2441
+ logIndex: number;
2442
+ timestamp: string;
2443
+ title: string;
2444
+ transactionHash: `0x${string}`;
2445
+ data: {
2446
+ funder: `0x${string}`;
2447
+ signer: "self" | `0x${string}`;
2448
+ sourceToken: {
2449
+ address: `0x${string}`;
2450
+ amount: string;
2451
+ currency?: string | undefined;
2452
+ decimals?: number | undefined;
2453
+ logoUri?: string | undefined;
2454
+ name?: string | undefined;
2455
+ symbol?: string | undefined;
2456
+ verified?: boolean | undefined;
2457
+ };
2458
+ };
2459
+ type: "reward-distributed";
2460
+ } | {
2461
+ perspective: "incoming" | "outgoing";
2462
+ events?: {
2463
+ address: `0x${string}`;
2464
+ args?: {
2465
+ [x: string]: import("hono/utils/types").JSONValue;
2466
+ } | undefined;
2467
+ data: `0x${string}`;
2468
+ eventName?: string | undefined;
2469
+ logIndex: number;
2470
+ title?: string | undefined;
2471
+ topics: `0x${string}`[];
2472
+ }[] | undefined;
2473
+ id: string;
2474
+ logIndex: number;
2475
+ timestamp: string;
2476
+ title: string;
2477
+ transactionHash: `0x${string}`;
2478
+ data: {
2479
+ holder: `0x${string}`;
2480
+ recipient: `0x${string}`;
2481
+ signer: "self" | `0x${string}`;
2482
+ };
2483
+ type: "reward-recipient-set";
2484
+ } | {
2485
+ perspective: "incoming" | "outgoing";
2486
+ events?: {
2487
+ address: `0x${string}`;
2488
+ args?: {
2489
+ [x: string]: import("hono/utils/types").JSONValue;
2490
+ } | undefined;
2491
+ data: `0x${string}`;
2492
+ eventName?: string | undefined;
2493
+ logIndex: number;
2494
+ title?: string | undefined;
2495
+ topics: `0x${string}`[];
2496
+ }[] | undefined;
2497
+ id: string;
2498
+ logIndex: number;
2499
+ timestamp: string;
2500
+ title: string;
2501
+ transactionHash: `0x${string}`;
2502
+ data: {
2503
+ account: `0x${string}`;
2504
+ publicKey: `0x${string}`;
2505
+ signer: "self" | `0x${string}`;
2506
+ sourceToken: {
2507
+ address: `0x${string}`;
2508
+ amount: string;
2509
+ currency?: string | undefined;
2510
+ decimals?: number | undefined;
2511
+ logoUri?: string | undefined;
2512
+ name?: string | undefined;
2513
+ symbol?: string | undefined;
2514
+ verified?: boolean | undefined;
2515
+ };
2516
+ };
2517
+ type: "spending-limit-updated";
2518
+ } | {
2519
+ perspective: "incoming" | "outgoing";
2520
+ events?: {
2521
+ address: `0x${string}`;
2522
+ args?: {
2523
+ [x: string]: import("hono/utils/types").JSONValue;
2524
+ } | undefined;
2525
+ data: `0x${string}`;
2526
+ eventName?: string | undefined;
2527
+ logIndex: number;
2528
+ title?: string | undefined;
2529
+ topics: `0x${string}`[];
2530
+ }[] | undefined;
2531
+ id: string;
2532
+ logIndex: number;
2533
+ timestamp: string;
2534
+ title: string;
2535
+ transactionHash: `0x${string}`;
2536
+ data: {
2537
+ amountFilled: string;
2538
+ maker: `0x${string}`;
2539
+ orderId: string;
2540
+ partialFill: boolean;
2541
+ signer: "self" | `0x${string}`;
2542
+ taker: `0x${string}`;
2543
+ };
2544
+ type: "order-filled";
2545
+ } | {
2546
+ perspective: "incoming" | "outgoing";
2547
+ events?: {
2548
+ address: `0x${string}`;
2549
+ args?: {
2550
+ [x: string]: import("hono/utils/types").JSONValue;
2551
+ } | undefined;
2552
+ data: `0x${string}`;
2553
+ eventName?: string | undefined;
2554
+ logIndex: number;
2555
+ title?: string | undefined;
2556
+ topics: `0x${string}`[];
2557
+ }[] | undefined;
2558
+ id: string;
2559
+ logIndex: number;
2560
+ timestamp: string;
2561
+ title: string;
2562
+ transactionHash: `0x${string}`;
2563
+ data: {
2564
+ flipTick: number;
2565
+ maker: `0x${string}`;
2566
+ orderId: string;
2567
+ side: "ask" | "bid";
2568
+ signer: "self" | `0x${string}`;
2569
+ sourceToken: {
2570
+ address: `0x${string}`;
2571
+ amount: string;
2572
+ currency?: string | undefined;
2573
+ decimals?: number | undefined;
2574
+ logoUri?: string | undefined;
2575
+ name?: string | undefined;
2576
+ symbol?: string | undefined;
2577
+ verified?: boolean | undefined;
2578
+ };
2579
+ tick: number;
2580
+ };
2581
+ type: "order-flipped";
2582
+ } | {
2583
+ perspective: "incoming" | "outgoing";
2584
+ events?: {
2585
+ address: `0x${string}`;
2586
+ args?: {
2587
+ [x: string]: import("hono/utils/types").JSONValue;
2588
+ } | undefined;
2589
+ data: `0x${string}`;
2590
+ eventName?: string | undefined;
2591
+ logIndex: number;
2592
+ title?: string | undefined;
2593
+ topics: `0x${string}`[];
2594
+ }[] | undefined;
2595
+ id: string;
2596
+ logIndex: number;
2597
+ timestamp: string;
2598
+ title: string;
2599
+ transactionHash: `0x${string}`;
2600
+ data: {
2601
+ base: `0x${string}`;
2602
+ key: `0x${string}`;
2603
+ quote: `0x${string}`;
2604
+ signer: "self" | `0x${string}`;
2605
+ };
2606
+ type: "pair-created";
2607
+ } | {
2608
+ perspective: "incoming" | "outgoing";
2609
+ events?: {
2610
+ address: `0x${string}`;
2611
+ args?: {
2612
+ [x: string]: import("hono/utils/types").JSONValue;
2613
+ } | undefined;
2614
+ data: `0x${string}`;
2615
+ eventName?: string | undefined;
2616
+ logIndex: number;
2617
+ title?: string | undefined;
2618
+ topics: `0x${string}`[];
2619
+ }[] | undefined;
2620
+ id: string;
2621
+ logIndex: number;
2622
+ timestamp: string;
2623
+ title: string;
2624
+ transactionHash: `0x${string}`;
2625
+ data: {
2626
+ paused: boolean;
2627
+ signer: "self" | `0x${string}`;
2628
+ updater: `0x${string}`;
2629
+ };
2630
+ type: "token-pause-set";
2631
+ } | {
2632
+ perspective: "incoming" | "outgoing";
2633
+ events?: {
2634
+ address: `0x${string}`;
2635
+ args?: {
2636
+ [x: string]: import("hono/utils/types").JSONValue;
2637
+ } | undefined;
2638
+ data: `0x${string}`;
2639
+ eventName?: string | undefined;
2640
+ logIndex: number;
2641
+ title?: string | undefined;
2642
+ topics: `0x${string}`[];
2643
+ }[] | undefined;
2644
+ id: string;
2645
+ logIndex: number;
2646
+ timestamp: string;
2647
+ title: string;
2648
+ transactionHash: `0x${string}`;
2649
+ data: {
2650
+ signer: "self" | `0x${string}`;
2651
+ supplyCap: string;
2652
+ updater: `0x${string}`;
2653
+ };
2654
+ type: "token-supply-cap-set";
2655
+ } | {
2656
+ perspective: "incoming" | "outgoing";
2657
+ events?: {
2658
+ address: `0x${string}`;
2659
+ args?: {
2660
+ [x: string]: import("hono/utils/types").JSONValue;
2661
+ } | undefined;
2662
+ data: `0x${string}`;
2663
+ eventName?: string | undefined;
2664
+ logIndex: number;
2665
+ title?: string | undefined;
2666
+ topics: `0x${string}`[];
2667
+ }[] | undefined;
2668
+ id: string;
2669
+ logIndex: number;
2670
+ timestamp: string;
2671
+ title: string;
2672
+ transactionHash: `0x${string}`;
2673
+ data: {
2674
+ policyId: string;
2675
+ signer: "self" | `0x${string}`;
2676
+ updater: `0x${string}`;
2677
+ };
2678
+ type: "token-transfer-policy-set";
2679
+ } | {
2680
+ perspective: "incoming" | "outgoing";
2681
+ events?: {
2682
+ address: `0x${string}`;
2683
+ args?: {
2684
+ [x: string]: import("hono/utils/types").JSONValue;
2685
+ } | undefined;
2686
+ data: `0x${string}`;
2687
+ eventName?: string | undefined;
2688
+ logIndex: number;
2689
+ title?: string | undefined;
2690
+ topics: `0x${string}`[];
2691
+ }[] | undefined;
2692
+ id: string;
2693
+ logIndex: number;
2694
+ timestamp: string;
2695
+ title: string;
2696
+ transactionHash: `0x${string}`;
2697
+ data: {
2698
+ quoteToken: `0x${string}`;
2699
+ signer: "self" | `0x${string}`;
2700
+ updater: `0x${string}`;
2701
+ };
2702
+ type: "token-quote-token-set";
2703
+ } | {
2704
+ perspective: "incoming" | "outgoing";
2705
+ events?: {
2706
+ address: `0x${string}`;
2707
+ args?: {
2708
+ [x: string]: import("hono/utils/types").JSONValue;
2709
+ } | undefined;
2710
+ data: `0x${string}`;
2711
+ eventName?: string | undefined;
2712
+ logIndex: number;
2713
+ title?: string | undefined;
2714
+ topics: `0x${string}`[];
2715
+ }[] | undefined;
2716
+ id: string;
2717
+ logIndex: number;
2718
+ timestamp: string;
2719
+ title: string;
2720
+ transactionHash: `0x${string}`;
2721
+ data: {
2722
+ nextQuoteToken: `0x${string}`;
2723
+ signer: "self" | `0x${string}`;
2724
+ updater: `0x${string}`;
2725
+ };
2726
+ type: "token-next-quote-token-set";
2727
+ } | {
2728
+ perspective: "incoming" | "outgoing";
2729
+ events?: {
2730
+ address: `0x${string}`;
2731
+ args?: {
2732
+ [x: string]: import("hono/utils/types").JSONValue;
2733
+ } | undefined;
2734
+ data: `0x${string}`;
2735
+ eventName?: string | undefined;
2736
+ logIndex: number;
2737
+ title?: string | undefined;
2738
+ topics: `0x${string}`[];
2739
+ }[] | undefined;
2740
+ id: string;
2741
+ logIndex: number;
2742
+ timestamp: string;
2743
+ title: string;
2744
+ transactionHash: `0x${string}`;
2745
+ data: {
2746
+ logoUri: string;
2747
+ signer: "self" | `0x${string}`;
2748
+ updater: `0x${string}`;
2749
+ };
2750
+ type: "token-logo-set";
2751
+ } | {
2752
+ perspective: "incoming" | "outgoing";
2753
+ events?: {
2754
+ address: `0x${string}`;
2755
+ args?: {
2756
+ [x: string]: import("hono/utils/types").JSONValue;
2757
+ } | undefined;
2758
+ data: `0x${string}`;
2759
+ eventName?: string | undefined;
2760
+ logIndex: number;
2761
+ title?: string | undefined;
2762
+ topics: `0x${string}`[];
2763
+ }[] | undefined;
2764
+ id: string;
2765
+ logIndex: number;
2766
+ timestamp: string;
2767
+ title: string;
2768
+ transactionHash: `0x${string}`;
2769
+ data: {
2770
+ account: `0x${string}`;
2771
+ granted: boolean;
2772
+ role: `0x${string}`;
2773
+ sender: `0x${string}`;
2774
+ signer: "self" | `0x${string}`;
2775
+ };
2776
+ type: "role-membership-set";
2777
+ } | {
2778
+ perspective: "incoming" | "outgoing";
2779
+ events?: {
2780
+ address: `0x${string}`;
2781
+ args?: {
2782
+ [x: string]: import("hono/utils/types").JSONValue;
2783
+ } | undefined;
2784
+ data: `0x${string}`;
2785
+ eventName?: string | undefined;
2786
+ logIndex: number;
2787
+ title?: string | undefined;
2788
+ topics: `0x${string}`[];
2789
+ }[] | undefined;
2790
+ id: string;
2791
+ logIndex: number;
2792
+ timestamp: string;
2793
+ title: string;
2794
+ transactionHash: `0x${string}`;
2795
+ data: {
2796
+ newAdminRole: `0x${string}`;
2797
+ role: `0x${string}`;
2798
+ sender: `0x${string}`;
2799
+ signer: "self" | `0x${string}`;
2800
+ };
2801
+ type: "role-admin-set";
2802
+ } | {
2803
+ perspective: "incoming" | "outgoing";
2804
+ events?: {
2805
+ address: `0x${string}`;
2806
+ args?: {
2807
+ [x: string]: import("hono/utils/types").JSONValue;
2808
+ } | undefined;
2809
+ data: `0x${string}`;
2810
+ eventName?: string | undefined;
2811
+ logIndex: number;
2812
+ title?: string | undefined;
2813
+ topics: `0x${string}`[];
2814
+ }[] | undefined;
2815
+ id: string;
2816
+ logIndex: number;
2817
+ timestamp: string;
2818
+ title: string;
2819
+ transactionHash: `0x${string}`;
2820
+ data: {
2821
+ signer: "self" | `0x${string}`;
2822
+ token: `0x${string}`;
2823
+ user: `0x${string}`;
2824
+ };
2825
+ type: "fee-user-token-set";
2826
+ } | {
2827
+ perspective: "incoming" | "outgoing";
2828
+ events?: {
2829
+ address: `0x${string}`;
2830
+ args?: {
2831
+ [x: string]: import("hono/utils/types").JSONValue;
2832
+ } | undefined;
2833
+ data: `0x${string}`;
2834
+ eventName?: string | undefined;
2835
+ logIndex: number;
2836
+ title?: string | undefined;
2837
+ topics: `0x${string}`[];
2838
+ }[] | undefined;
2839
+ id: string;
2840
+ logIndex: number;
2841
+ timestamp: string;
2842
+ title: string;
2843
+ transactionHash: `0x${string}`;
2844
+ data: {
2845
+ signer: "self" | `0x${string}`;
2846
+ token: `0x${string}`;
2847
+ validator: `0x${string}`;
2848
+ };
2849
+ type: "fee-validator-token-set";
2850
+ } | {
2851
+ perspective: "incoming" | "outgoing";
2852
+ events?: {
2853
+ address: `0x${string}`;
2854
+ args?: {
2855
+ [x: string]: import("hono/utils/types").JSONValue;
2856
+ } | undefined;
2857
+ data: `0x${string}`;
2858
+ eventName?: string | undefined;
2859
+ logIndex: number;
2860
+ title?: string | undefined;
2861
+ topics: `0x${string}`[];
2862
+ }[] | undefined;
2863
+ id: string;
2864
+ logIndex: number;
2865
+ timestamp: string;
2866
+ title: string;
2867
+ transactionHash: `0x${string}`;
2868
+ data: {
2869
+ policyId: string;
2870
+ policyType: number;
2871
+ signer: "self" | `0x${string}`;
2872
+ updater: `0x${string}`;
2873
+ };
2874
+ type: "policy-created";
2875
+ } | {
2876
+ perspective: "incoming" | "outgoing";
2877
+ events?: {
2878
+ address: `0x${string}`;
2879
+ args?: {
2880
+ [x: string]: import("hono/utils/types").JSONValue;
2881
+ } | undefined;
2882
+ data: `0x${string}`;
2883
+ eventName?: string | undefined;
2884
+ logIndex: number;
2885
+ title?: string | undefined;
2886
+ topics: `0x${string}`[];
2887
+ }[] | undefined;
2888
+ id: string;
2889
+ logIndex: number;
2890
+ timestamp: string;
2891
+ title: string;
2892
+ transactionHash: `0x${string}`;
2893
+ data: {
2894
+ admin: `0x${string}`;
2895
+ policyId: string;
2896
+ signer: "self" | `0x${string}`;
2897
+ updater: `0x${string}`;
2898
+ };
2899
+ type: "policy-admin-set";
2900
+ } | {
2901
+ perspective: "incoming" | "outgoing";
2902
+ events?: {
2903
+ address: `0x${string}`;
2904
+ args?: {
2905
+ [x: string]: import("hono/utils/types").JSONValue;
2906
+ } | undefined;
2907
+ data: `0x${string}`;
2908
+ eventName?: string | undefined;
2909
+ logIndex: number;
2910
+ title?: string | undefined;
2911
+ topics: `0x${string}`[];
2912
+ }[] | undefined;
2913
+ id: string;
2914
+ logIndex: number;
2915
+ timestamp: string;
2916
+ title: string;
2917
+ transactionHash: `0x${string}`;
2918
+ data: {
2919
+ account: `0x${string}`;
2920
+ allowed: boolean;
2921
+ policyId: string;
2922
+ signer: "self" | `0x${string}`;
2923
+ updater: `0x${string}`;
2924
+ };
2925
+ type: "whitelist-updated";
2926
+ } | {
2927
+ perspective: "incoming" | "outgoing";
2928
+ events?: {
2929
+ address: `0x${string}`;
2930
+ args?: {
2931
+ [x: string]: import("hono/utils/types").JSONValue;
2932
+ } | undefined;
2933
+ data: `0x${string}`;
2934
+ eventName?: string | undefined;
2935
+ logIndex: number;
2936
+ title?: string | undefined;
2937
+ topics: `0x${string}`[];
2938
+ }[] | undefined;
2939
+ id: string;
2940
+ logIndex: number;
2941
+ timestamp: string;
2942
+ title: string;
2943
+ transactionHash: `0x${string}`;
2944
+ data: {
2945
+ account: `0x${string}`;
2946
+ policyId: string;
2947
+ restricted: boolean;
2948
+ signer: "self" | `0x${string}`;
2949
+ updater: `0x${string}`;
2950
+ };
2951
+ type: "blacklist-updated";
2952
+ } | {
2953
+ perspective: "incoming" | "outgoing";
2954
+ events?: {
2955
+ address: `0x${string}`;
2956
+ args?: {
2957
+ [x: string]: import("hono/utils/types").JSONValue;
2958
+ } | undefined;
2959
+ data: `0x${string}`;
2960
+ eventName?: string | undefined;
2961
+ logIndex: number;
2962
+ title?: string | undefined;
2963
+ topics: `0x${string}`[];
2964
+ }[] | undefined;
2965
+ id: string;
2966
+ logIndex: number;
2967
+ timestamp: string;
2968
+ title: string;
2969
+ transactionHash: `0x${string}`;
2970
+ data: {
2971
+ creator: `0x${string}`;
2972
+ mintRecipientPolicyId: string;
2973
+ policyId: string;
2974
+ recipientPolicyId: string;
2975
+ senderPolicyId: string;
2976
+ signer: "self" | `0x${string}`;
2977
+ };
2978
+ type: "compound-policy-created";
2979
+ } | {
2980
+ perspective: "incoming" | "outgoing";
2981
+ events?: {
2982
+ address: `0x${string}`;
2983
+ args?: {
2984
+ [x: string]: import("hono/utils/types").JSONValue;
2985
+ } | undefined;
2986
+ data: `0x${string}`;
2987
+ eventName?: string | undefined;
2988
+ logIndex: number;
2989
+ title?: string | undefined;
2990
+ topics: `0x${string}`[];
2991
+ }[] | undefined;
2992
+ id: string;
2993
+ logIndex: number;
2994
+ timestamp: string;
2995
+ title: string;
2996
+ transactionHash: `0x${string}`;
2997
+ data: {
2998
+ masterAddress: `0x${string}`;
2999
+ masterId: `0x${string}`;
3000
+ signer: "self" | `0x${string}`;
3001
+ };
3002
+ type: "master-registered";
3003
+ } | {
3004
+ perspective: "incoming" | "outgoing";
3005
+ events?: {
3006
+ address: `0x${string}`;
3007
+ args?: {
3008
+ [x: string]: import("hono/utils/types").JSONValue;
3009
+ } | undefined;
3010
+ data: `0x${string}`;
3011
+ eventName?: string | undefined;
3012
+ logIndex: number;
3013
+ title?: string | undefined;
3014
+ topics: `0x${string}`[];
3015
+ }[] | undefined;
3016
+ id: string;
3017
+ logIndex: number;
3018
+ timestamp: string;
3019
+ title: string;
3020
+ transactionHash: `0x${string}`;
3021
+ data: {
3022
+ account: `0x${string}`;
3023
+ nonce: string;
3024
+ nonceKey: string;
3025
+ signer: "self" | `0x${string}`;
3026
+ };
3027
+ type: "nonce-incremented";
3028
+ } | {
3029
+ perspective: "incoming" | "outgoing";
3030
+ events?: {
3031
+ address: `0x${string}`;
3032
+ args?: {
3033
+ [x: string]: import("hono/utils/types").JSONValue;
3034
+ } | undefined;
3035
+ data: `0x${string}`;
3036
+ eventName?: string | undefined;
3037
+ logIndex: number;
3038
+ title?: string | undefined;
3039
+ topics: `0x${string}`[];
3040
+ }[] | undefined;
3041
+ id: string;
3042
+ logIndex: number;
3043
+ timestamp: string;
3044
+ title: string;
3045
+ transactionHash: `0x${string}`;
3046
+ data: {
3047
+ account: `0x${string}`;
3048
+ signer: "self" | `0x${string}`;
3049
+ witness: `0x${string}`;
3050
+ };
3051
+ type: "key-authorization-witness";
3052
+ } | {
3053
+ perspective: "incoming" | "outgoing";
3054
+ events?: {
3055
+ address: `0x${string}`;
3056
+ args?: {
3057
+ [x: string]: import("hono/utils/types").JSONValue;
3058
+ } | undefined;
3059
+ data: `0x${string}`;
3060
+ eventName?: string | undefined;
3061
+ logIndex: number;
3062
+ title?: string | undefined;
3063
+ topics: `0x${string}`[];
3064
+ }[] | undefined;
3065
+ id: string;
3066
+ logIndex: number;
3067
+ timestamp: string;
3068
+ title: string;
3069
+ transactionHash: `0x${string}`;
3070
+ data: {
3071
+ account: `0x${string}`;
3072
+ signer: "self" | `0x${string}`;
3073
+ witness: `0x${string}`;
3074
+ };
3075
+ type: "key-authorization-witness-burned";
3076
+ } | {
3077
+ perspective: "incoming" | "outgoing";
3078
+ events?: {
3079
+ address: `0x${string}`;
3080
+ args?: {
3081
+ [x: string]: import("hono/utils/types").JSONValue;
3082
+ } | undefined;
3083
+ data: `0x${string}`;
3084
+ eventName?: string | undefined;
3085
+ logIndex: number;
3086
+ title?: string | undefined;
3087
+ topics: `0x${string}`[];
3088
+ }[] | undefined;
3089
+ id: string;
3090
+ logIndex: number;
3091
+ timestamp: string;
3092
+ title: string;
3093
+ transactionHash: `0x${string}`;
3094
+ data: {
3095
+ egress: string;
3096
+ feeRecipient: `0x${string}`;
3097
+ index: string;
3098
+ ingress: string;
3099
+ publicKey: `0x${string}`;
3100
+ signer: "self" | `0x${string}`;
3101
+ validator: `0x${string}`;
3102
+ };
3103
+ type: "validator-added";
3104
+ } | {
3105
+ perspective: "incoming" | "outgoing";
3106
+ events?: {
3107
+ address: `0x${string}`;
3108
+ args?: {
3109
+ [x: string]: import("hono/utils/types").JSONValue;
3110
+ } | undefined;
3111
+ data: `0x${string}`;
3112
+ eventName?: string | undefined;
3113
+ logIndex: number;
3114
+ title?: string | undefined;
3115
+ topics: `0x${string}`[];
3116
+ }[] | undefined;
3117
+ id: string;
3118
+ logIndex: number;
3119
+ timestamp: string;
3120
+ title: string;
3121
+ transactionHash: `0x${string}`;
3122
+ data: {
3123
+ index: string;
3124
+ signer: "self" | `0x${string}`;
3125
+ validator: `0x${string}`;
3126
+ };
3127
+ type: "validator-deactivated";
3128
+ } | {
3129
+ perspective: "incoming" | "outgoing";
3130
+ events?: {
3131
+ address: `0x${string}`;
3132
+ args?: {
3133
+ [x: string]: import("hono/utils/types").JSONValue;
3134
+ } | undefined;
3135
+ data: `0x${string}`;
3136
+ eventName?: string | undefined;
3137
+ logIndex: number;
3138
+ title?: string | undefined;
3139
+ topics: `0x${string}`[];
3140
+ }[] | undefined;
3141
+ id: string;
3142
+ logIndex: number;
3143
+ timestamp: string;
3144
+ title: string;
3145
+ transactionHash: `0x${string}`;
3146
+ data: {
3147
+ caller: `0x${string}`;
3148
+ deactivatedIndex: string;
3149
+ egress: string;
3150
+ index: string;
3151
+ ingress: string;
3152
+ newPublicKey: `0x${string}`;
3153
+ oldPublicKey: `0x${string}`;
3154
+ signer: "self" | `0x${string}`;
3155
+ validator: `0x${string}`;
3156
+ };
3157
+ type: "validator-rotated";
3158
+ } | {
3159
+ perspective: "incoming" | "outgoing";
3160
+ events?: {
3161
+ address: `0x${string}`;
3162
+ args?: {
3163
+ [x: string]: import("hono/utils/types").JSONValue;
3164
+ } | undefined;
3165
+ data: `0x${string}`;
3166
+ eventName?: string | undefined;
3167
+ logIndex: number;
3168
+ title?: string | undefined;
3169
+ topics: `0x${string}`[];
3170
+ }[] | undefined;
3171
+ id: string;
3172
+ logIndex: number;
3173
+ timestamp: string;
3174
+ title: string;
3175
+ transactionHash: `0x${string}`;
3176
+ data: {
3177
+ caller: `0x${string}`;
3178
+ feeRecipient: `0x${string}`;
3179
+ index: string;
3180
+ signer: "self" | `0x${string}`;
3181
+ };
3182
+ type: "validator-fee-recipient-set";
3183
+ } | {
3184
+ perspective: "incoming" | "outgoing";
3185
+ events?: {
3186
+ address: `0x${string}`;
3187
+ args?: {
3188
+ [x: string]: import("hono/utils/types").JSONValue;
3189
+ } | undefined;
3190
+ data: `0x${string}`;
3191
+ eventName?: string | undefined;
3192
+ logIndex: number;
3193
+ title?: string | undefined;
3194
+ topics: `0x${string}`[];
3195
+ }[] | undefined;
3196
+ id: string;
3197
+ logIndex: number;
3198
+ timestamp: string;
3199
+ title: string;
3200
+ transactionHash: `0x${string}`;
3201
+ data: {
3202
+ caller: `0x${string}`;
3203
+ egress: string;
3204
+ index: string;
3205
+ ingress: string;
3206
+ signer: "self" | `0x${string}`;
3207
+ };
3208
+ type: "validator-ip-set";
3209
+ } | {
3210
+ perspective: "incoming" | "outgoing";
3211
+ events?: {
3212
+ address: `0x${string}`;
3213
+ args?: {
3214
+ [x: string]: import("hono/utils/types").JSONValue;
3215
+ } | undefined;
3216
+ data: `0x${string}`;
3217
+ eventName?: string | undefined;
3218
+ logIndex: number;
3219
+ title?: string | undefined;
3220
+ topics: `0x${string}`[];
3221
+ }[] | undefined;
3222
+ id: string;
3223
+ logIndex: number;
3224
+ timestamp: string;
3225
+ title: string;
3226
+ transactionHash: `0x${string}`;
3227
+ data: {
3228
+ caller: `0x${string}`;
3229
+ index: string;
3230
+ newAddress: `0x${string}`;
3231
+ oldAddress: `0x${string}`;
3232
+ signer: "self" | `0x${string}`;
3233
+ };
3234
+ type: "validator-ownership-transferred";
3235
+ } | {
3236
+ perspective: "incoming" | "outgoing";
3237
+ events?: {
3238
+ address: `0x${string}`;
3239
+ args?: {
3240
+ [x: string]: import("hono/utils/types").JSONValue;
3241
+ } | undefined;
3242
+ data: `0x${string}`;
3243
+ eventName?: string | undefined;
3244
+ logIndex: number;
3245
+ title?: string | undefined;
3246
+ topics: `0x${string}`[];
3247
+ }[] | undefined;
3248
+ id: string;
3249
+ logIndex: number;
3250
+ timestamp: string;
3251
+ title: string;
3252
+ transactionHash: `0x${string}`;
3253
+ data: {
3254
+ newOwner: `0x${string}`;
3255
+ oldOwner: `0x${string}`;
3256
+ signer: "self" | `0x${string}`;
3257
+ };
3258
+ type: "ownership-transferred";
3259
+ } | {
3260
+ perspective: "incoming" | "outgoing";
3261
+ events?: {
3262
+ address: `0x${string}`;
3263
+ args?: {
3264
+ [x: string]: import("hono/utils/types").JSONValue;
3265
+ } | undefined;
3266
+ data: `0x${string}`;
3267
+ eventName?: string | undefined;
3268
+ logIndex: number;
3269
+ title?: string | undefined;
3270
+ topics: `0x${string}`[];
3271
+ }[] | undefined;
3272
+ id: string;
3273
+ logIndex: number;
3274
+ timestamp: string;
3275
+ title: string;
3276
+ transactionHash: `0x${string}`;
3277
+ data: {
3278
+ index: string;
3279
+ publicKey: `0x${string}`;
3280
+ signer: "self" | `0x${string}`;
3281
+ validator: `0x${string}`;
3282
+ };
3283
+ type: "validator-migrated";
3284
+ } | {
3285
+ perspective: "incoming" | "outgoing";
3286
+ events?: {
3287
+ address: `0x${string}`;
3288
+ args?: {
3289
+ [x: string]: import("hono/utils/types").JSONValue;
3290
+ } | undefined;
3291
+ data: `0x${string}`;
3292
+ eventName?: string | undefined;
3293
+ logIndex: number;
3294
+ title?: string | undefined;
3295
+ topics: `0x${string}`[];
3296
+ }[] | undefined;
3297
+ id: string;
3298
+ logIndex: number;
3299
+ timestamp: string;
3300
+ title: string;
3301
+ transactionHash: `0x${string}`;
3302
+ data: {
3303
+ index: string;
3304
+ publicKey: `0x${string}`;
3305
+ signer: "self" | `0x${string}`;
3306
+ validator: `0x${string}`;
3307
+ };
3308
+ type: "validator-migration-skipped";
3309
+ } | {
3310
+ perspective: "incoming" | "outgoing";
3311
+ events?: {
3312
+ address: `0x${string}`;
3313
+ args?: {
3314
+ [x: string]: import("hono/utils/types").JSONValue;
3315
+ } | undefined;
3316
+ data: `0x${string}`;
3317
+ eventName?: string | undefined;
3318
+ logIndex: number;
3319
+ title?: string | undefined;
3320
+ topics: `0x${string}`[];
3321
+ }[] | undefined;
3322
+ id: string;
3323
+ logIndex: number;
3324
+ timestamp: string;
3325
+ title: string;
3326
+ transactionHash: `0x${string}`;
3327
+ data: {
3328
+ nextEpoch: string;
3329
+ previousEpoch: string;
3330
+ signer: "self" | `0x${string}`;
3331
+ };
3332
+ type: "network-identity-rotation-epoch-set";
3333
+ } | {
3334
+ perspective: "incoming" | "outgoing";
3335
+ events?: {
3336
+ address: `0x${string}`;
3337
+ args?: {
3338
+ [x: string]: import("hono/utils/types").JSONValue;
3339
+ } | undefined;
3340
+ data: `0x${string}`;
3341
+ eventName?: string | undefined;
3342
+ logIndex: number;
3343
+ title?: string | undefined;
3344
+ topics: `0x${string}`[];
3345
+ }[] | undefined;
3346
+ id: string;
3347
+ logIndex: number;
3348
+ timestamp: string;
3349
+ title: string;
3350
+ transactionHash: `0x${string}`;
3351
+ data: {
3352
+ height: string;
3353
+ signer: "self" | `0x${string}`;
3354
+ };
3355
+ type: "initialized";
3356
+ } | {
3357
+ perspective: "incoming" | "outgoing";
3358
+ events?: {
3359
+ address: `0x${string}`;
3360
+ args?: {
3361
+ [x: string]: import("hono/utils/types").JSONValue;
3362
+ } | undefined;
3363
+ data: `0x${string}`;
3364
+ eventName?: string | undefined;
3365
+ logIndex: number;
3366
+ title?: string | undefined;
3367
+ topics: `0x${string}`[];
3368
+ }[] | undefined;
3369
+ id: string;
3370
+ logIndex: number;
3371
+ timestamp: string;
3372
+ title: string;
3373
+ transactionHash: `0x${string}`;
3374
+ data: {
3375
+ signer: "self" | `0x${string}`;
3376
+ };
3377
+ type: "unknown";
3378
+ })[];
3379
+ signer: `0x${string}`;
3380
+ };
3381
+ perspective: "incoming" | "outgoing";
3382
+ id: string;
3383
+ timestamp: string;
3384
+ title: "Group";
3385
+ type: "group";
3386
+ })[];
3387
+ nextCursor: string | null;
3388
+ };
3389
+ outputFormat: "json";
3390
+ status: 200;
3391
+ input: {
3392
+ param: {
3393
+ address: `0x${string}`;
3394
+ };
3395
+ } & {
3396
+ query?: {
3397
+ chainId?: string | string[];
3398
+ cursor?: string | string[];
3399
+ group?: string | string[];
3400
+ limit?: string | string[];
3401
+ logs?: string | string[];
3402
+ } | undefined;
3403
+ };
3404
+ };
3405
+ };
3406
+ }, "/"> | import("hono/types").MergeSchemaPath<{
3407
+ "/:address/balances": {
3408
+ $get: {
3409
+ output: null;
3410
+ outputFormat: "body";
3411
+ status: 402;
3412
+ input: {
3413
+ param: {
3414
+ address: `0x${string}`;
3415
+ };
3416
+ } & {
3417
+ query?: {
3418
+ chainId?: string | string[];
3419
+ currency?: string | string[];
3420
+ cursor?: string | string[];
3421
+ feeEligible?: string | string[];
3422
+ include?: string | string[];
3423
+ limit?: string | string[];
3424
+ page?: string | string[];
3425
+ verified?: string | string[];
3426
+ } | undefined;
3427
+ };
3428
+ } | {
3429
+ output: {
3430
+ error: {
3431
+ code: "api_key_malformed";
3432
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3433
+ message: string;
3434
+ };
3435
+ requestId: string;
3436
+ };
3437
+ outputFormat: "json";
3438
+ status: 400;
3439
+ input: {
3440
+ param: {
3441
+ address: `0x${string}`;
3442
+ };
3443
+ } & {
3444
+ query?: {
3445
+ chainId?: string | string[];
3446
+ currency?: string | string[];
3447
+ cursor?: string | string[];
3448
+ feeEligible?: string | string[];
3449
+ include?: string | string[];
3450
+ limit?: string | string[];
3451
+ page?: string | string[];
3452
+ verified?: string | string[];
3453
+ } | undefined;
3454
+ };
3455
+ } | {
3456
+ output: {
3457
+ error: {
3458
+ code: "api_key_invalid" | "api_key_missing";
3459
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3460
+ message: string;
3461
+ };
3462
+ requestId: string;
3463
+ };
3464
+ outputFormat: "json";
3465
+ status: 401;
3466
+ input: {
3467
+ param: {
3468
+ address: `0x${string}`;
3469
+ };
3470
+ } & {
3471
+ query?: {
3472
+ chainId?: string | string[];
3473
+ currency?: string | string[];
3474
+ cursor?: string | string[];
3475
+ feeEligible?: string | string[];
3476
+ include?: string | string[];
3477
+ limit?: string | string[];
3478
+ page?: string | string[];
3479
+ verified?: string | string[];
3480
+ } | undefined;
3481
+ };
3482
+ } | {
3483
+ output: {
3484
+ error: {
3485
+ code: "api_key_forbidden";
3486
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3487
+ message: string;
3488
+ };
3489
+ requestId: string;
3490
+ };
3491
+ outputFormat: "json";
3492
+ status: 403;
3493
+ input: {
3494
+ param: {
3495
+ address: `0x${string}`;
3496
+ };
3497
+ } & {
3498
+ query?: {
3499
+ chainId?: string | string[];
3500
+ currency?: string | string[];
3501
+ cursor?: string | string[];
3502
+ feeEligible?: string | string[];
3503
+ include?: string | string[];
3504
+ limit?: string | string[];
3505
+ page?: string | string[];
3506
+ verified?: string | string[];
3507
+ } | undefined;
3508
+ };
3509
+ } | {
3510
+ output: {
3511
+ error: {
3512
+ code: "payment_required" | "rate_limit_exceeded";
3513
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3514
+ message: string;
3515
+ };
3516
+ requestId: string;
3517
+ };
3518
+ outputFormat: "json";
3519
+ status: 429;
3520
+ input: {
3521
+ param: {
3522
+ address: `0x${string}`;
3523
+ };
3524
+ } & {
3525
+ query?: {
3526
+ chainId?: string | string[];
3527
+ currency?: string | string[];
3528
+ cursor?: string | string[];
3529
+ feeEligible?: string | string[];
3530
+ include?: string | string[];
3531
+ limit?: string | string[];
3532
+ page?: string | string[];
3533
+ verified?: string | string[];
3534
+ } | undefined;
3535
+ };
3536
+ } | {
3537
+ output: {
3538
+ error: {
3539
+ code: "query_invalid";
3540
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3541
+ message: string;
3542
+ };
3543
+ requestId: string;
3544
+ };
3545
+ outputFormat: "json";
3546
+ status: 400;
3547
+ input: {
3548
+ param: {
3549
+ address: `0x${string}`;
3550
+ };
3551
+ } & {
3552
+ query?: {
3553
+ chainId?: string | string[];
3554
+ currency?: string | string[];
3555
+ cursor?: string | string[];
3556
+ feeEligible?: string | string[];
3557
+ include?: string | string[];
3558
+ limit?: string | string[];
3559
+ page?: string | string[];
3560
+ verified?: string | string[];
3561
+ } | undefined;
3562
+ };
3563
+ } | {
3564
+ output: {
3565
+ error: {
3566
+ code: "upstream_error";
3567
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3568
+ message: string;
3569
+ };
3570
+ requestId: string;
3571
+ };
3572
+ outputFormat: "json";
3573
+ status: 502;
3574
+ input: {
3575
+ param: {
3576
+ address: `0x${string}`;
3577
+ };
3578
+ } & {
3579
+ query?: {
3580
+ chainId?: string | string[];
3581
+ currency?: string | string[];
3582
+ cursor?: string | string[];
3583
+ feeEligible?: string | string[];
3584
+ include?: string | string[];
3585
+ limit?: string | string[];
3586
+ page?: string | string[];
3587
+ verified?: string | string[];
3588
+ } | undefined;
3589
+ };
3590
+ } | {
3591
+ output: {
3592
+ error: {
3593
+ code: "address_invalid";
3594
+ details?: readonly import("../internal/Response.js").error.Detail[] | undefined;
3595
+ message: string;
3596
+ };
3597
+ requestId: string;
3598
+ };
3599
+ outputFormat: "json";
3600
+ status: 400;
3601
+ input: {
3602
+ param: {
3603
+ address: `0x${string}`;
3604
+ };
3605
+ } & {
3606
+ query?: {
3607
+ chainId?: string | string[];
3608
+ currency?: string | string[];
3609
+ cursor?: string | string[];
3610
+ feeEligible?: string | string[];
3611
+ include?: string | string[];
3612
+ limit?: string | string[];
3613
+ page?: string | string[];
3614
+ verified?: string | string[];
3615
+ } | undefined;
3616
+ };
3617
+ } | {
3618
+ output: {
3619
+ data: {
3620
+ amount: string;
3621
+ formatted: string;
3622
+ id: string;
3623
+ feeEligible?: boolean | undefined;
3624
+ token: {
3625
+ address: `0x${string}`;
3626
+ currency: string;
3627
+ decimals: number;
3628
+ id: string;
3629
+ logoUri?: string | undefined;
3630
+ name: string;
3631
+ symbol: string;
3632
+ verified: boolean;
3633
+ };
3634
+ }[];
3635
+ meta?: {
3636
+ totalCountCapped: boolean;
3637
+ totalCount: number;
3638
+ } | undefined;
3639
+ nextCursor: string | null;
3640
+ };
3641
+ outputFormat: "json";
3642
+ status: 200;
3643
+ input: {
3644
+ param: {
3645
+ address: `0x${string}`;
3646
+ };
3647
+ } & {
3648
+ query?: {
3649
+ chainId?: string | string[];
3650
+ currency?: string | string[];
3651
+ cursor?: string | string[];
3652
+ feeEligible?: string | string[];
3653
+ include?: string | string[];
3654
+ limit?: string | string[];
3655
+ page?: string | string[];
3656
+ verified?: string | string[];
3657
+ } | undefined;
3658
+ };
3659
+ };
3660
+ };
3661
+ }, "/">, "/", "/">;
3662
+ //# sourceMappingURL=addresses.d.ts.map