tapimo 0.9.0 → 0.10.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 (198) hide show
  1. package/dist/App.d.ts +4887 -5074
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/Webhooks.d.ts +21 -20
  4. package/dist/Webhooks.d.ts.map +1 -1
  5. package/dist/Webhooks.js +66 -23
  6. package/dist/Webhooks.js.map +1 -1
  7. package/dist/admin/apps/verified-tokens.d.ts +168 -168
  8. package/dist/apps/Zones.d.ts +34 -22
  9. package/dist/apps/Zones.d.ts.map +1 -1
  10. package/dist/apps/Zones.js +9 -8
  11. package/dist/apps/Zones.js.map +1 -1
  12. package/dist/apps/data/App.d.ts +5198 -5099
  13. package/dist/apps/data/App.d.ts.map +1 -1
  14. package/dist/apps/data/FxOracle.d.ts +4 -5
  15. package/dist/apps/data/FxOracle.d.ts.map +1 -1
  16. package/dist/apps/data/FxOracle.js +19 -4
  17. package/dist/apps/data/FxOracle.js.map +1 -1
  18. package/dist/apps/data/routes/activities.d.ts +270 -270
  19. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  20. package/dist/apps/data/routes/activities.js +32 -27
  21. package/dist/apps/data/routes/activities.js.map +1 -1
  22. package/dist/apps/data/routes/addresses.d.ts +52 -52
  23. package/dist/apps/data/routes/balances.d.ts +36 -36
  24. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  25. package/dist/apps/data/routes/balances.js +135 -81
  26. package/dist/apps/data/routes/balances.js.map +1 -1
  27. package/dist/apps/data/routes/blocks.d.ts +125 -125
  28. package/dist/apps/data/routes/coingecko.d.ts +54 -54
  29. package/dist/apps/data/routes/earn.d.ts +512 -58
  30. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  31. package/dist/apps/data/routes/earn.js +368 -44
  32. package/dist/apps/data/routes/earn.js.map +1 -1
  33. package/dist/apps/data/routes/exchanges.d.ts +120 -120
  34. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  35. package/dist/apps/data/routes/exchanges.js +114 -118
  36. package/dist/apps/data/routes/exchanges.js.map +1 -1
  37. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  38. package/dist/apps/data/routes/receipts.js +68 -47
  39. package/dist/apps/data/routes/receipts.js.map +1 -1
  40. package/dist/apps/data/routes/rpc.d.ts +31 -31
  41. package/dist/apps/data/routes/tokens.d.ts +461 -459
  42. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  43. package/dist/apps/data/routes/transactions.d.ts +59 -51
  44. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  45. package/dist/apps/data/routes/transactions.js +25 -23
  46. package/dist/apps/data/routes/transactions.js.map +1 -1
  47. package/dist/apps/data/routes/transfers.d.ts +108 -86
  48. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  49. package/dist/apps/data/routes/transfers.js +618 -105
  50. package/dist/apps/data/routes/transfers.js.map +1 -1
  51. package/dist/apps/data/routes/valuation.d.ts +21 -21
  52. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  53. package/dist/apps/data/routes/valuation.js +2 -2
  54. package/dist/apps/data/routes/valuation.js.map +1 -1
  55. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  56. package/dist/apps/data/routes/webhooks.d.ts +102 -505
  57. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  58. package/dist/apps/data/routes/webhooks.js +484 -342
  59. package/dist/apps/data/routes/webhooks.js.map +1 -1
  60. package/dist/apps/data/routes/zones.d.ts +12 -12
  61. package/dist/apps/data/routes/zones.d.ts.map +1 -1
  62. package/dist/apps/data/routes/zones.js +3 -1
  63. package/dist/apps/data/routes/zones.js.map +1 -1
  64. package/dist/apps/funding/App.d.ts +96 -96
  65. package/dist/apps/funding/routes/deposit-addresses.d.ts +52 -52
  66. package/dist/apps/funding/routes/quotes.d.ts +89 -89
  67. package/dist/apps/funding/routes/transfers.d.ts +4 -4
  68. package/dist/apps/management/App.d.ts +429 -727
  69. package/dist/apps/management/App.d.ts.map +1 -1
  70. package/dist/apps/management/routes/api-keys.d.ts +24 -24
  71. package/dist/apps/management/routes/billing.d.ts +72 -72
  72. package/dist/apps/management/routes/faucet.d.ts +6 -6
  73. package/dist/apps/management/routes/invitations.d.ts +134 -134
  74. package/dist/apps/management/routes/invite-links.d.ts +38 -38
  75. package/dist/apps/management/routes/me.d.ts +6 -6
  76. package/dist/apps/management/routes/members.d.ts +30 -30
  77. package/dist/apps/management/routes/orgs.d.ts +98 -98
  78. package/dist/apps/management/routes/projects.d.ts +20 -20
  79. package/dist/apps/management/routes/usage.d.ts +24 -24
  80. package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
  81. package/dist/apps/management/routes/webhooks.d.ts +158 -573
  82. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  83. package/dist/apps/mpp/App.d.ts +56 -44
  84. package/dist/apps/mpp/App.d.ts.map +1 -1
  85. package/dist/apps/mpp/Mpp.d.ts +3 -0
  86. package/dist/apps/mpp/Mpp.d.ts.map +1 -1
  87. package/dist/apps/mpp/Mpp.js +3 -0
  88. package/dist/apps/mpp/Mpp.js.map +1 -1
  89. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  90. package/dist/apps/mpp/internal/Adapter.js +9 -2
  91. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  92. package/dist/db/Db.d.ts +2 -2
  93. package/dist/db/Db.d.ts.map +1 -1
  94. package/dist/db/Db.js +17 -15
  95. package/dist/db/Db.js.map +1 -1
  96. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  97. package/dist/db/tables/sponsoredTransactions.js +4 -1
  98. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  99. package/dist/db/tables/webhookSubscriptions.d.ts +56 -3
  100. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  101. package/dist/db/tables/webhookSubscriptions.js +76 -3
  102. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  103. package/dist/internal/MetricSink.d.ts +112 -3
  104. package/dist/internal/MetricSink.d.ts.map +1 -1
  105. package/dist/internal/MetricSink.js +116 -3
  106. package/dist/internal/MetricSink.js.map +1 -1
  107. package/dist/internal/Schema.js +1 -1
  108. package/dist/internal/Schema.js.map +1 -1
  109. package/dist/internal/Tidx.d.ts +1 -3
  110. package/dist/internal/Tidx.d.ts.map +1 -1
  111. package/dist/internal/Tidx.js +1 -3
  112. package/dist/internal/Tidx.js.map +1 -1
  113. package/dist/internal/Viem.d.ts.map +1 -1
  114. package/dist/internal/Viem.js +2 -1
  115. package/dist/internal/Viem.js.map +1 -1
  116. package/dist/internal/WebhookDestination.d.ts +2 -0
  117. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  118. package/dist/internal/WebhookDestination.js +11 -0
  119. package/dist/internal/WebhookDestination.js.map +1 -1
  120. package/dist/internal/WebhookTransfer.d.ts +55 -0
  121. package/dist/internal/WebhookTransfer.d.ts.map +1 -0
  122. package/dist/internal/WebhookTransfer.js +296 -0
  123. package/dist/internal/WebhookTransfer.js.map +1 -0
  124. package/dist/internal/Webhooks.d.ts +37 -0
  125. package/dist/internal/Webhooks.d.ts.map +1 -1
  126. package/dist/internal/Webhooks.js +87 -13
  127. package/dist/internal/Webhooks.js.map +1 -1
  128. package/dist/internal/funding/Provider.d.ts +4 -0
  129. package/dist/internal/funding/Provider.d.ts.map +1 -1
  130. package/dist/internal/funding/Provider.js +11 -7
  131. package/dist/internal/funding/Provider.js.map +1 -1
  132. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  133. package/dist/internal/funding/Reconciliation.js +128 -0
  134. package/dist/internal/funding/Reconciliation.js.map +1 -1
  135. package/dist/internal/funding/providers/relay.d.ts +3 -0
  136. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  137. package/dist/internal/funding/providers/relay.js +12 -1
  138. package/dist/internal/funding/providers/relay.js.map +1 -1
  139. package/package.json +3 -3
  140. package/src/Client.test-d.ts +60 -5
  141. package/src/Webhooks.bench.ts +714 -0
  142. package/src/Webhooks.memory.bench.ts +250 -0
  143. package/src/Webhooks.test.ts +77 -6
  144. package/src/Webhooks.ts +83 -29
  145. package/src/apps/Zones.test.ts +5 -4
  146. package/src/apps/Zones.ts +9 -8
  147. package/src/apps/data/FxOracle.test.ts +18 -0
  148. package/src/apps/data/FxOracle.ts +28 -5
  149. package/src/apps/data/routes/activities.test.ts +19 -0
  150. package/src/apps/data/routes/activities.ts +34 -30
  151. package/src/apps/data/routes/balances.test.ts +119 -10
  152. package/src/apps/data/routes/balances.ts +154 -95
  153. package/src/apps/data/routes/blocks.test.ts +12 -6
  154. package/src/apps/data/routes/earn.test.ts +197 -0
  155. package/src/apps/data/routes/earn.ts +486 -44
  156. package/src/apps/data/routes/exchanges.test.ts +7 -6
  157. package/src/apps/data/routes/exchanges.ts +124 -117
  158. package/src/apps/data/routes/receipts.test.ts +24 -7
  159. package/src/apps/data/routes/receipts.ts +67 -50
  160. package/src/apps/data/routes/tokens.test.ts +51 -0
  161. package/src/apps/data/routes/transactions.test.ts +42 -0
  162. package/src/apps/data/routes/transactions.ts +44 -39
  163. package/src/apps/data/routes/transfers.test.ts +402 -24
  164. package/src/apps/data/routes/transfers.ts +708 -101
  165. package/src/apps/data/routes/valuation.test.ts +26 -0
  166. package/src/apps/data/routes/valuation.ts +6 -2
  167. package/src/apps/data/routes/webhooks.test.ts +414 -130
  168. package/src/apps/data/routes/webhooks.ts +603 -419
  169. package/src/apps/data/routes/zones.ts +6 -1
  170. package/src/apps/funding/routes/quotes.test.ts +1 -1
  171. package/src/apps/mpp/Mpp.test.ts +13 -1
  172. package/src/apps/mpp/Mpp.ts +8 -0
  173. package/src/apps/mpp/internal/Adapter.ts +10 -2
  174. package/src/db/Db.test.ts +40 -6
  175. package/src/db/Db.ts +33 -19
  176. package/src/db/tables/sponsoredTransactions.ts +9 -2
  177. package/src/db/tables/webhookSubscriptions.ts +116 -4
  178. package/src/internal/EarnVaults.test.ts +2 -2
  179. package/src/internal/MetricSink.test.ts +518 -0
  180. package/src/internal/MetricSink.ts +266 -9
  181. package/src/internal/Schema.ts +1 -1
  182. package/src/internal/Tidx.test.ts +4 -4
  183. package/src/internal/Tidx.ts +1 -3
  184. package/src/internal/Viem.test.ts +8 -0
  185. package/src/internal/Viem.ts +2 -1
  186. package/src/internal/WebhookDestination.test.ts +20 -0
  187. package/src/internal/WebhookDestination.ts +10 -0
  188. package/src/internal/WebhookTransfer.ts +426 -0
  189. package/src/internal/Webhooks.test.ts +137 -0
  190. package/src/internal/Webhooks.ts +131 -17
  191. package/src/internal/funding/Provider.test.ts +47 -7
  192. package/src/internal/funding/Provider.ts +12 -7
  193. package/src/internal/funding/Reconciliation.local.test.ts +3 -1
  194. package/src/internal/funding/Reconciliation.test.ts +1240 -0
  195. package/src/internal/funding/Reconciliation.ts +136 -0
  196. package/src/internal/funding/SourceObservation.test.ts +1 -0
  197. package/src/internal/funding/providers/relay.test.ts +1 -4
  198. package/src/internal/funding/providers/relay.ts +16 -1
@@ -1,9 +1,9 @@
1
1
  import * as z from 'zod/mini';
2
2
  import type * as App from '../../../App.js';
3
3
  import * as Db from '../../../db/Db.js';
4
+ import type * as MetricSink from '../../../internal/MetricSink.js';
4
5
  import * as Response from '../../../internal/Response.js';
5
6
  import * as Store from '../../../internal/Store.js';
6
- import type * as Tidx from '../../../internal/Tidx.js';
7
7
  import type * as Viem from '../../../internal/Viem.js';
8
8
  import * as Webhooks from '../../../internal/Webhooks.js';
9
9
  /**
@@ -84,13 +84,12 @@ export declare namespace schema {
84
84
  }, z.core.$strip>;
85
85
  /**
86
86
  * `transaction:included` subscription filters: operators over every column the
87
- * `txs` envelope exposes, plus inner account-abstraction `calls`, the
88
- * top-level `input` calldata, and the receipt-sourced execution `status`. All
89
- * optional and AND-combined; omit every field for the full stream.
87
+ * `txs` envelope exposes, plus inner account-abstraction `calls` and the
88
+ * top-level `input` calldata. All optional and AND-combined; omit every field
89
+ * for the full stream.
90
90
  *
91
91
  * `address` matches either side (`from` OR `to`); when `includeCalls` is set
92
92
  * (default), `to`/`address` also match an inner call target (`calls[].to`).
93
- * Set `includeReceipt` to embed the receipt in the delivered payload.
94
93
  */
95
94
  const TxFilters: z.ZodMiniObject<{
96
95
  hash: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>, z.ZodMiniObject<{
@@ -122,7 +121,6 @@ export declare namespace schema {
122
121
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
123
122
  }, z.core.$strict>]>>;
124
123
  includeCalls: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
125
- includeReceipt: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
126
124
  value: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
127
125
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
128
126
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -167,13 +165,6 @@ export declare namespace schema {
167
165
  }, z.core.$strict>, z.ZodMiniObject<{
168
166
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
169
167
  }, z.core.$strict>]>>;
170
- feePayer: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>, z.ZodMiniObject<{
171
- eq: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
172
- }, z.core.$strict>, z.ZodMiniObject<{
173
- in: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
174
- }, z.core.$strict>, z.ZodMiniObject<{
175
- not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
176
- }, z.core.$strict>]>>;
177
168
  gasLimit: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
178
169
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
179
170
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -181,13 +172,6 @@ export declare namespace schema {
181
172
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
182
173
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
183
174
  }, z.core.$strict>]>>;
184
- gasUsed: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
185
- eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
186
- gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
187
- gte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
188
- lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
189
- lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
190
- }, z.core.$strict>]>>;
191
175
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
192
176
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
193
177
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -244,10 +228,6 @@ export declare namespace schema {
244
228
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
245
229
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
246
230
  }, z.core.$strict>]>>;
247
- status: z.ZodMiniOptional<z.ZodMiniEnum<{
248
- reverted: "reverted";
249
- success: "success";
250
- }>>;
251
231
  }, z.core.$strict>;
252
232
  /**
253
233
  * `log:emitted` subscription filters. Raw `topic0..3` map straight to the
@@ -447,8 +427,8 @@ export declare namespace schema {
447
427
  transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
448
428
  }, z.core.$strip>;
449
429
  /**
450
- * A `transaction` event payload: identical to the `GET /transactions/:hash`
451
- * response (the poller reuses the same humanized shape).
430
+ * A `transaction` event payload using the humanized transaction shape without
431
+ * opt-in read resources such as receipts.
452
432
  */
453
433
  const TransactionEvent: z.ZodMiniObject<{
454
434
  blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
@@ -474,106 +454,25 @@ export declare namespace schema {
474
454
  input: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
475
455
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
476
456
  maxPriorityFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
457
+ nonce: z.ZodMiniNumber<number>;
458
+ nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
459
+ recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
460
+ sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
461
+ timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
462
+ transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
463
+ type: z.ZodMiniEnum<{
464
+ eip1559: "eip1559";
465
+ eip2930: "eip2930";
466
+ eip4844: "eip4844";
467
+ eip7702: "eip7702";
468
+ legacy: "legacy";
469
+ tempo: "tempo";
470
+ unknown: "unknown";
471
+ }>;
472
+ validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
473
+ validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
474
+ value: z.ZodMiniString<string>;
477
475
  meta: z.ZodMiniObject<{
478
- receipt: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
479
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
480
- blockNumber: z.ZodMiniNumber<number>;
481
- contractAddress: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
482
- cumulativeGasUsed: z.ZodMiniNumber<number>;
483
- effectiveGasPrice: z.ZodMiniString<string>;
484
- feeAmount: z.ZodMiniObject<{
485
- baseUnits: z.ZodMiniString<string>;
486
- currency: z.ZodMiniString<string>;
487
- decimals: z.ZodMiniNumber<number>;
488
- formatted: z.ZodMiniString<string>;
489
- valuation: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
490
- amount: z.ZodMiniString<string>;
491
- currency: z.ZodMiniString<string>;
492
- }, z.core.$strip>>>;
493
- }, z.core.$strip>;
494
- feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
495
- feeToken: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
496
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
497
- currency: z.ZodMiniString<string>;
498
- decimals: z.ZodMiniNumber<number>;
499
- logoUri: z.ZodMiniOptional<z.ZodMiniOptional<z.ZodMiniString<string>>>;
500
- name: z.ZodMiniString<string>;
501
- symbol: z.ZodMiniString<string>;
502
- verified: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
503
- }, z.core.$strip>>>;
504
- gasUsed: z.ZodMiniNumber<number>;
505
- id: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
506
- logs: z.ZodMiniArray<z.ZodMiniObject<{
507
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
508
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
509
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
510
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
511
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
512
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
513
- removed: z.ZodMiniBoolean<boolean>;
514
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
515
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
516
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
517
- }, z.core.$loose>>;
518
- meta: z.ZodMiniObject<{
519
- valuation: z.ZodMiniOptional<z.ZodMiniObject<{
520
- asOf: z.ZodMiniISODateTime;
521
- basis: z.ZodMiniLiteral<"nominal">;
522
- source: z.ZodMiniString<string>;
523
- }, z.core.$strip>>;
524
- rpc: z.ZodMiniObject<{
525
- blobGasPrice: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
526
- blobGasUsed: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
527
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
528
- blockNumber: z.ZodMiniTemplateLiteral<`0x${string}`>;
529
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
530
- contractAddress: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
531
- cumulativeGasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
532
- effectiveGasPrice: z.ZodMiniTemplateLiteral<`0x${string}`>;
533
- feePayer: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
534
- feeToken: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
535
- from: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
536
- gasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
537
- logs: z.ZodMiniArray<z.ZodMiniObject<{
538
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
539
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
540
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
541
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
542
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
543
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
544
- removed: z.ZodMiniBoolean<boolean>;
545
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
546
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
547
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
548
- }, z.core.$loose>>;
549
- logsBloom: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
550
- root: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
551
- status: z.ZodMiniTemplateLiteral<`0x${string}`>;
552
- to: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
553
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
554
- transactionIndex: z.ZodMiniTemplateLiteral<`0x${string}`>;
555
- type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
556
- }, z.core.$loose>;
557
- }, z.core.$strip>;
558
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
559
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
560
- status: z.ZodMiniEnum<{
561
- reverted: "reverted";
562
- success: "success";
563
- }>;
564
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
565
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
566
- transactionIndex: z.ZodMiniNumber<number>;
567
- type: z.ZodMiniLazy<z.ZodMiniEnum<{
568
- eip1559: "eip1559";
569
- eip2930: "eip2930";
570
- eip4844: "eip4844";
571
- eip7702: "eip7702";
572
- legacy: "legacy";
573
- tempo: "tempo";
574
- unknown: "unknown";
575
- }>>;
576
- }, z.core.$strip>>>;
577
476
  rpc: z.ZodMiniObject<{
578
477
  aaAuthorizationList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{}, z.core.$loose>>>;
579
478
  accessList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
@@ -592,6 +491,7 @@ export declare namespace schema {
592
491
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
593
492
  }, z.core.$loose>>, z.ZodMiniNull]>>;
594
493
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
494
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
595
495
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
596
496
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
597
497
  }, z.core.$loose>>>;
@@ -622,24 +522,6 @@ export declare namespace schema {
622
522
  yParity: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
623
523
  }, z.core.$loose>;
624
524
  }, z.core.$strip>;
625
- nonce: z.ZodMiniNumber<number>;
626
- nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
627
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
628
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
629
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
630
- transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
631
- type: z.ZodMiniEnum<{
632
- eip1559: "eip1559";
633
- eip2930: "eip2930";
634
- eip4844: "eip4844";
635
- eip7702: "eip7702";
636
- legacy: "legacy";
637
- tempo: "tempo";
638
- unknown: "unknown";
639
- }>;
640
- validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
641
- validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
642
- value: z.ZodMiniString<string>;
643
525
  }, z.core.$strip>;
644
526
  /**
645
527
  * A `log:emitted` event payload: the raw contract event log. When a
@@ -663,7 +545,7 @@ export declare namespace schema {
663
545
  transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
664
546
  transactionIndex: z.ZodMiniNumber<number>;
665
547
  }, z.core.$strip>;
666
- /** Payload for a `block:created` event (a TIDX-derived block header). */
548
+ /** Payload for a `block:created` event (an RPC-derived block header). */
667
549
  const BlockEvent: z.ZodMiniObject<{
668
550
  number: z.ZodMiniNumber<number>;
669
551
  hash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
@@ -752,106 +634,25 @@ export declare namespace schema {
752
634
  input: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
753
635
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
754
636
  maxPriorityFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
637
+ nonce: z.ZodMiniNumber<number>;
638
+ nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
639
+ recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
640
+ sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
641
+ timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
642
+ transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
643
+ type: z.ZodMiniEnum<{
644
+ eip1559: "eip1559";
645
+ eip2930: "eip2930";
646
+ eip4844: "eip4844";
647
+ eip7702: "eip7702";
648
+ legacy: "legacy";
649
+ tempo: "tempo";
650
+ unknown: "unknown";
651
+ }>;
652
+ validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
653
+ validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
654
+ value: z.ZodMiniString<string>;
755
655
  meta: z.ZodMiniObject<{
756
- receipt: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
757
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
758
- blockNumber: z.ZodMiniNumber<number>;
759
- contractAddress: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
760
- cumulativeGasUsed: z.ZodMiniNumber<number>;
761
- effectiveGasPrice: z.ZodMiniString<string>;
762
- feeAmount: z.ZodMiniObject<{
763
- baseUnits: z.ZodMiniString<string>;
764
- currency: z.ZodMiniString<string>;
765
- decimals: z.ZodMiniNumber<number>;
766
- formatted: z.ZodMiniString<string>;
767
- valuation: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
768
- amount: z.ZodMiniString<string>;
769
- currency: z.ZodMiniString<string>;
770
- }, z.core.$strip>>>;
771
- }, z.core.$strip>;
772
- feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
773
- feeToken: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
774
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
775
- currency: z.ZodMiniString<string>;
776
- decimals: z.ZodMiniNumber<number>;
777
- logoUri: z.ZodMiniOptional<z.ZodMiniOptional<z.ZodMiniString<string>>>;
778
- name: z.ZodMiniString<string>;
779
- symbol: z.ZodMiniString<string>;
780
- verified: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
781
- }, z.core.$strip>>>;
782
- gasUsed: z.ZodMiniNumber<number>;
783
- id: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
784
- logs: z.ZodMiniArray<z.ZodMiniObject<{
785
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
786
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
787
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
788
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
789
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
790
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
791
- removed: z.ZodMiniBoolean<boolean>;
792
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
793
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
794
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
795
- }, z.core.$loose>>;
796
- meta: z.ZodMiniObject<{
797
- valuation: z.ZodMiniOptional<z.ZodMiniObject<{
798
- asOf: z.ZodMiniISODateTime;
799
- basis: z.ZodMiniLiteral<"nominal">;
800
- source: z.ZodMiniString<string>;
801
- }, z.core.$strip>>;
802
- rpc: z.ZodMiniObject<{
803
- blobGasPrice: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
804
- blobGasUsed: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
805
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
806
- blockNumber: z.ZodMiniTemplateLiteral<`0x${string}`>;
807
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
808
- contractAddress: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
809
- cumulativeGasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
810
- effectiveGasPrice: z.ZodMiniTemplateLiteral<`0x${string}`>;
811
- feePayer: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
812
- feeToken: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
813
- from: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
814
- gasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
815
- logs: z.ZodMiniArray<z.ZodMiniObject<{
816
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
817
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
818
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
819
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
820
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
821
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
822
- removed: z.ZodMiniBoolean<boolean>;
823
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
824
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
825
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
826
- }, z.core.$loose>>;
827
- logsBloom: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
828
- root: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
829
- status: z.ZodMiniTemplateLiteral<`0x${string}`>;
830
- to: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
831
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
832
- transactionIndex: z.ZodMiniTemplateLiteral<`0x${string}`>;
833
- type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
834
- }, z.core.$loose>;
835
- }, z.core.$strip>;
836
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
837
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
838
- status: z.ZodMiniEnum<{
839
- reverted: "reverted";
840
- success: "success";
841
- }>;
842
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
843
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
844
- transactionIndex: z.ZodMiniNumber<number>;
845
- type: z.ZodMiniLazy<z.ZodMiniEnum<{
846
- eip1559: "eip1559";
847
- eip2930: "eip2930";
848
- eip4844: "eip4844";
849
- eip7702: "eip7702";
850
- legacy: "legacy";
851
- tempo: "tempo";
852
- unknown: "unknown";
853
- }>>;
854
- }, z.core.$strip>>>;
855
656
  rpc: z.ZodMiniObject<{
856
657
  aaAuthorizationList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{}, z.core.$loose>>>;
857
658
  accessList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
@@ -870,6 +671,7 @@ export declare namespace schema {
870
671
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
871
672
  }, z.core.$loose>>, z.ZodMiniNull]>>;
872
673
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
674
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
873
675
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
874
676
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
875
677
  }, z.core.$loose>>>;
@@ -900,24 +702,6 @@ export declare namespace schema {
900
702
  yParity: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
901
703
  }, z.core.$loose>;
902
704
  }, z.core.$strip>;
903
- nonce: z.ZodMiniNumber<number>;
904
- nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
905
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
906
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
907
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
908
- transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
909
- type: z.ZodMiniEnum<{
910
- eip1559: "eip1559";
911
- eip2930: "eip2930";
912
- eip4844: "eip4844";
913
- eip7702: "eip7702";
914
- legacy: "legacy";
915
- tempo: "tempo";
916
- unknown: "unknown";
917
- }>;
918
- validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
919
- validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
920
- value: z.ZodMiniString<string>;
921
705
  }, z.core.$strip>;
922
706
  type: z.ZodMiniLiteral<"transaction:included">;
923
707
  }, z.core.$strip>, z.ZodMiniObject<{
@@ -1095,7 +879,6 @@ export declare namespace schema {
1095
879
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
1096
880
  }, z.core.$strict>]>>;
1097
881
  includeCalls: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
1098
- includeReceipt: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
1099
882
  value: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
1100
883
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1101
884
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -1140,13 +923,6 @@ export declare namespace schema {
1140
923
  }, z.core.$strict>, z.ZodMiniObject<{
1141
924
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
1142
925
  }, z.core.$strict>]>>;
1143
- feePayer: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>, z.ZodMiniObject<{
1144
- eq: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
1145
- }, z.core.$strict>, z.ZodMiniObject<{
1146
- in: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
1147
- }, z.core.$strict>, z.ZodMiniObject<{
1148
- not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
1149
- }, z.core.$strict>]>>;
1150
926
  gasLimit: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
1151
927
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1152
928
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -1154,13 +930,6 @@ export declare namespace schema {
1154
930
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1155
931
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1156
932
  }, z.core.$strict>]>>;
1157
- gasUsed: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
1158
- eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1159
- gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1160
- gte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1161
- lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1162
- lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1163
- }, z.core.$strict>]>>;
1164
933
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
1165
934
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1166
935
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -1217,10 +986,6 @@ export declare namespace schema {
1217
986
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1218
987
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
1219
988
  }, z.core.$strict>]>>;
1220
- status: z.ZodMiniOptional<z.ZodMiniEnum<{
1221
- reverted: "reverted";
1222
- success: "success";
1223
- }>>;
1224
989
  }, z.core.$strict>>;
1225
990
  }, z.core.$strip>, z.ZodMiniObject<{
1226
991
  chainId: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniEnum<{
@@ -1809,7 +1574,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1809
1574
  not: `0x${string}`;
1810
1575
  } | `0x${string}` | undefined;
1811
1576
  includeCalls?: boolean | undefined;
1812
- includeReceipt?: boolean | undefined;
1813
1577
  value?: {
1814
1578
  eq?: `0x${string}` | undefined;
1815
1579
  gt?: `0x${string}` | undefined;
@@ -1854,13 +1618,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1854
1618
  } | {
1855
1619
  not: `0x${string}`;
1856
1620
  } | `0x${string}` | undefined;
1857
- feePayer?: {
1858
- eq: `0x${string}`;
1859
- } | {
1860
- in: `0x${string}`[];
1861
- } | {
1862
- not: `0x${string}`;
1863
- } | `0x${string}` | undefined;
1864
1621
  gasLimit?: {
1865
1622
  eq?: `0x${string}` | undefined;
1866
1623
  gt?: `0x${string}` | undefined;
@@ -1868,13 +1625,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1868
1625
  lt?: `0x${string}` | undefined;
1869
1626
  lte?: `0x${string}` | undefined;
1870
1627
  } | `0x${string}` | undefined;
1871
- gasUsed?: {
1872
- eq?: `0x${string}` | undefined;
1873
- gt?: `0x${string}` | undefined;
1874
- gte?: `0x${string}` | undefined;
1875
- lt?: `0x${string}` | undefined;
1876
- lte?: `0x${string}` | undefined;
1877
- } | `0x${string}` | undefined;
1878
1628
  maxFeePerGas?: {
1879
1629
  eq?: `0x${string}` | undefined;
1880
1630
  gt?: `0x${string}` | undefined;
@@ -1931,7 +1681,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1931
1681
  lt?: `0x${string}` | undefined;
1932
1682
  lte?: `0x${string}` | undefined;
1933
1683
  } | `0x${string}` | undefined;
1934
- status?: "reverted" | "success" | undefined;
1935
1684
  } | undefined;
1936
1685
  } | {
1937
1686
  chainId?: unknown;
@@ -2149,7 +1898,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2149
1898
  not: `0x${string}`;
2150
1899
  } | `0x${string}` | undefined;
2151
1900
  includeCalls?: boolean | undefined;
2152
- includeReceipt?: boolean | undefined;
2153
1901
  value?: {
2154
1902
  eq?: `0x${string}` | undefined;
2155
1903
  gt?: `0x${string}` | undefined;
@@ -2194,13 +1942,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2194
1942
  } | {
2195
1943
  not: `0x${string}`;
2196
1944
  } | `0x${string}` | undefined;
2197
- feePayer?: {
2198
- eq: `0x${string}`;
2199
- } | {
2200
- in: `0x${string}`[];
2201
- } | {
2202
- not: `0x${string}`;
2203
- } | `0x${string}` | undefined;
2204
1945
  gasLimit?: {
2205
1946
  eq?: `0x${string}` | undefined;
2206
1947
  gt?: `0x${string}` | undefined;
@@ -2208,13 +1949,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2208
1949
  lt?: `0x${string}` | undefined;
2209
1950
  lte?: `0x${string}` | undefined;
2210
1951
  } | `0x${string}` | undefined;
2211
- gasUsed?: {
2212
- eq?: `0x${string}` | undefined;
2213
- gt?: `0x${string}` | undefined;
2214
- gte?: `0x${string}` | undefined;
2215
- lt?: `0x${string}` | undefined;
2216
- lte?: `0x${string}` | undefined;
2217
- } | `0x${string}` | undefined;
2218
1952
  maxFeePerGas?: {
2219
1953
  eq?: `0x${string}` | undefined;
2220
1954
  gt?: `0x${string}` | undefined;
@@ -2271,7 +2005,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2271
2005
  lt?: `0x${string}` | undefined;
2272
2006
  lte?: `0x${string}` | undefined;
2273
2007
  } | `0x${string}` | undefined;
2274
- status?: "reverted" | "success" | undefined;
2275
2008
  } | undefined;
2276
2009
  } | {
2277
2010
  chainId?: unknown;
@@ -2489,7 +2222,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2489
2222
  not: `0x${string}`;
2490
2223
  } | `0x${string}` | undefined;
2491
2224
  includeCalls?: boolean | undefined;
2492
- includeReceipt?: boolean | undefined;
2493
2225
  value?: {
2494
2226
  eq?: `0x${string}` | undefined;
2495
2227
  gt?: `0x${string}` | undefined;
@@ -2534,13 +2266,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2534
2266
  } | {
2535
2267
  not: `0x${string}`;
2536
2268
  } | `0x${string}` | undefined;
2537
- feePayer?: {
2538
- eq: `0x${string}`;
2539
- } | {
2540
- in: `0x${string}`[];
2541
- } | {
2542
- not: `0x${string}`;
2543
- } | `0x${string}` | undefined;
2544
2269
  gasLimit?: {
2545
2270
  eq?: `0x${string}` | undefined;
2546
2271
  gt?: `0x${string}` | undefined;
@@ -2548,13 +2273,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2548
2273
  lt?: `0x${string}` | undefined;
2549
2274
  lte?: `0x${string}` | undefined;
2550
2275
  } | `0x${string}` | undefined;
2551
- gasUsed?: {
2552
- eq?: `0x${string}` | undefined;
2553
- gt?: `0x${string}` | undefined;
2554
- gte?: `0x${string}` | undefined;
2555
- lt?: `0x${string}` | undefined;
2556
- lte?: `0x${string}` | undefined;
2557
- } | `0x${string}` | undefined;
2558
2276
  maxFeePerGas?: {
2559
2277
  eq?: `0x${string}` | undefined;
2560
2278
  gt?: `0x${string}` | undefined;
@@ -2611,7 +2329,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2611
2329
  lt?: `0x${string}` | undefined;
2612
2330
  lte?: `0x${string}` | undefined;
2613
2331
  } | `0x${string}` | undefined;
2614
- status?: "reverted" | "success" | undefined;
2615
2332
  } | undefined;
2616
2333
  } | {
2617
2334
  chainId?: unknown;
@@ -2829,7 +2546,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2829
2546
  not: `0x${string}`;
2830
2547
  } | `0x${string}` | undefined;
2831
2548
  includeCalls?: boolean | undefined;
2832
- includeReceipt?: boolean | undefined;
2833
2549
  value?: {
2834
2550
  eq?: `0x${string}` | undefined;
2835
2551
  gt?: `0x${string}` | undefined;
@@ -2874,13 +2590,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2874
2590
  } | {
2875
2591
  not: `0x${string}`;
2876
2592
  } | `0x${string}` | undefined;
2877
- feePayer?: {
2878
- eq: `0x${string}`;
2879
- } | {
2880
- in: `0x${string}`[];
2881
- } | {
2882
- not: `0x${string}`;
2883
- } | `0x${string}` | undefined;
2884
2593
  gasLimit?: {
2885
2594
  eq?: `0x${string}` | undefined;
2886
2595
  gt?: `0x${string}` | undefined;
@@ -2888,13 +2597,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2888
2597
  lt?: `0x${string}` | undefined;
2889
2598
  lte?: `0x${string}` | undefined;
2890
2599
  } | `0x${string}` | undefined;
2891
- gasUsed?: {
2892
- eq?: `0x${string}` | undefined;
2893
- gt?: `0x${string}` | undefined;
2894
- gte?: `0x${string}` | undefined;
2895
- lt?: `0x${string}` | undefined;
2896
- lte?: `0x${string}` | undefined;
2897
- } | `0x${string}` | undefined;
2898
2600
  maxFeePerGas?: {
2899
2601
  eq?: `0x${string}` | undefined;
2900
2602
  gt?: `0x${string}` | undefined;
@@ -2951,7 +2653,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2951
2653
  lt?: `0x${string}` | undefined;
2952
2654
  lte?: `0x${string}` | undefined;
2953
2655
  } | `0x${string}` | undefined;
2954
- status?: "reverted" | "success" | undefined;
2955
2656
  } | undefined;
2956
2657
  } | {
2957
2658
  chainId?: unknown;
@@ -3169,7 +2870,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3169
2870
  not: `0x${string}`;
3170
2871
  } | `0x${string}` | undefined;
3171
2872
  includeCalls?: boolean | undefined;
3172
- includeReceipt?: boolean | undefined;
3173
2873
  value?: {
3174
2874
  eq?: `0x${string}` | undefined;
3175
2875
  gt?: `0x${string}` | undefined;
@@ -3214,13 +2914,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3214
2914
  } | {
3215
2915
  not: `0x${string}`;
3216
2916
  } | `0x${string}` | undefined;
3217
- feePayer?: {
3218
- eq: `0x${string}`;
3219
- } | {
3220
- in: `0x${string}`[];
3221
- } | {
3222
- not: `0x${string}`;
3223
- } | `0x${string}` | undefined;
3224
2917
  gasLimit?: {
3225
2918
  eq?: `0x${string}` | undefined;
3226
2919
  gt?: `0x${string}` | undefined;
@@ -3228,13 +2921,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3228
2921
  lt?: `0x${string}` | undefined;
3229
2922
  lte?: `0x${string}` | undefined;
3230
2923
  } | `0x${string}` | undefined;
3231
- gasUsed?: {
3232
- eq?: `0x${string}` | undefined;
3233
- gt?: `0x${string}` | undefined;
3234
- gte?: `0x${string}` | undefined;
3235
- lt?: `0x${string}` | undefined;
3236
- lte?: `0x${string}` | undefined;
3237
- } | `0x${string}` | undefined;
3238
2924
  maxFeePerGas?: {
3239
2925
  eq?: `0x${string}` | undefined;
3240
2926
  gt?: `0x${string}` | undefined;
@@ -3291,7 +2977,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3291
2977
  lt?: `0x${string}` | undefined;
3292
2978
  lte?: `0x${string}` | undefined;
3293
2979
  } | `0x${string}` | undefined;
3294
- status?: "reverted" | "success" | undefined;
3295
2980
  } | undefined;
3296
2981
  } | {
3297
2982
  chainId?: unknown;
@@ -3509,7 +3194,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3509
3194
  not: `0x${string}`;
3510
3195
  } | `0x${string}` | undefined;
3511
3196
  includeCalls?: boolean | undefined;
3512
- includeReceipt?: boolean | undefined;
3513
3197
  value?: {
3514
3198
  eq?: `0x${string}` | undefined;
3515
3199
  gt?: `0x${string}` | undefined;
@@ -3554,13 +3238,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3554
3238
  } | {
3555
3239
  not: `0x${string}`;
3556
3240
  } | `0x${string}` | undefined;
3557
- feePayer?: {
3558
- eq: `0x${string}`;
3559
- } | {
3560
- in: `0x${string}`[];
3561
- } | {
3562
- not: `0x${string}`;
3563
- } | `0x${string}` | undefined;
3564
3241
  gasLimit?: {
3565
3242
  eq?: `0x${string}` | undefined;
3566
3243
  gt?: `0x${string}` | undefined;
@@ -3568,13 +3245,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3568
3245
  lt?: `0x${string}` | undefined;
3569
3246
  lte?: `0x${string}` | undefined;
3570
3247
  } | `0x${string}` | undefined;
3571
- gasUsed?: {
3572
- eq?: `0x${string}` | undefined;
3573
- gt?: `0x${string}` | undefined;
3574
- gte?: `0x${string}` | undefined;
3575
- lt?: `0x${string}` | undefined;
3576
- lte?: `0x${string}` | undefined;
3577
- } | `0x${string}` | undefined;
3578
3248
  maxFeePerGas?: {
3579
3249
  eq?: `0x${string}` | undefined;
3580
3250
  gt?: `0x${string}` | undefined;
@@ -3631,7 +3301,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3631
3301
  lt?: `0x${string}` | undefined;
3632
3302
  lte?: `0x${string}` | undefined;
3633
3303
  } | `0x${string}` | undefined;
3634
- status?: "reverted" | "success" | undefined;
3635
3304
  } | undefined;
3636
3305
  } | {
3637
3306
  chainId?: unknown;
@@ -3849,7 +3518,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3849
3518
  not: `0x${string}`;
3850
3519
  } | `0x${string}` | undefined;
3851
3520
  includeCalls?: boolean | undefined;
3852
- includeReceipt?: boolean | undefined;
3853
3521
  value?: {
3854
3522
  eq?: `0x${string}` | undefined;
3855
3523
  gt?: `0x${string}` | undefined;
@@ -3894,13 +3562,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3894
3562
  } | {
3895
3563
  not: `0x${string}`;
3896
3564
  } | `0x${string}` | undefined;
3897
- feePayer?: {
3898
- eq: `0x${string}`;
3899
- } | {
3900
- in: `0x${string}`[];
3901
- } | {
3902
- not: `0x${string}`;
3903
- } | `0x${string}` | undefined;
3904
3565
  gasLimit?: {
3905
3566
  eq?: `0x${string}` | undefined;
3906
3567
  gt?: `0x${string}` | undefined;
@@ -3908,13 +3569,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3908
3569
  lt?: `0x${string}` | undefined;
3909
3570
  lte?: `0x${string}` | undefined;
3910
3571
  } | `0x${string}` | undefined;
3911
- gasUsed?: {
3912
- eq?: `0x${string}` | undefined;
3913
- gt?: `0x${string}` | undefined;
3914
- gte?: `0x${string}` | undefined;
3915
- lt?: `0x${string}` | undefined;
3916
- lte?: `0x${string}` | undefined;
3917
- } | `0x${string}` | undefined;
3918
3572
  maxFeePerGas?: {
3919
3573
  eq?: `0x${string}` | undefined;
3920
3574
  gt?: `0x${string}` | undefined;
@@ -3971,7 +3625,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3971
3625
  lt?: `0x${string}` | undefined;
3972
3626
  lte?: `0x${string}` | undefined;
3973
3627
  } | `0x${string}` | undefined;
3974
- status?: "reverted" | "success" | undefined;
3975
3628
  } | undefined;
3976
3629
  } | {
3977
3630
  chainId?: unknown;
@@ -4189,7 +3842,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4189
3842
  not: `0x${string}`;
4190
3843
  } | `0x${string}` | undefined;
4191
3844
  includeCalls?: boolean | undefined;
4192
- includeReceipt?: boolean | undefined;
4193
3845
  value?: {
4194
3846
  eq?: `0x${string}` | undefined;
4195
3847
  gt?: `0x${string}` | undefined;
@@ -4234,13 +3886,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4234
3886
  } | {
4235
3887
  not: `0x${string}`;
4236
3888
  } | `0x${string}` | undefined;
4237
- feePayer?: {
4238
- eq: `0x${string}`;
4239
- } | {
4240
- in: `0x${string}`[];
4241
- } | {
4242
- not: `0x${string}`;
4243
- } | `0x${string}` | undefined;
4244
3889
  gasLimit?: {
4245
3890
  eq?: `0x${string}` | undefined;
4246
3891
  gt?: `0x${string}` | undefined;
@@ -4248,13 +3893,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4248
3893
  lt?: `0x${string}` | undefined;
4249
3894
  lte?: `0x${string}` | undefined;
4250
3895
  } | `0x${string}` | undefined;
4251
- gasUsed?: {
4252
- eq?: `0x${string}` | undefined;
4253
- gt?: `0x${string}` | undefined;
4254
- gte?: `0x${string}` | undefined;
4255
- lt?: `0x${string}` | undefined;
4256
- lte?: `0x${string}` | undefined;
4257
- } | `0x${string}` | undefined;
4258
3896
  maxFeePerGas?: {
4259
3897
  eq?: `0x${string}` | undefined;
4260
3898
  gt?: `0x${string}` | undefined;
@@ -4311,7 +3949,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4311
3949
  lt?: `0x${string}` | undefined;
4312
3950
  lte?: `0x${string}` | undefined;
4313
3951
  } | `0x${string}` | undefined;
4314
- status?: "reverted" | "success" | undefined;
4315
3952
  } | undefined;
4316
3953
  } | {
4317
3954
  chainId?: unknown;
@@ -4529,7 +4166,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4529
4166
  not: `0x${string}`;
4530
4167
  } | `0x${string}` | undefined;
4531
4168
  includeCalls?: boolean | undefined;
4532
- includeReceipt?: boolean | undefined;
4533
4169
  value?: {
4534
4170
  eq?: `0x${string}` | undefined;
4535
4171
  gt?: `0x${string}` | undefined;
@@ -4574,13 +4210,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4574
4210
  } | {
4575
4211
  not: `0x${string}`;
4576
4212
  } | `0x${string}` | undefined;
4577
- feePayer?: {
4578
- eq: `0x${string}`;
4579
- } | {
4580
- in: `0x${string}`[];
4581
- } | {
4582
- not: `0x${string}`;
4583
- } | `0x${string}` | undefined;
4584
4213
  gasLimit?: {
4585
4214
  eq?: `0x${string}` | undefined;
4586
4215
  gt?: `0x${string}` | undefined;
@@ -4588,13 +4217,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4588
4217
  lt?: `0x${string}` | undefined;
4589
4218
  lte?: `0x${string}` | undefined;
4590
4219
  } | `0x${string}` | undefined;
4591
- gasUsed?: {
4592
- eq?: `0x${string}` | undefined;
4593
- gt?: `0x${string}` | undefined;
4594
- gte?: `0x${string}` | undefined;
4595
- lt?: `0x${string}` | undefined;
4596
- lte?: `0x${string}` | undefined;
4597
- } | `0x${string}` | undefined;
4598
4220
  maxFeePerGas?: {
4599
4221
  eq?: `0x${string}` | undefined;
4600
4222
  gt?: `0x${string}` | undefined;
@@ -4651,7 +4273,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4651
4273
  lt?: `0x${string}` | undefined;
4652
4274
  lte?: `0x${string}` | undefined;
4653
4275
  } | `0x${string}` | undefined;
4654
- status?: "reverted" | "success" | undefined;
4655
4276
  } | undefined;
4656
4277
  } | {
4657
4278
  chainId?: unknown;
@@ -4894,7 +4515,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4894
4515
  not: `0x${string}`;
4895
4516
  } | `0x${string}` | undefined;
4896
4517
  includeCalls?: boolean | undefined;
4897
- includeReceipt?: boolean | undefined;
4898
4518
  value?: {
4899
4519
  eq?: `0x${string}` | undefined;
4900
4520
  gt?: `0x${string}` | undefined;
@@ -4939,13 +4559,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4939
4559
  } | {
4940
4560
  not: `0x${string}`;
4941
4561
  } | `0x${string}` | undefined;
4942
- feePayer?: {
4943
- eq: `0x${string}`;
4944
- } | {
4945
- in: `0x${string}`[];
4946
- } | {
4947
- not: `0x${string}`;
4948
- } | `0x${string}` | undefined;
4949
4562
  gasLimit?: {
4950
4563
  eq?: `0x${string}` | undefined;
4951
4564
  gt?: `0x${string}` | undefined;
@@ -4953,13 +4566,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4953
4566
  lt?: `0x${string}` | undefined;
4954
4567
  lte?: `0x${string}` | undefined;
4955
4568
  } | `0x${string}` | undefined;
4956
- gasUsed?: {
4957
- eq?: `0x${string}` | undefined;
4958
- gt?: `0x${string}` | undefined;
4959
- gte?: `0x${string}` | undefined;
4960
- lt?: `0x${string}` | undefined;
4961
- lte?: `0x${string}` | undefined;
4962
- } | `0x${string}` | undefined;
4963
4569
  maxFeePerGas?: {
4964
4570
  eq?: `0x${string}` | undefined;
4965
4571
  gt?: `0x${string}` | undefined;
@@ -5016,7 +4622,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5016
4622
  lt?: `0x${string}` | undefined;
5017
4623
  lte?: `0x${string}` | undefined;
5018
4624
  } | `0x${string}` | undefined;
5019
- status?: "reverted" | "success" | undefined;
5020
4625
  } | undefined;
5021
4626
  } | {
5022
4627
  chainId?: unknown;
@@ -5234,7 +4839,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5234
4839
  not: `0x${string}`;
5235
4840
  } | `0x${string}` | undefined;
5236
4841
  includeCalls?: boolean | undefined;
5237
- includeReceipt?: boolean | undefined;
5238
4842
  value?: {
5239
4843
  eq?: `0x${string}` | undefined;
5240
4844
  gt?: `0x${string}` | undefined;
@@ -5279,13 +4883,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5279
4883
  } | {
5280
4884
  not: `0x${string}`;
5281
4885
  } | `0x${string}` | undefined;
5282
- feePayer?: {
5283
- eq: `0x${string}`;
5284
- } | {
5285
- in: `0x${string}`[];
5286
- } | {
5287
- not: `0x${string}`;
5288
- } | `0x${string}` | undefined;
5289
4886
  gasLimit?: {
5290
4887
  eq?: `0x${string}` | undefined;
5291
4888
  gt?: `0x${string}` | undefined;
@@ -5293,13 +4890,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5293
4890
  lt?: `0x${string}` | undefined;
5294
4891
  lte?: `0x${string}` | undefined;
5295
4892
  } | `0x${string}` | undefined;
5296
- gasUsed?: {
5297
- eq?: `0x${string}` | undefined;
5298
- gt?: `0x${string}` | undefined;
5299
- gte?: `0x${string}` | undefined;
5300
- lt?: `0x${string}` | undefined;
5301
- lte?: `0x${string}` | undefined;
5302
- } | `0x${string}` | undefined;
5303
4893
  maxFeePerGas?: {
5304
4894
  eq?: `0x${string}` | undefined;
5305
4895
  gt?: `0x${string}` | undefined;
@@ -5356,7 +4946,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5356
4946
  lt?: `0x${string}` | undefined;
5357
4947
  lte?: `0x${string}` | undefined;
5358
4948
  } | `0x${string}` | undefined;
5359
- status?: "reverted" | "success" | undefined;
5360
4949
  } | undefined;
5361
4950
  } | {
5362
4951
  chainId?: unknown;
@@ -5574,7 +5163,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5574
5163
  not: `0x${string}`;
5575
5164
  } | `0x${string}` | undefined;
5576
5165
  includeCalls?: boolean | undefined;
5577
- includeReceipt?: boolean | undefined;
5578
5166
  value?: {
5579
5167
  eq?: `0x${string}` | undefined;
5580
5168
  gt?: `0x${string}` | undefined;
@@ -5619,13 +5207,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5619
5207
  } | {
5620
5208
  not: `0x${string}`;
5621
5209
  } | `0x${string}` | undefined;
5622
- feePayer?: {
5623
- eq: `0x${string}`;
5624
- } | {
5625
- in: `0x${string}`[];
5626
- } | {
5627
- not: `0x${string}`;
5628
- } | `0x${string}` | undefined;
5629
5210
  gasLimit?: {
5630
5211
  eq?: `0x${string}` | undefined;
5631
5212
  gt?: `0x${string}` | undefined;
@@ -5633,13 +5214,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5633
5214
  lt?: `0x${string}` | undefined;
5634
5215
  lte?: `0x${string}` | undefined;
5635
5216
  } | `0x${string}` | undefined;
5636
- gasUsed?: {
5637
- eq?: `0x${string}` | undefined;
5638
- gt?: `0x${string}` | undefined;
5639
- gte?: `0x${string}` | undefined;
5640
- lt?: `0x${string}` | undefined;
5641
- lte?: `0x${string}` | undefined;
5642
- } | `0x${string}` | undefined;
5643
5217
  maxFeePerGas?: {
5644
5218
  eq?: `0x${string}` | undefined;
5645
5219
  gt?: `0x${string}` | undefined;
@@ -5696,7 +5270,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5696
5270
  lt?: `0x${string}` | undefined;
5697
5271
  lte?: `0x${string}` | undefined;
5698
5272
  } | `0x${string}` | undefined;
5699
- status?: "reverted" | "success" | undefined;
5700
5273
  } | undefined;
5701
5274
  } | {
5702
5275
  chainId?: unknown;
@@ -5914,7 +5487,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5914
5487
  not: `0x${string}`;
5915
5488
  } | `0x${string}` | undefined;
5916
5489
  includeCalls?: boolean | undefined;
5917
- includeReceipt?: boolean | undefined;
5918
5490
  value?: {
5919
5491
  eq?: `0x${string}` | undefined;
5920
5492
  gt?: `0x${string}` | undefined;
@@ -5959,13 +5531,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5959
5531
  } | {
5960
5532
  not: `0x${string}`;
5961
5533
  } | `0x${string}` | undefined;
5962
- feePayer?: {
5963
- eq: `0x${string}`;
5964
- } | {
5965
- in: `0x${string}`[];
5966
- } | {
5967
- not: `0x${string}`;
5968
- } | `0x${string}` | undefined;
5969
5534
  gasLimit?: {
5970
5535
  eq?: `0x${string}` | undefined;
5971
5536
  gt?: `0x${string}` | undefined;
@@ -5973,13 +5538,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5973
5538
  lt?: `0x${string}` | undefined;
5974
5539
  lte?: `0x${string}` | undefined;
5975
5540
  } | `0x${string}` | undefined;
5976
- gasUsed?: {
5977
- eq?: `0x${string}` | undefined;
5978
- gt?: `0x${string}` | undefined;
5979
- gte?: `0x${string}` | undefined;
5980
- lt?: `0x${string}` | undefined;
5981
- lte?: `0x${string}` | undefined;
5982
- } | `0x${string}` | undefined;
5983
5541
  maxFeePerGas?: {
5984
5542
  eq?: `0x${string}` | undefined;
5985
5543
  gt?: `0x${string}` | undefined;
@@ -6036,7 +5594,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6036
5594
  lt?: `0x${string}` | undefined;
6037
5595
  lte?: `0x${string}` | undefined;
6038
5596
  } | `0x${string}` | undefined;
6039
- status?: "reverted" | "success" | undefined;
6040
5597
  } | undefined;
6041
5598
  } | {
6042
5599
  chainId?: unknown;
@@ -7903,13 +7460,9 @@ export declare namespace webhooks {
7903
7460
  * matching row, advancing each active subscription's `(block, index)` keyset
7904
7461
  * cursor.
7905
7462
  *
7906
- * The new monitoring event types (`log:emitted`, `block:created`,
7907
- * `transaction:included`) scan a **narrow confirmed window** `[cursor, head -
7908
- * confirmations]` directly over JSON-RPC (`eth_getLogs`, `eth_getBlockByNumber`,
7909
- * `eth_getBlockReceipts`) — the same data sources the indexer itself consumes —
7910
- * so they need no indexer and stay fresh. The pre-existing `token:transfer`
7911
- * type continues to read its humanized shape from TIDX, clamped to the indexed
7912
- * head so it never runs ahead of the indexer.
7463
+ * Every event type scans a **narrow confirmed window** `[cursor, head -
7464
+ * confirmations]` directly over JSON-RPC (`eth_getLogs`,
7465
+ * `eth_getBlockByNumber`) so webhook delivery does not wait for an indexer.
7913
7466
  *
7914
7467
  * The chain head is injectable (tests pin a fixed historical window); only
7915
7468
  * blocks at least `confirmations` behind head are emitted, giving at-least-once,
@@ -7938,9 +7491,9 @@ export declare namespace poll {
7938
7491
  cache?: Store.Store | undefined;
7939
7492
  /** Chain to poll. Callers loop over chains. */
7940
7493
  chainId: number;
7941
- /** viem RPC client for the chain (used by the RPC monitoring scanners). */
7494
+ /** viem RPC client for the chain. */
7942
7495
  client: Viem.getClient.ReturnType;
7943
- /** Reorg-safety window: only emit blocks this far behind head (default 2). */
7496
+ /** Reorg-safety window: only emit blocks this far behind head (default 1). */
7944
7497
  confirmations?: number | undefined;
7945
7498
  /** Database holding subscriptions + cursors. */
7946
7499
  db: Db.Db;
@@ -7949,16 +7502,26 @@ export declare namespace poll {
7949
7502
  * on Cloudflare pass a Queue producer so retry/backoff/DLQ are native.
7950
7503
  */
7951
7504
  dispatch?: ((input: Dispatchable) => Promise<Webhooks.Result>) | undefined;
7505
+ /** Batch delivery transport. A successful result confirms every row in the input. */
7506
+ dispatchBatch?: ((input: readonly Dispatchable[]) => Promise<Webhooks.Result>) | undefined;
7952
7507
  /** Event types to poll (default all). */
7953
7508
  eventTypes?: readonly EventType[] | undefined;
7954
7509
  /** Current chain head; the poller emits up to `head - confirmations`. */
7955
7510
  headBlockNumber?: bigint | number | undefined;
7956
7511
  /** Backfill cap: most blocks an RPC scanner inspects per tick (default 1000). */
7957
7512
  maxBlocks?: number | undefined;
7513
+ /** Records the worst confirmed-head distance without changing the poll result. */
7514
+ onCursorLag?: ((blocks: number) => void) | undefined;
7515
+ /** Records bounded scan inputs before allocation and outcomes after completion. */
7516
+ onScanCheckpoint?: ((checkpoint: ScanCheckpoint) => void) | undefined;
7517
+ /** Records bounded, per-tick poll-stage timings without subscription identities. */
7518
+ onStage?: ((stage: Stage) => void) | undefined;
7519
+ /** Records subscriptions eligible for this poll before any scan runs. */
7520
+ onSubscriptions?: ((count: number) => void) | undefined;
7958
7521
  /** Clock for envelope timestamps; injectable for tests. */
7959
7522
  now?: (() => Date) | undefined;
7960
- /** TIDX query client for the legacy `token:transfer` type. */
7961
- tidx?: Tidx.Client | undefined;
7523
+ /** Stops scanning and dispatch when the caller loses its execution lease. */
7524
+ signal?: AbortSignal | undefined;
7962
7525
  };
7963
7526
  /** Summary counters for one poll tick. */
7964
7527
  type Result = {
@@ -7968,6 +7531,8 @@ export declare namespace poll {
7968
7531
  dispatched: number;
7969
7532
  /** Rows whose dispatch failed (pausing that subscription). */
7970
7533
  failed: number;
7534
+ /** True when a bounded scan left committed work behind the same head. */
7535
+ hasMore?: boolean | undefined;
7971
7536
  /** Highest confirmed block emitted this tick (`head - confirmations`). */
7972
7537
  safeBlock: number;
7973
7538
  /** Total rows scanned across all subscriptions. */
@@ -7975,15 +7540,47 @@ export declare namespace poll {
7975
7540
  /** Active subscriptions visited. */
7976
7541
  subscriptions: number;
7977
7542
  };
7543
+ /** One scan boundary used to correlate production memory failures with workload shape. */
7544
+ type ScanCheckpoint = {
7545
+ /** Shared upper bound for concurrent upstream scans across event types. */
7546
+ concurrency: number;
7547
+ /** Scan duration, present only after completion. */
7548
+ durationMs?: number | undefined;
7549
+ /** Subscription event type scanned by this batch. */
7550
+ eventType: EventType;
7551
+ /** Subscriptions whose scan rejected, present only after completion. */
7552
+ failedSubscriptions?: number | undefined;
7553
+ /** Matching rows retained by completed pages, present only after completion. */
7554
+ matchedItems?: number | undefined;
7555
+ /** Largest block window requested by one subscription. */
7556
+ maxWindowBlocks: number;
7557
+ /** Whether the checkpoint precedes allocation or follows scan completion. */
7558
+ phase: 'complete' | 'start';
7559
+ /** Outcome of the completed RPC-backed scan. */
7560
+ outcome?: 'empty' | 'error' | 'missing' | 'ok' | undefined;
7561
+ /** JSON-RPC method used by this event type's scanner. */
7562
+ rpcMethod: 'eth_getBlockByNumber' | 'eth_getLogs';
7563
+ /** Subscriptions retained in this scan batch. */
7564
+ subscriptionCount: number;
7565
+ /** Maximum subscriptions retained by this event-type batch. */
7566
+ subscriptionLimit: number;
7567
+ /** Sum of subscription block windows in this scan batch. */
7568
+ totalWindowBlocks: number;
7569
+ };
7570
+ /** One bounded poll-stage timing observation. */
7571
+ type Stage = {
7572
+ /** Stage duration in milliseconds. */
7573
+ durationMs: number;
7574
+ /** Event type being processed, omitted for the shared RPC-head stage. */
7575
+ eventType?: EventType | undefined;
7576
+ /** Whether the stage completed. */
7577
+ outcome: 'error' | 'ok';
7578
+ /** Bounded stage name. */
7579
+ stage: MetricSink.PollStage;
7580
+ };
7978
7581
  }
7979
7582
  /** Returns the live RPC head block number for the chain. */
7980
7583
  export declare function getRpcHead(client: Viem.getClient.ReturnType): Promise<number>;
7981
- /**
7982
- * Returns the highest block number TIDX has indexed for a chain (0 when none).
7983
- * The legacy `token:transfer` type works back from this so it never scans past
7984
- * the indexer.
7985
- */
7986
- export declare function getIndexedHead(tidx: Tidx.Client, chainId: number): Promise<number>;
7987
7584
  /**
7988
7585
  * Validates `filters` against the schema for `eventType`, **failing closed**: an
7989
7586
  * invalid filter throws {@link Webhooks.InvalidFilterError} instead of degrading