tapimo 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/dist/App.d.ts +2296 -1010
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +2 -2
  4. package/dist/App.js.map +1 -1
  5. package/dist/Assets.d.ts +15 -0
  6. package/dist/Assets.d.ts.map +1 -1
  7. package/dist/Assets.js +7 -0
  8. package/dist/Assets.js.map +1 -1
  9. package/dist/admin/App.d.ts +53 -4
  10. package/dist/admin/App.d.ts.map +1 -1
  11. package/dist/admin/apps/api-keys.d.ts +4 -4
  12. package/dist/admin/apps/earn-vaults.d.ts +114 -0
  13. package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
  14. package/dist/admin/apps/earn-vaults.js +59 -6
  15. package/dist/admin/apps/earn-vaults.js.map +1 -1
  16. package/dist/admin/apps/organizations.d.ts.map +1 -1
  17. package/dist/admin/apps/organizations.js +4 -2
  18. package/dist/admin/apps/organizations.js.map +1 -1
  19. package/dist/admin/apps/verified-tokens.d.ts +9 -9
  20. package/dist/admin/ui.generated.d.ts +1 -1
  21. package/dist/admin/ui.generated.d.ts.map +1 -1
  22. package/dist/admin/ui.generated.js +151 -151
  23. package/dist/admin/ui.generated.js.map +1 -1
  24. package/dist/apps/data/App.d.ts +1699 -749
  25. package/dist/apps/data/App.d.ts.map +1 -1
  26. package/dist/apps/data/App.js +56 -7
  27. package/dist/apps/data/App.js.map +1 -1
  28. package/dist/apps/data/ZoneSelection.d.ts +62 -0
  29. package/dist/apps/data/ZoneSelection.d.ts.map +1 -0
  30. package/dist/apps/data/ZoneSelection.js +44 -0
  31. package/dist/apps/data/ZoneSelection.js.map +1 -0
  32. package/dist/apps/data/routes/activities.d.ts +2367 -4
  33. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  34. package/dist/apps/data/routes/activities.js +368 -87
  35. package/dist/apps/data/routes/activities.js.map +1 -1
  36. package/dist/apps/data/routes/addresses.d.ts +471 -340
  37. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  38. package/dist/apps/data/routes/balances.d.ts +28 -28
  39. package/dist/apps/data/routes/balances.js +1 -1
  40. package/dist/apps/data/routes/balances.js.map +1 -1
  41. package/dist/apps/data/routes/blocks.d.ts +4 -4
  42. package/dist/apps/data/routes/blocks.js +1 -1
  43. package/dist/apps/data/routes/blocks.js.map +1 -1
  44. package/dist/apps/data/routes/coingecko.d.ts +176 -176
  45. package/dist/apps/data/routes/earn.d.ts +131 -6
  46. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  47. package/dist/apps/data/routes/earn.js +157 -25
  48. package/dist/apps/data/routes/earn.js.map +1 -1
  49. package/dist/apps/data/routes/exchanges.d.ts +825 -119
  50. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  51. package/dist/apps/data/routes/exchanges.js +16 -13
  52. package/dist/apps/data/routes/exchanges.js.map +1 -1
  53. package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
  54. package/dist/apps/data/routes/fee-amm.js +9 -11
  55. package/dist/apps/data/routes/fee-amm.js.map +1 -1
  56. package/dist/apps/data/routes/indexer.d.ts +34 -34
  57. package/dist/apps/data/routes/receipts.d.ts +230 -230
  58. package/dist/apps/data/routes/receipts.js +1 -1
  59. package/dist/apps/data/routes/receipts.js.map +1 -1
  60. package/dist/apps/data/routes/rpc.js +24 -10
  61. package/dist/apps/data/routes/rpc.js.map +1 -1
  62. package/dist/apps/data/routes/tokenlist.d.ts.map +1 -1
  63. package/dist/apps/data/routes/tokenlist.js +16 -15
  64. package/dist/apps/data/routes/tokenlist.js.map +1 -1
  65. package/dist/apps/data/routes/tokens.d.ts +14 -0
  66. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  67. package/dist/apps/data/routes/tokens.js +34 -15
  68. package/dist/apps/data/routes/tokens.js.map +1 -1
  69. package/dist/apps/data/routes/transactions.js +1 -1
  70. package/dist/apps/data/routes/transactions.js.map +1 -1
  71. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  72. package/dist/apps/data/routes/transfers.js +7 -9
  73. package/dist/apps/data/routes/transfers.js.map +1 -1
  74. package/dist/apps/data/routes/webhooks.d.ts +4 -4
  75. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  76. package/dist/apps/data/routes/webhooks.js +2 -2
  77. package/dist/apps/data/routes/webhooks.js.map +1 -1
  78. package/dist/apps/data/routes/zones.d.ts +30 -30
  79. package/dist/apps/funding/App.d.ts +27 -27
  80. package/dist/apps/funding/routes/chains.d.ts.map +1 -1
  81. package/dist/apps/funding/routes/chains.js +5 -4
  82. package/dist/apps/funding/routes/chains.js.map +1 -1
  83. package/dist/apps/funding/routes/deposit-addresses.d.ts +16 -16
  84. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  85. package/dist/apps/funding/routes/deposit-addresses.js +8 -8
  86. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  87. package/dist/apps/funding/routes/providers.d.ts +13 -13
  88. package/dist/apps/funding/routes/providers.d.ts.map +1 -1
  89. package/dist/apps/funding/routes/providers.js +3 -2
  90. package/dist/apps/funding/routes/providers.js.map +1 -1
  91. package/dist/apps/funding/routes/quotes.d.ts.map +1 -1
  92. package/dist/apps/funding/routes/quotes.js +2 -2
  93. package/dist/apps/funding/routes/quotes.js.map +1 -1
  94. package/dist/apps/management/App.d.ts +627 -293
  95. package/dist/apps/management/App.d.ts.map +1 -1
  96. package/dist/apps/management/Billing.d.ts.map +1 -1
  97. package/dist/apps/management/Billing.js +19 -6
  98. package/dist/apps/management/Billing.js.map +1 -1
  99. package/dist/apps/management/routes/api-keys.d.ts +114 -54
  100. package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
  101. package/dist/apps/management/routes/api-keys.js +76 -30
  102. package/dist/apps/management/routes/api-keys.js.map +1 -1
  103. package/dist/apps/management/routes/billing.d.ts +103 -30
  104. package/dist/apps/management/routes/billing.d.ts.map +1 -1
  105. package/dist/apps/management/routes/billing.js +91 -32
  106. package/dist/apps/management/routes/billing.js.map +1 -1
  107. package/dist/apps/management/routes/faucet.d.ts +33 -33
  108. package/dist/apps/management/routes/faucet.d.ts.map +1 -1
  109. package/dist/apps/management/routes/faucet.js +23 -12
  110. package/dist/apps/management/routes/faucet.js.map +1 -1
  111. package/dist/apps/management/routes/invitations.d.ts +46 -13
  112. package/dist/apps/management/routes/invitations.d.ts.map +1 -1
  113. package/dist/apps/management/routes/invitations.js +79 -29
  114. package/dist/apps/management/routes/invitations.js.map +1 -1
  115. package/dist/apps/management/routes/invite-links.d.ts +86 -41
  116. package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
  117. package/dist/apps/management/routes/invite-links.js +100 -41
  118. package/dist/apps/management/routes/invite-links.js.map +1 -1
  119. package/dist/apps/management/routes/me.d.ts +5 -5
  120. package/dist/apps/management/routes/me.d.ts.map +1 -1
  121. package/dist/apps/management/routes/me.js +14 -10
  122. package/dist/apps/management/routes/me.js.map +1 -1
  123. package/dist/apps/management/routes/members.d.ts +93 -72
  124. package/dist/apps/management/routes/members.d.ts.map +1 -1
  125. package/dist/apps/management/routes/members.js +37 -18
  126. package/dist/apps/management/routes/members.js.map +1 -1
  127. package/dist/apps/management/routes/orgs.d.ts +48 -8
  128. package/dist/apps/management/routes/orgs.d.ts.map +1 -1
  129. package/dist/apps/management/routes/orgs.js +48 -19
  130. package/dist/apps/management/routes/orgs.js.map +1 -1
  131. package/dist/apps/management/routes/projects.d.ts +90 -28
  132. package/dist/apps/management/routes/projects.d.ts.map +1 -1
  133. package/dist/apps/management/routes/projects.js +72 -21
  134. package/dist/apps/management/routes/projects.js.map +1 -1
  135. package/dist/apps/management/routes/scopes.d.ts.map +1 -1
  136. package/dist/apps/management/routes/scopes.js +8 -5
  137. package/dist/apps/management/routes/scopes.js.map +1 -1
  138. package/dist/apps/management/routes/usage.d.ts +78 -78
  139. package/dist/apps/management/routes/usage.d.ts.map +1 -1
  140. package/dist/apps/management/routes/usage.js +41 -31
  141. package/dist/apps/management/routes/usage.js.map +1 -1
  142. package/dist/apps/management/routes/verified-token-requests.d.ts +34 -6
  143. package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -1
  144. package/dist/apps/management/routes/verified-token-requests.js +36 -17
  145. package/dist/apps/management/routes/verified-token-requests.js.map +1 -1
  146. package/dist/apps/management/routes/webhooks.d.ts +147 -130
  147. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  148. package/dist/apps/management/routes/webhooks.js +80 -35
  149. package/dist/apps/management/routes/webhooks.js.map +1 -1
  150. package/dist/apps/mpp/internal/Adapter.d.ts +1 -1
  151. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  152. package/dist/apps/mpp/internal/Adapter.js +12 -0
  153. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  154. package/dist/db/Db.d.ts +2 -0
  155. package/dist/db/Db.d.ts.map +1 -1
  156. package/dist/db/Db.js +40 -0
  157. package/dist/db/Db.js.map +1 -1
  158. package/dist/db/Schema.d.ts +23 -1
  159. package/dist/db/Schema.d.ts.map +1 -1
  160. package/dist/db/Schema.js +19 -3
  161. package/dist/db/Schema.js.map +1 -1
  162. package/dist/db/tables/earnVaults.d.ts +5 -1
  163. package/dist/db/tables/earnVaults.d.ts.map +1 -1
  164. package/dist/db/tables/earnVaults.js +5 -0
  165. package/dist/db/tables/earnVaults.js.map +1 -1
  166. package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
  167. package/dist/db/tables/webhookDeliveries.js +10 -0
  168. package/dist/db/tables/webhookDeliveries.js.map +1 -1
  169. package/dist/db/tables/webhookQueueCompletions.d.ts +15 -0
  170. package/dist/db/tables/webhookQueueCompletions.d.ts.map +1 -0
  171. package/dist/db/tables/webhookQueueCompletions.js +32 -0
  172. package/dist/db/tables/webhookQueueCompletions.js.map +1 -0
  173. package/dist/db/tables/webhookQueueEvents.d.ts +14 -20
  174. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
  175. package/dist/db/tables/webhookQueueEvents.js +68 -47
  176. package/dist/db/tables/webhookQueueEvents.js.map +1 -1
  177. package/dist/db/tables/webhookSubscriptions.d.ts +16 -5
  178. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  179. package/dist/db/tables/webhookSubscriptions.js +29 -5
  180. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  181. package/dist/internal/Auth.d.ts +8 -1
  182. package/dist/internal/Auth.d.ts.map +1 -1
  183. package/dist/internal/Auth.js +13 -3
  184. package/dist/internal/Auth.js.map +1 -1
  185. package/dist/internal/Cache.d.ts.map +1 -1
  186. package/dist/internal/Cache.js +11 -7
  187. package/dist/internal/Cache.js.map +1 -1
  188. package/dist/internal/EarnVaults.d.ts +41 -2
  189. package/dist/internal/EarnVaults.d.ts.map +1 -1
  190. package/dist/internal/EarnVaults.js +167 -0
  191. package/dist/internal/EarnVaults.js.map +1 -1
  192. package/dist/internal/OpenApi.d.ts +26 -22
  193. package/dist/internal/OpenApi.d.ts.map +1 -1
  194. package/dist/internal/OpenApi.js +128 -39
  195. package/dist/internal/OpenApi.js.map +1 -1
  196. package/dist/internal/Response.d.ts +13 -8
  197. package/dist/internal/Response.d.ts.map +1 -1
  198. package/dist/internal/Response.js +16 -5
  199. package/dist/internal/Response.js.map +1 -1
  200. package/dist/internal/Schema.d.ts +5 -7
  201. package/dist/internal/Schema.d.ts.map +1 -1
  202. package/dist/internal/Schema.js +6 -7
  203. package/dist/internal/Schema.js.map +1 -1
  204. package/dist/internal/Store.d.ts +15 -6
  205. package/dist/internal/Store.d.ts.map +1 -1
  206. package/dist/internal/Store.js +45 -15
  207. package/dist/internal/Store.js.map +1 -1
  208. package/dist/internal/Tidx.d.ts +2 -0
  209. package/dist/internal/Tidx.d.ts.map +1 -1
  210. package/dist/internal/Tidx.js +16 -4
  211. package/dist/internal/Tidx.js.map +1 -1
  212. package/dist/internal/Webhooks.d.ts +29 -12
  213. package/dist/internal/Webhooks.d.ts.map +1 -1
  214. package/dist/internal/Webhooks.js +37 -20
  215. package/dist/internal/Webhooks.js.map +1 -1
  216. package/dist/internal/funding/Deposit.d.ts +2 -2
  217. package/dist/internal/funding/Deposit.d.ts.map +1 -1
  218. package/dist/internal/funding/Deposit.js +9 -8
  219. package/dist/internal/funding/Deposit.js.map +1 -1
  220. package/dist/internal/funding/DepositAddress.d.ts +4 -4
  221. package/dist/internal/funding/DepositAddress.d.ts.map +1 -1
  222. package/dist/internal/funding/DepositAddress.js +9 -8
  223. package/dist/internal/funding/DepositAddress.js.map +1 -1
  224. package/dist/internal/funding/Provider.d.ts.map +1 -1
  225. package/dist/internal/funding/Provider.js +13 -12
  226. package/dist/internal/funding/Provider.js.map +1 -1
  227. package/dist/internal/funding/providers/stargate.d.ts +19 -0
  228. package/dist/internal/funding/providers/stargate.d.ts.map +1 -0
  229. package/dist/internal/funding/providers/stargate.js +143 -0
  230. package/dist/internal/funding/providers/stargate.js.map +1 -0
  231. package/dist/providers/index.d.ts +7 -0
  232. package/dist/providers/index.d.ts.map +1 -1
  233. package/dist/providers/index.js +3 -0
  234. package/dist/providers/index.js.map +1 -1
  235. package/package.json +2 -2
  236. package/src/App.test.ts +48 -0
  237. package/src/App.ts +4 -2
  238. package/src/Assets.test.ts +18 -0
  239. package/src/Assets.ts +22 -0
  240. package/src/Client.test-d.ts +265 -16
  241. package/src/admin/apps/earn-vaults.test.ts +143 -0
  242. package/src/admin/apps/earn-vaults.ts +83 -6
  243. package/src/admin/apps/organizations.ts +6 -2
  244. package/src/admin/ui/src/routes/api-keys.tsx +36 -0
  245. package/src/admin/ui.generated.ts +151 -189
  246. package/src/apps/data/App.test.ts +31 -0
  247. package/src/apps/data/App.ts +56 -8
  248. package/src/apps/data/ZoneSelection.test.ts +196 -0
  249. package/src/apps/data/ZoneSelection.ts +108 -0
  250. package/src/apps/data/routes/activities.test.ts +328 -1
  251. package/src/apps/data/routes/activities.ts +498 -93
  252. package/src/apps/data/routes/balances.ts +1 -1
  253. package/src/apps/data/routes/blocks.ts +1 -1
  254. package/src/apps/data/routes/earn.test.ts +183 -23
  255. package/src/apps/data/routes/earn.ts +225 -29
  256. package/src/apps/data/routes/earn.zone-access.test.ts +46 -0
  257. package/src/apps/data/routes/exchanges.test.ts +31 -1
  258. package/src/apps/data/routes/exchanges.ts +19 -15
  259. package/src/apps/data/routes/fee-amm.ts +18 -11
  260. package/src/apps/data/routes/receipts.ts +1 -1
  261. package/src/apps/data/routes/rpc.test.ts +75 -0
  262. package/src/apps/data/routes/rpc.ts +23 -9
  263. package/src/apps/data/routes/tokenlist.ts +21 -18
  264. package/src/apps/data/routes/tokens.test.ts +29 -0
  265. package/src/apps/data/routes/tokens.ts +38 -15
  266. package/src/apps/data/routes/transactions.ts +1 -1
  267. package/src/apps/data/routes/transfers.test.ts +3 -3
  268. package/src/apps/data/routes/transfers.ts +12 -9
  269. package/src/apps/data/routes/webhooks.ts +6 -2
  270. package/src/apps/data/routes/zones.test.ts +19 -13
  271. package/src/apps/funding/routes/chains.test.ts +211 -7
  272. package/src/apps/funding/routes/chains.ts +19 -12
  273. package/src/apps/funding/routes/deposit-addresses.test.ts +394 -0
  274. package/src/apps/funding/routes/deposit-addresses.ts +84 -72
  275. package/src/apps/funding/routes/providers.ts +9 -5
  276. package/src/apps/funding/routes/quotes.test.ts +46 -0
  277. package/src/apps/funding/routes/quotes.ts +8 -5
  278. package/src/apps/funding/routes/transfers.test.ts +35 -32
  279. package/src/apps/management/Billing.test.ts +26 -0
  280. package/src/apps/management/Billing.ts +24 -7
  281. package/src/apps/management/routes/api-keys.test.ts +178 -0
  282. package/src/apps/management/routes/api-keys.ts +203 -144
  283. package/src/apps/management/routes/billing.test.ts +209 -0
  284. package/src/apps/management/routes/billing.ts +254 -177
  285. package/src/apps/management/routes/faucet.test.ts +39 -0
  286. package/src/apps/management/routes/faucet.ts +75 -41
  287. package/src/apps/management/routes/invitations.test.ts +216 -0
  288. package/src/apps/management/routes/invitations.ts +186 -109
  289. package/src/apps/management/routes/invite-links.test.ts +263 -1
  290. package/src/apps/management/routes/invite-links.ts +295 -214
  291. package/src/apps/management/routes/me.test.ts +49 -0
  292. package/src/apps/management/routes/me.ts +42 -32
  293. package/src/apps/management/routes/members.test.ts +124 -1
  294. package/src/apps/management/routes/members.ts +81 -51
  295. package/src/apps/management/routes/orgs.test.ts +176 -0
  296. package/src/apps/management/routes/orgs.ts +101 -59
  297. package/src/apps/management/routes/projects.test.ts +183 -0
  298. package/src/apps/management/routes/projects.ts +124 -60
  299. package/src/apps/management/routes/scopes.test.ts +44 -0
  300. package/src/apps/management/routes/scopes.ts +37 -28
  301. package/src/apps/management/routes/usage.test.ts +92 -0
  302. package/src/apps/management/routes/usage.ts +186 -151
  303. package/src/apps/management/routes/verified-token-requests.test.ts +114 -0
  304. package/src/apps/management/routes/verified-token-requests.ts +166 -133
  305. package/src/apps/management/routes/webhooks.test.ts +234 -0
  306. package/src/apps/management/routes/webhooks.ts +191 -78
  307. package/src/apps/mpp/internal/Adapter.ts +13 -1
  308. package/src/db/Db.test.ts +41 -0
  309. package/src/db/Db.ts +62 -0
  310. package/src/db/Schema.ts +28 -3
  311. package/src/db/tables/earnVaults.test.ts +22 -0
  312. package/src/db/tables/earnVaults.ts +11 -1
  313. package/src/db/tables/webhookDeliveries.ts +13 -0
  314. package/src/db/tables/webhookQueueCompletions.ts +55 -0
  315. package/src/db/tables/webhookQueueEvents.ts +95 -61
  316. package/src/db/tables/webhookSubscriptions.ts +45 -6
  317. package/src/internal/Auth.ts +23 -5
  318. package/src/internal/Cache.ts +14 -7
  319. package/src/internal/EarnVaults.capabilities.test.ts +33 -0
  320. package/src/internal/EarnVaults.test.ts +79 -0
  321. package/src/internal/EarnVaults.ts +277 -0
  322. package/src/internal/OpenApi.ts +165 -49
  323. package/src/internal/Response.test.ts +95 -0
  324. package/src/internal/Response.ts +40 -2
  325. package/src/internal/Schema.test.ts +16 -0
  326. package/src/internal/Schema.ts +7 -7
  327. package/src/internal/Store.test.ts +186 -0
  328. package/src/internal/Store.ts +57 -17
  329. package/src/internal/Tidx.test.ts +19 -0
  330. package/src/internal/Tidx.ts +16 -4
  331. package/src/internal/Webhooks.test.ts +122 -8
  332. package/src/internal/Webhooks.ts +59 -29
  333. package/src/internal/funding/Deposit.ts +71 -64
  334. package/src/internal/funding/DepositAddress.ts +50 -43
  335. package/src/internal/funding/Provider.ts +164 -142
  336. package/src/internal/funding/providers/index.test.ts +185 -0
  337. package/src/internal/funding/providers/stargate.ts +184 -0
  338. package/src/providers/index.test.ts +1 -0
  339. package/src/providers/index.ts +9 -0
@@ -1,4 +1,4 @@
1
- import type * as Assets from '../../Assets.js';
1
+ import * as Assets from '../../Assets.js';
2
2
  import type * as App from '../../App.js';
3
3
  import * as Response from '../../internal/Response.js';
4
4
  import * as Tidx from '../../internal/Tidx.js';
@@ -12,6 +12,195 @@ import type * as FxOracle from './FxOracle.js';
12
12
  * ```
13
13
  */
14
14
  export declare function data(options?: data.Options): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
15
+ "/rpc/:chain{(mainnet|testnet|[0-9]+)}?": {
16
+ $post: {
17
+ output: {
18
+ error: {
19
+ code: "api_key_malformed";
20
+ details?: readonly Response.error.Detail[] | undefined;
21
+ message: string;
22
+ };
23
+ requestId: string;
24
+ };
25
+ outputFormat: "json";
26
+ status: 400;
27
+ input: {
28
+ param: Record<"chain", string | undefined>;
29
+ };
30
+ } | {
31
+ output: {
32
+ error: {
33
+ code: "api_key_invalid" | "api_key_missing";
34
+ details?: readonly Response.error.Detail[] | undefined;
35
+ message: string;
36
+ };
37
+ requestId: string;
38
+ };
39
+ outputFormat: "json";
40
+ status: 401;
41
+ input: {
42
+ param: Record<"chain", string | undefined>;
43
+ };
44
+ } | {
45
+ output: {
46
+ error: {
47
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
48
+ details?: readonly Response.error.Detail[] | undefined;
49
+ message: string;
50
+ };
51
+ requestId: string;
52
+ };
53
+ outputFormat: "json";
54
+ status: 403;
55
+ input: {
56
+ param: Record<"chain", string | undefined>;
57
+ };
58
+ } | {
59
+ output: {
60
+ error: {
61
+ code: "payment_required" | "rate_limit_exceeded";
62
+ details?: readonly Response.error.Detail[] | undefined;
63
+ message: string;
64
+ };
65
+ requestId: string;
66
+ };
67
+ outputFormat: "json";
68
+ status: 429;
69
+ input: {
70
+ param: Record<"chain", string | undefined>;
71
+ };
72
+ } | {
73
+ output: {
74
+ error: {
75
+ code: "chain_id_invalid";
76
+ details?: readonly Response.error.Detail[] | undefined;
77
+ message: string;
78
+ };
79
+ requestId: string;
80
+ };
81
+ outputFormat: "json";
82
+ status: 400;
83
+ input: {
84
+ param: Record<"chain", string | undefined>;
85
+ };
86
+ } | {
87
+ output: {
88
+ error?: {
89
+ code: number;
90
+ data?: import("hono/utils/types").JSONValue;
91
+ message: string;
92
+ } | undefined;
93
+ id: string | number | null;
94
+ jsonrpc: "2.0";
95
+ result?: import("hono/utils/types").JSONValue;
96
+ }[] | {
97
+ error?: {
98
+ code: number;
99
+ data?: import("hono/utils/types").JSONValue;
100
+ message: string;
101
+ } | undefined;
102
+ id: string | number | null;
103
+ jsonrpc: "2.0";
104
+ result?: import("hono/utils/types").JSONValue;
105
+ };
106
+ outputFormat: "json";
107
+ status: 200;
108
+ input: {
109
+ param: Record<"chain", string | undefined>;
110
+ };
111
+ };
112
+ };
113
+ }, "/"> | import("hono/types").MergeSchemaPath<{
114
+ "/v1/indexer/query": {
115
+ $get: {
116
+ output: null;
117
+ outputFormat: "body";
118
+ status: 402;
119
+ input: {};
120
+ } | {
121
+ output: never;
122
+ outputFormat: never;
123
+ status: never;
124
+ input: {};
125
+ } | {
126
+ output: {
127
+ error: {
128
+ code: "api_key_malformed";
129
+ details?: readonly Response.error.Detail[] | undefined;
130
+ message: string;
131
+ };
132
+ requestId: string;
133
+ };
134
+ outputFormat: "json";
135
+ status: 400;
136
+ input: {};
137
+ } | {
138
+ output: {
139
+ error: {
140
+ code: "api_key_invalid" | "api_key_missing";
141
+ details?: readonly Response.error.Detail[] | undefined;
142
+ message: string;
143
+ };
144
+ requestId: string;
145
+ };
146
+ outputFormat: "json";
147
+ status: 401;
148
+ input: {};
149
+ } | {
150
+ output: {
151
+ error: {
152
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
153
+ details?: readonly Response.error.Detail[] | undefined;
154
+ message: string;
155
+ };
156
+ requestId: string;
157
+ };
158
+ outputFormat: "json";
159
+ status: 403;
160
+ input: {};
161
+ } | {
162
+ output: {
163
+ error: {
164
+ code: "payment_required" | "rate_limit_exceeded";
165
+ details?: readonly Response.error.Detail[] | undefined;
166
+ message: string;
167
+ };
168
+ requestId: string;
169
+ };
170
+ outputFormat: "json";
171
+ status: 429;
172
+ input: {};
173
+ } | {
174
+ output: {
175
+ ok: boolean;
176
+ columns: string[];
177
+ rows: import("hono/utils/types").JSONValue[][];
178
+ row_count: number;
179
+ engine?: "clickhouse" | "postgres" | "tiered" | undefined;
180
+ query_time_ms?: number | undefined;
181
+ };
182
+ outputFormat: "json";
183
+ status: 200;
184
+ input: {};
185
+ } | {
186
+ output: {
187
+ ok: false;
188
+ error: string;
189
+ };
190
+ outputFormat: "json";
191
+ status: 400;
192
+ input: {};
193
+ } | {
194
+ output: {
195
+ ok: false;
196
+ error: string;
197
+ };
198
+ outputFormat: "json";
199
+ status: 422;
200
+ input: {};
201
+ };
202
+ };
203
+ }, "/"> | import("hono/types").MergeSchemaPath<{
15
204
  "/v1/transactions/:transactionHash/activities": {
16
205
  $get: {
17
206
  output: null;
@@ -215,7 +404,32 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
215
404
  };
216
405
  } | {
217
406
  output: {
407
+ error: {
408
+ code: "transaction_ambiguous";
409
+ details?: readonly Response.error.Detail[] | undefined;
410
+ message: string;
411
+ };
412
+ requestId: string;
413
+ };
414
+ outputFormat: "json";
415
+ status: 409;
416
+ input: {
417
+ param: {
418
+ transactionHash: `0x${string}`;
419
+ };
420
+ } & {
421
+ query?: {
422
+ chainId?: string | string[];
423
+ include?: string | string[];
424
+ logs?: string | string[];
425
+ 'valuation.currency'?: string | string[];
426
+ } | undefined;
427
+ };
428
+ } | {
429
+ output: {
430
+ chainId: number;
218
431
  data: ({
432
+ chainId?: number | undefined;
219
433
  perspective: "incoming" | "outgoing";
220
434
  events?: {
221
435
  address: `0x${string}`;
@@ -244,6 +458,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
244
458
  };
245
459
  type: "assets-deposited";
246
460
  } | {
461
+ chainId?: number | undefined;
247
462
  perspective: "incoming" | "outgoing";
248
463
  events?: {
249
464
  address: `0x${string}`;
@@ -273,6 +488,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
273
488
  };
274
489
  type: "shares-deposited";
275
490
  } | {
491
+ chainId?: number | undefined;
276
492
  perspective: "incoming" | "outgoing";
277
493
  events?: {
278
494
  address: `0x${string}`;
@@ -301,6 +517,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
301
517
  };
302
518
  type: "shares-redeemed";
303
519
  } | {
520
+ chainId?: number | undefined;
304
521
  perspective: "incoming" | "outgoing";
305
522
  events?: {
306
523
  address: `0x${string}`;
@@ -329,6 +546,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
329
546
  };
330
547
  type: "assets-withdrawn";
331
548
  } | {
549
+ chainId?: number | undefined;
332
550
  perspective: "incoming" | "outgoing";
333
551
  events?: {
334
552
  address: `0x${string}`;
@@ -357,6 +575,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
357
575
  };
358
576
  type: "shares-redemption-requested";
359
577
  } | {
578
+ chainId?: number | undefined;
360
579
  perspective: "incoming" | "outgoing";
361
580
  events?: {
362
581
  address: `0x${string}`;
@@ -386,6 +605,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
386
605
  };
387
606
  type: "shares-redemption-finalized";
388
607
  } | {
608
+ chainId?: number | undefined;
389
609
  perspective: "incoming" | "outgoing";
390
610
  events?: {
391
611
  address: `0x${string}`;
@@ -413,6 +633,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
413
633
  };
414
634
  type: "shares-redemption-cancelled";
415
635
  } | {
636
+ chainId?: number | undefined;
416
637
  perspective: "incoming" | "outgoing";
417
638
  events?: {
418
639
  address: `0x${string}`;
@@ -443,6 +664,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
443
664
  };
444
665
  type: "private-assets-deposited";
445
666
  } | {
667
+ chainId?: number | undefined;
446
668
  perspective: "incoming" | "outgoing";
447
669
  events?: {
448
670
  address: `0x${string}`;
@@ -473,6 +695,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
473
695
  };
474
696
  type: "private-shares-redeemed";
475
697
  } | {
698
+ chainId?: number | undefined;
476
699
  perspective: "incoming" | "outgoing";
477
700
  events?: {
478
701
  address: `0x${string}`;
@@ -541,6 +764,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
541
764
  };
542
765
  type: "transfer";
543
766
  } | {
767
+ chainId?: number | undefined;
544
768
  perspective: "incoming" | "outgoing";
545
769
  events?: {
546
770
  address: `0x${string}`;
@@ -582,6 +806,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
582
806
  };
583
807
  type: "mint";
584
808
  } | {
809
+ chainId?: number | undefined;
585
810
  perspective: "incoming" | "outgoing";
586
811
  events?: {
587
812
  address: `0x${string}`;
@@ -624,6 +849,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
624
849
  };
625
850
  type: "burn";
626
851
  } | {
852
+ chainId?: number | undefined;
627
853
  perspective: "incoming" | "outgoing";
628
854
  events?: {
629
855
  address: `0x${string}`;
@@ -684,6 +910,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
684
910
  };
685
911
  type: "swap";
686
912
  } | {
913
+ chainId?: number | undefined;
687
914
  perspective: "incoming" | "outgoing";
688
915
  events?: {
689
916
  address: `0x${string}`;
@@ -726,6 +953,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
726
953
  };
727
954
  type: "approval";
728
955
  } | {
956
+ chainId?: number | undefined;
729
957
  perspective: "incoming" | "outgoing";
730
958
  events?: {
731
959
  address: `0x${string}`;
@@ -767,6 +995,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
767
995
  };
768
996
  type: "session-closed";
769
997
  } | {
998
+ chainId?: number | undefined;
770
999
  perspective: "incoming" | "outgoing";
771
1000
  events?: {
772
1001
  address: `0x${string}`;
@@ -792,6 +1021,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
792
1021
  };
793
1022
  type: "access-key-created";
794
1023
  } | {
1024
+ chainId?: number | undefined;
795
1025
  perspective: "incoming" | "outgoing";
796
1026
  events?: {
797
1027
  address: `0x${string}`;
@@ -815,6 +1045,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
815
1045
  };
816
1046
  type: "access-key-revoked";
817
1047
  } | {
1048
+ chainId?: number | undefined;
818
1049
  perspective: "incoming" | "outgoing";
819
1050
  events?: {
820
1051
  address: `0x${string}`;
@@ -840,6 +1071,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
840
1071
  };
841
1072
  type: "token-created";
842
1073
  } | {
1074
+ chainId?: number | undefined;
843
1075
  perspective: "incoming" | "outgoing";
844
1076
  events?: {
845
1077
  address: `0x${string}`;
@@ -882,6 +1114,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
882
1114
  };
883
1115
  type: "burn-blocked";
884
1116
  } | {
1117
+ chainId?: number | undefined;
885
1118
  perspective: "incoming" | "outgoing";
886
1119
  events?: {
887
1120
  address: `0x${string}`;
@@ -926,6 +1159,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
926
1159
  };
927
1160
  type: "channel-opened";
928
1161
  } | {
1162
+ chainId?: number | undefined;
929
1163
  perspective: "incoming" | "outgoing";
930
1164
  events?: {
931
1165
  address: `0x${string}`;
@@ -968,6 +1202,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
968
1202
  };
969
1203
  type: "channel-funded";
970
1204
  } | {
1205
+ chainId?: number | undefined;
971
1206
  perspective: "incoming" | "outgoing";
972
1207
  events?: {
973
1208
  address: `0x${string}`;
@@ -1012,6 +1247,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1012
1247
  };
1013
1248
  type: "channel-settled";
1014
1249
  } | {
1250
+ chainId?: number | undefined;
1015
1251
  perspective: "incoming" | "outgoing";
1016
1252
  events?: {
1017
1253
  address: `0x${string}`;
@@ -1075,6 +1311,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1075
1311
  };
1076
1312
  type: "channel-closed";
1077
1313
  } | {
1314
+ chainId?: number | undefined;
1078
1315
  perspective: "incoming" | "outgoing";
1079
1316
  events?: {
1080
1317
  address: `0x${string}`;
@@ -1100,6 +1337,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1100
1337
  };
1101
1338
  type: "channel-close-cancelled";
1102
1339
  } | {
1340
+ chainId?: number | undefined;
1103
1341
  perspective: "incoming" | "outgoing";
1104
1342
  events?: {
1105
1343
  address: `0x${string}`;
@@ -1144,6 +1382,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1144
1382
  };
1145
1383
  type: "order-placed";
1146
1384
  } | {
1385
+ chainId?: number | undefined;
1147
1386
  perspective: "incoming" | "outgoing";
1148
1387
  events?: {
1149
1388
  address: `0x${string}`;
@@ -1167,6 +1406,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1167
1406
  };
1168
1407
  type: "order-cancelled";
1169
1408
  } | {
1409
+ chainId?: number | undefined;
1170
1410
  perspective: "incoming" | "outgoing";
1171
1411
  events?: {
1172
1412
  address: `0x${string}`;
@@ -1209,6 +1449,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1209
1449
  };
1210
1450
  type: "fees-distributed";
1211
1451
  } | {
1452
+ chainId?: number | undefined;
1212
1453
  perspective: "incoming" | "outgoing";
1213
1454
  events?: {
1214
1455
  address: `0x${string}`;
@@ -1270,6 +1511,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1270
1511
  };
1271
1512
  type: "fee-rebalance-swap";
1272
1513
  } | {
1514
+ chainId?: number | undefined;
1273
1515
  perspective: "incoming" | "outgoing";
1274
1516
  events?: {
1275
1517
  address: `0x${string}`;
@@ -1312,6 +1554,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1312
1554
  };
1313
1555
  type: "reward-distributed";
1314
1556
  } | {
1557
+ chainId?: number | undefined;
1315
1558
  perspective: "incoming" | "outgoing";
1316
1559
  events?: {
1317
1560
  address: `0x${string}`;
@@ -1336,6 +1579,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1336
1579
  };
1337
1580
  type: "reward-recipient-set";
1338
1581
  } | {
1582
+ chainId?: number | undefined;
1339
1583
  perspective: "incoming" | "outgoing";
1340
1584
  events?: {
1341
1585
  address: `0x${string}`;
@@ -1379,6 +1623,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1379
1623
  };
1380
1624
  type: "spending-limit-updated";
1381
1625
  } | {
1626
+ chainId?: number | undefined;
1382
1627
  perspective: "incoming" | "outgoing";
1383
1628
  events?: {
1384
1629
  address: `0x${string}`;
@@ -1406,6 +1651,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1406
1651
  };
1407
1652
  type: "order-filled";
1408
1653
  } | {
1654
+ chainId?: number | undefined;
1409
1655
  perspective: "incoming" | "outgoing";
1410
1656
  events?: {
1411
1657
  address: `0x${string}`;
@@ -1452,6 +1698,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1452
1698
  };
1453
1699
  type: "order-flipped";
1454
1700
  } | {
1701
+ chainId?: number | undefined;
1455
1702
  perspective: "incoming" | "outgoing";
1456
1703
  events?: {
1457
1704
  address: `0x${string}`;
@@ -1477,6 +1724,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1477
1724
  };
1478
1725
  type: "pair-created";
1479
1726
  } | {
1727
+ chainId?: number | undefined;
1480
1728
  perspective: "incoming" | "outgoing";
1481
1729
  events?: {
1482
1730
  address: `0x${string}`;
@@ -1501,6 +1749,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1501
1749
  };
1502
1750
  type: "token-pause-set";
1503
1751
  } | {
1752
+ chainId?: number | undefined;
1504
1753
  perspective: "incoming" | "outgoing";
1505
1754
  events?: {
1506
1755
  address: `0x${string}`;
@@ -1525,6 +1774,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1525
1774
  };
1526
1775
  type: "token-supply-cap-set";
1527
1776
  } | {
1777
+ chainId?: number | undefined;
1528
1778
  perspective: "incoming" | "outgoing";
1529
1779
  events?: {
1530
1780
  address: `0x${string}`;
@@ -1549,6 +1799,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1549
1799
  };
1550
1800
  type: "token-transfer-policy-set";
1551
1801
  } | {
1802
+ chainId?: number | undefined;
1552
1803
  perspective: "incoming" | "outgoing";
1553
1804
  events?: {
1554
1805
  address: `0x${string}`;
@@ -1573,6 +1824,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1573
1824
  };
1574
1825
  type: "token-quote-token-set";
1575
1826
  } | {
1827
+ chainId?: number | undefined;
1576
1828
  perspective: "incoming" | "outgoing";
1577
1829
  events?: {
1578
1830
  address: `0x${string}`;
@@ -1597,6 +1849,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1597
1849
  };
1598
1850
  type: "token-next-quote-token-set";
1599
1851
  } | {
1852
+ chainId?: number | undefined;
1600
1853
  perspective: "incoming" | "outgoing";
1601
1854
  events?: {
1602
1855
  address: `0x${string}`;
@@ -1621,6 +1874,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1621
1874
  };
1622
1875
  type: "token-logo-set";
1623
1876
  } | {
1877
+ chainId?: number | undefined;
1624
1878
  perspective: "incoming" | "outgoing";
1625
1879
  events?: {
1626
1880
  address: `0x${string}`;
@@ -1647,6 +1901,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1647
1901
  };
1648
1902
  type: "role-membership-set";
1649
1903
  } | {
1904
+ chainId?: number | undefined;
1650
1905
  perspective: "incoming" | "outgoing";
1651
1906
  events?: {
1652
1907
  address: `0x${string}`;
@@ -1672,6 +1927,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1672
1927
  };
1673
1928
  type: "role-admin-set";
1674
1929
  } | {
1930
+ chainId?: number | undefined;
1675
1931
  perspective: "incoming" | "outgoing";
1676
1932
  events?: {
1677
1933
  address: `0x${string}`;
@@ -1696,6 +1952,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1696
1952
  };
1697
1953
  type: "fee-user-token-set";
1698
1954
  } | {
1955
+ chainId?: number | undefined;
1699
1956
  perspective: "incoming" | "outgoing";
1700
1957
  events?: {
1701
1958
  address: `0x${string}`;
@@ -1720,6 +1977,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1720
1977
  };
1721
1978
  type: "fee-validator-token-set";
1722
1979
  } | {
1980
+ chainId?: number | undefined;
1723
1981
  perspective: "incoming" | "outgoing";
1724
1982
  events?: {
1725
1983
  address: `0x${string}`;
@@ -1745,6 +2003,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1745
2003
  };
1746
2004
  type: "policy-created";
1747
2005
  } | {
2006
+ chainId?: number | undefined;
1748
2007
  perspective: "incoming" | "outgoing";
1749
2008
  events?: {
1750
2009
  address: `0x${string}`;
@@ -1770,6 +2029,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1770
2029
  };
1771
2030
  type: "policy-admin-set";
1772
2031
  } | {
2032
+ chainId?: number | undefined;
1773
2033
  perspective: "incoming" | "outgoing";
1774
2034
  events?: {
1775
2035
  address: `0x${string}`;
@@ -1796,6 +2056,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1796
2056
  };
1797
2057
  type: "whitelist-updated";
1798
2058
  } | {
2059
+ chainId?: number | undefined;
1799
2060
  perspective: "incoming" | "outgoing";
1800
2061
  events?: {
1801
2062
  address: `0x${string}`;
@@ -1822,6 +2083,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1822
2083
  };
1823
2084
  type: "blacklist-updated";
1824
2085
  } | {
2086
+ chainId?: number | undefined;
1825
2087
  perspective: "incoming" | "outgoing";
1826
2088
  events?: {
1827
2089
  address: `0x${string}`;
@@ -1849,6 +2111,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1849
2111
  };
1850
2112
  type: "compound-policy-created";
1851
2113
  } | {
2114
+ chainId?: number | undefined;
1852
2115
  perspective: "incoming" | "outgoing";
1853
2116
  events?: {
1854
2117
  address: `0x${string}`;
@@ -1873,6 +2136,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1873
2136
  };
1874
2137
  type: "master-registered";
1875
2138
  } | {
2139
+ chainId?: number | undefined;
1876
2140
  perspective: "incoming" | "outgoing";
1877
2141
  events?: {
1878
2142
  address: `0x${string}`;
@@ -1898,6 +2162,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1898
2162
  };
1899
2163
  type: "nonce-incremented";
1900
2164
  } | {
2165
+ chainId?: number | undefined;
1901
2166
  perspective: "incoming" | "outgoing";
1902
2167
  events?: {
1903
2168
  address: `0x${string}`;
@@ -1922,6 +2187,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1922
2187
  };
1923
2188
  type: "key-authorization-witness";
1924
2189
  } | {
2190
+ chainId?: number | undefined;
1925
2191
  perspective: "incoming" | "outgoing";
1926
2192
  events?: {
1927
2193
  address: `0x${string}`;
@@ -1946,6 +2212,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1946
2212
  };
1947
2213
  type: "key-authorization-witness-burned";
1948
2214
  } | {
2215
+ chainId?: number | undefined;
1949
2216
  perspective: "incoming" | "outgoing";
1950
2217
  events?: {
1951
2218
  address: `0x${string}`;
@@ -1974,6 +2241,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1974
2241
  };
1975
2242
  type: "validator-added";
1976
2243
  } | {
2244
+ chainId?: number | undefined;
1977
2245
  perspective: "incoming" | "outgoing";
1978
2246
  events?: {
1979
2247
  address: `0x${string}`;
@@ -1998,6 +2266,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
1998
2266
  };
1999
2267
  type: "validator-deactivated";
2000
2268
  } | {
2269
+ chainId?: number | undefined;
2001
2270
  perspective: "incoming" | "outgoing";
2002
2271
  events?: {
2003
2272
  address: `0x${string}`;
@@ -2028,6 +2297,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2028
2297
  };
2029
2298
  type: "validator-rotated";
2030
2299
  } | {
2300
+ chainId?: number | undefined;
2031
2301
  perspective: "incoming" | "outgoing";
2032
2302
  events?: {
2033
2303
  address: `0x${string}`;
@@ -2053,6 +2323,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2053
2323
  };
2054
2324
  type: "validator-fee-recipient-set";
2055
2325
  } | {
2326
+ chainId?: number | undefined;
2056
2327
  perspective: "incoming" | "outgoing";
2057
2328
  events?: {
2058
2329
  address: `0x${string}`;
@@ -2079,6 +2350,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2079
2350
  };
2080
2351
  type: "validator-ip-set";
2081
2352
  } | {
2353
+ chainId?: number | undefined;
2082
2354
  perspective: "incoming" | "outgoing";
2083
2355
  events?: {
2084
2356
  address: `0x${string}`;
@@ -2105,6 +2377,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2105
2377
  };
2106
2378
  type: "validator-ownership-transferred";
2107
2379
  } | {
2380
+ chainId?: number | undefined;
2108
2381
  perspective: "incoming" | "outgoing";
2109
2382
  events?: {
2110
2383
  address: `0x${string}`;
@@ -2129,6 +2402,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2129
2402
  };
2130
2403
  type: "ownership-transferred";
2131
2404
  } | {
2405
+ chainId?: number | undefined;
2132
2406
  perspective: "incoming" | "outgoing";
2133
2407
  events?: {
2134
2408
  address: `0x${string}`;
@@ -2154,6 +2428,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2154
2428
  };
2155
2429
  type: "validator-migrated";
2156
2430
  } | {
2431
+ chainId?: number | undefined;
2157
2432
  perspective: "incoming" | "outgoing";
2158
2433
  events?: {
2159
2434
  address: `0x${string}`;
@@ -2179,6 +2454,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2179
2454
  };
2180
2455
  type: "validator-migration-skipped";
2181
2456
  } | {
2457
+ chainId?: number | undefined;
2182
2458
  perspective: "incoming" | "outgoing";
2183
2459
  events?: {
2184
2460
  address: `0x${string}`;
@@ -2203,6 +2479,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2203
2479
  };
2204
2480
  type: "network-identity-rotation-epoch-set";
2205
2481
  } | {
2482
+ chainId?: number | undefined;
2206
2483
  perspective: "incoming" | "outgoing";
2207
2484
  events?: {
2208
2485
  address: `0x${string}`;
@@ -2226,6 +2503,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2226
2503
  };
2227
2504
  type: "initialized";
2228
2505
  } | {
2506
+ chainId?: number | undefined;
2229
2507
  perspective: "incoming" | "outgoing";
2230
2508
  events?: {
2231
2509
  address: `0x${string}`;
@@ -2273,20 +2551,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2273
2551
  };
2274
2552
  };
2275
2553
  }, "/"> | import("hono/types").MergeSchemaPath<{
2276
- "/chains/:chainId/blocks/by-timestamp": {
2554
+ "/v1/tokenlist": {
2277
2555
  $get: {
2278
2556
  output: null;
2279
2557
  outputFormat: "body";
2280
2558
  status: 402;
2281
2559
  input: {
2282
- param: {
2283
- chainId: string;
2284
- };
2285
- } & {
2286
- query: {
2287
- closest?: string | string[];
2288
- timestamp: string | string[];
2289
- };
2560
+ query?: {
2561
+ chainId?: string | string[];
2562
+ } | undefined;
2290
2563
  };
2291
2564
  } | {
2292
2565
  output: {
@@ -2300,14 +2573,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2300
2573
  outputFormat: "json";
2301
2574
  status: 400;
2302
2575
  input: {
2303
- param: {
2304
- chainId: string;
2305
- };
2306
- } & {
2307
- query: {
2308
- closest?: string | string[];
2309
- timestamp: string | string[];
2310
- };
2576
+ query?: {
2577
+ chainId?: string | string[];
2578
+ } | undefined;
2311
2579
  };
2312
2580
  } | {
2313
2581
  output: {
@@ -2321,14 +2589,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2321
2589
  outputFormat: "json";
2322
2590
  status: 401;
2323
2591
  input: {
2324
- param: {
2325
- chainId: string;
2326
- };
2327
- } & {
2328
- query: {
2329
- closest?: string | string[];
2330
- timestamp: string | string[];
2331
- };
2592
+ query?: {
2593
+ chainId?: string | string[];
2594
+ } | undefined;
2332
2595
  };
2333
2596
  } | {
2334
2597
  output: {
@@ -2342,14 +2605,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2342
2605
  outputFormat: "json";
2343
2606
  status: 403;
2344
2607
  input: {
2345
- param: {
2346
- chainId: string;
2347
- };
2348
- } & {
2349
- query: {
2350
- closest?: string | string[];
2351
- timestamp: string | string[];
2352
- };
2608
+ query?: {
2609
+ chainId?: string | string[];
2610
+ } | undefined;
2353
2611
  };
2354
2612
  } | {
2355
2613
  output: {
@@ -2363,14 +2621,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2363
2621
  outputFormat: "json";
2364
2622
  status: 429;
2365
2623
  input: {
2366
- param: {
2367
- chainId: string;
2368
- };
2369
- } & {
2370
- query: {
2371
- closest?: string | string[];
2372
- timestamp: string | string[];
2373
- };
2624
+ query?: {
2625
+ chainId?: string | string[];
2626
+ } | undefined;
2374
2627
  };
2375
2628
  } | {
2376
2629
  output: {
@@ -2384,14 +2637,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2384
2637
  outputFormat: "json";
2385
2638
  status: 400;
2386
2639
  input: {
2387
- param: {
2388
- chainId: string;
2389
- };
2390
- } & {
2391
- query: {
2392
- closest?: string | string[];
2393
- timestamp: string | string[];
2394
- };
2640
+ query?: {
2641
+ chainId?: string | string[];
2642
+ } | undefined;
2395
2643
  };
2396
2644
  } | {
2397
2645
  output: {
@@ -2405,81 +2653,63 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2405
2653
  outputFormat: "json";
2406
2654
  status: 502;
2407
2655
  input: {
2408
- param: {
2409
- chainId: string;
2410
- };
2411
- } & {
2412
- query: {
2413
- closest?: string | string[];
2414
- timestamp: string | string[];
2415
- };
2416
- };
2417
- } | {
2418
- output: {
2419
- error: {
2420
- code: "chain_id_unsupported";
2421
- details?: readonly Response.error.Detail[] | undefined;
2422
- message: string;
2423
- };
2424
- requestId: string;
2425
- };
2426
- outputFormat: "json";
2427
- status: 400;
2428
- input: {
2429
- param: {
2430
- chainId: string;
2431
- };
2432
- } & {
2433
- query: {
2434
- closest?: string | string[];
2435
- timestamp: string | string[];
2436
- };
2437
- };
2438
- } | {
2439
- output: {
2440
- error: {
2441
- code: "block_not_found";
2442
- details?: readonly Response.error.Detail[] | undefined;
2443
- message: string;
2444
- };
2445
- requestId: string;
2446
- };
2447
- outputFormat: "json";
2448
- status: 404;
2449
- input: {
2450
- param: {
2451
- chainId: string;
2452
- };
2453
- } & {
2454
- query: {
2455
- closest?: string | string[];
2456
- timestamp: string | string[];
2457
- };
2656
+ query?: {
2657
+ chainId?: string | string[];
2658
+ } | undefined;
2458
2659
  };
2459
2660
  } | {
2460
2661
  output: {
2461
- block: {
2462
- blockNumber: number;
2463
- blockTimestamp: number;
2662
+ name: string;
2663
+ timestamp: string;
2664
+ version: {
2665
+ major: number;
2666
+ minor: number;
2667
+ patch: number;
2464
2668
  };
2669
+ tokens: {
2670
+ chainId: number;
2671
+ address: `0x${string}`;
2672
+ name: string;
2673
+ symbol: string;
2674
+ decimals: number;
2675
+ logoURI?: string | undefined;
2676
+ }[];
2465
2677
  };
2466
2678
  outputFormat: "json";
2467
2679
  status: 200;
2468
2680
  input: {
2469
- param: {
2470
- chainId: string;
2471
- };
2472
- } & {
2473
- query: {
2474
- closest?: string | string[];
2475
- timestamp: string | string[];
2476
- };
2681
+ query?: {
2682
+ chainId?: string | string[];
2683
+ } | undefined;
2477
2684
  };
2478
2685
  };
2479
2686
  };
2480
2687
  }, "/"> | import("hono/types").MergeSchemaPath<{
2481
- "/rpc/:chain{(mainnet|testnet|[0-9]+)}?": {
2482
- $post: {
2688
+ "/v1/transfers": {
2689
+ $get: {
2690
+ output: null;
2691
+ outputFormat: "body";
2692
+ status: 402;
2693
+ input: {
2694
+ query?: {
2695
+ recipient?: string | string[];
2696
+ sender?: string | string[];
2697
+ token?: string | string[];
2698
+ address?: string | string[];
2699
+ 'blockNumber.from'?: string | string[];
2700
+ 'blockNumber.to'?: string | string[];
2701
+ chainId?: string | string[];
2702
+ cursor?: string | string[];
2703
+ include?: string | string[];
2704
+ limit?: string | string[];
2705
+ order?: string | string[];
2706
+ page?: string | string[];
2707
+ 'timestamp.from'?: string | string[];
2708
+ 'timestamp.to'?: string | string[];
2709
+ 'valuation.currency'?: string | string[];
2710
+ } | undefined;
2711
+ };
2712
+ } | {
2483
2713
  output: {
2484
2714
  error: {
2485
2715
  code: "api_key_malformed";
@@ -2491,7 +2721,23 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2491
2721
  outputFormat: "json";
2492
2722
  status: 400;
2493
2723
  input: {
2494
- param: Record<"chain", string | undefined>;
2724
+ query?: {
2725
+ recipient?: string | string[];
2726
+ sender?: string | string[];
2727
+ token?: string | string[];
2728
+ address?: string | string[];
2729
+ 'blockNumber.from'?: string | string[];
2730
+ 'blockNumber.to'?: string | string[];
2731
+ chainId?: string | string[];
2732
+ cursor?: string | string[];
2733
+ include?: string | string[];
2734
+ limit?: string | string[];
2735
+ order?: string | string[];
2736
+ page?: string | string[];
2737
+ 'timestamp.from'?: string | string[];
2738
+ 'timestamp.to'?: string | string[];
2739
+ 'valuation.currency'?: string | string[];
2740
+ } | undefined;
2495
2741
  };
2496
2742
  } | {
2497
2743
  output: {
@@ -2505,7 +2751,23 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2505
2751
  outputFormat: "json";
2506
2752
  status: 401;
2507
2753
  input: {
2508
- param: Record<"chain", string | undefined>;
2754
+ query?: {
2755
+ recipient?: string | string[];
2756
+ sender?: string | string[];
2757
+ token?: string | string[];
2758
+ address?: string | string[];
2759
+ 'blockNumber.from'?: string | string[];
2760
+ 'blockNumber.to'?: string | string[];
2761
+ chainId?: string | string[];
2762
+ cursor?: string | string[];
2763
+ include?: string | string[];
2764
+ limit?: string | string[];
2765
+ order?: string | string[];
2766
+ page?: string | string[];
2767
+ 'timestamp.from'?: string | string[];
2768
+ 'timestamp.to'?: string | string[];
2769
+ 'valuation.currency'?: string | string[];
2770
+ } | undefined;
2509
2771
  };
2510
2772
  } | {
2511
2773
  output: {
@@ -2519,7 +2781,23 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2519
2781
  outputFormat: "json";
2520
2782
  status: 403;
2521
2783
  input: {
2522
- param: Record<"chain", string | undefined>;
2784
+ query?: {
2785
+ recipient?: string | string[];
2786
+ sender?: string | string[];
2787
+ token?: string | string[];
2788
+ address?: string | string[];
2789
+ 'blockNumber.from'?: string | string[];
2790
+ 'blockNumber.to'?: string | string[];
2791
+ chainId?: string | string[];
2792
+ cursor?: string | string[];
2793
+ include?: string | string[];
2794
+ limit?: string | string[];
2795
+ order?: string | string[];
2796
+ page?: string | string[];
2797
+ 'timestamp.from'?: string | string[];
2798
+ 'timestamp.to'?: string | string[];
2799
+ 'valuation.currency'?: string | string[];
2800
+ } | undefined;
2523
2801
  };
2524
2802
  } | {
2525
2803
  output: {
@@ -2533,12 +2811,28 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2533
2811
  outputFormat: "json";
2534
2812
  status: 429;
2535
2813
  input: {
2536
- param: Record<"chain", string | undefined>;
2537
- };
2538
- } | {
2539
- output: {
2540
- error: {
2541
- code: "chain_id_invalid";
2814
+ query?: {
2815
+ recipient?: string | string[];
2816
+ sender?: string | string[];
2817
+ token?: string | string[];
2818
+ address?: string | string[];
2819
+ 'blockNumber.from'?: string | string[];
2820
+ 'blockNumber.to'?: string | string[];
2821
+ chainId?: string | string[];
2822
+ cursor?: string | string[];
2823
+ include?: string | string[];
2824
+ limit?: string | string[];
2825
+ order?: string | string[];
2826
+ page?: string | string[];
2827
+ 'timestamp.from'?: string | string[];
2828
+ 'timestamp.to'?: string | string[];
2829
+ 'valuation.currency'?: string | string[];
2830
+ } | undefined;
2831
+ };
2832
+ } | {
2833
+ output: {
2834
+ error: {
2835
+ code: "query_invalid";
2542
2836
  details?: readonly Response.error.Detail[] | undefined;
2543
2837
  message: string;
2544
2838
  };
@@ -2547,48 +2841,142 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2547
2841
  outputFormat: "json";
2548
2842
  status: 400;
2549
2843
  input: {
2550
- param: Record<"chain", string | undefined>;
2844
+ query?: {
2845
+ recipient?: string | string[];
2846
+ sender?: string | string[];
2847
+ token?: string | string[];
2848
+ address?: string | string[];
2849
+ 'blockNumber.from'?: string | string[];
2850
+ 'blockNumber.to'?: string | string[];
2851
+ chainId?: string | string[];
2852
+ cursor?: string | string[];
2853
+ include?: string | string[];
2854
+ limit?: string | string[];
2855
+ order?: string | string[];
2856
+ page?: string | string[];
2857
+ 'timestamp.from'?: string | string[];
2858
+ 'timestamp.to'?: string | string[];
2859
+ 'valuation.currency'?: string | string[];
2860
+ } | undefined;
2551
2861
  };
2552
2862
  } | {
2553
2863
  output: {
2554
- error?: {
2555
- code: number;
2556
- data?: import("hono/utils/types").JSONValue;
2864
+ error: {
2865
+ code: "upstream_error";
2866
+ details?: readonly Response.error.Detail[] | undefined;
2557
2867
  message: string;
2868
+ };
2869
+ requestId: string;
2870
+ };
2871
+ outputFormat: "json";
2872
+ status: 502;
2873
+ input: {
2874
+ query?: {
2875
+ recipient?: string | string[];
2876
+ sender?: string | string[];
2877
+ token?: string | string[];
2878
+ address?: string | string[];
2879
+ 'blockNumber.from'?: string | string[];
2880
+ 'blockNumber.to'?: string | string[];
2881
+ chainId?: string | string[];
2882
+ cursor?: string | string[];
2883
+ include?: string | string[];
2884
+ limit?: string | string[];
2885
+ order?: string | string[];
2886
+ page?: string | string[];
2887
+ 'timestamp.from'?: string | string[];
2888
+ 'timestamp.to'?: string | string[];
2889
+ 'valuation.currency'?: string | string[];
2558
2890
  } | undefined;
2559
- id: string | number | null;
2560
- jsonrpc: "2.0";
2561
- result?: import("hono/utils/types").JSONValue;
2562
- }[] | {
2563
- error?: {
2564
- code: number;
2565
- data?: import("hono/utils/types").JSONValue;
2566
- message: string;
2891
+ };
2892
+ } | {
2893
+ output: {
2894
+ data: {
2895
+ attribution?: string | undefined;
2896
+ blockNumber: number;
2897
+ destinationAmount?: {
2898
+ baseUnits: string;
2899
+ currency: string;
2900
+ decimals: number;
2901
+ formatted: string;
2902
+ valuation?: {
2903
+ amount: string;
2904
+ currency: string;
2905
+ } | null | undefined;
2906
+ } | undefined;
2907
+ destinationToken?: {
2908
+ address: `0x${string}`;
2909
+ currency: string;
2910
+ decimals: number;
2911
+ logoUri?: string | undefined;
2912
+ name: string;
2913
+ symbol: string;
2914
+ verified?: boolean | undefined;
2915
+ } | undefined;
2916
+ id: string;
2917
+ logIndex: number;
2918
+ memo?: string | undefined;
2919
+ recipient: `0x${string}`;
2920
+ sender: `0x${string}`;
2921
+ sourceAmount: {
2922
+ baseUnits: string;
2923
+ currency: string;
2924
+ decimals: number;
2925
+ formatted: string;
2926
+ valuation?: {
2927
+ amount: string;
2928
+ currency: string;
2929
+ } | null | undefined;
2930
+ };
2931
+ sourceToken: {
2932
+ address: `0x${string}`;
2933
+ currency: string;
2934
+ decimals: number;
2935
+ logoUri?: string | undefined;
2936
+ name: string;
2937
+ symbol: string;
2938
+ verified?: boolean | undefined;
2939
+ };
2940
+ timestamp: string;
2941
+ transactionHash: `0x${string}`;
2942
+ }[];
2943
+ meta?: {
2944
+ valuation?: {
2945
+ asOf: string;
2946
+ basis: "nominal";
2947
+ source: string;
2948
+ } | undefined;
2949
+ totalCount?: number | undefined;
2950
+ totalCountCapped?: boolean | undefined;
2567
2951
  } | undefined;
2568
- id: string | number | null;
2569
- jsonrpc: "2.0";
2570
- result?: import("hono/utils/types").JSONValue;
2952
+ nextCursor: string | null;
2571
2953
  };
2572
2954
  outputFormat: "json";
2573
2955
  status: 200;
2574
2956
  input: {
2575
- param: Record<"chain", string | undefined>;
2957
+ query?: {
2958
+ recipient?: string | string[];
2959
+ sender?: string | string[];
2960
+ token?: string | string[];
2961
+ address?: string | string[];
2962
+ 'blockNumber.from'?: string | string[];
2963
+ 'blockNumber.to'?: string | string[];
2964
+ chainId?: string | string[];
2965
+ cursor?: string | string[];
2966
+ include?: string | string[];
2967
+ limit?: string | string[];
2968
+ order?: string | string[];
2969
+ page?: string | string[];
2970
+ 'timestamp.from'?: string | string[];
2971
+ 'timestamp.to'?: string | string[];
2972
+ 'valuation.currency'?: string | string[];
2973
+ } | undefined;
2576
2974
  };
2577
2975
  };
2578
2976
  };
2579
2977
  }, "/"> | import("hono/types").MergeSchemaPath<{
2580
- "/v1/indexer/query": {
2978
+ "/v1/zones/withdrawals/:senderTag": {
2581
2979
  $get: {
2582
- output: null;
2583
- outputFormat: "body";
2584
- status: 402;
2585
- input: {};
2586
- } | {
2587
- output: never;
2588
- outputFormat: never;
2589
- status: never;
2590
- input: {};
2591
- } | {
2592
2980
  output: {
2593
2981
  error: {
2594
2982
  code: "api_key_malformed";
@@ -2599,7 +2987,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2599
2987
  };
2600
2988
  outputFormat: "json";
2601
2989
  status: 400;
2602
- input: {};
2990
+ input: {
2991
+ param: {
2992
+ senderTag: `0x${string}`;
2993
+ };
2994
+ } & {
2995
+ query: {
2996
+ chainId: string | string[];
2997
+ };
2998
+ };
2603
2999
  } | {
2604
3000
  output: {
2605
3001
  error: {
@@ -2611,7 +3007,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2611
3007
  };
2612
3008
  outputFormat: "json";
2613
3009
  status: 401;
2614
- input: {};
3010
+ input: {
3011
+ param: {
3012
+ senderTag: `0x${string}`;
3013
+ };
3014
+ } & {
3015
+ query: {
3016
+ chainId: string | string[];
3017
+ };
3018
+ };
2615
3019
  } | {
2616
3020
  output: {
2617
3021
  error: {
@@ -2623,7 +3027,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2623
3027
  };
2624
3028
  outputFormat: "json";
2625
3029
  status: 403;
2626
- input: {};
3030
+ input: {
3031
+ param: {
3032
+ senderTag: `0x${string}`;
3033
+ };
3034
+ } & {
3035
+ query: {
3036
+ chainId: string | string[];
3037
+ };
3038
+ };
2627
3039
  } | {
2628
3040
  output: {
2629
3041
  error: {
@@ -2635,52 +3047,19 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2635
3047
  };
2636
3048
  outputFormat: "json";
2637
3049
  status: 429;
2638
- input: {};
2639
- } | {
2640
- output: {
2641
- ok: boolean;
2642
- columns: string[];
2643
- rows: import("hono/utils/types").JSONValue[][];
2644
- row_count: number;
2645
- engine?: "clickhouse" | "postgres" | "tiered" | undefined;
2646
- query_time_ms?: number | undefined;
2647
- };
2648
- outputFormat: "json";
2649
- status: 200;
2650
- input: {};
2651
- } | {
2652
- output: {
2653
- ok: false;
2654
- error: string;
2655
- };
2656
- outputFormat: "json";
2657
- status: 400;
2658
- input: {};
2659
- } | {
2660
- output: {
2661
- ok: false;
2662
- error: string;
2663
- };
2664
- outputFormat: "json";
2665
- status: 422;
2666
- input: {};
2667
- };
2668
- };
2669
- }, "/"> | import("hono/types").MergeSchemaPath<{
2670
- "/v1/tokenlist": {
2671
- $get: {
2672
- output: null;
2673
- outputFormat: "body";
2674
- status: 402;
2675
3050
  input: {
2676
- query?: {
2677
- chainId?: string | string[];
2678
- } | undefined;
3051
+ param: {
3052
+ senderTag: `0x${string}`;
3053
+ };
3054
+ } & {
3055
+ query: {
3056
+ chainId: string | string[];
3057
+ };
2679
3058
  };
2680
3059
  } | {
2681
3060
  output: {
2682
3061
  error: {
2683
- code: "api_key_malformed";
3062
+ code: "query_invalid";
2684
3063
  details?: readonly Response.error.Detail[] | undefined;
2685
3064
  message: string;
2686
3065
  };
@@ -2689,62 +3068,58 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2689
3068
  outputFormat: "json";
2690
3069
  status: 400;
2691
3070
  input: {
2692
- query?: {
2693
- chainId?: string | string[];
2694
- } | undefined;
2695
- };
2696
- } | {
2697
- output: {
2698
- error: {
2699
- code: "api_key_invalid" | "api_key_missing";
2700
- details?: readonly Response.error.Detail[] | undefined;
2701
- message: string;
3071
+ param: {
3072
+ senderTag: `0x${string}`;
3073
+ };
3074
+ } & {
3075
+ query: {
3076
+ chainId: string | string[];
2702
3077
  };
2703
- requestId: string;
2704
- };
2705
- outputFormat: "json";
2706
- status: 401;
2707
- input: {
2708
- query?: {
2709
- chainId?: string | string[];
2710
- } | undefined;
2711
3078
  };
2712
3079
  } | {
2713
3080
  output: {
2714
3081
  error: {
2715
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3082
+ code: "upstream_error";
2716
3083
  details?: readonly Response.error.Detail[] | undefined;
2717
3084
  message: string;
2718
3085
  };
2719
3086
  requestId: string;
2720
3087
  };
2721
3088
  outputFormat: "json";
2722
- status: 403;
3089
+ status: 502;
2723
3090
  input: {
2724
- query?: {
2725
- chainId?: string | string[];
2726
- } | undefined;
3091
+ param: {
3092
+ senderTag: `0x${string}`;
3093
+ };
3094
+ } & {
3095
+ query: {
3096
+ chainId: string | string[];
3097
+ };
2727
3098
  };
2728
3099
  } | {
2729
3100
  output: {
2730
3101
  error: {
2731
- code: "payment_required" | "rate_limit_exceeded";
3102
+ code: "chain_id_unsupported";
2732
3103
  details?: readonly Response.error.Detail[] | undefined;
2733
3104
  message: string;
2734
3105
  };
2735
3106
  requestId: string;
2736
3107
  };
2737
3108
  outputFormat: "json";
2738
- status: 429;
3109
+ status: 400;
2739
3110
  input: {
2740
- query?: {
2741
- chainId?: string | string[];
2742
- } | undefined;
3111
+ param: {
3112
+ senderTag: `0x${string}`;
3113
+ };
3114
+ } & {
3115
+ query: {
3116
+ chainId: string | string[];
3117
+ };
2743
3118
  };
2744
3119
  } | {
2745
3120
  output: {
2746
3121
  error: {
2747
- code: "query_invalid";
3122
+ code: "chain_id_invalid";
2748
3123
  details?: readonly Response.error.Detail[] | undefined;
2749
3124
  message: string;
2750
3125
  };
@@ -2753,77 +3128,73 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2753
3128
  outputFormat: "json";
2754
3129
  status: 400;
2755
3130
  input: {
2756
- query?: {
2757
- chainId?: string | string[];
2758
- } | undefined;
3131
+ param: {
3132
+ senderTag: `0x${string}`;
3133
+ };
3134
+ } & {
3135
+ query: {
3136
+ chainId: string | string[];
3137
+ };
2759
3138
  };
2760
3139
  } | {
2761
3140
  output: {
2762
3141
  error: {
2763
- code: "upstream_error";
3142
+ code: "sender_tag_invalid";
2764
3143
  details?: readonly Response.error.Detail[] | undefined;
2765
3144
  message: string;
2766
3145
  };
2767
3146
  requestId: string;
2768
3147
  };
2769
3148
  outputFormat: "json";
2770
- status: 502;
3149
+ status: 400;
2771
3150
  input: {
2772
- query?: {
2773
- chainId?: string | string[];
2774
- } | undefined;
3151
+ param: {
3152
+ senderTag: `0x${string}`;
3153
+ };
3154
+ } & {
3155
+ query: {
3156
+ chainId: string | string[];
3157
+ };
2775
3158
  };
2776
3159
  } | {
2777
3160
  output: {
2778
- name: string;
2779
- timestamp: string;
2780
- version: {
2781
- major: number;
2782
- minor: number;
2783
- patch: number;
2784
- };
2785
- tokens: {
2786
- chainId: number;
2787
- address: `0x${string}`;
2788
- name: string;
2789
- symbol: string;
2790
- decimals: number;
2791
- logoURI?: string | undefined;
3161
+ data: {
3162
+ blockNumber: number;
3163
+ id: string;
3164
+ logIndex: number;
3165
+ status: "completed" | "failed";
3166
+ transactionHash: `0x${string}`;
3167
+ zoneStatus: "completed" | "pending";
2792
3168
  }[];
2793
3169
  };
2794
3170
  outputFormat: "json";
2795
3171
  status: 200;
2796
3172
  input: {
2797
- query?: {
2798
- chainId?: string | string[];
2799
- } | undefined;
3173
+ param: {
3174
+ senderTag: `0x${string}`;
3175
+ };
3176
+ } & {
3177
+ query: {
3178
+ chainId: string | string[];
3179
+ };
2800
3180
  };
2801
3181
  };
2802
3182
  };
2803
3183
  }, "/"> | import("hono/types").MergeSchemaPath<{
2804
- "/v1/transfers": {
3184
+ "/chains/:chainId/blocks/by-timestamp": {
2805
3185
  $get: {
2806
3186
  output: null;
2807
3187
  outputFormat: "body";
2808
3188
  status: 402;
2809
3189
  input: {
2810
- query?: {
2811
- recipient?: string | string[];
2812
- sender?: string | string[];
2813
- token?: string | string[];
2814
- address?: string | string[];
2815
- 'blockNumber.from'?: string | string[];
2816
- 'blockNumber.to'?: string | string[];
2817
- chainId?: string | string[];
2818
- cursor?: string | string[];
2819
- include?: string | string[];
2820
- limit?: string | string[];
2821
- order?: string | string[];
2822
- page?: string | string[];
2823
- 'timestamp.from'?: string | string[];
2824
- 'timestamp.to'?: string | string[];
2825
- 'valuation.currency'?: string | string[];
2826
- } | undefined;
3190
+ param: {
3191
+ chainId: string;
3192
+ };
3193
+ } & {
3194
+ query: {
3195
+ closest?: string | string[];
3196
+ timestamp: string | string[];
3197
+ };
2827
3198
  };
2828
3199
  } | {
2829
3200
  output: {
@@ -2837,23 +3208,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2837
3208
  outputFormat: "json";
2838
3209
  status: 400;
2839
3210
  input: {
2840
- query?: {
2841
- recipient?: string | string[];
2842
- sender?: string | string[];
2843
- token?: string | string[];
2844
- address?: string | string[];
2845
- 'blockNumber.from'?: string | string[];
2846
- 'blockNumber.to'?: string | string[];
2847
- chainId?: string | string[];
2848
- cursor?: string | string[];
2849
- include?: string | string[];
2850
- limit?: string | string[];
2851
- order?: string | string[];
2852
- page?: string | string[];
2853
- 'timestamp.from'?: string | string[];
2854
- 'timestamp.to'?: string | string[];
2855
- 'valuation.currency'?: string | string[];
2856
- } | undefined;
3211
+ param: {
3212
+ chainId: string;
3213
+ };
3214
+ } & {
3215
+ query: {
3216
+ closest?: string | string[];
3217
+ timestamp: string | string[];
3218
+ };
2857
3219
  };
2858
3220
  } | {
2859
3221
  output: {
@@ -2867,23 +3229,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2867
3229
  outputFormat: "json";
2868
3230
  status: 401;
2869
3231
  input: {
2870
- query?: {
2871
- recipient?: string | string[];
2872
- sender?: string | string[];
2873
- token?: string | string[];
2874
- address?: string | string[];
2875
- 'blockNumber.from'?: string | string[];
2876
- 'blockNumber.to'?: string | string[];
2877
- chainId?: string | string[];
2878
- cursor?: string | string[];
2879
- include?: string | string[];
2880
- limit?: string | string[];
2881
- order?: string | string[];
2882
- page?: string | string[];
2883
- 'timestamp.from'?: string | string[];
2884
- 'timestamp.to'?: string | string[];
2885
- 'valuation.currency'?: string | string[];
2886
- } | undefined;
3232
+ param: {
3233
+ chainId: string;
3234
+ };
3235
+ } & {
3236
+ query: {
3237
+ closest?: string | string[];
3238
+ timestamp: string | string[];
3239
+ };
2887
3240
  };
2888
3241
  } | {
2889
3242
  output: {
@@ -2897,23 +3250,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2897
3250
  outputFormat: "json";
2898
3251
  status: 403;
2899
3252
  input: {
2900
- query?: {
2901
- recipient?: string | string[];
2902
- sender?: string | string[];
2903
- token?: string | string[];
2904
- address?: string | string[];
2905
- 'blockNumber.from'?: string | string[];
2906
- 'blockNumber.to'?: string | string[];
2907
- chainId?: string | string[];
2908
- cursor?: string | string[];
2909
- include?: string | string[];
2910
- limit?: string | string[];
2911
- order?: string | string[];
2912
- page?: string | string[];
2913
- 'timestamp.from'?: string | string[];
2914
- 'timestamp.to'?: string | string[];
2915
- 'valuation.currency'?: string | string[];
2916
- } | undefined;
3253
+ param: {
3254
+ chainId: string;
3255
+ };
3256
+ } & {
3257
+ query: {
3258
+ closest?: string | string[];
3259
+ timestamp: string | string[];
3260
+ };
2917
3261
  };
2918
3262
  } | {
2919
3263
  output: {
@@ -2927,23 +3271,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2927
3271
  outputFormat: "json";
2928
3272
  status: 429;
2929
3273
  input: {
2930
- query?: {
2931
- recipient?: string | string[];
2932
- sender?: string | string[];
2933
- token?: string | string[];
2934
- address?: string | string[];
2935
- 'blockNumber.from'?: string | string[];
2936
- 'blockNumber.to'?: string | string[];
2937
- chainId?: string | string[];
2938
- cursor?: string | string[];
2939
- include?: string | string[];
2940
- limit?: string | string[];
2941
- order?: string | string[];
2942
- page?: string | string[];
2943
- 'timestamp.from'?: string | string[];
2944
- 'timestamp.to'?: string | string[];
2945
- 'valuation.currency'?: string | string[];
2946
- } | undefined;
3274
+ param: {
3275
+ chainId: string;
3276
+ };
3277
+ } & {
3278
+ query: {
3279
+ closest?: string | string[];
3280
+ timestamp: string | string[];
3281
+ };
2947
3282
  };
2948
3283
  } | {
2949
3284
  output: {
@@ -2957,23 +3292,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2957
3292
  outputFormat: "json";
2958
3293
  status: 400;
2959
3294
  input: {
2960
- query?: {
2961
- recipient?: string | string[];
2962
- sender?: string | string[];
2963
- token?: string | string[];
2964
- address?: string | string[];
2965
- 'blockNumber.from'?: string | string[];
2966
- 'blockNumber.to'?: string | string[];
2967
- chainId?: string | string[];
2968
- cursor?: string | string[];
2969
- include?: string | string[];
2970
- limit?: string | string[];
2971
- order?: string | string[];
2972
- page?: string | string[];
2973
- 'timestamp.from'?: string | string[];
2974
- 'timestamp.to'?: string | string[];
2975
- 'valuation.currency'?: string | string[];
2976
- } | undefined;
3295
+ param: {
3296
+ chainId: string;
3297
+ };
3298
+ } & {
3299
+ query: {
3300
+ closest?: string | string[];
3301
+ timestamp: string | string[];
3302
+ };
2977
3303
  };
2978
3304
  } | {
2979
3305
  output: {
@@ -2986,196 +3312,109 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
2986
3312
  };
2987
3313
  outputFormat: "json";
2988
3314
  status: 502;
2989
- input: {
2990
- query?: {
2991
- recipient?: string | string[];
2992
- sender?: string | string[];
2993
- token?: string | string[];
2994
- address?: string | string[];
2995
- 'blockNumber.from'?: string | string[];
2996
- 'blockNumber.to'?: string | string[];
2997
- chainId?: string | string[];
2998
- cursor?: string | string[];
2999
- include?: string | string[];
3000
- limit?: string | string[];
3001
- order?: string | string[];
3002
- page?: string | string[];
3003
- 'timestamp.from'?: string | string[];
3004
- 'timestamp.to'?: string | string[];
3005
- 'valuation.currency'?: string | string[];
3006
- } | undefined;
3007
- };
3008
- } | {
3009
- output: {
3010
- data: {
3011
- attribution?: string | undefined;
3012
- blockNumber: number;
3013
- destinationAmount?: {
3014
- baseUnits: string;
3015
- currency: string;
3016
- decimals: number;
3017
- formatted: string;
3018
- valuation?: {
3019
- amount: string;
3020
- currency: string;
3021
- } | null | undefined;
3022
- } | undefined;
3023
- destinationToken?: {
3024
- address: `0x${string}`;
3025
- currency: string;
3026
- decimals: number;
3027
- logoUri?: string | undefined;
3028
- name: string;
3029
- symbol: string;
3030
- verified?: boolean | undefined;
3031
- } | undefined;
3032
- id: string;
3033
- logIndex: number;
3034
- memo?: string | undefined;
3035
- recipient: `0x${string}`;
3036
- sender: `0x${string}`;
3037
- sourceAmount: {
3038
- baseUnits: string;
3039
- currency: string;
3040
- decimals: number;
3041
- formatted: string;
3042
- valuation?: {
3043
- amount: string;
3044
- currency: string;
3045
- } | null | undefined;
3046
- };
3047
- sourceToken: {
3048
- address: `0x${string}`;
3049
- currency: string;
3050
- decimals: number;
3051
- logoUri?: string | undefined;
3052
- name: string;
3053
- symbol: string;
3054
- verified?: boolean | undefined;
3055
- };
3056
- timestamp: string;
3057
- transactionHash: `0x${string}`;
3058
- }[];
3059
- meta?: {
3060
- valuation?: {
3061
- asOf: string;
3062
- basis: "nominal";
3063
- source: string;
3064
- } | undefined;
3065
- totalCount?: number | undefined;
3066
- totalCountCapped?: boolean | undefined;
3067
- } | undefined;
3068
- nextCursor: string | null;
3069
- };
3070
- outputFormat: "json";
3071
- status: 200;
3072
- input: {
3073
- query?: {
3074
- recipient?: string | string[];
3075
- sender?: string | string[];
3076
- token?: string | string[];
3077
- address?: string | string[];
3078
- 'blockNumber.from'?: string | string[];
3079
- 'blockNumber.to'?: string | string[];
3080
- chainId?: string | string[];
3081
- cursor?: string | string[];
3082
- include?: string | string[];
3083
- limit?: string | string[];
3084
- order?: string | string[];
3085
- page?: string | string[];
3086
- 'timestamp.from'?: string | string[];
3087
- 'timestamp.to'?: string | string[];
3088
- 'valuation.currency'?: string | string[];
3089
- } | undefined;
3090
- };
3091
- };
3092
- };
3093
- }, "/"> | import("hono/types").MergeSchemaPath<{
3094
- "/v1/zones/withdrawals/:senderTag": {
3095
- $get: {
3096
- output: {
3097
- error: {
3098
- code: "api_key_malformed";
3099
- details?: readonly Response.error.Detail[] | undefined;
3100
- message: string;
3101
- };
3102
- requestId: string;
3103
- };
3104
- outputFormat: "json";
3105
- status: 400;
3106
3315
  input: {
3107
3316
  param: {
3108
- senderTag: `0x${string}`;
3317
+ chainId: string;
3109
3318
  };
3110
3319
  } & {
3111
3320
  query: {
3112
- chainId: string | string[];
3321
+ closest?: string | string[];
3322
+ timestamp: string | string[];
3113
3323
  };
3114
3324
  };
3115
3325
  } | {
3116
3326
  output: {
3117
3327
  error: {
3118
- code: "api_key_invalid" | "api_key_missing";
3328
+ code: "chain_id_unsupported";
3119
3329
  details?: readonly Response.error.Detail[] | undefined;
3120
3330
  message: string;
3121
3331
  };
3122
3332
  requestId: string;
3123
3333
  };
3124
3334
  outputFormat: "json";
3125
- status: 401;
3335
+ status: 400;
3126
3336
  input: {
3127
3337
  param: {
3128
- senderTag: `0x${string}`;
3338
+ chainId: string;
3129
3339
  };
3130
3340
  } & {
3131
3341
  query: {
3132
- chainId: string | string[];
3342
+ closest?: string | string[];
3343
+ timestamp: string | string[];
3133
3344
  };
3134
3345
  };
3135
3346
  } | {
3136
3347
  output: {
3137
3348
  error: {
3138
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3349
+ code: "block_not_found";
3139
3350
  details?: readonly Response.error.Detail[] | undefined;
3140
3351
  message: string;
3141
3352
  };
3142
3353
  requestId: string;
3143
3354
  };
3144
3355
  outputFormat: "json";
3145
- status: 403;
3356
+ status: 404;
3146
3357
  input: {
3147
3358
  param: {
3148
- senderTag: `0x${string}`;
3359
+ chainId: string;
3149
3360
  };
3150
3361
  } & {
3151
3362
  query: {
3152
- chainId: string | string[];
3363
+ closest?: string | string[];
3364
+ timestamp: string | string[];
3153
3365
  };
3154
3366
  };
3155
3367
  } | {
3156
3368
  output: {
3157
- error: {
3158
- code: "payment_required" | "rate_limit_exceeded";
3159
- details?: readonly Response.error.Detail[] | undefined;
3160
- message: string;
3369
+ block: {
3370
+ blockNumber: number;
3371
+ blockTimestamp: number;
3161
3372
  };
3162
- requestId: string;
3163
3373
  };
3164
3374
  outputFormat: "json";
3165
- status: 429;
3375
+ status: 200;
3166
3376
  input: {
3167
3377
  param: {
3168
- senderTag: `0x${string}`;
3378
+ chainId: string;
3169
3379
  };
3170
3380
  } & {
3171
3381
  query: {
3172
- chainId: string | string[];
3382
+ closest?: string | string[];
3383
+ timestamp: string | string[];
3173
3384
  };
3174
3385
  };
3386
+ };
3387
+ };
3388
+ }, "/"> | import("hono/types").MergeSchemaPath<{
3389
+ "/v1/transactions": {
3390
+ $get: {
3391
+ output: null;
3392
+ outputFormat: "body";
3393
+ status: 402;
3394
+ input: {
3395
+ query?: {
3396
+ address?: string | string[];
3397
+ 'blockNumber.from'?: string | string[];
3398
+ 'blockNumber.to'?: string | string[];
3399
+ chainId?: string | string[];
3400
+ cursor?: string | string[];
3401
+ feePayer?: string | string[];
3402
+ feeToken?: string | string[];
3403
+ include?: string | string[];
3404
+ limit?: string | string[];
3405
+ order?: string | string[];
3406
+ page?: string | string[];
3407
+ recipient?: string | string[];
3408
+ sender?: string | string[];
3409
+ status?: string | string[];
3410
+ 'timestamp.from'?: string | string[];
3411
+ 'timestamp.to'?: string | string[];
3412
+ } | undefined;
3413
+ };
3175
3414
  } | {
3176
3415
  output: {
3177
3416
  error: {
3178
- code: "query_invalid";
3417
+ code: "api_key_malformed";
3179
3418
  details?: readonly Response.error.Detail[] | undefined;
3180
3419
  message: string;
3181
3420
  };
@@ -3184,217 +3423,67 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
3184
3423
  outputFormat: "json";
3185
3424
  status: 400;
3186
3425
  input: {
3187
- param: {
3188
- senderTag: `0x${string}`;
3189
- };
3190
- } & {
3191
- query: {
3192
- chainId: string | string[];
3193
- };
3426
+ query?: {
3427
+ address?: string | string[];
3428
+ 'blockNumber.from'?: string | string[];
3429
+ 'blockNumber.to'?: string | string[];
3430
+ chainId?: string | string[];
3431
+ cursor?: string | string[];
3432
+ feePayer?: string | string[];
3433
+ feeToken?: string | string[];
3434
+ include?: string | string[];
3435
+ limit?: string | string[];
3436
+ order?: string | string[];
3437
+ page?: string | string[];
3438
+ recipient?: string | string[];
3439
+ sender?: string | string[];
3440
+ status?: string | string[];
3441
+ 'timestamp.from'?: string | string[];
3442
+ 'timestamp.to'?: string | string[];
3443
+ } | undefined;
3194
3444
  };
3195
3445
  } | {
3196
3446
  output: {
3197
3447
  error: {
3198
- code: "upstream_error";
3448
+ code: "api_key_invalid" | "api_key_missing";
3199
3449
  details?: readonly Response.error.Detail[] | undefined;
3200
3450
  message: string;
3201
3451
  };
3202
3452
  requestId: string;
3203
3453
  };
3204
3454
  outputFormat: "json";
3205
- status: 502;
3455
+ status: 401;
3206
3456
  input: {
3207
- param: {
3208
- senderTag: `0x${string}`;
3209
- };
3210
- } & {
3211
- query: {
3212
- chainId: string | string[];
3213
- };
3457
+ query?: {
3458
+ address?: string | string[];
3459
+ 'blockNumber.from'?: string | string[];
3460
+ 'blockNumber.to'?: string | string[];
3461
+ chainId?: string | string[];
3462
+ cursor?: string | string[];
3463
+ feePayer?: string | string[];
3464
+ feeToken?: string | string[];
3465
+ include?: string | string[];
3466
+ limit?: string | string[];
3467
+ order?: string | string[];
3468
+ page?: string | string[];
3469
+ recipient?: string | string[];
3470
+ sender?: string | string[];
3471
+ status?: string | string[];
3472
+ 'timestamp.from'?: string | string[];
3473
+ 'timestamp.to'?: string | string[];
3474
+ } | undefined;
3214
3475
  };
3215
3476
  } | {
3216
3477
  output: {
3217
3478
  error: {
3218
- code: "chain_id_unsupported";
3479
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3219
3480
  details?: readonly Response.error.Detail[] | undefined;
3220
3481
  message: string;
3221
3482
  };
3222
3483
  requestId: string;
3223
3484
  };
3224
3485
  outputFormat: "json";
3225
- status: 400;
3226
- input: {
3227
- param: {
3228
- senderTag: `0x${string}`;
3229
- };
3230
- } & {
3231
- query: {
3232
- chainId: string | string[];
3233
- };
3234
- };
3235
- } | {
3236
- output: {
3237
- error: {
3238
- code: "chain_id_invalid";
3239
- details?: readonly Response.error.Detail[] | undefined;
3240
- message: string;
3241
- };
3242
- requestId: string;
3243
- };
3244
- outputFormat: "json";
3245
- status: 400;
3246
- input: {
3247
- param: {
3248
- senderTag: `0x${string}`;
3249
- };
3250
- } & {
3251
- query: {
3252
- chainId: string | string[];
3253
- };
3254
- };
3255
- } | {
3256
- output: {
3257
- error: {
3258
- code: "sender_tag_invalid";
3259
- details?: readonly Response.error.Detail[] | undefined;
3260
- message: string;
3261
- };
3262
- requestId: string;
3263
- };
3264
- outputFormat: "json";
3265
- status: 400;
3266
- input: {
3267
- param: {
3268
- senderTag: `0x${string}`;
3269
- };
3270
- } & {
3271
- query: {
3272
- chainId: string | string[];
3273
- };
3274
- };
3275
- } | {
3276
- output: {
3277
- data: {
3278
- blockNumber: number;
3279
- id: string;
3280
- logIndex: number;
3281
- status: "completed" | "failed";
3282
- transactionHash: `0x${string}`;
3283
- zoneStatus: "completed" | "pending";
3284
- }[];
3285
- };
3286
- outputFormat: "json";
3287
- status: 200;
3288
- input: {
3289
- param: {
3290
- senderTag: `0x${string}`;
3291
- };
3292
- } & {
3293
- query: {
3294
- chainId: string | string[];
3295
- };
3296
- };
3297
- };
3298
- };
3299
- }, "/"> | import("hono/types").MergeSchemaPath<{
3300
- "/v1/transactions": {
3301
- $get: {
3302
- output: null;
3303
- outputFormat: "body";
3304
- status: 402;
3305
- input: {
3306
- query?: {
3307
- address?: string | string[];
3308
- 'blockNumber.from'?: string | string[];
3309
- 'blockNumber.to'?: string | string[];
3310
- chainId?: string | string[];
3311
- cursor?: string | string[];
3312
- feePayer?: string | string[];
3313
- feeToken?: string | string[];
3314
- include?: string | string[];
3315
- limit?: string | string[];
3316
- order?: string | string[];
3317
- page?: string | string[];
3318
- recipient?: string | string[];
3319
- sender?: string | string[];
3320
- status?: string | string[];
3321
- 'timestamp.from'?: string | string[];
3322
- 'timestamp.to'?: string | string[];
3323
- } | undefined;
3324
- };
3325
- } | {
3326
- output: {
3327
- error: {
3328
- code: "api_key_malformed";
3329
- details?: readonly Response.error.Detail[] | undefined;
3330
- message: string;
3331
- };
3332
- requestId: string;
3333
- };
3334
- outputFormat: "json";
3335
- status: 400;
3336
- input: {
3337
- query?: {
3338
- address?: string | string[];
3339
- 'blockNumber.from'?: string | string[];
3340
- 'blockNumber.to'?: string | string[];
3341
- chainId?: string | string[];
3342
- cursor?: string | string[];
3343
- feePayer?: string | string[];
3344
- feeToken?: string | string[];
3345
- include?: string | string[];
3346
- limit?: string | string[];
3347
- order?: string | string[];
3348
- page?: string | string[];
3349
- recipient?: string | string[];
3350
- sender?: string | string[];
3351
- status?: string | string[];
3352
- 'timestamp.from'?: string | string[];
3353
- 'timestamp.to'?: string | string[];
3354
- } | undefined;
3355
- };
3356
- } | {
3357
- output: {
3358
- error: {
3359
- code: "api_key_invalid" | "api_key_missing";
3360
- details?: readonly Response.error.Detail[] | undefined;
3361
- message: string;
3362
- };
3363
- requestId: string;
3364
- };
3365
- outputFormat: "json";
3366
- status: 401;
3367
- input: {
3368
- query?: {
3369
- address?: string | string[];
3370
- 'blockNumber.from'?: string | string[];
3371
- 'blockNumber.to'?: string | string[];
3372
- chainId?: string | string[];
3373
- cursor?: string | string[];
3374
- feePayer?: string | string[];
3375
- feeToken?: string | string[];
3376
- include?: string | string[];
3377
- limit?: string | string[];
3378
- order?: string | string[];
3379
- page?: string | string[];
3380
- recipient?: string | string[];
3381
- sender?: string | string[];
3382
- status?: string | string[];
3383
- 'timestamp.from'?: string | string[];
3384
- 'timestamp.to'?: string | string[];
3385
- } | undefined;
3386
- };
3387
- } | {
3388
- output: {
3389
- error: {
3390
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3391
- details?: readonly Response.error.Detail[] | undefined;
3392
- message: string;
3393
- };
3394
- requestId: string;
3395
- };
3396
- outputFormat: "json";
3397
- status: 403;
3486
+ status: 403;
3398
3487
  input: {
3399
3488
  query?: {
3400
3489
  address?: string | string[];
@@ -7078,6 +7167,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
7078
7167
  name: string;
7079
7168
  outputTokens: `0x${string}`[];
7080
7169
  } | null | undefined;
7170
+ zones?: {
7171
+ chainId: number;
7172
+ deploymentBlock: number;
7173
+ earnRouter: `0x${string}`;
7174
+ inputTokens: `0x${string}`[];
7175
+ name: string;
7176
+ outputTokens: `0x${string}`[];
7177
+ }[] | undefined;
7081
7178
  }[];
7082
7179
  meta?: {
7083
7180
  valuation?: {
@@ -7334,6 +7431,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
7334
7431
  name: string;
7335
7432
  outputTokens: `0x${string}`[];
7336
7433
  } | null | undefined;
7434
+ zones?: {
7435
+ chainId: number;
7436
+ deploymentBlock: number;
7437
+ earnRouter: `0x${string}`;
7438
+ inputTokens: `0x${string}`[];
7439
+ name: string;
7440
+ outputTokens: `0x${string}`[];
7441
+ }[] | undefined;
7337
7442
  engine: {
7338
7443
  address: `0x${string}`;
7339
7444
  venue: `0x${string}` | null;
@@ -8488,6 +8593,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
8488
8593
  name: string;
8489
8594
  outputTokens: `0x${string}`[];
8490
8595
  } | null | undefined;
8596
+ zones?: {
8597
+ chainId: number;
8598
+ deploymentBlock: number;
8599
+ earnRouter: `0x${string}`;
8600
+ inputTokens: `0x${string}`[];
8601
+ name: string;
8602
+ outputTokens: `0x${string}`[];
8603
+ }[] | undefined;
8491
8604
  meta?: {
8492
8605
  valuation?: {
8493
8606
  asOf: string;
@@ -16660,95 +16773,801 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
16660
16773
  details?: readonly Response.error.Detail[] | undefined;
16661
16774
  message: string;
16662
16775
  };
16663
- requestId: string;
16664
- };
16665
- outputFormat: "json";
16666
- status: 502;
16667
- input: {
16668
- param: {
16669
- id: string;
16776
+ requestId: string;
16777
+ };
16778
+ outputFormat: "json";
16779
+ status: 502;
16780
+ input: {
16781
+ param: {
16782
+ id: string;
16783
+ };
16784
+ };
16785
+ } | {
16786
+ output: {
16787
+ error: {
16788
+ code: "webhooks_not_enabled";
16789
+ details?: readonly Response.error.Detail[] | undefined;
16790
+ message: string;
16791
+ };
16792
+ requestId: string;
16793
+ };
16794
+ outputFormat: "json";
16795
+ status: 404;
16796
+ input: {
16797
+ param: {
16798
+ id: string;
16799
+ };
16800
+ };
16801
+ } | {
16802
+ output: {
16803
+ error: {
16804
+ code: "unauthorized";
16805
+ details?: readonly Response.error.Detail[] | undefined;
16806
+ message: string;
16807
+ };
16808
+ requestId: string;
16809
+ };
16810
+ outputFormat: "json";
16811
+ status: 401;
16812
+ input: {
16813
+ param: {
16814
+ id: string;
16815
+ };
16816
+ };
16817
+ } | {
16818
+ output: {
16819
+ error: {
16820
+ code: "param_invalid";
16821
+ details?: readonly Response.error.Detail[] | undefined;
16822
+ message: string;
16823
+ };
16824
+ requestId: string;
16825
+ };
16826
+ outputFormat: "json";
16827
+ status: 400;
16828
+ input: {
16829
+ param: {
16830
+ id: string;
16831
+ };
16832
+ };
16833
+ } | {
16834
+ output: {
16835
+ error: {
16836
+ code: "webhook_not_found";
16837
+ details?: readonly Response.error.Detail[] | undefined;
16838
+ message: string;
16839
+ };
16840
+ requestId: string;
16841
+ };
16842
+ outputFormat: "json";
16843
+ status: 404;
16844
+ input: {
16845
+ param: {
16846
+ id: string;
16847
+ };
16848
+ };
16849
+ } | {
16850
+ output: {
16851
+ id: string;
16852
+ };
16853
+ outputFormat: "json";
16854
+ status: 200;
16855
+ input: {
16856
+ param: {
16857
+ id: string;
16858
+ };
16859
+ };
16860
+ };
16861
+ };
16862
+ }, "/"> | import("hono/types").MergeSchemaPath<{
16863
+ "/v1/exchange/quotes": {
16864
+ $post: {
16865
+ output: null;
16866
+ outputFormat: "body";
16867
+ status: 402;
16868
+ input: {
16869
+ query?: {
16870
+ chainId?: string | string[];
16871
+ include?: string | string[];
16872
+ 'valuation.currency'?: string | string[];
16873
+ } | undefined;
16874
+ } & {
16875
+ json: {
16876
+ account?: `0x${string}` | undefined;
16877
+ amount: string;
16878
+ destinationToken: `0x${string}`;
16879
+ mode: "exactDestination" | "exactSource";
16880
+ slippageBps: number;
16881
+ sourceToken: `0x${string}`;
16882
+ };
16883
+ };
16884
+ } | {
16885
+ output: {
16886
+ error: {
16887
+ code: "api_key_malformed";
16888
+ details?: readonly Response.error.Detail[] | undefined;
16889
+ message: string;
16890
+ };
16891
+ requestId: string;
16892
+ };
16893
+ outputFormat: "json";
16894
+ status: 400;
16895
+ input: {
16896
+ query?: {
16897
+ chainId?: string | string[];
16898
+ include?: string | string[];
16899
+ 'valuation.currency'?: string | string[];
16900
+ } | undefined;
16901
+ } & {
16902
+ json: {
16903
+ account?: `0x${string}` | undefined;
16904
+ amount: string;
16905
+ destinationToken: `0x${string}`;
16906
+ mode: "exactDestination" | "exactSource";
16907
+ slippageBps: number;
16908
+ sourceToken: `0x${string}`;
16909
+ };
16910
+ };
16911
+ } | {
16912
+ output: {
16913
+ error: {
16914
+ code: "api_key_invalid" | "api_key_missing";
16915
+ details?: readonly Response.error.Detail[] | undefined;
16916
+ message: string;
16917
+ };
16918
+ requestId: string;
16919
+ };
16920
+ outputFormat: "json";
16921
+ status: 401;
16922
+ input: {
16923
+ query?: {
16924
+ chainId?: string | string[];
16925
+ include?: string | string[];
16926
+ 'valuation.currency'?: string | string[];
16927
+ } | undefined;
16928
+ } & {
16929
+ json: {
16930
+ account?: `0x${string}` | undefined;
16931
+ amount: string;
16932
+ destinationToken: `0x${string}`;
16933
+ mode: "exactDestination" | "exactSource";
16934
+ slippageBps: number;
16935
+ sourceToken: `0x${string}`;
16936
+ };
16937
+ };
16938
+ } | {
16939
+ output: {
16940
+ error: {
16941
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
16942
+ details?: readonly Response.error.Detail[] | undefined;
16943
+ message: string;
16944
+ };
16945
+ requestId: string;
16946
+ };
16947
+ outputFormat: "json";
16948
+ status: 403;
16949
+ input: {
16950
+ query?: {
16951
+ chainId?: string | string[];
16952
+ include?: string | string[];
16953
+ 'valuation.currency'?: string | string[];
16954
+ } | undefined;
16955
+ } & {
16956
+ json: {
16957
+ account?: `0x${string}` | undefined;
16958
+ amount: string;
16959
+ destinationToken: `0x${string}`;
16960
+ mode: "exactDestination" | "exactSource";
16961
+ slippageBps: number;
16962
+ sourceToken: `0x${string}`;
16963
+ };
16964
+ };
16965
+ } | {
16966
+ output: {
16967
+ error: {
16968
+ code: "payment_required" | "rate_limit_exceeded";
16969
+ details?: readonly Response.error.Detail[] | undefined;
16970
+ message: string;
16971
+ };
16972
+ requestId: string;
16973
+ };
16974
+ outputFormat: "json";
16975
+ status: 429;
16976
+ input: {
16977
+ query?: {
16978
+ chainId?: string | string[];
16979
+ include?: string | string[];
16980
+ 'valuation.currency'?: string | string[];
16981
+ } | undefined;
16982
+ } & {
16983
+ json: {
16984
+ account?: `0x${string}` | undefined;
16985
+ amount: string;
16986
+ destinationToken: `0x${string}`;
16987
+ mode: "exactDestination" | "exactSource";
16988
+ slippageBps: number;
16989
+ sourceToken: `0x${string}`;
16990
+ };
16991
+ };
16992
+ } | {
16993
+ output: {
16994
+ error: {
16995
+ code: "query_invalid";
16996
+ details?: readonly Response.error.Detail[] | undefined;
16997
+ message: string;
16998
+ };
16999
+ requestId: string;
17000
+ };
17001
+ outputFormat: "json";
17002
+ status: 400;
17003
+ input: {
17004
+ query?: {
17005
+ chainId?: string | string[];
17006
+ include?: string | string[];
17007
+ 'valuation.currency'?: string | string[];
17008
+ } | undefined;
17009
+ } & {
17010
+ json: {
17011
+ account?: `0x${string}` | undefined;
17012
+ amount: string;
17013
+ destinationToken: `0x${string}`;
17014
+ mode: "exactDestination" | "exactSource";
17015
+ slippageBps: number;
17016
+ sourceToken: `0x${string}`;
17017
+ };
17018
+ };
17019
+ } | {
17020
+ output: {
17021
+ error: {
17022
+ code: "upstream_error";
17023
+ details?: readonly Response.error.Detail[] | undefined;
17024
+ message: string;
17025
+ };
17026
+ requestId: string;
17027
+ };
17028
+ outputFormat: "json";
17029
+ status: 502;
17030
+ input: {
17031
+ query?: {
17032
+ chainId?: string | string[];
17033
+ include?: string | string[];
17034
+ 'valuation.currency'?: string | string[];
17035
+ } | undefined;
17036
+ } & {
17037
+ json: {
17038
+ account?: `0x${string}` | undefined;
17039
+ amount: string;
17040
+ destinationToken: `0x${string}`;
17041
+ mode: "exactDestination" | "exactSource";
17042
+ slippageBps: number;
17043
+ sourceToken: `0x${string}`;
17044
+ };
17045
+ };
17046
+ } | {
17047
+ output: {
17048
+ error: {
17049
+ code: "body_invalid";
17050
+ details?: readonly Response.error.Detail[] | undefined;
17051
+ message: string;
17052
+ };
17053
+ requestId: string;
17054
+ };
17055
+ outputFormat: "json";
17056
+ status: 400;
17057
+ input: {
17058
+ query?: {
17059
+ chainId?: string | string[];
17060
+ include?: string | string[];
17061
+ 'valuation.currency'?: string | string[];
17062
+ } | undefined;
17063
+ } & {
17064
+ json: {
17065
+ account?: `0x${string}` | undefined;
17066
+ amount: string;
17067
+ destinationToken: `0x${string}`;
17068
+ mode: "exactDestination" | "exactSource";
17069
+ slippageBps: number;
17070
+ sourceToken: `0x${string}`;
17071
+ };
17072
+ };
17073
+ } | {
17074
+ output: {
17075
+ error: {
17076
+ code: "quote_amount_out_of_range";
17077
+ details?: readonly Response.error.Detail[] | undefined;
17078
+ message: string;
17079
+ };
17080
+ requestId: string;
17081
+ };
17082
+ outputFormat: "json";
17083
+ status: 400;
17084
+ input: {
17085
+ query?: {
17086
+ chainId?: string | string[];
17087
+ include?: string | string[];
17088
+ 'valuation.currency'?: string | string[];
17089
+ } | undefined;
17090
+ } & {
17091
+ json: {
17092
+ account?: `0x${string}` | undefined;
17093
+ amount: string;
17094
+ destinationToken: `0x${string}`;
17095
+ mode: "exactDestination" | "exactSource";
17096
+ slippageBps: number;
17097
+ sourceToken: `0x${string}`;
17098
+ };
17099
+ };
17100
+ } | {
17101
+ output: {
17102
+ error: {
17103
+ code: "quote_not_available";
17104
+ details?: readonly Response.error.Detail[] | undefined;
17105
+ message: string;
17106
+ };
17107
+ requestId: string;
17108
+ };
17109
+ outputFormat: "json";
17110
+ status: 404;
17111
+ input: {
17112
+ query?: {
17113
+ chainId?: string | string[];
17114
+ include?: string | string[];
17115
+ 'valuation.currency'?: string | string[];
17116
+ } | undefined;
17117
+ } & {
17118
+ json: {
17119
+ account?: `0x${string}` | undefined;
17120
+ amount: string;
17121
+ destinationToken: `0x${string}`;
17122
+ mode: "exactDestination" | "exactSource";
17123
+ slippageBps: number;
17124
+ sourceToken: `0x${string}`;
17125
+ };
17126
+ };
17127
+ } | {
17128
+ output: {
17129
+ gasEstimate: string;
17130
+ provider: string;
17131
+ approval: {
17132
+ calls: {
17133
+ data: `0x${string}`;
17134
+ to: `0x${string}`;
17135
+ value: `0x${string}`;
17136
+ }[];
17137
+ };
17138
+ status: "approvalRequired";
17139
+ destinationAmount: {
17140
+ baseUnits: string;
17141
+ currency: string;
17142
+ decimals: number;
17143
+ formatted: string;
17144
+ valuation?: {
17145
+ amount: string;
17146
+ currency: string;
17147
+ } | null | undefined;
17148
+ };
17149
+ destinationAmountMin: {
17150
+ baseUnits: string;
17151
+ currency: string;
17152
+ decimals: number;
17153
+ formatted: string;
17154
+ valuation?: {
17155
+ amount: string;
17156
+ currency: string;
17157
+ } | null | undefined;
17158
+ };
17159
+ destinationToken: {
17160
+ currency: string;
17161
+ decimals: number;
17162
+ logoUri?: string | undefined;
17163
+ name: string;
17164
+ symbol: string;
17165
+ verified?: boolean | undefined;
17166
+ address: `0x${string}`;
17167
+ };
17168
+ meta?: {
17169
+ valuation?: {
17170
+ asOf: string;
17171
+ basis: "nominal";
17172
+ source: string;
17173
+ } | undefined;
17174
+ } | undefined;
17175
+ mode: "exactSource";
17176
+ sourceAmount: {
17177
+ baseUnits: string;
17178
+ currency: string;
17179
+ decimals: number;
17180
+ formatted: string;
17181
+ valuation?: {
17182
+ amount: string;
17183
+ currency: string;
17184
+ } | null | undefined;
17185
+ };
17186
+ sourceToken: {
17187
+ currency: string;
17188
+ decimals: number;
17189
+ logoUri?: string | undefined;
17190
+ name: string;
17191
+ symbol: string;
17192
+ verified?: boolean | undefined;
17193
+ address: `0x${string}`;
17194
+ };
17195
+ } | {
17196
+ gasEstimate: string;
17197
+ provider: string;
17198
+ status: "ready";
17199
+ transaction: {
17200
+ calls: {
17201
+ data: `0x${string}`;
17202
+ to: `0x${string}`;
17203
+ value: `0x${string}`;
17204
+ }[];
17205
+ chainId: number;
17206
+ };
17207
+ destinationAmount: {
17208
+ baseUnits: string;
17209
+ currency: string;
17210
+ decimals: number;
17211
+ formatted: string;
17212
+ valuation?: {
17213
+ amount: string;
17214
+ currency: string;
17215
+ } | null | undefined;
17216
+ };
17217
+ destinationAmountMin: {
17218
+ baseUnits: string;
17219
+ currency: string;
17220
+ decimals: number;
17221
+ formatted: string;
17222
+ valuation?: {
17223
+ amount: string;
17224
+ currency: string;
17225
+ } | null | undefined;
17226
+ };
17227
+ destinationToken: {
17228
+ currency: string;
17229
+ decimals: number;
17230
+ logoUri?: string | undefined;
17231
+ name: string;
17232
+ symbol: string;
17233
+ verified?: boolean | undefined;
17234
+ address: `0x${string}`;
17235
+ };
17236
+ meta?: {
17237
+ valuation?: {
17238
+ asOf: string;
17239
+ basis: "nominal";
17240
+ source: string;
17241
+ } | undefined;
17242
+ } | undefined;
17243
+ mode: "exactSource";
17244
+ sourceAmount: {
17245
+ baseUnits: string;
17246
+ currency: string;
17247
+ decimals: number;
17248
+ formatted: string;
17249
+ valuation?: {
17250
+ amount: string;
17251
+ currency: string;
17252
+ } | null | undefined;
17253
+ };
17254
+ sourceToken: {
17255
+ currency: string;
17256
+ decimals: number;
17257
+ logoUri?: string | undefined;
17258
+ name: string;
17259
+ symbol: string;
17260
+ verified?: boolean | undefined;
17261
+ address: `0x${string}`;
17262
+ };
17263
+ } | {
17264
+ gasEstimate: string;
17265
+ provider: string;
17266
+ continuation: string;
17267
+ status: "signatureRequired";
17268
+ typedData: {
17269
+ domain: {
17270
+ [x: string]: import("hono/utils/types").JSONValue;
17271
+ };
17272
+ message: {
17273
+ [x: string]: import("hono/utils/types").JSONValue;
17274
+ };
17275
+ primaryType: string;
17276
+ types: {
17277
+ [x: string]: {
17278
+ name: string;
17279
+ type: string;
17280
+ }[];
17281
+ };
17282
+ };
17283
+ destinationAmount: {
17284
+ baseUnits: string;
17285
+ currency: string;
17286
+ decimals: number;
17287
+ formatted: string;
17288
+ valuation?: {
17289
+ amount: string;
17290
+ currency: string;
17291
+ } | null | undefined;
17292
+ };
17293
+ destinationAmountMin: {
17294
+ baseUnits: string;
17295
+ currency: string;
17296
+ decimals: number;
17297
+ formatted: string;
17298
+ valuation?: {
17299
+ amount: string;
17300
+ currency: string;
17301
+ } | null | undefined;
17302
+ };
17303
+ destinationToken: {
17304
+ currency: string;
17305
+ decimals: number;
17306
+ logoUri?: string | undefined;
17307
+ name: string;
17308
+ symbol: string;
17309
+ verified?: boolean | undefined;
17310
+ address: `0x${string}`;
17311
+ };
17312
+ meta?: {
17313
+ valuation?: {
17314
+ asOf: string;
17315
+ basis: "nominal";
17316
+ source: string;
17317
+ } | undefined;
17318
+ } | undefined;
17319
+ mode: "exactSource";
17320
+ sourceAmount: {
17321
+ baseUnits: string;
17322
+ currency: string;
17323
+ decimals: number;
17324
+ formatted: string;
17325
+ valuation?: {
17326
+ amount: string;
17327
+ currency: string;
17328
+ } | null | undefined;
17329
+ };
17330
+ sourceToken: {
17331
+ currency: string;
17332
+ decimals: number;
17333
+ logoUri?: string | undefined;
17334
+ name: string;
17335
+ symbol: string;
17336
+ verified?: boolean | undefined;
17337
+ address: `0x${string}`;
17338
+ };
17339
+ } | {
17340
+ gasEstimate: string;
17341
+ provider: string;
17342
+ approval: {
17343
+ calls: {
17344
+ data: `0x${string}`;
17345
+ to: `0x${string}`;
17346
+ value: `0x${string}`;
17347
+ }[];
17348
+ };
17349
+ status: "approvalRequired";
17350
+ destinationAmount: {
17351
+ baseUnits: string;
17352
+ currency: string;
17353
+ decimals: number;
17354
+ formatted: string;
17355
+ valuation?: {
17356
+ amount: string;
17357
+ currency: string;
17358
+ } | null | undefined;
17359
+ };
17360
+ destinationToken: {
17361
+ currency: string;
17362
+ decimals: number;
17363
+ logoUri?: string | undefined;
17364
+ name: string;
17365
+ symbol: string;
17366
+ verified?: boolean | undefined;
17367
+ address: `0x${string}`;
17368
+ };
17369
+ meta?: {
17370
+ valuation?: {
17371
+ asOf: string;
17372
+ basis: "nominal";
17373
+ source: string;
17374
+ } | undefined;
17375
+ } | undefined;
17376
+ mode: "exactDestination";
17377
+ sourceAmount: {
17378
+ baseUnits: string;
17379
+ currency: string;
17380
+ decimals: number;
17381
+ formatted: string;
17382
+ valuation?: {
17383
+ amount: string;
17384
+ currency: string;
17385
+ } | null | undefined;
17386
+ };
17387
+ sourceAmountMax: {
17388
+ baseUnits: string;
17389
+ currency: string;
17390
+ decimals: number;
17391
+ formatted: string;
17392
+ valuation?: {
17393
+ amount: string;
17394
+ currency: string;
17395
+ } | null | undefined;
17396
+ };
17397
+ sourceToken: {
17398
+ currency: string;
17399
+ decimals: number;
17400
+ logoUri?: string | undefined;
17401
+ name: string;
17402
+ symbol: string;
17403
+ verified?: boolean | undefined;
17404
+ address: `0x${string}`;
17405
+ };
17406
+ } | {
17407
+ gasEstimate: string;
17408
+ provider: string;
17409
+ status: "ready";
17410
+ transaction: {
17411
+ calls: {
17412
+ data: `0x${string}`;
17413
+ to: `0x${string}`;
17414
+ value: `0x${string}`;
17415
+ }[];
17416
+ chainId: number;
17417
+ };
17418
+ destinationAmount: {
17419
+ baseUnits: string;
17420
+ currency: string;
17421
+ decimals: number;
17422
+ formatted: string;
17423
+ valuation?: {
17424
+ amount: string;
17425
+ currency: string;
17426
+ } | null | undefined;
17427
+ };
17428
+ destinationToken: {
17429
+ currency: string;
17430
+ decimals: number;
17431
+ logoUri?: string | undefined;
17432
+ name: string;
17433
+ symbol: string;
17434
+ verified?: boolean | undefined;
17435
+ address: `0x${string}`;
17436
+ };
17437
+ meta?: {
17438
+ valuation?: {
17439
+ asOf: string;
17440
+ basis: "nominal";
17441
+ source: string;
17442
+ } | undefined;
17443
+ } | undefined;
17444
+ mode: "exactDestination";
17445
+ sourceAmount: {
17446
+ baseUnits: string;
17447
+ currency: string;
17448
+ decimals: number;
17449
+ formatted: string;
17450
+ valuation?: {
17451
+ amount: string;
17452
+ currency: string;
17453
+ } | null | undefined;
16670
17454
  };
16671
- };
16672
- } | {
16673
- output: {
16674
- error: {
16675
- code: "webhooks_not_enabled";
16676
- details?: readonly Response.error.Detail[] | undefined;
16677
- message: string;
17455
+ sourceAmountMax: {
17456
+ baseUnits: string;
17457
+ currency: string;
17458
+ decimals: number;
17459
+ formatted: string;
17460
+ valuation?: {
17461
+ amount: string;
17462
+ currency: string;
17463
+ } | null | undefined;
16678
17464
  };
16679
- requestId: string;
16680
- };
16681
- outputFormat: "json";
16682
- status: 404;
16683
- input: {
16684
- param: {
16685
- id: string;
17465
+ sourceToken: {
17466
+ currency: string;
17467
+ decimals: number;
17468
+ logoUri?: string | undefined;
17469
+ name: string;
17470
+ symbol: string;
17471
+ verified?: boolean | undefined;
17472
+ address: `0x${string}`;
16686
17473
  };
16687
- };
16688
- } | {
16689
- output: {
16690
- error: {
16691
- code: "unauthorized";
16692
- details?: readonly Response.error.Detail[] | undefined;
16693
- message: string;
17474
+ } | {
17475
+ gasEstimate: string;
17476
+ provider: string;
17477
+ continuation: string;
17478
+ status: "signatureRequired";
17479
+ typedData: {
17480
+ domain: {
17481
+ [x: string]: import("hono/utils/types").JSONValue;
17482
+ };
17483
+ message: {
17484
+ [x: string]: import("hono/utils/types").JSONValue;
17485
+ };
17486
+ primaryType: string;
17487
+ types: {
17488
+ [x: string]: {
17489
+ name: string;
17490
+ type: string;
17491
+ }[];
17492
+ };
16694
17493
  };
16695
- requestId: string;
16696
- };
16697
- outputFormat: "json";
16698
- status: 401;
16699
- input: {
16700
- param: {
16701
- id: string;
17494
+ destinationAmount: {
17495
+ baseUnits: string;
17496
+ currency: string;
17497
+ decimals: number;
17498
+ formatted: string;
17499
+ valuation?: {
17500
+ amount: string;
17501
+ currency: string;
17502
+ } | null | undefined;
16702
17503
  };
16703
- };
16704
- } | {
16705
- output: {
16706
- error: {
16707
- code: "param_invalid";
16708
- details?: readonly Response.error.Detail[] | undefined;
16709
- message: string;
17504
+ destinationToken: {
17505
+ currency: string;
17506
+ decimals: number;
17507
+ logoUri?: string | undefined;
17508
+ name: string;
17509
+ symbol: string;
17510
+ verified?: boolean | undefined;
17511
+ address: `0x${string}`;
16710
17512
  };
16711
- requestId: string;
16712
- };
16713
- outputFormat: "json";
16714
- status: 400;
16715
- input: {
16716
- param: {
16717
- id: string;
17513
+ meta?: {
17514
+ valuation?: {
17515
+ asOf: string;
17516
+ basis: "nominal";
17517
+ source: string;
17518
+ } | undefined;
17519
+ } | undefined;
17520
+ mode: "exactDestination";
17521
+ sourceAmount: {
17522
+ baseUnits: string;
17523
+ currency: string;
17524
+ decimals: number;
17525
+ formatted: string;
17526
+ valuation?: {
17527
+ amount: string;
17528
+ currency: string;
17529
+ } | null | undefined;
16718
17530
  };
16719
- };
16720
- } | {
16721
- output: {
16722
- error: {
16723
- code: "webhook_not_found";
16724
- details?: readonly Response.error.Detail[] | undefined;
16725
- message: string;
17531
+ sourceAmountMax: {
17532
+ baseUnits: string;
17533
+ currency: string;
17534
+ decimals: number;
17535
+ formatted: string;
17536
+ valuation?: {
17537
+ amount: string;
17538
+ currency: string;
17539
+ } | null | undefined;
16726
17540
  };
16727
- requestId: string;
16728
- };
16729
- outputFormat: "json";
16730
- status: 404;
16731
- input: {
16732
- param: {
16733
- id: string;
17541
+ sourceToken: {
17542
+ currency: string;
17543
+ decimals: number;
17544
+ logoUri?: string | undefined;
17545
+ name: string;
17546
+ symbol: string;
17547
+ verified?: boolean | undefined;
17548
+ address: `0x${string}`;
16734
17549
  };
16735
17550
  };
16736
- } | {
16737
- output: {
16738
- id: string;
16739
- };
16740
17551
  outputFormat: "json";
16741
17552
  status: 200;
16742
17553
  input: {
16743
- param: {
16744
- id: string;
17554
+ query?: {
17555
+ chainId?: string | string[];
17556
+ include?: string | string[];
17557
+ 'valuation.currency'?: string | string[];
17558
+ } | undefined;
17559
+ } & {
17560
+ json: {
17561
+ account?: `0x${string}` | undefined;
17562
+ amount: string;
17563
+ destinationToken: `0x${string}`;
17564
+ mode: "exactDestination" | "exactSource";
17565
+ slippageBps: number;
17566
+ sourceToken: `0x${string}`;
16745
17567
  };
16746
17568
  };
16747
17569
  };
16748
- };
16749
- }, "/"> | import("hono/types").MergeSchemaPath<{
16750
- "/v1/exchange/quotes": {
16751
- $post: {
17570
+ $query: {
16752
17571
  output: null;
16753
17572
  outputFormat: "body";
16754
17573
  status: 402;
@@ -19906,6 +20725,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
19906
20725
  } | {
19907
20726
  output: {
19908
20727
  data: ({
20728
+ chainId?: number | undefined;
19909
20729
  perspective: "incoming" | "outgoing";
19910
20730
  events?: {
19911
20731
  address: `0x${string}`;
@@ -19934,6 +20754,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
19934
20754
  };
19935
20755
  type: "assets-deposited";
19936
20756
  } | {
20757
+ chainId?: number | undefined;
19937
20758
  perspective: "incoming" | "outgoing";
19938
20759
  events?: {
19939
20760
  address: `0x${string}`;
@@ -19963,6 +20784,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
19963
20784
  };
19964
20785
  type: "shares-deposited";
19965
20786
  } | {
20787
+ chainId?: number | undefined;
19966
20788
  perspective: "incoming" | "outgoing";
19967
20789
  events?: {
19968
20790
  address: `0x${string}`;
@@ -19991,6 +20813,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
19991
20813
  };
19992
20814
  type: "shares-redeemed";
19993
20815
  } | {
20816
+ chainId?: number | undefined;
19994
20817
  perspective: "incoming" | "outgoing";
19995
20818
  events?: {
19996
20819
  address: `0x${string}`;
@@ -20019,6 +20842,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20019
20842
  };
20020
20843
  type: "assets-withdrawn";
20021
20844
  } | {
20845
+ chainId?: number | undefined;
20022
20846
  perspective: "incoming" | "outgoing";
20023
20847
  events?: {
20024
20848
  address: `0x${string}`;
@@ -20047,6 +20871,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20047
20871
  };
20048
20872
  type: "shares-redemption-requested";
20049
20873
  } | {
20874
+ chainId?: number | undefined;
20050
20875
  perspective: "incoming" | "outgoing";
20051
20876
  events?: {
20052
20877
  address: `0x${string}`;
@@ -20076,6 +20901,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20076
20901
  };
20077
20902
  type: "shares-redemption-finalized";
20078
20903
  } | {
20904
+ chainId?: number | undefined;
20079
20905
  perspective: "incoming" | "outgoing";
20080
20906
  events?: {
20081
20907
  address: `0x${string}`;
@@ -20103,6 +20929,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20103
20929
  };
20104
20930
  type: "shares-redemption-cancelled";
20105
20931
  } | {
20932
+ chainId?: number | undefined;
20106
20933
  perspective: "incoming" | "outgoing";
20107
20934
  events?: {
20108
20935
  address: `0x${string}`;
@@ -20133,6 +20960,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20133
20960
  };
20134
20961
  type: "private-assets-deposited";
20135
20962
  } | {
20963
+ chainId?: number | undefined;
20136
20964
  perspective: "incoming" | "outgoing";
20137
20965
  events?: {
20138
20966
  address: `0x${string}`;
@@ -20163,6 +20991,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20163
20991
  };
20164
20992
  type: "private-shares-redeemed";
20165
20993
  } | {
20994
+ chainId?: number | undefined;
20166
20995
  perspective: "incoming" | "outgoing";
20167
20996
  events?: {
20168
20997
  address: `0x${string}`;
@@ -20231,6 +21060,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20231
21060
  };
20232
21061
  type: "transfer";
20233
21062
  } | {
21063
+ chainId?: number | undefined;
20234
21064
  perspective: "incoming" | "outgoing";
20235
21065
  events?: {
20236
21066
  address: `0x${string}`;
@@ -20272,6 +21102,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20272
21102
  };
20273
21103
  type: "mint";
20274
21104
  } | {
21105
+ chainId?: number | undefined;
20275
21106
  perspective: "incoming" | "outgoing";
20276
21107
  events?: {
20277
21108
  address: `0x${string}`;
@@ -20314,6 +21145,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20314
21145
  };
20315
21146
  type: "burn";
20316
21147
  } | {
21148
+ chainId?: number | undefined;
20317
21149
  perspective: "incoming" | "outgoing";
20318
21150
  events?: {
20319
21151
  address: `0x${string}`;
@@ -20374,6 +21206,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20374
21206
  };
20375
21207
  type: "swap";
20376
21208
  } | {
21209
+ chainId?: number | undefined;
20377
21210
  perspective: "incoming" | "outgoing";
20378
21211
  events?: {
20379
21212
  address: `0x${string}`;
@@ -20416,6 +21249,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20416
21249
  };
20417
21250
  type: "approval";
20418
21251
  } | {
21252
+ chainId?: number | undefined;
20419
21253
  perspective: "incoming" | "outgoing";
20420
21254
  events?: {
20421
21255
  address: `0x${string}`;
@@ -20457,6 +21291,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20457
21291
  };
20458
21292
  type: "session-closed";
20459
21293
  } | {
21294
+ chainId?: number | undefined;
20460
21295
  perspective: "incoming" | "outgoing";
20461
21296
  events?: {
20462
21297
  address: `0x${string}`;
@@ -20482,6 +21317,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20482
21317
  };
20483
21318
  type: "access-key-created";
20484
21319
  } | {
21320
+ chainId?: number | undefined;
20485
21321
  perspective: "incoming" | "outgoing";
20486
21322
  events?: {
20487
21323
  address: `0x${string}`;
@@ -20505,6 +21341,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20505
21341
  };
20506
21342
  type: "access-key-revoked";
20507
21343
  } | {
21344
+ chainId?: number | undefined;
20508
21345
  perspective: "incoming" | "outgoing";
20509
21346
  events?: {
20510
21347
  address: `0x${string}`;
@@ -20530,6 +21367,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20530
21367
  };
20531
21368
  type: "token-created";
20532
21369
  } | {
21370
+ chainId?: number | undefined;
20533
21371
  perspective: "incoming" | "outgoing";
20534
21372
  events?: {
20535
21373
  address: `0x${string}`;
@@ -20572,6 +21410,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20572
21410
  };
20573
21411
  type: "burn-blocked";
20574
21412
  } | {
21413
+ chainId?: number | undefined;
20575
21414
  perspective: "incoming" | "outgoing";
20576
21415
  events?: {
20577
21416
  address: `0x${string}`;
@@ -20616,6 +21455,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20616
21455
  };
20617
21456
  type: "channel-opened";
20618
21457
  } | {
21458
+ chainId?: number | undefined;
20619
21459
  perspective: "incoming" | "outgoing";
20620
21460
  events?: {
20621
21461
  address: `0x${string}`;
@@ -20658,6 +21498,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20658
21498
  };
20659
21499
  type: "channel-funded";
20660
21500
  } | {
21501
+ chainId?: number | undefined;
20661
21502
  perspective: "incoming" | "outgoing";
20662
21503
  events?: {
20663
21504
  address: `0x${string}`;
@@ -20702,6 +21543,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20702
21543
  };
20703
21544
  type: "channel-settled";
20704
21545
  } | {
21546
+ chainId?: number | undefined;
20705
21547
  perspective: "incoming" | "outgoing";
20706
21548
  events?: {
20707
21549
  address: `0x${string}`;
@@ -20765,6 +21607,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20765
21607
  };
20766
21608
  type: "channel-closed";
20767
21609
  } | {
21610
+ chainId?: number | undefined;
20768
21611
  perspective: "incoming" | "outgoing";
20769
21612
  events?: {
20770
21613
  address: `0x${string}`;
@@ -20790,6 +21633,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20790
21633
  };
20791
21634
  type: "channel-close-cancelled";
20792
21635
  } | {
21636
+ chainId?: number | undefined;
20793
21637
  perspective: "incoming" | "outgoing";
20794
21638
  events?: {
20795
21639
  address: `0x${string}`;
@@ -20834,6 +21678,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20834
21678
  };
20835
21679
  type: "order-placed";
20836
21680
  } | {
21681
+ chainId?: number | undefined;
20837
21682
  perspective: "incoming" | "outgoing";
20838
21683
  events?: {
20839
21684
  address: `0x${string}`;
@@ -20857,6 +21702,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20857
21702
  };
20858
21703
  type: "order-cancelled";
20859
21704
  } | {
21705
+ chainId?: number | undefined;
20860
21706
  perspective: "incoming" | "outgoing";
20861
21707
  events?: {
20862
21708
  address: `0x${string}`;
@@ -20899,6 +21745,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20899
21745
  };
20900
21746
  type: "fees-distributed";
20901
21747
  } | {
21748
+ chainId?: number | undefined;
20902
21749
  perspective: "incoming" | "outgoing";
20903
21750
  events?: {
20904
21751
  address: `0x${string}`;
@@ -20960,6 +21807,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
20960
21807
  };
20961
21808
  type: "fee-rebalance-swap";
20962
21809
  } | {
21810
+ chainId?: number | undefined;
20963
21811
  perspective: "incoming" | "outgoing";
20964
21812
  events?: {
20965
21813
  address: `0x${string}`;
@@ -21002,6 +21850,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21002
21850
  };
21003
21851
  type: "reward-distributed";
21004
21852
  } | {
21853
+ chainId?: number | undefined;
21005
21854
  perspective: "incoming" | "outgoing";
21006
21855
  events?: {
21007
21856
  address: `0x${string}`;
@@ -21026,6 +21875,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21026
21875
  };
21027
21876
  type: "reward-recipient-set";
21028
21877
  } | {
21878
+ chainId?: number | undefined;
21029
21879
  perspective: "incoming" | "outgoing";
21030
21880
  events?: {
21031
21881
  address: `0x${string}`;
@@ -21069,6 +21919,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21069
21919
  };
21070
21920
  type: "spending-limit-updated";
21071
21921
  } | {
21922
+ chainId?: number | undefined;
21072
21923
  perspective: "incoming" | "outgoing";
21073
21924
  events?: {
21074
21925
  address: `0x${string}`;
@@ -21096,6 +21947,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21096
21947
  };
21097
21948
  type: "order-filled";
21098
21949
  } | {
21950
+ chainId?: number | undefined;
21099
21951
  perspective: "incoming" | "outgoing";
21100
21952
  events?: {
21101
21953
  address: `0x${string}`;
@@ -21142,6 +21994,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21142
21994
  };
21143
21995
  type: "order-flipped";
21144
21996
  } | {
21997
+ chainId?: number | undefined;
21145
21998
  perspective: "incoming" | "outgoing";
21146
21999
  events?: {
21147
22000
  address: `0x${string}`;
@@ -21167,6 +22020,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21167
22020
  };
21168
22021
  type: "pair-created";
21169
22022
  } | {
22023
+ chainId?: number | undefined;
21170
22024
  perspective: "incoming" | "outgoing";
21171
22025
  events?: {
21172
22026
  address: `0x${string}`;
@@ -21191,6 +22045,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21191
22045
  };
21192
22046
  type: "token-pause-set";
21193
22047
  } | {
22048
+ chainId?: number | undefined;
21194
22049
  perspective: "incoming" | "outgoing";
21195
22050
  events?: {
21196
22051
  address: `0x${string}`;
@@ -21215,6 +22070,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21215
22070
  };
21216
22071
  type: "token-supply-cap-set";
21217
22072
  } | {
22073
+ chainId?: number | undefined;
21218
22074
  perspective: "incoming" | "outgoing";
21219
22075
  events?: {
21220
22076
  address: `0x${string}`;
@@ -21239,6 +22095,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21239
22095
  };
21240
22096
  type: "token-transfer-policy-set";
21241
22097
  } | {
22098
+ chainId?: number | undefined;
21242
22099
  perspective: "incoming" | "outgoing";
21243
22100
  events?: {
21244
22101
  address: `0x${string}`;
@@ -21263,6 +22120,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21263
22120
  };
21264
22121
  type: "token-quote-token-set";
21265
22122
  } | {
22123
+ chainId?: number | undefined;
21266
22124
  perspective: "incoming" | "outgoing";
21267
22125
  events?: {
21268
22126
  address: `0x${string}`;
@@ -21287,6 +22145,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21287
22145
  };
21288
22146
  type: "token-next-quote-token-set";
21289
22147
  } | {
22148
+ chainId?: number | undefined;
21290
22149
  perspective: "incoming" | "outgoing";
21291
22150
  events?: {
21292
22151
  address: `0x${string}`;
@@ -21311,6 +22170,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21311
22170
  };
21312
22171
  type: "token-logo-set";
21313
22172
  } | {
22173
+ chainId?: number | undefined;
21314
22174
  perspective: "incoming" | "outgoing";
21315
22175
  events?: {
21316
22176
  address: `0x${string}`;
@@ -21337,6 +22197,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21337
22197
  };
21338
22198
  type: "role-membership-set";
21339
22199
  } | {
22200
+ chainId?: number | undefined;
21340
22201
  perspective: "incoming" | "outgoing";
21341
22202
  events?: {
21342
22203
  address: `0x${string}`;
@@ -21362,6 +22223,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21362
22223
  };
21363
22224
  type: "role-admin-set";
21364
22225
  } | {
22226
+ chainId?: number | undefined;
21365
22227
  perspective: "incoming" | "outgoing";
21366
22228
  events?: {
21367
22229
  address: `0x${string}`;
@@ -21386,6 +22248,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21386
22248
  };
21387
22249
  type: "fee-user-token-set";
21388
22250
  } | {
22251
+ chainId?: number | undefined;
21389
22252
  perspective: "incoming" | "outgoing";
21390
22253
  events?: {
21391
22254
  address: `0x${string}`;
@@ -21410,6 +22273,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21410
22273
  };
21411
22274
  type: "fee-validator-token-set";
21412
22275
  } | {
22276
+ chainId?: number | undefined;
21413
22277
  perspective: "incoming" | "outgoing";
21414
22278
  events?: {
21415
22279
  address: `0x${string}`;
@@ -21435,6 +22299,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21435
22299
  };
21436
22300
  type: "policy-created";
21437
22301
  } | {
22302
+ chainId?: number | undefined;
21438
22303
  perspective: "incoming" | "outgoing";
21439
22304
  events?: {
21440
22305
  address: `0x${string}`;
@@ -21460,6 +22325,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21460
22325
  };
21461
22326
  type: "policy-admin-set";
21462
22327
  } | {
22328
+ chainId?: number | undefined;
21463
22329
  perspective: "incoming" | "outgoing";
21464
22330
  events?: {
21465
22331
  address: `0x${string}`;
@@ -21486,6 +22352,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21486
22352
  };
21487
22353
  type: "whitelist-updated";
21488
22354
  } | {
22355
+ chainId?: number | undefined;
21489
22356
  perspective: "incoming" | "outgoing";
21490
22357
  events?: {
21491
22358
  address: `0x${string}`;
@@ -21512,6 +22379,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21512
22379
  };
21513
22380
  type: "blacklist-updated";
21514
22381
  } | {
22382
+ chainId?: number | undefined;
21515
22383
  perspective: "incoming" | "outgoing";
21516
22384
  events?: {
21517
22385
  address: `0x${string}`;
@@ -21539,6 +22407,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21539
22407
  };
21540
22408
  type: "compound-policy-created";
21541
22409
  } | {
22410
+ chainId?: number | undefined;
21542
22411
  perspective: "incoming" | "outgoing";
21543
22412
  events?: {
21544
22413
  address: `0x${string}`;
@@ -21563,6 +22432,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21563
22432
  };
21564
22433
  type: "master-registered";
21565
22434
  } | {
22435
+ chainId?: number | undefined;
21566
22436
  perspective: "incoming" | "outgoing";
21567
22437
  events?: {
21568
22438
  address: `0x${string}`;
@@ -21588,6 +22458,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21588
22458
  };
21589
22459
  type: "nonce-incremented";
21590
22460
  } | {
22461
+ chainId?: number | undefined;
21591
22462
  perspective: "incoming" | "outgoing";
21592
22463
  events?: {
21593
22464
  address: `0x${string}`;
@@ -21612,6 +22483,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21612
22483
  };
21613
22484
  type: "key-authorization-witness";
21614
22485
  } | {
22486
+ chainId?: number | undefined;
21615
22487
  perspective: "incoming" | "outgoing";
21616
22488
  events?: {
21617
22489
  address: `0x${string}`;
@@ -21636,6 +22508,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21636
22508
  };
21637
22509
  type: "key-authorization-witness-burned";
21638
22510
  } | {
22511
+ chainId?: number | undefined;
21639
22512
  perspective: "incoming" | "outgoing";
21640
22513
  events?: {
21641
22514
  address: `0x${string}`;
@@ -21664,6 +22537,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21664
22537
  };
21665
22538
  type: "validator-added";
21666
22539
  } | {
22540
+ chainId?: number | undefined;
21667
22541
  perspective: "incoming" | "outgoing";
21668
22542
  events?: {
21669
22543
  address: `0x${string}`;
@@ -21688,6 +22562,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21688
22562
  };
21689
22563
  type: "validator-deactivated";
21690
22564
  } | {
22565
+ chainId?: number | undefined;
21691
22566
  perspective: "incoming" | "outgoing";
21692
22567
  events?: {
21693
22568
  address: `0x${string}`;
@@ -21718,6 +22593,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21718
22593
  };
21719
22594
  type: "validator-rotated";
21720
22595
  } | {
22596
+ chainId?: number | undefined;
21721
22597
  perspective: "incoming" | "outgoing";
21722
22598
  events?: {
21723
22599
  address: `0x${string}`;
@@ -21743,6 +22619,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21743
22619
  };
21744
22620
  type: "validator-fee-recipient-set";
21745
22621
  } | {
22622
+ chainId?: number | undefined;
21746
22623
  perspective: "incoming" | "outgoing";
21747
22624
  events?: {
21748
22625
  address: `0x${string}`;
@@ -21769,6 +22646,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21769
22646
  };
21770
22647
  type: "validator-ip-set";
21771
22648
  } | {
22649
+ chainId?: number | undefined;
21772
22650
  perspective: "incoming" | "outgoing";
21773
22651
  events?: {
21774
22652
  address: `0x${string}`;
@@ -21795,6 +22673,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21795
22673
  };
21796
22674
  type: "validator-ownership-transferred";
21797
22675
  } | {
22676
+ chainId?: number | undefined;
21798
22677
  perspective: "incoming" | "outgoing";
21799
22678
  events?: {
21800
22679
  address: `0x${string}`;
@@ -21819,6 +22698,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21819
22698
  };
21820
22699
  type: "ownership-transferred";
21821
22700
  } | {
22701
+ chainId?: number | undefined;
21822
22702
  perspective: "incoming" | "outgoing";
21823
22703
  events?: {
21824
22704
  address: `0x${string}`;
@@ -21844,6 +22724,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21844
22724
  };
21845
22725
  type: "validator-migrated";
21846
22726
  } | {
22727
+ chainId?: number | undefined;
21847
22728
  perspective: "incoming" | "outgoing";
21848
22729
  events?: {
21849
22730
  address: `0x${string}`;
@@ -21869,6 +22750,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21869
22750
  };
21870
22751
  type: "validator-migration-skipped";
21871
22752
  } | {
22753
+ chainId?: number | undefined;
21872
22754
  perspective: "incoming" | "outgoing";
21873
22755
  events?: {
21874
22756
  address: `0x${string}`;
@@ -21893,6 +22775,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21893
22775
  };
21894
22776
  type: "network-identity-rotation-epoch-set";
21895
22777
  } | {
22778
+ chainId?: number | undefined;
21896
22779
  perspective: "incoming" | "outgoing";
21897
22780
  events?: {
21898
22781
  address: `0x${string}`;
@@ -21916,6 +22799,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21916
22799
  };
21917
22800
  type: "initialized";
21918
22801
  } | {
22802
+ chainId?: number | undefined;
21919
22803
  perspective: "incoming" | "outgoing";
21920
22804
  events?: {
21921
22805
  address: `0x${string}`;
@@ -21938,8 +22822,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21938
22822
  };
21939
22823
  type: "unknown";
21940
22824
  } | {
22825
+ chainId?: number | undefined;
21941
22826
  data: {
21942
22827
  items: ({
22828
+ chainId?: number | undefined;
21943
22829
  perspective: "incoming" | "outgoing";
21944
22830
  events?: {
21945
22831
  address: `0x${string}`;
@@ -21968,6 +22854,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21968
22854
  };
21969
22855
  type: "assets-deposited";
21970
22856
  } | {
22857
+ chainId?: number | undefined;
21971
22858
  perspective: "incoming" | "outgoing";
21972
22859
  events?: {
21973
22860
  address: `0x${string}`;
@@ -21997,6 +22884,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
21997
22884
  };
21998
22885
  type: "shares-deposited";
21999
22886
  } | {
22887
+ chainId?: number | undefined;
22000
22888
  perspective: "incoming" | "outgoing";
22001
22889
  events?: {
22002
22890
  address: `0x${string}`;
@@ -22025,6 +22913,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22025
22913
  };
22026
22914
  type: "shares-redeemed";
22027
22915
  } | {
22916
+ chainId?: number | undefined;
22028
22917
  perspective: "incoming" | "outgoing";
22029
22918
  events?: {
22030
22919
  address: `0x${string}`;
@@ -22053,6 +22942,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22053
22942
  };
22054
22943
  type: "assets-withdrawn";
22055
22944
  } | {
22945
+ chainId?: number | undefined;
22056
22946
  perspective: "incoming" | "outgoing";
22057
22947
  events?: {
22058
22948
  address: `0x${string}`;
@@ -22081,6 +22971,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22081
22971
  };
22082
22972
  type: "shares-redemption-requested";
22083
22973
  } | {
22974
+ chainId?: number | undefined;
22084
22975
  perspective: "incoming" | "outgoing";
22085
22976
  events?: {
22086
22977
  address: `0x${string}`;
@@ -22110,6 +23001,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22110
23001
  };
22111
23002
  type: "shares-redemption-finalized";
22112
23003
  } | {
23004
+ chainId?: number | undefined;
22113
23005
  perspective: "incoming" | "outgoing";
22114
23006
  events?: {
22115
23007
  address: `0x${string}`;
@@ -22137,6 +23029,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22137
23029
  };
22138
23030
  type: "shares-redemption-cancelled";
22139
23031
  } | {
23032
+ chainId?: number | undefined;
22140
23033
  perspective: "incoming" | "outgoing";
22141
23034
  events?: {
22142
23035
  address: `0x${string}`;
@@ -22167,6 +23060,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22167
23060
  };
22168
23061
  type: "private-assets-deposited";
22169
23062
  } | {
23063
+ chainId?: number | undefined;
22170
23064
  perspective: "incoming" | "outgoing";
22171
23065
  events?: {
22172
23066
  address: `0x${string}`;
@@ -22197,6 +23091,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22197
23091
  };
22198
23092
  type: "private-shares-redeemed";
22199
23093
  } | {
23094
+ chainId?: number | undefined;
22200
23095
  perspective: "incoming" | "outgoing";
22201
23096
  events?: {
22202
23097
  address: `0x${string}`;
@@ -22265,6 +23160,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22265
23160
  };
22266
23161
  type: "transfer";
22267
23162
  } | {
23163
+ chainId?: number | undefined;
22268
23164
  perspective: "incoming" | "outgoing";
22269
23165
  events?: {
22270
23166
  address: `0x${string}`;
@@ -22306,6 +23202,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22306
23202
  };
22307
23203
  type: "mint";
22308
23204
  } | {
23205
+ chainId?: number | undefined;
22309
23206
  perspective: "incoming" | "outgoing";
22310
23207
  events?: {
22311
23208
  address: `0x${string}`;
@@ -22348,6 +23245,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22348
23245
  };
22349
23246
  type: "burn";
22350
23247
  } | {
23248
+ chainId?: number | undefined;
22351
23249
  perspective: "incoming" | "outgoing";
22352
23250
  events?: {
22353
23251
  address: `0x${string}`;
@@ -22408,6 +23306,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22408
23306
  };
22409
23307
  type: "swap";
22410
23308
  } | {
23309
+ chainId?: number | undefined;
22411
23310
  perspective: "incoming" | "outgoing";
22412
23311
  events?: {
22413
23312
  address: `0x${string}`;
@@ -22450,6 +23349,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22450
23349
  };
22451
23350
  type: "approval";
22452
23351
  } | {
23352
+ chainId?: number | undefined;
22453
23353
  perspective: "incoming" | "outgoing";
22454
23354
  events?: {
22455
23355
  address: `0x${string}`;
@@ -22491,6 +23391,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22491
23391
  };
22492
23392
  type: "session-closed";
22493
23393
  } | {
23394
+ chainId?: number | undefined;
22494
23395
  perspective: "incoming" | "outgoing";
22495
23396
  events?: {
22496
23397
  address: `0x${string}`;
@@ -22516,6 +23417,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22516
23417
  };
22517
23418
  type: "access-key-created";
22518
23419
  } | {
23420
+ chainId?: number | undefined;
22519
23421
  perspective: "incoming" | "outgoing";
22520
23422
  events?: {
22521
23423
  address: `0x${string}`;
@@ -22539,6 +23441,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22539
23441
  };
22540
23442
  type: "access-key-revoked";
22541
23443
  } | {
23444
+ chainId?: number | undefined;
22542
23445
  perspective: "incoming" | "outgoing";
22543
23446
  events?: {
22544
23447
  address: `0x${string}`;
@@ -22564,6 +23467,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22564
23467
  };
22565
23468
  type: "token-created";
22566
23469
  } | {
23470
+ chainId?: number | undefined;
22567
23471
  perspective: "incoming" | "outgoing";
22568
23472
  events?: {
22569
23473
  address: `0x${string}`;
@@ -22606,6 +23510,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22606
23510
  };
22607
23511
  type: "burn-blocked";
22608
23512
  } | {
23513
+ chainId?: number | undefined;
22609
23514
  perspective: "incoming" | "outgoing";
22610
23515
  events?: {
22611
23516
  address: `0x${string}`;
@@ -22650,6 +23555,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22650
23555
  };
22651
23556
  type: "channel-opened";
22652
23557
  } | {
23558
+ chainId?: number | undefined;
22653
23559
  perspective: "incoming" | "outgoing";
22654
23560
  events?: {
22655
23561
  address: `0x${string}`;
@@ -22692,6 +23598,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22692
23598
  };
22693
23599
  type: "channel-funded";
22694
23600
  } | {
23601
+ chainId?: number | undefined;
22695
23602
  perspective: "incoming" | "outgoing";
22696
23603
  events?: {
22697
23604
  address: `0x${string}`;
@@ -22736,6 +23643,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22736
23643
  };
22737
23644
  type: "channel-settled";
22738
23645
  } | {
23646
+ chainId?: number | undefined;
22739
23647
  perspective: "incoming" | "outgoing";
22740
23648
  events?: {
22741
23649
  address: `0x${string}`;
@@ -22799,6 +23707,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22799
23707
  };
22800
23708
  type: "channel-closed";
22801
23709
  } | {
23710
+ chainId?: number | undefined;
22802
23711
  perspective: "incoming" | "outgoing";
22803
23712
  events?: {
22804
23713
  address: `0x${string}`;
@@ -22824,6 +23733,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22824
23733
  };
22825
23734
  type: "channel-close-cancelled";
22826
23735
  } | {
23736
+ chainId?: number | undefined;
22827
23737
  perspective: "incoming" | "outgoing";
22828
23738
  events?: {
22829
23739
  address: `0x${string}`;
@@ -22868,6 +23778,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22868
23778
  };
22869
23779
  type: "order-placed";
22870
23780
  } | {
23781
+ chainId?: number | undefined;
22871
23782
  perspective: "incoming" | "outgoing";
22872
23783
  events?: {
22873
23784
  address: `0x${string}`;
@@ -22891,6 +23802,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22891
23802
  };
22892
23803
  type: "order-cancelled";
22893
23804
  } | {
23805
+ chainId?: number | undefined;
22894
23806
  perspective: "incoming" | "outgoing";
22895
23807
  events?: {
22896
23808
  address: `0x${string}`;
@@ -22933,6 +23845,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22933
23845
  };
22934
23846
  type: "fees-distributed";
22935
23847
  } | {
23848
+ chainId?: number | undefined;
22936
23849
  perspective: "incoming" | "outgoing";
22937
23850
  events?: {
22938
23851
  address: `0x${string}`;
@@ -22994,6 +23907,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
22994
23907
  };
22995
23908
  type: "fee-rebalance-swap";
22996
23909
  } | {
23910
+ chainId?: number | undefined;
22997
23911
  perspective: "incoming" | "outgoing";
22998
23912
  events?: {
22999
23913
  address: `0x${string}`;
@@ -23036,6 +23950,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23036
23950
  };
23037
23951
  type: "reward-distributed";
23038
23952
  } | {
23953
+ chainId?: number | undefined;
23039
23954
  perspective: "incoming" | "outgoing";
23040
23955
  events?: {
23041
23956
  address: `0x${string}`;
@@ -23060,6 +23975,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23060
23975
  };
23061
23976
  type: "reward-recipient-set";
23062
23977
  } | {
23978
+ chainId?: number | undefined;
23063
23979
  perspective: "incoming" | "outgoing";
23064
23980
  events?: {
23065
23981
  address: `0x${string}`;
@@ -23103,6 +24019,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23103
24019
  };
23104
24020
  type: "spending-limit-updated";
23105
24021
  } | {
24022
+ chainId?: number | undefined;
23106
24023
  perspective: "incoming" | "outgoing";
23107
24024
  events?: {
23108
24025
  address: `0x${string}`;
@@ -23130,6 +24047,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23130
24047
  };
23131
24048
  type: "order-filled";
23132
24049
  } | {
24050
+ chainId?: number | undefined;
23133
24051
  perspective: "incoming" | "outgoing";
23134
24052
  events?: {
23135
24053
  address: `0x${string}`;
@@ -23176,6 +24094,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23176
24094
  };
23177
24095
  type: "order-flipped";
23178
24096
  } | {
24097
+ chainId?: number | undefined;
23179
24098
  perspective: "incoming" | "outgoing";
23180
24099
  events?: {
23181
24100
  address: `0x${string}`;
@@ -23201,6 +24120,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23201
24120
  };
23202
24121
  type: "pair-created";
23203
24122
  } | {
24123
+ chainId?: number | undefined;
23204
24124
  perspective: "incoming" | "outgoing";
23205
24125
  events?: {
23206
24126
  address: `0x${string}`;
@@ -23225,6 +24145,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23225
24145
  };
23226
24146
  type: "token-pause-set";
23227
24147
  } | {
24148
+ chainId?: number | undefined;
23228
24149
  perspective: "incoming" | "outgoing";
23229
24150
  events?: {
23230
24151
  address: `0x${string}`;
@@ -23249,6 +24170,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23249
24170
  };
23250
24171
  type: "token-supply-cap-set";
23251
24172
  } | {
24173
+ chainId?: number | undefined;
23252
24174
  perspective: "incoming" | "outgoing";
23253
24175
  events?: {
23254
24176
  address: `0x${string}`;
@@ -23273,6 +24195,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23273
24195
  };
23274
24196
  type: "token-transfer-policy-set";
23275
24197
  } | {
24198
+ chainId?: number | undefined;
23276
24199
  perspective: "incoming" | "outgoing";
23277
24200
  events?: {
23278
24201
  address: `0x${string}`;
@@ -23297,6 +24220,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23297
24220
  };
23298
24221
  type: "token-quote-token-set";
23299
24222
  } | {
24223
+ chainId?: number | undefined;
23300
24224
  perspective: "incoming" | "outgoing";
23301
24225
  events?: {
23302
24226
  address: `0x${string}`;
@@ -23321,6 +24245,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23321
24245
  };
23322
24246
  type: "token-next-quote-token-set";
23323
24247
  } | {
24248
+ chainId?: number | undefined;
23324
24249
  perspective: "incoming" | "outgoing";
23325
24250
  events?: {
23326
24251
  address: `0x${string}`;
@@ -23345,6 +24270,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23345
24270
  };
23346
24271
  type: "token-logo-set";
23347
24272
  } | {
24273
+ chainId?: number | undefined;
23348
24274
  perspective: "incoming" | "outgoing";
23349
24275
  events?: {
23350
24276
  address: `0x${string}`;
@@ -23371,6 +24297,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23371
24297
  };
23372
24298
  type: "role-membership-set";
23373
24299
  } | {
24300
+ chainId?: number | undefined;
23374
24301
  perspective: "incoming" | "outgoing";
23375
24302
  events?: {
23376
24303
  address: `0x${string}`;
@@ -23396,6 +24323,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23396
24323
  };
23397
24324
  type: "role-admin-set";
23398
24325
  } | {
24326
+ chainId?: number | undefined;
23399
24327
  perspective: "incoming" | "outgoing";
23400
24328
  events?: {
23401
24329
  address: `0x${string}`;
@@ -23420,6 +24348,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23420
24348
  };
23421
24349
  type: "fee-user-token-set";
23422
24350
  } | {
24351
+ chainId?: number | undefined;
23423
24352
  perspective: "incoming" | "outgoing";
23424
24353
  events?: {
23425
24354
  address: `0x${string}`;
@@ -23444,6 +24373,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23444
24373
  };
23445
24374
  type: "fee-validator-token-set";
23446
24375
  } | {
24376
+ chainId?: number | undefined;
23447
24377
  perspective: "incoming" | "outgoing";
23448
24378
  events?: {
23449
24379
  address: `0x${string}`;
@@ -23469,6 +24399,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23469
24399
  };
23470
24400
  type: "policy-created";
23471
24401
  } | {
24402
+ chainId?: number | undefined;
23472
24403
  perspective: "incoming" | "outgoing";
23473
24404
  events?: {
23474
24405
  address: `0x${string}`;
@@ -23494,6 +24425,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23494
24425
  };
23495
24426
  type: "policy-admin-set";
23496
24427
  } | {
24428
+ chainId?: number | undefined;
23497
24429
  perspective: "incoming" | "outgoing";
23498
24430
  events?: {
23499
24431
  address: `0x${string}`;
@@ -23520,6 +24452,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23520
24452
  };
23521
24453
  type: "whitelist-updated";
23522
24454
  } | {
24455
+ chainId?: number | undefined;
23523
24456
  perspective: "incoming" | "outgoing";
23524
24457
  events?: {
23525
24458
  address: `0x${string}`;
@@ -23546,6 +24479,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23546
24479
  };
23547
24480
  type: "blacklist-updated";
23548
24481
  } | {
24482
+ chainId?: number | undefined;
23549
24483
  perspective: "incoming" | "outgoing";
23550
24484
  events?: {
23551
24485
  address: `0x${string}`;
@@ -23573,6 +24507,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23573
24507
  };
23574
24508
  type: "compound-policy-created";
23575
24509
  } | {
24510
+ chainId?: number | undefined;
23576
24511
  perspective: "incoming" | "outgoing";
23577
24512
  events?: {
23578
24513
  address: `0x${string}`;
@@ -23597,6 +24532,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23597
24532
  };
23598
24533
  type: "master-registered";
23599
24534
  } | {
24535
+ chainId?: number | undefined;
23600
24536
  perspective: "incoming" | "outgoing";
23601
24537
  events?: {
23602
24538
  address: `0x${string}`;
@@ -23622,6 +24558,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23622
24558
  };
23623
24559
  type: "nonce-incremented";
23624
24560
  } | {
24561
+ chainId?: number | undefined;
23625
24562
  perspective: "incoming" | "outgoing";
23626
24563
  events?: {
23627
24564
  address: `0x${string}`;
@@ -23646,6 +24583,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23646
24583
  };
23647
24584
  type: "key-authorization-witness";
23648
24585
  } | {
24586
+ chainId?: number | undefined;
23649
24587
  perspective: "incoming" | "outgoing";
23650
24588
  events?: {
23651
24589
  address: `0x${string}`;
@@ -23670,6 +24608,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23670
24608
  };
23671
24609
  type: "key-authorization-witness-burned";
23672
24610
  } | {
24611
+ chainId?: number | undefined;
23673
24612
  perspective: "incoming" | "outgoing";
23674
24613
  events?: {
23675
24614
  address: `0x${string}`;
@@ -23698,6 +24637,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23698
24637
  };
23699
24638
  type: "validator-added";
23700
24639
  } | {
24640
+ chainId?: number | undefined;
23701
24641
  perspective: "incoming" | "outgoing";
23702
24642
  events?: {
23703
24643
  address: `0x${string}`;
@@ -23722,6 +24662,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23722
24662
  };
23723
24663
  type: "validator-deactivated";
23724
24664
  } | {
24665
+ chainId?: number | undefined;
23725
24666
  perspective: "incoming" | "outgoing";
23726
24667
  events?: {
23727
24668
  address: `0x${string}`;
@@ -23752,6 +24693,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23752
24693
  };
23753
24694
  type: "validator-rotated";
23754
24695
  } | {
24696
+ chainId?: number | undefined;
23755
24697
  perspective: "incoming" | "outgoing";
23756
24698
  events?: {
23757
24699
  address: `0x${string}`;
@@ -23777,6 +24719,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23777
24719
  };
23778
24720
  type: "validator-fee-recipient-set";
23779
24721
  } | {
24722
+ chainId?: number | undefined;
23780
24723
  perspective: "incoming" | "outgoing";
23781
24724
  events?: {
23782
24725
  address: `0x${string}`;
@@ -23803,6 +24746,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23803
24746
  };
23804
24747
  type: "validator-ip-set";
23805
24748
  } | {
24749
+ chainId?: number | undefined;
23806
24750
  perspective: "incoming" | "outgoing";
23807
24751
  events?: {
23808
24752
  address: `0x${string}`;
@@ -23829,6 +24773,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23829
24773
  };
23830
24774
  type: "validator-ownership-transferred";
23831
24775
  } | {
24776
+ chainId?: number | undefined;
23832
24777
  perspective: "incoming" | "outgoing";
23833
24778
  events?: {
23834
24779
  address: `0x${string}`;
@@ -23853,6 +24798,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23853
24798
  };
23854
24799
  type: "ownership-transferred";
23855
24800
  } | {
24801
+ chainId?: number | undefined;
23856
24802
  perspective: "incoming" | "outgoing";
23857
24803
  events?: {
23858
24804
  address: `0x${string}`;
@@ -23878,6 +24824,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23878
24824
  };
23879
24825
  type: "validator-migrated";
23880
24826
  } | {
24827
+ chainId?: number | undefined;
23881
24828
  perspective: "incoming" | "outgoing";
23882
24829
  events?: {
23883
24830
  address: `0x${string}`;
@@ -23903,6 +24850,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23903
24850
  };
23904
24851
  type: "validator-migration-skipped";
23905
24852
  } | {
24853
+ chainId?: number | undefined;
23906
24854
  perspective: "incoming" | "outgoing";
23907
24855
  events?: {
23908
24856
  address: `0x${string}`;
@@ -23927,6 +24875,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23927
24875
  };
23928
24876
  type: "network-identity-rotation-epoch-set";
23929
24877
  } | {
24878
+ chainId?: number | undefined;
23930
24879
  perspective: "incoming" | "outgoing";
23931
24880
  events?: {
23932
24881
  address: `0x${string}`;
@@ -23950,6 +24899,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
23950
24899
  };
23951
24900
  type: "initialized";
23952
24901
  } | {
24902
+ chainId?: number | undefined;
23953
24903
  perspective: "incoming" | "outgoing";
23954
24904
  events?: {
23955
24905
  address: `0x${string}`;