tapimo 0.9.0 → 0.10.1

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 (319) hide show
  1. package/dist/ApiKey.d.ts +2 -1
  2. package/dist/ApiKey.d.ts.map +1 -1
  3. package/dist/ApiKeys.d.ts +4 -2
  4. package/dist/ApiKeys.d.ts.map +1 -1
  5. package/dist/ApiKeys.js +26 -1
  6. package/dist/ApiKeys.js.map +1 -1
  7. package/dist/App.d.ts +4292 -3708
  8. package/dist/App.d.ts.map +1 -1
  9. package/dist/App.js +1 -0
  10. package/dist/App.js.map +1 -1
  11. package/dist/Webhooks.d.ts +21 -20
  12. package/dist/Webhooks.d.ts.map +1 -1
  13. package/dist/Webhooks.js +66 -23
  14. package/dist/Webhooks.js.map +1 -1
  15. package/dist/admin/App.d.ts +91 -84
  16. package/dist/admin/App.d.ts.map +1 -1
  17. package/dist/admin/apps/api-keys.d.ts +26 -17
  18. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  19. package/dist/admin/apps/api-keys.js +6 -0
  20. package/dist/admin/apps/api-keys.js.map +1 -1
  21. package/dist/admin/apps/organizations.d.ts +4 -2
  22. package/dist/admin/apps/organizations.d.ts.map +1 -1
  23. package/dist/admin/apps/verified-tokens.d.ts +168 -168
  24. package/dist/admin/ui.generated.d.ts +1 -1
  25. package/dist/admin/ui.generated.js +69 -69
  26. package/dist/admin/ui.generated.js.map +1 -1
  27. package/dist/analytics/Analytics.d.ts.map +1 -1
  28. package/dist/analytics/Analytics.js +26 -0
  29. package/dist/analytics/Analytics.js.map +1 -1
  30. package/dist/apps/Zones.d.ts +4280 -84
  31. package/dist/apps/Zones.d.ts.map +1 -1
  32. package/dist/apps/Zones.js +30 -10
  33. package/dist/apps/Zones.js.map +1 -1
  34. package/dist/apps/data/App.d.ts +5799 -4929
  35. package/dist/apps/data/App.d.ts.map +1 -1
  36. package/dist/apps/data/FxOracle.d.ts +4 -5
  37. package/dist/apps/data/FxOracle.d.ts.map +1 -1
  38. package/dist/apps/data/FxOracle.js +19 -4
  39. package/dist/apps/data/FxOracle.js.map +1 -1
  40. package/dist/apps/data/routes/activities.d.ts +3391 -492
  41. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  42. package/dist/apps/data/routes/activities.js +372 -29
  43. package/dist/apps/data/routes/activities.js.map +1 -1
  44. package/dist/apps/data/routes/addresses.d.ts +853 -339
  45. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  46. package/dist/apps/data/routes/balances.d.ts +10 -10
  47. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  48. package/dist/apps/data/routes/balances.js +145 -83
  49. package/dist/apps/data/routes/balances.js.map +1 -1
  50. package/dist/apps/data/routes/blocks.d.ts +123 -123
  51. package/dist/apps/data/routes/coingecko.d.ts +169 -169
  52. package/dist/apps/data/routes/earn.d.ts +455 -1
  53. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  54. package/dist/apps/data/routes/earn.js +369 -45
  55. package/dist/apps/data/routes/earn.js.map +1 -1
  56. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  57. package/dist/apps/data/routes/exchanges.js +114 -118
  58. package/dist/apps/data/routes/exchanges.js.map +1 -1
  59. package/dist/apps/data/routes/fee-amm.d.ts +24 -24
  60. package/dist/apps/data/routes/indexer.d.ts +35 -34
  61. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  62. package/dist/apps/data/routes/indexer.js +3 -2
  63. package/dist/apps/data/routes/indexer.js.map +1 -1
  64. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  65. package/dist/apps/data/routes/receipts.js +68 -47
  66. package/dist/apps/data/routes/receipts.js.map +1 -1
  67. package/dist/apps/data/routes/rpc.d.ts +31 -31
  68. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  69. package/dist/apps/data/routes/rpc.js +5 -1
  70. package/dist/apps/data/routes/rpc.js.map +1 -1
  71. package/dist/apps/data/routes/tokenlist.d.ts +12 -12
  72. package/dist/apps/data/routes/tokens.d.ts +461 -459
  73. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  74. package/dist/apps/data/routes/transactions.d.ts +313 -305
  75. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  76. package/dist/apps/data/routes/transactions.js +25 -23
  77. package/dist/apps/data/routes/transactions.js.map +1 -1
  78. package/dist/apps/data/routes/transfers.d.ts +108 -86
  79. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  80. package/dist/apps/data/routes/transfers.js +618 -105
  81. package/dist/apps/data/routes/transfers.js.map +1 -1
  82. package/dist/apps/data/routes/valuation.d.ts +21 -21
  83. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  84. package/dist/apps/data/routes/valuation.js +2 -2
  85. package/dist/apps/data/routes/valuation.js.map +1 -1
  86. package/dist/apps/data/routes/webhooks.d.ts +519 -868
  87. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  88. package/dist/apps/data/routes/webhooks.js +642 -353
  89. package/dist/apps/data/routes/webhooks.js.map +1 -1
  90. package/dist/apps/data/routes/zones.d.ts +31 -31
  91. package/dist/apps/data/routes/zones.d.ts.map +1 -1
  92. package/dist/apps/data/routes/zones.js +4 -2
  93. package/dist/apps/data/routes/zones.js.map +1 -1
  94. package/dist/apps/funding/routes/deposit-addresses.js +1 -1
  95. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  96. package/dist/apps/funding/routes/providers.d.ts +13 -13
  97. package/dist/apps/funding/routes/quotes.d.ts +89 -89
  98. package/dist/apps/funding/routes/transfers.d.ts +36 -36
  99. package/dist/apps/funding/routes/transfers.js +1 -1
  100. package/dist/apps/funding/routes/transfers.js.map +1 -1
  101. package/dist/apps/management/App.d.ts +11 -309
  102. package/dist/apps/management/App.d.ts.map +1 -1
  103. package/dist/apps/management/routes/api-keys.d.ts +74 -74
  104. package/dist/apps/management/routes/billing.js +1 -1
  105. package/dist/apps/management/routes/billing.js.map +1 -1
  106. package/dist/apps/management/routes/faucet.d.ts +35 -35
  107. package/dist/apps/management/routes/faucet.js +2 -2
  108. package/dist/apps/management/routes/faucet.js.map +1 -1
  109. package/dist/apps/management/routes/invitations.d.ts +134 -134
  110. package/dist/apps/management/routes/invite-links.d.ts +80 -80
  111. package/dist/apps/management/routes/members.d.ts +69 -69
  112. package/dist/apps/management/routes/orgs.d.ts +98 -98
  113. package/dist/apps/management/routes/projects.d.ts +60 -60
  114. package/dist/apps/management/routes/usage.d.ts +72 -72
  115. package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
  116. package/dist/apps/management/routes/webhooks.d.ts +203 -618
  117. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  118. package/dist/apps/mcp.d.ts.map +1 -1
  119. package/dist/apps/mcp.js +4 -1
  120. package/dist/apps/mcp.js.map +1 -1
  121. package/dist/apps/mpp/App.d.ts +56 -44
  122. package/dist/apps/mpp/App.d.ts.map +1 -1
  123. package/dist/apps/mpp/Mpp.d.ts +3 -0
  124. package/dist/apps/mpp/Mpp.d.ts.map +1 -1
  125. package/dist/apps/mpp/Mpp.js +3 -0
  126. package/dist/apps/mpp/Mpp.js.map +1 -1
  127. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  128. package/dist/apps/mpp/internal/Adapter.js +9 -2
  129. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  130. package/dist/db/Db.d.ts +4 -2
  131. package/dist/db/Db.d.ts.map +1 -1
  132. package/dist/db/Db.js +75 -15
  133. package/dist/db/Db.js.map +1 -1
  134. package/dist/db/Schema.d.ts +19 -0
  135. package/dist/db/Schema.d.ts.map +1 -1
  136. package/dist/db/Schema.js +24 -0
  137. package/dist/db/Schema.js.map +1 -1
  138. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  139. package/dist/db/tables/sponsoredTransactions.js +4 -1
  140. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  141. package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
  142. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
  143. package/dist/db/tables/webhookQueueEvents.js +160 -0
  144. package/dist/db/tables/webhookQueueEvents.js.map +1 -0
  145. package/dist/db/tables/webhookSubscriptions.d.ts +58 -3
  146. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  147. package/dist/db/tables/webhookSubscriptions.js +86 -3
  148. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  149. package/dist/internal/Auth.d.ts +3 -0
  150. package/dist/internal/Auth.d.ts.map +1 -1
  151. package/dist/internal/Auth.js +6 -4
  152. package/dist/internal/Auth.js.map +1 -1
  153. package/dist/internal/MetricSink.d.ts +139 -3
  154. package/dist/internal/MetricSink.d.ts.map +1 -1
  155. package/dist/internal/MetricSink.js +144 -4
  156. package/dist/internal/MetricSink.js.map +1 -1
  157. package/dist/internal/RateLimit.d.ts +4 -6
  158. package/dist/internal/RateLimit.d.ts.map +1 -1
  159. package/dist/internal/RateLimit.js +15 -14
  160. package/dist/internal/RateLimit.js.map +1 -1
  161. package/dist/internal/Schema.js +1 -1
  162. package/dist/internal/Schema.js.map +1 -1
  163. package/dist/internal/Store.d.ts +2 -1
  164. package/dist/internal/Store.d.ts.map +1 -1
  165. package/dist/internal/Store.js +57 -18
  166. package/dist/internal/Store.js.map +1 -1
  167. package/dist/internal/Tidx.d.ts +1 -3
  168. package/dist/internal/Tidx.d.ts.map +1 -1
  169. package/dist/internal/Tidx.js +1 -3
  170. package/dist/internal/Tidx.js.map +1 -1
  171. package/dist/internal/Value.d.ts +2 -0
  172. package/dist/internal/Value.d.ts.map +1 -1
  173. package/dist/internal/Value.js +25 -0
  174. package/dist/internal/Value.js.map +1 -1
  175. package/dist/internal/Viem.d.ts.map +1 -1
  176. package/dist/internal/Viem.js +2 -1
  177. package/dist/internal/Viem.js.map +1 -1
  178. package/dist/internal/WebhookDestination.d.ts +2 -0
  179. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  180. package/dist/internal/WebhookDestination.js +11 -0
  181. package/dist/internal/WebhookDestination.js.map +1 -1
  182. package/dist/internal/WebhookTransfer.d.ts +75 -0
  183. package/dist/internal/WebhookTransfer.d.ts.map +1 -0
  184. package/dist/internal/WebhookTransfer.js +299 -0
  185. package/dist/internal/WebhookTransfer.js.map +1 -0
  186. package/dist/internal/Webhooks.d.ts +176 -0
  187. package/dist/internal/Webhooks.d.ts.map +1 -1
  188. package/dist/internal/Webhooks.js +216 -20
  189. package/dist/internal/Webhooks.js.map +1 -1
  190. package/dist/internal/funding/Provider.d.ts +4 -0
  191. package/dist/internal/funding/Provider.d.ts.map +1 -1
  192. package/dist/internal/funding/Provider.js +11 -7
  193. package/dist/internal/funding/Provider.js.map +1 -1
  194. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  195. package/dist/internal/funding/Reconciliation.js +128 -0
  196. package/dist/internal/funding/Reconciliation.js.map +1 -1
  197. package/dist/internal/funding/providers/relay.d.ts +6 -4
  198. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  199. package/dist/internal/funding/providers/relay.js +71 -9
  200. package/dist/internal/funding/providers/relay.js.map +1 -1
  201. package/package.json +4 -4
  202. package/src/ApiKeys.test.ts +20 -0
  203. package/src/ApiKeys.ts +28 -1
  204. package/src/App.test.ts +10 -8
  205. package/src/App.ts +1 -0
  206. package/src/Client.test-d.ts +61 -5
  207. package/src/Webhooks.bench.ts +714 -0
  208. package/src/Webhooks.memory.bench.ts +250 -0
  209. package/src/Webhooks.test.ts +77 -6
  210. package/src/Webhooks.ts +85 -29
  211. package/src/admin/apps/api-keys.test.ts +9 -0
  212. package/src/admin/apps/api-keys.ts +15 -0
  213. package/src/admin/ui/src/lib/query-client.ts +3 -2
  214. package/src/admin/ui/src/routes/api-keys.tsx +31 -9
  215. package/src/admin/ui.generated.ts +69 -69
  216. package/src/analytics/Analytics.test.ts +8 -0
  217. package/src/analytics/Analytics.ts +26 -0
  218. package/src/apps/Zones.test.ts +23 -5
  219. package/src/apps/Zones.ts +31 -10
  220. package/src/apps/composition.test.ts +1 -0
  221. package/src/apps/data/App.test.ts +2 -2
  222. package/src/apps/data/FxOracle.test.ts +18 -0
  223. package/src/apps/data/FxOracle.ts +28 -5
  224. package/src/apps/data/routes/activities.bench.ts +41 -0
  225. package/src/apps/data/routes/activities.test.ts +122 -2
  226. package/src/apps/data/routes/activities.ts +435 -32
  227. package/src/apps/data/routes/balances.bench.ts +21 -0
  228. package/src/apps/data/routes/balances.test.ts +119 -10
  229. package/src/apps/data/routes/balances.ts +164 -97
  230. package/src/apps/data/routes/blocks.bench.ts +34 -0
  231. package/src/apps/data/routes/blocks.test.ts +12 -6
  232. package/src/apps/data/routes/coingecko.bench.ts +53 -0
  233. package/src/apps/data/routes/earn.bench.ts +71 -0
  234. package/src/apps/data/routes/earn.test.ts +197 -0
  235. package/src/apps/data/routes/earn.ts +487 -45
  236. package/src/apps/data/routes/exchanges.bench.ts +85 -0
  237. package/src/apps/data/routes/exchanges.test.ts +7 -6
  238. package/src/apps/data/routes/exchanges.ts +124 -117
  239. package/src/apps/data/routes/fee-amm.bench.ts +13 -0
  240. package/src/apps/data/routes/indexer.bench.ts +8 -0
  241. package/src/apps/data/routes/indexer.test.ts +2 -1
  242. package/src/apps/data/routes/indexer.ts +3 -2
  243. package/src/apps/data/routes/receipts.bench.ts +39 -0
  244. package/src/apps/data/routes/receipts.test.ts +24 -7
  245. package/src/apps/data/routes/receipts.ts +67 -50
  246. package/src/apps/data/routes/rpc.bench.ts +14 -0
  247. package/src/apps/data/routes/rpc.test.ts +27 -0
  248. package/src/apps/data/routes/rpc.ts +5 -1
  249. package/src/apps/data/routes/tokenlist.bench.ts +3 -0
  250. package/src/apps/data/routes/tokens.bench.ts +76 -0
  251. package/src/apps/data/routes/tokens.test.ts +51 -0
  252. package/src/apps/data/routes/transactions.bench.ts +40 -0
  253. package/src/apps/data/routes/transactions.test.ts +42 -0
  254. package/src/apps/data/routes/transactions.ts +44 -39
  255. package/src/apps/data/routes/transfers.bench.ts +28 -0
  256. package/src/apps/data/routes/transfers.test.ts +402 -24
  257. package/src/apps/data/routes/transfers.ts +708 -101
  258. package/src/apps/data/routes/valuation.bench.ts +14 -0
  259. package/src/apps/data/routes/valuation.test.ts +26 -0
  260. package/src/apps/data/routes/valuation.ts +6 -2
  261. package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
  262. package/src/apps/data/routes/webhooks.bench.ts +26 -0
  263. package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
  264. package/src/apps/data/routes/webhooks.test.ts +466 -135
  265. package/src/apps/data/routes/webhooks.ts +820 -429
  266. package/src/apps/data/routes/zones.bench.ts +32 -0
  267. package/src/apps/data/routes/zones.test.ts +1 -1
  268. package/src/apps/data/routes/zones.ts +7 -2
  269. package/src/apps/funding/routes/chains.test.ts +1 -1
  270. package/src/apps/funding/routes/deposit-addresses.test.ts +1 -1
  271. package/src/apps/funding/routes/deposit-addresses.ts +1 -1
  272. package/src/apps/funding/routes/providers.test.ts +1 -1
  273. package/src/apps/funding/routes/quotes.test.ts +2 -2
  274. package/src/apps/funding/routes/transfers.test.ts +3 -6
  275. package/src/apps/funding/routes/transfers.ts +1 -1
  276. package/src/apps/management/routes/billing.ts +1 -1
  277. package/src/apps/management/routes/faucet.ts +2 -2
  278. package/src/apps/management/routes/me.test.ts +31 -0
  279. package/src/apps/mcp.ts +4 -1
  280. package/src/apps/mpp/Mpp.test.ts +13 -1
  281. package/src/apps/mpp/Mpp.ts +8 -0
  282. package/src/apps/mpp/internal/Adapter.ts +10 -2
  283. package/src/db/Db.test.ts +40 -6
  284. package/src/db/Db.ts +114 -19
  285. package/src/db/Schema.ts +32 -0
  286. package/src/db/tables/sponsoredTransactions.ts +9 -2
  287. package/src/db/tables/webhookQueueEvents.ts +285 -0
  288. package/src/db/tables/webhookSubscriptions.ts +131 -4
  289. package/src/internal/Auth.test.ts +61 -50
  290. package/src/internal/Auth.ts +9 -4
  291. package/src/internal/EarnVaults.test.ts +2 -2
  292. package/src/internal/MetricSink.test.ts +575 -0
  293. package/src/internal/MetricSink.ts +325 -10
  294. package/src/internal/RateLimit.test.ts +23 -18
  295. package/src/internal/RateLimit.ts +23 -15
  296. package/src/internal/Schema.ts +1 -1
  297. package/src/internal/Store.test.ts +99 -13
  298. package/src/internal/Store.ts +52 -17
  299. package/src/internal/Tidx.test.ts +4 -4
  300. package/src/internal/Tidx.ts +1 -3
  301. package/src/internal/Value.test.ts +25 -0
  302. package/src/internal/Value.ts +29 -0
  303. package/src/internal/Viem.test.ts +8 -0
  304. package/src/internal/Viem.ts +2 -1
  305. package/src/internal/WebhookDestination.test.ts +20 -0
  306. package/src/internal/WebhookDestination.ts +10 -0
  307. package/src/internal/WebhookTransfer.test.ts +89 -0
  308. package/src/internal/WebhookTransfer.ts +430 -0
  309. package/src/internal/Webhooks.test.ts +616 -0
  310. package/src/internal/Webhooks.ts +412 -24
  311. package/src/internal/funding/Provider.test.ts +48 -8
  312. package/src/internal/funding/Provider.ts +12 -7
  313. package/src/internal/funding/Reconciliation.local.test.ts +3 -1
  314. package/src/internal/funding/Reconciliation.test.ts +1240 -0
  315. package/src/internal/funding/Reconciliation.ts +136 -0
  316. package/src/internal/funding/SourceObservation.test.ts +1 -0
  317. package/src/internal/funding/providers/index.test.ts +73 -3
  318. package/src/internal/funding/providers/relay.test.ts +2 -9
  319. package/src/internal/funding/providers/relay.ts +72 -13
@@ -53,6 +53,7 @@ export declare namespace schema {
53
53
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
54
54
  }, z.core.$loose>>, z.ZodMiniNull]>>;
55
55
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
56
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
56
57
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
57
58
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
58
59
  }, z.core.$loose>>>;
@@ -202,6 +203,7 @@ export declare namespace schema {
202
203
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
203
204
  }, z.core.$loose>>, z.ZodMiniNull]>>;
204
205
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
206
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
205
207
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
206
208
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
207
209
  }, z.core.$loose>>>;
@@ -394,6 +396,7 @@ export declare namespace schema {
394
396
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
395
397
  }, z.core.$loose>>, z.ZodMiniNull]>>;
396
398
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
399
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
397
400
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
398
401
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
399
402
  }, z.core.$loose>>>;
@@ -620,6 +623,7 @@ export declare namespace schema {
620
623
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
621
624
  }, z.core.$loose>>, z.ZodMiniNull]>>;
622
625
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
626
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
623
627
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
624
628
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
625
629
  }, z.core.$loose>>>;
@@ -871,6 +875,7 @@ export declare namespace schema {
871
875
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
872
876
  }, z.core.$loose>>, z.ZodMiniNull]>>;
873
877
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
878
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
874
879
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
875
880
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
876
881
  }, z.core.$loose>>>;
@@ -932,216 +937,6 @@ export declare namespace schema {
932
937
  export declare function transactions(): import("hono/hono-base").HonoBase<App.Environment, {
933
938
  "/v1/transactions": {
934
939
  $get: {
935
- output: null;
936
- outputFormat: "body";
937
- status: 402;
938
- input: {
939
- query?: {
940
- address?: string | string[];
941
- 'blockNumber.from'?: string | string[];
942
- 'blockNumber.to'?: string | string[];
943
- chainId?: string | string[];
944
- cursor?: string | string[];
945
- feePayer?: string | string[];
946
- feeToken?: string | string[];
947
- include?: string | string[];
948
- limit?: string | string[];
949
- order?: string | string[];
950
- page?: string | string[];
951
- recipient?: string | string[];
952
- sender?: string | string[];
953
- status?: string | string[];
954
- 'timestamp.from'?: string | string[];
955
- 'timestamp.to'?: string | string[];
956
- } | undefined;
957
- };
958
- } | {
959
- output: {
960
- error: {
961
- code: "upstream_error";
962
- details?: readonly Response.error.Detail[] | undefined;
963
- message: string;
964
- };
965
- requestId: string;
966
- };
967
- outputFormat: "json";
968
- status: 502;
969
- input: {
970
- query?: {
971
- address?: string | string[];
972
- 'blockNumber.from'?: string | string[];
973
- 'blockNumber.to'?: string | string[];
974
- chainId?: string | string[];
975
- cursor?: string | string[];
976
- feePayer?: string | string[];
977
- feeToken?: string | string[];
978
- include?: string | string[];
979
- limit?: string | string[];
980
- order?: string | string[];
981
- page?: string | string[];
982
- recipient?: string | string[];
983
- sender?: string | string[];
984
- status?: string | string[];
985
- 'timestamp.from'?: string | string[];
986
- 'timestamp.to'?: string | string[];
987
- } | undefined;
988
- };
989
- } | {
990
- output: {
991
- error: {
992
- code: "api_key_malformed";
993
- details?: readonly Response.error.Detail[] | undefined;
994
- message: string;
995
- };
996
- requestId: string;
997
- };
998
- outputFormat: "json";
999
- status: 400;
1000
- input: {
1001
- query?: {
1002
- address?: string | string[];
1003
- 'blockNumber.from'?: string | string[];
1004
- 'blockNumber.to'?: string | string[];
1005
- chainId?: string | string[];
1006
- cursor?: string | string[];
1007
- feePayer?: string | string[];
1008
- feeToken?: string | string[];
1009
- include?: string | string[];
1010
- limit?: string | string[];
1011
- order?: string | string[];
1012
- page?: string | string[];
1013
- recipient?: string | string[];
1014
- sender?: string | string[];
1015
- status?: string | string[];
1016
- 'timestamp.from'?: string | string[];
1017
- 'timestamp.to'?: string | string[];
1018
- } | undefined;
1019
- };
1020
- } | {
1021
- output: {
1022
- error: {
1023
- code: "api_key_invalid" | "api_key_missing";
1024
- details?: readonly Response.error.Detail[] | undefined;
1025
- message: string;
1026
- };
1027
- requestId: string;
1028
- };
1029
- outputFormat: "json";
1030
- status: 401;
1031
- input: {
1032
- query?: {
1033
- address?: string | string[];
1034
- 'blockNumber.from'?: string | string[];
1035
- 'blockNumber.to'?: string | string[];
1036
- chainId?: string | string[];
1037
- cursor?: string | string[];
1038
- feePayer?: string | string[];
1039
- feeToken?: string | string[];
1040
- include?: string | string[];
1041
- limit?: string | string[];
1042
- order?: string | string[];
1043
- page?: string | string[];
1044
- recipient?: string | string[];
1045
- sender?: string | string[];
1046
- status?: string | string[];
1047
- 'timestamp.from'?: string | string[];
1048
- 'timestamp.to'?: string | string[];
1049
- } | undefined;
1050
- };
1051
- } | {
1052
- output: {
1053
- error: {
1054
- code: "api_key_forbidden" | "api_key_ip_forbidden";
1055
- details?: readonly Response.error.Detail[] | undefined;
1056
- message: string;
1057
- };
1058
- requestId: string;
1059
- };
1060
- outputFormat: "json";
1061
- status: 403;
1062
- input: {
1063
- query?: {
1064
- address?: string | string[];
1065
- 'blockNumber.from'?: string | string[];
1066
- 'blockNumber.to'?: string | string[];
1067
- chainId?: string | string[];
1068
- cursor?: string | string[];
1069
- feePayer?: string | string[];
1070
- feeToken?: string | string[];
1071
- include?: string | string[];
1072
- limit?: string | string[];
1073
- order?: string | string[];
1074
- page?: string | string[];
1075
- recipient?: string | string[];
1076
- sender?: string | string[];
1077
- status?: string | string[];
1078
- 'timestamp.from'?: string | string[];
1079
- 'timestamp.to'?: string | string[];
1080
- } | undefined;
1081
- };
1082
- } | {
1083
- output: {
1084
- error: {
1085
- code: "payment_required" | "rate_limit_exceeded";
1086
- details?: readonly Response.error.Detail[] | undefined;
1087
- message: string;
1088
- };
1089
- requestId: string;
1090
- };
1091
- outputFormat: "json";
1092
- status: 429;
1093
- input: {
1094
- query?: {
1095
- address?: string | string[];
1096
- 'blockNumber.from'?: string | string[];
1097
- 'blockNumber.to'?: string | string[];
1098
- chainId?: string | string[];
1099
- cursor?: string | string[];
1100
- feePayer?: string | string[];
1101
- feeToken?: string | string[];
1102
- include?: string | string[];
1103
- limit?: string | string[];
1104
- order?: string | string[];
1105
- page?: string | string[];
1106
- recipient?: string | string[];
1107
- sender?: string | string[];
1108
- status?: string | string[];
1109
- 'timestamp.from'?: string | string[];
1110
- 'timestamp.to'?: string | string[];
1111
- } | undefined;
1112
- };
1113
- } | {
1114
- output: {
1115
- error: {
1116
- code: "query_invalid";
1117
- details?: readonly Response.error.Detail[] | undefined;
1118
- message: string;
1119
- };
1120
- requestId: string;
1121
- };
1122
- outputFormat: "json";
1123
- status: 400;
1124
- input: {
1125
- query?: {
1126
- address?: string | string[];
1127
- 'blockNumber.from'?: string | string[];
1128
- 'blockNumber.to'?: string | string[];
1129
- chainId?: string | string[];
1130
- cursor?: string | string[];
1131
- feePayer?: string | string[];
1132
- feeToken?: string | string[];
1133
- include?: string | string[];
1134
- limit?: string | string[];
1135
- order?: string | string[];
1136
- page?: string | string[];
1137
- recipient?: string | string[];
1138
- sender?: string | string[];
1139
- status?: string | string[];
1140
- 'timestamp.from'?: string | string[];
1141
- 'timestamp.to'?: string | string[];
1142
- } | undefined;
1143
- };
1144
- } | {
1145
940
  output: {
1146
941
  data: {
1147
942
  blockHash: `0x${string}` | null;
@@ -1284,6 +1079,7 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1284
1079
  value?: `0x${string}` | null | undefined;
1285
1080
  }[] | null | undefined;
1286
1081
  chainId?: `0x${string}` | undefined;
1082
+ feePayer?: `0x${string}` | undefined;
1287
1083
  feePayerSignature?: {
1288
1084
  [x: string]: import("hono/utils/types").JSONValue;
1289
1085
  type?: string | undefined;
@@ -1357,49 +1153,41 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1357
1153
  'timestamp.to'?: string | string[];
1358
1154
  } | undefined;
1359
1155
  };
1360
- };
1361
- };
1362
- } & {
1363
- "/v1/transactions/:transactionHash": {
1364
- $get: {
1365
- output: null;
1366
- outputFormat: "body";
1367
- status: 402;
1368
- input: {
1369
- param: {
1370
- transactionHash: `0x${string}`;
1371
- };
1372
- } & {
1373
- query?: {
1374
- chainId?: string | string[];
1375
- include?: string | string[];
1376
- } | undefined;
1377
- };
1378
1156
  } | {
1379
1157
  output: {
1380
1158
  error: {
1381
- code: "upstream_error";
1159
+ code: "api_key_malformed";
1382
1160
  details?: readonly Response.error.Detail[] | undefined;
1383
1161
  message: string;
1384
1162
  };
1385
1163
  requestId: string;
1386
1164
  };
1387
1165
  outputFormat: "json";
1388
- status: 502;
1166
+ status: 400;
1389
1167
  input: {
1390
- param: {
1391
- transactionHash: `0x${string}`;
1392
- };
1393
- } & {
1394
1168
  query?: {
1169
+ address?: string | string[];
1170
+ 'blockNumber.from'?: string | string[];
1171
+ 'blockNumber.to'?: string | string[];
1395
1172
  chainId?: string | string[];
1173
+ cursor?: string | string[];
1174
+ feePayer?: string | string[];
1175
+ feeToken?: string | string[];
1396
1176
  include?: string | string[];
1177
+ limit?: string | string[];
1178
+ order?: string | string[];
1179
+ page?: string | string[];
1180
+ recipient?: string | string[];
1181
+ sender?: string | string[];
1182
+ status?: string | string[];
1183
+ 'timestamp.from'?: string | string[];
1184
+ 'timestamp.to'?: string | string[];
1397
1185
  } | undefined;
1398
1186
  };
1399
1187
  } | {
1400
1188
  output: {
1401
1189
  error: {
1402
- code: "api_key_malformed";
1190
+ code: "query_invalid";
1403
1191
  details?: readonly Response.error.Detail[] | undefined;
1404
1192
  message: string;
1405
1193
  };
@@ -1408,13 +1196,23 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1408
1196
  outputFormat: "json";
1409
1197
  status: 400;
1410
1198
  input: {
1411
- param: {
1412
- transactionHash: `0x${string}`;
1413
- };
1414
- } & {
1415
1199
  query?: {
1200
+ address?: string | string[];
1201
+ 'blockNumber.from'?: string | string[];
1202
+ 'blockNumber.to'?: string | string[];
1416
1203
  chainId?: string | string[];
1204
+ cursor?: string | string[];
1205
+ feePayer?: string | string[];
1206
+ feeToken?: string | string[];
1417
1207
  include?: string | string[];
1208
+ limit?: string | string[];
1209
+ order?: string | string[];
1210
+ page?: string | string[];
1211
+ recipient?: string | string[];
1212
+ sender?: string | string[];
1213
+ status?: string | string[];
1214
+ 'timestamp.from'?: string | string[];
1215
+ 'timestamp.to'?: string | string[];
1418
1216
  } | undefined;
1419
1217
  };
1420
1218
  } | {
@@ -1429,121 +1227,147 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1429
1227
  outputFormat: "json";
1430
1228
  status: 401;
1431
1229
  input: {
1432
- param: {
1433
- transactionHash: `0x${string}`;
1434
- };
1435
- } & {
1436
- query?: {
1437
- chainId?: string | string[];
1438
- include?: string | string[];
1439
- } | undefined;
1440
- };
1441
- } | {
1442
- output: {
1443
- error: {
1444
- code: "api_key_forbidden" | "api_key_ip_forbidden";
1445
- details?: readonly Response.error.Detail[] | undefined;
1446
- message: string;
1447
- };
1448
- requestId: string;
1449
- };
1450
- outputFormat: "json";
1451
- status: 403;
1452
- input: {
1453
- param: {
1454
- transactionHash: `0x${string}`;
1455
- };
1456
- } & {
1457
1230
  query?: {
1231
+ address?: string | string[];
1232
+ 'blockNumber.from'?: string | string[];
1233
+ 'blockNumber.to'?: string | string[];
1458
1234
  chainId?: string | string[];
1235
+ cursor?: string | string[];
1236
+ feePayer?: string | string[];
1237
+ feeToken?: string | string[];
1459
1238
  include?: string | string[];
1239
+ limit?: string | string[];
1240
+ order?: string | string[];
1241
+ page?: string | string[];
1242
+ recipient?: string | string[];
1243
+ sender?: string | string[];
1244
+ status?: string | string[];
1245
+ 'timestamp.from'?: string | string[];
1246
+ 'timestamp.to'?: string | string[];
1460
1247
  } | undefined;
1461
1248
  };
1462
1249
  } | {
1463
- output: {
1464
- error: {
1465
- code: "payment_required" | "rate_limit_exceeded";
1466
- details?: readonly Response.error.Detail[] | undefined;
1467
- message: string;
1468
- };
1469
- requestId: string;
1470
- };
1471
- outputFormat: "json";
1472
- status: 429;
1250
+ output: null;
1251
+ outputFormat: "body";
1252
+ status: 402;
1473
1253
  input: {
1474
- param: {
1475
- transactionHash: `0x${string}`;
1476
- };
1477
- } & {
1478
1254
  query?: {
1255
+ address?: string | string[];
1256
+ 'blockNumber.from'?: string | string[];
1257
+ 'blockNumber.to'?: string | string[];
1479
1258
  chainId?: string | string[];
1259
+ cursor?: string | string[];
1260
+ feePayer?: string | string[];
1261
+ feeToken?: string | string[];
1480
1262
  include?: string | string[];
1263
+ limit?: string | string[];
1264
+ order?: string | string[];
1265
+ page?: string | string[];
1266
+ recipient?: string | string[];
1267
+ sender?: string | string[];
1268
+ status?: string | string[];
1269
+ 'timestamp.from'?: string | string[];
1270
+ 'timestamp.to'?: string | string[];
1481
1271
  } | undefined;
1482
1272
  };
1483
1273
  } | {
1484
1274
  output: {
1485
1275
  error: {
1486
- code: "query_invalid";
1276
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
1487
1277
  details?: readonly Response.error.Detail[] | undefined;
1488
1278
  message: string;
1489
1279
  };
1490
1280
  requestId: string;
1491
1281
  };
1492
1282
  outputFormat: "json";
1493
- status: 400;
1283
+ status: 403;
1494
1284
  input: {
1495
- param: {
1496
- transactionHash: `0x${string}`;
1497
- };
1498
- } & {
1499
1285
  query?: {
1286
+ address?: string | string[];
1287
+ 'blockNumber.from'?: string | string[];
1288
+ 'blockNumber.to'?: string | string[];
1500
1289
  chainId?: string | string[];
1290
+ cursor?: string | string[];
1291
+ feePayer?: string | string[];
1292
+ feeToken?: string | string[];
1501
1293
  include?: string | string[];
1294
+ limit?: string | string[];
1295
+ order?: string | string[];
1296
+ page?: string | string[];
1297
+ recipient?: string | string[];
1298
+ sender?: string | string[];
1299
+ status?: string | string[];
1300
+ 'timestamp.from'?: string | string[];
1301
+ 'timestamp.to'?: string | string[];
1502
1302
  } | undefined;
1503
1303
  };
1504
1304
  } | {
1505
1305
  output: {
1506
1306
  error: {
1507
- code: "transaction_invalid";
1307
+ code: "payment_required" | "rate_limit_exceeded";
1508
1308
  details?: readonly Response.error.Detail[] | undefined;
1509
1309
  message: string;
1510
1310
  };
1511
1311
  requestId: string;
1512
1312
  };
1513
1313
  outputFormat: "json";
1514
- status: 400;
1314
+ status: 429;
1515
1315
  input: {
1516
- param: {
1517
- transactionHash: `0x${string}`;
1518
- };
1519
- } & {
1520
1316
  query?: {
1317
+ address?: string | string[];
1318
+ 'blockNumber.from'?: string | string[];
1319
+ 'blockNumber.to'?: string | string[];
1521
1320
  chainId?: string | string[];
1321
+ cursor?: string | string[];
1322
+ feePayer?: string | string[];
1323
+ feeToken?: string | string[];
1522
1324
  include?: string | string[];
1325
+ limit?: string | string[];
1326
+ order?: string | string[];
1327
+ page?: string | string[];
1328
+ recipient?: string | string[];
1329
+ sender?: string | string[];
1330
+ status?: string | string[];
1331
+ 'timestamp.from'?: string | string[];
1332
+ 'timestamp.to'?: string | string[];
1523
1333
  } | undefined;
1524
1334
  };
1525
1335
  } | {
1526
1336
  output: {
1527
1337
  error: {
1528
- code: "transaction_not_found";
1338
+ code: "upstream_error";
1529
1339
  details?: readonly Response.error.Detail[] | undefined;
1530
1340
  message: string;
1531
1341
  };
1532
1342
  requestId: string;
1533
1343
  };
1534
1344
  outputFormat: "json";
1535
- status: 404;
1345
+ status: 502;
1536
1346
  input: {
1537
- param: {
1538
- transactionHash: `0x${string}`;
1539
- };
1540
- } & {
1541
1347
  query?: {
1348
+ address?: string | string[];
1349
+ 'blockNumber.from'?: string | string[];
1350
+ 'blockNumber.to'?: string | string[];
1542
1351
  chainId?: string | string[];
1352
+ cursor?: string | string[];
1353
+ feePayer?: string | string[];
1354
+ feeToken?: string | string[];
1543
1355
  include?: string | string[];
1356
+ limit?: string | string[];
1357
+ order?: string | string[];
1358
+ page?: string | string[];
1359
+ recipient?: string | string[];
1360
+ sender?: string | string[];
1361
+ status?: string | string[];
1362
+ 'timestamp.from'?: string | string[];
1363
+ 'timestamp.to'?: string | string[];
1544
1364
  } | undefined;
1545
1365
  };
1546
- } | {
1366
+ };
1367
+ };
1368
+ } & {
1369
+ "/v1/transactions/:transactionHash": {
1370
+ $get: {
1547
1371
  output: {
1548
1372
  blockHash: `0x${string}` | null;
1549
1373
  blockNumber: number | null;
@@ -1685,6 +1509,7 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1685
1509
  value?: `0x${string}` | null | undefined;
1686
1510
  }[] | null | undefined;
1687
1511
  chainId?: `0x${string}` | undefined;
1512
+ feePayer?: `0x${string}` | undefined;
1688
1513
  feePayerSignature?: {
1689
1514
  [x: string]: import("hono/utils/types").JSONValue;
1690
1515
  type?: string | undefined;
@@ -1742,13 +1567,195 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
1742
1567
  include?: string | string[];
1743
1568
  } | undefined;
1744
1569
  };
1570
+ } | {
1571
+ output: {
1572
+ error: {
1573
+ code: "api_key_malformed";
1574
+ details?: readonly Response.error.Detail[] | undefined;
1575
+ message: string;
1576
+ };
1577
+ requestId: string;
1578
+ };
1579
+ outputFormat: "json";
1580
+ status: 400;
1581
+ input: {
1582
+ param: {
1583
+ transactionHash: `0x${string}`;
1584
+ };
1585
+ } & {
1586
+ query?: {
1587
+ chainId?: string | string[];
1588
+ include?: string | string[];
1589
+ } | undefined;
1590
+ };
1591
+ } | {
1592
+ output: {
1593
+ error: {
1594
+ code: "query_invalid";
1595
+ details?: readonly Response.error.Detail[] | undefined;
1596
+ message: string;
1597
+ };
1598
+ requestId: string;
1599
+ };
1600
+ outputFormat: "json";
1601
+ status: 400;
1602
+ input: {
1603
+ param: {
1604
+ transactionHash: `0x${string}`;
1605
+ };
1606
+ } & {
1607
+ query?: {
1608
+ chainId?: string | string[];
1609
+ include?: string | string[];
1610
+ } | undefined;
1611
+ };
1612
+ } | {
1613
+ output: {
1614
+ error: {
1615
+ code: "transaction_invalid";
1616
+ details?: readonly Response.error.Detail[] | undefined;
1617
+ message: string;
1618
+ };
1619
+ requestId: string;
1620
+ };
1621
+ outputFormat: "json";
1622
+ status: 400;
1623
+ input: {
1624
+ param: {
1625
+ transactionHash: `0x${string}`;
1626
+ };
1627
+ } & {
1628
+ query?: {
1629
+ chainId?: string | string[];
1630
+ include?: string | string[];
1631
+ } | undefined;
1632
+ };
1633
+ } | {
1634
+ output: {
1635
+ error: {
1636
+ code: "api_key_invalid" | "api_key_missing";
1637
+ details?: readonly Response.error.Detail[] | undefined;
1638
+ message: string;
1639
+ };
1640
+ requestId: string;
1641
+ };
1642
+ outputFormat: "json";
1643
+ status: 401;
1644
+ input: {
1645
+ param: {
1646
+ transactionHash: `0x${string}`;
1647
+ };
1648
+ } & {
1649
+ query?: {
1650
+ chainId?: string | string[];
1651
+ include?: string | string[];
1652
+ } | undefined;
1653
+ };
1654
+ } | {
1655
+ output: null;
1656
+ outputFormat: "body";
1657
+ status: 402;
1658
+ input: {
1659
+ param: {
1660
+ transactionHash: `0x${string}`;
1661
+ };
1662
+ } & {
1663
+ query?: {
1664
+ chainId?: string | string[];
1665
+ include?: string | string[];
1666
+ } | undefined;
1667
+ };
1668
+ } | {
1669
+ output: {
1670
+ error: {
1671
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
1672
+ details?: readonly Response.error.Detail[] | undefined;
1673
+ message: string;
1674
+ };
1675
+ requestId: string;
1676
+ };
1677
+ outputFormat: "json";
1678
+ status: 403;
1679
+ input: {
1680
+ param: {
1681
+ transactionHash: `0x${string}`;
1682
+ };
1683
+ } & {
1684
+ query?: {
1685
+ chainId?: string | string[];
1686
+ include?: string | string[];
1687
+ } | undefined;
1688
+ };
1689
+ } | {
1690
+ output: {
1691
+ error: {
1692
+ code: "transaction_not_found";
1693
+ details?: readonly Response.error.Detail[] | undefined;
1694
+ message: string;
1695
+ };
1696
+ requestId: string;
1697
+ };
1698
+ outputFormat: "json";
1699
+ status: 404;
1700
+ input: {
1701
+ param: {
1702
+ transactionHash: `0x${string}`;
1703
+ };
1704
+ } & {
1705
+ query?: {
1706
+ chainId?: string | string[];
1707
+ include?: string | string[];
1708
+ } | undefined;
1709
+ };
1710
+ } | {
1711
+ output: {
1712
+ error: {
1713
+ code: "payment_required" | "rate_limit_exceeded";
1714
+ details?: readonly Response.error.Detail[] | undefined;
1715
+ message: string;
1716
+ };
1717
+ requestId: string;
1718
+ };
1719
+ outputFormat: "json";
1720
+ status: 429;
1721
+ input: {
1722
+ param: {
1723
+ transactionHash: `0x${string}`;
1724
+ };
1725
+ } & {
1726
+ query?: {
1727
+ chainId?: string | string[];
1728
+ include?: string | string[];
1729
+ } | undefined;
1730
+ };
1731
+ } | {
1732
+ output: {
1733
+ error: {
1734
+ code: "upstream_error";
1735
+ details?: readonly Response.error.Detail[] | undefined;
1736
+ message: string;
1737
+ };
1738
+ requestId: string;
1739
+ };
1740
+ outputFormat: "json";
1741
+ status: 502;
1742
+ input: {
1743
+ param: {
1744
+ transactionHash: `0x${string}`;
1745
+ };
1746
+ } & {
1747
+ query?: {
1748
+ chainId?: string | string[];
1749
+ include?: string | string[];
1750
+ } | undefined;
1751
+ };
1745
1752
  };
1746
1753
  };
1747
1754
  }, "/", "/v1/transactions/:transactionHash">;
1748
1755
  /**
1749
1756
  * Lists humanized transactions with required fee-token metadata and opt-in
1750
- * resources. Status filters page through receipts because execution status
1751
- * lives there.
1757
+ * resources. Status and fee-payer filters page through receipts because those
1758
+ * fields are indexed there.
1752
1759
  */
1753
1760
  export declare function listTransactions(c: Context<App.Environment>, options: listTransactions.Options): Promise<{
1754
1761
  nextCursor: string | null;
@@ -1893,6 +1900,7 @@ export declare function listTransactions(c: Context<App.Environment>, options: l
1893
1900
  value?: `0x${string}` | null | undefined;
1894
1901
  }[] | null | undefined;
1895
1902
  chainId?: `0x${string}` | undefined;
1903
+ feePayer?: `0x${string}` | undefined;
1896
1904
  feePayerSignature?: {
1897
1905
  [x: string]: unknown;
1898
1906
  type?: string | undefined;
@@ -2016,12 +2024,12 @@ export declare namespace getTransactions {
2016
2024
  /**
2017
2025
  * Capped total count of transactions matching the same filters as the page.
2018
2026
  *
2019
- * A `status` filter is delegated to {@link Receipts.countReceipts}, mirroring
2020
- * the page's receipts-driven `status` path (execution status lives on receipts,
2021
- * not `txs`). The address scope reuses the page's `UNION` of the two sides
2022
- * each side hits its own (`from`/`to`) index, and the deduped keyset count
2023
- * avoids double-counting self-transactions (`from = to`). `totalCountCapped: true` is a
2024
- * lower bound — at least {@link Schema.countCap} matches.
2027
+ * Status and fee-payer filters are delegated to {@link Receipts.countReceipts},
2028
+ * mirroring the page's receipts-driven path. The address scope reuses the
2029
+ * page's `UNION` of the two sides; each side hits its own (`from`/`to`) index,
2030
+ * and the deduped keyset count avoids double-counting self-transactions
2031
+ * (`from = to`). `totalCountCapped: true` is a lower bound — at least
2032
+ * {@link Schema.countCap} matches.
2025
2033
  */
2026
2034
  export declare function countTransactions(c: Context<App.Environment>, options: countTransactions.Options): Promise<z.output<typeof Schema.CountMeta>>;
2027
2035
  export declare namespace countTransactions {