@pimlico/alto 0.0.0-main.20250214T163421 → 0.0.0-main.20250225T152738

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 (183) hide show
  1. package/esm/cli/setupServer.js +4 -4
  2. package/esm/cli/setupServer.js.map +1 -1
  3. package/esm/executor/executorManager.d.ts +9 -9
  4. package/esm/mempool/index.d.ts +1 -0
  5. package/esm/mempool/index.js +1 -0
  6. package/esm/mempool/index.js.map +1 -1
  7. package/esm/{rpc → mempool}/nonceQueuer.d.ts +1 -1
  8. package/esm/mempool/nonceQueuer.js.map +1 -0
  9. package/esm/mempool/reputationManager.d.ts +3 -2
  10. package/esm/mempool/reputationManager.js.map +1 -1
  11. package/esm/rpc/createMethodHandler.d.ts +31 -0
  12. package/esm/rpc/createMethodHandler.js +30 -0
  13. package/esm/rpc/createMethodHandler.js.map +1 -0
  14. package/esm/rpc/index.d.ts +0 -1
  15. package/esm/rpc/index.js +0 -1
  16. package/esm/rpc/index.js.map +1 -1
  17. package/esm/rpc/methods/debug_bundler_clearReputation.d.ts +22 -0
  18. package/esm/rpc/methods/debug_bundler_clearReputation.js +12 -0
  19. package/esm/rpc/methods/debug_bundler_clearReputation.js.map +1 -0
  20. package/esm/rpc/methods/debug_bundler_clearState.d.ts +22 -0
  21. package/esm/rpc/methods/debug_bundler_clearState.js +13 -0
  22. package/esm/rpc/methods/debug_bundler_clearState.js.map +1 -0
  23. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +468 -0
  24. package/esm/rpc/methods/debug_bundler_dumpMempool.js +13 -0
  25. package/esm/rpc/methods/debug_bundler_dumpMempool.js.map +1 -0
  26. package/esm/rpc/methods/debug_bundler_dumpReputation.d.ts +57 -0
  27. package/esm/rpc/methods/debug_bundler_dumpReputation.js +13 -0
  28. package/esm/rpc/methods/debug_bundler_dumpReputation.js.map +1 -0
  29. package/esm/rpc/methods/debug_bundler_getStakeStatus.d.ts +79 -0
  30. package/esm/rpc/methods/debug_bundler_getStakeStatus.js +14 -0
  31. package/esm/rpc/methods/debug_bundler_getStakeStatus.js.map +1 -0
  32. package/esm/rpc/methods/debug_bundler_sendBundleNow.d.ts +22 -0
  33. package/esm/rpc/methods/debug_bundler_sendBundleNow.js +12 -0
  34. package/esm/rpc/methods/debug_bundler_sendBundleNow.js.map +1 -0
  35. package/esm/rpc/methods/debug_bundler_setBundlingMode.d.ts +22 -0
  36. package/esm/rpc/methods/debug_bundler_setBundlingMode.js +13 -0
  37. package/esm/rpc/methods/debug_bundler_setBundlingMode.js.map +1 -0
  38. package/esm/rpc/methods/debug_bundler_setReputation.d.ts +46 -0
  39. package/esm/rpc/methods/debug_bundler_setReputation.js +13 -0
  40. package/esm/rpc/methods/debug_bundler_setReputation.js.map +1 -0
  41. package/esm/rpc/methods/eth_chainId.d.ts +22 -0
  42. package/esm/rpc/methods/eth_chainId.js +10 -0
  43. package/esm/rpc/methods/eth_chainId.js.map +1 -0
  44. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +979 -0
  45. package/esm/rpc/methods/eth_estimateUserOperationGas.js +18 -0
  46. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -0
  47. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +878 -0
  48. package/esm/rpc/methods/eth_getUserOperationByHash.js +98 -0
  49. package/esm/rpc/methods/eth_getUserOperationByHash.js.map +1 -0
  50. package/esm/rpc/methods/eth_getUserOperationReceipt.d.ts +412 -0
  51. package/esm/rpc/methods/eth_getUserOperationReceipt.js +11 -0
  52. package/esm/rpc/methods/eth_getUserOperationReceipt.js.map +1 -0
  53. package/esm/rpc/methods/eth_sendUserOperation.d.ts +422 -0
  54. package/esm/rpc/methods/eth_sendUserOperation.js +30 -0
  55. package/esm/rpc/methods/eth_sendUserOperation.js.map +1 -0
  56. package/esm/rpc/methods/eth_supportedEntryPoints.d.ts +22 -0
  57. package/esm/rpc/methods/eth_supportedEntryPoints.js +10 -0
  58. package/esm/rpc/methods/eth_supportedEntryPoints.js.map +1 -0
  59. package/esm/rpc/methods/index.d.ts +3 -0
  60. package/esm/rpc/methods/index.js +45 -0
  61. package/esm/rpc/methods/index.js.map +1 -0
  62. package/esm/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.d.ts +979 -0
  63. package/esm/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.js +20 -0
  64. package/esm/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.js.map +1 -0
  65. package/esm/rpc/methods/pimlico_experimental_sendUserOperation7702.d.ts +422 -0
  66. package/esm/rpc/methods/pimlico_experimental_sendUserOperation7702.js +16 -0
  67. package/esm/rpc/methods/pimlico_experimental_sendUserOperation7702.js.map +1 -0
  68. package/esm/rpc/methods/pimlico_getUserOperationGasPrice.d.ts +131 -0
  69. package/esm/rpc/methods/pimlico_getUserOperationGasPrice.js +30 -0
  70. package/esm/rpc/methods/pimlico_getUserOperationGasPrice.js.map +1 -0
  71. package/esm/rpc/methods/pimlico_getUserOperationStatus.d.ts +43 -0
  72. package/esm/rpc/methods/pimlico_getUserOperationStatus.js +11 -0
  73. package/esm/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -0
  74. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +812 -0
  75. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +41 -0
  76. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -0
  77. package/esm/rpc/rpcHandler.d.ts +13 -104
  78. package/esm/rpc/rpcHandler.js +33 -372
  79. package/esm/rpc/rpcHandler.js.map +1 -1
  80. package/esm/rpc/server.d.ts +2 -2
  81. package/esm/rpc/server.js +1 -1
  82. package/esm/rpc/server.js.map +1 -1
  83. package/esm/rpc/validation/TracerResultParserV07.js +5 -5
  84. package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
  85. package/esm/types/schemas.d.ts +9368 -3502
  86. package/esm/types/schemas.js +213 -273
  87. package/esm/types/schemas.js.map +1 -1
  88. package/esm/utils/userop.d.ts +9 -9
  89. package/esm/utils/userop.js.map +1 -1
  90. package/lib/cli/setupServer.js +3 -3
  91. package/lib/cli/setupServer.js.map +1 -1
  92. package/lib/executor/executorManager.d.ts +9 -9
  93. package/lib/mempool/index.d.ts +1 -0
  94. package/lib/mempool/index.js +1 -0
  95. package/lib/mempool/index.js.map +1 -1
  96. package/lib/{rpc → mempool}/nonceQueuer.d.ts +1 -1
  97. package/lib/mempool/nonceQueuer.js.map +1 -0
  98. package/lib/mempool/reputationManager.d.ts +3 -2
  99. package/lib/mempool/reputationManager.js.map +1 -1
  100. package/lib/rpc/createMethodHandler.d.ts +31 -0
  101. package/lib/rpc/createMethodHandler.js +34 -0
  102. package/lib/rpc/createMethodHandler.js.map +1 -0
  103. package/lib/rpc/index.d.ts +0 -1
  104. package/lib/rpc/index.js +0 -1
  105. package/lib/rpc/index.js.map +1 -1
  106. package/lib/rpc/methods/debug_bundler_clearReputation.d.ts +22 -0
  107. package/lib/rpc/methods/debug_bundler_clearReputation.js +15 -0
  108. package/lib/rpc/methods/debug_bundler_clearReputation.js.map +1 -0
  109. package/lib/rpc/methods/debug_bundler_clearState.d.ts +22 -0
  110. package/lib/rpc/methods/debug_bundler_clearState.js +16 -0
  111. package/lib/rpc/methods/debug_bundler_clearState.js.map +1 -0
  112. package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +468 -0
  113. package/lib/rpc/methods/debug_bundler_dumpMempool.js +16 -0
  114. package/lib/rpc/methods/debug_bundler_dumpMempool.js.map +1 -0
  115. package/lib/rpc/methods/debug_bundler_dumpReputation.d.ts +57 -0
  116. package/lib/rpc/methods/debug_bundler_dumpReputation.js +16 -0
  117. package/lib/rpc/methods/debug_bundler_dumpReputation.js.map +1 -0
  118. package/lib/rpc/methods/debug_bundler_getStakeStatus.d.ts +79 -0
  119. package/lib/rpc/methods/debug_bundler_getStakeStatus.js +17 -0
  120. package/lib/rpc/methods/debug_bundler_getStakeStatus.js.map +1 -0
  121. package/lib/rpc/methods/debug_bundler_sendBundleNow.d.ts +22 -0
  122. package/lib/rpc/methods/debug_bundler_sendBundleNow.js +15 -0
  123. package/lib/rpc/methods/debug_bundler_sendBundleNow.js.map +1 -0
  124. package/lib/rpc/methods/debug_bundler_setBundlingMode.d.ts +22 -0
  125. package/lib/rpc/methods/debug_bundler_setBundlingMode.js +16 -0
  126. package/lib/rpc/methods/debug_bundler_setBundlingMode.js.map +1 -0
  127. package/lib/rpc/methods/debug_bundler_setReputation.d.ts +46 -0
  128. package/lib/rpc/methods/debug_bundler_setReputation.js +16 -0
  129. package/lib/rpc/methods/debug_bundler_setReputation.js.map +1 -0
  130. package/lib/rpc/methods/eth_chainId.d.ts +22 -0
  131. package/lib/rpc/methods/eth_chainId.js +13 -0
  132. package/lib/rpc/methods/eth_chainId.js.map +1 -0
  133. package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +979 -0
  134. package/lib/rpc/methods/eth_estimateUserOperationGas.js +21 -0
  135. package/lib/rpc/methods/eth_estimateUserOperationGas.js.map +1 -0
  136. package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +878 -0
  137. package/lib/rpc/methods/eth_getUserOperationByHash.js +101 -0
  138. package/lib/rpc/methods/eth_getUserOperationByHash.js.map +1 -0
  139. package/lib/rpc/methods/eth_getUserOperationReceipt.d.ts +412 -0
  140. package/lib/rpc/methods/eth_getUserOperationReceipt.js +14 -0
  141. package/lib/rpc/methods/eth_getUserOperationReceipt.js.map +1 -0
  142. package/lib/rpc/methods/eth_sendUserOperation.d.ts +422 -0
  143. package/lib/rpc/methods/eth_sendUserOperation.js +33 -0
  144. package/lib/rpc/methods/eth_sendUserOperation.js.map +1 -0
  145. package/lib/rpc/methods/eth_supportedEntryPoints.d.ts +22 -0
  146. package/lib/rpc/methods/eth_supportedEntryPoints.js +13 -0
  147. package/lib/rpc/methods/eth_supportedEntryPoints.js.map +1 -0
  148. package/lib/rpc/methods/index.d.ts +3 -0
  149. package/lib/rpc/methods/index.js +49 -0
  150. package/lib/rpc/methods/index.js.map +1 -0
  151. package/lib/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.d.ts +979 -0
  152. package/lib/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.js +23 -0
  153. package/lib/rpc/methods/pimlico_experimental_estimateUserOperationGas7702.js.map +1 -0
  154. package/lib/rpc/methods/pimlico_experimental_sendUserOperation7702.d.ts +422 -0
  155. package/lib/rpc/methods/pimlico_experimental_sendUserOperation7702.js +19 -0
  156. package/lib/rpc/methods/pimlico_experimental_sendUserOperation7702.js.map +1 -0
  157. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.d.ts +131 -0
  158. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js +33 -0
  159. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js.map +1 -0
  160. package/lib/rpc/methods/pimlico_getUserOperationStatus.d.ts +43 -0
  161. package/lib/rpc/methods/pimlico_getUserOperationStatus.js +14 -0
  162. package/lib/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -0
  163. package/lib/rpc/methods/pimlico_sendUserOperationNow.d.ts +812 -0
  164. package/lib/rpc/methods/pimlico_sendUserOperationNow.js +44 -0
  165. package/lib/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -0
  166. package/lib/rpc/rpcHandler.d.ts +13 -104
  167. package/lib/rpc/rpcHandler.js +30 -369
  168. package/lib/rpc/rpcHandler.js.map +1 -1
  169. package/lib/rpc/server.d.ts +2 -2
  170. package/lib/rpc/server.js +1 -1
  171. package/lib/rpc/server.js.map +1 -1
  172. package/lib/rpc/validation/TracerResultParserV07.js +4 -4
  173. package/lib/rpc/validation/TracerResultParserV07.js.map +1 -1
  174. package/lib/types/schemas.d.ts +9368 -3502
  175. package/lib/types/schemas.js +261 -348
  176. package/lib/types/schemas.js.map +1 -1
  177. package/lib/utils/userop.d.ts +9 -9
  178. package/lib/utils/userop.js.map +1 -1
  179. package/package.json +2 -1
  180. package/esm/rpc/nonceQueuer.js.map +0 -1
  181. package/lib/rpc/nonceQueuer.js.map +0 -1
  182. /package/esm/{rpc → mempool}/nonceQueuer.js +0 -0
  183. /package/lib/{rpc → mempool}/nonceQueuer.js +0 -0
@@ -0,0 +1,979 @@
1
+ export declare const ethEstimateUserOperationGasHandler: {
2
+ schema: import("zod").ZodObject<{
3
+ method: import("zod").ZodLiteral<"eth_estimateUserOperationGas">;
4
+ params: import("zod").ZodUnion<[import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
5
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
6
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
7
+ initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
8
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
9
+ callGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
10
+ verificationGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
11
+ preVerificationGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
12
+ maxPriorityFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
13
+ maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
14
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
15
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
16
+ eip7702auth: import("zod").ZodOptional<import("zod").ZodObject<{
17
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
18
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
19
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
20
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
21
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
22
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
23
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
24
+ }, "strip", import("zod").ZodTypeAny, {
25
+ nonce: number;
26
+ contractAddress: `0x${string}`;
27
+ chainId: number;
28
+ r: `0x${string}`;
29
+ s: `0x${string}`;
30
+ v: bigint;
31
+ yParity: number;
32
+ }, {
33
+ nonce: string | number | bigint;
34
+ contractAddress: string;
35
+ chainId: string | number | bigint;
36
+ r: string;
37
+ s: string;
38
+ v: string | number | bigint;
39
+ yParity: string | number | bigint;
40
+ }>>;
41
+ }, "strict", import("zod").ZodTypeAny, {
42
+ sender: `0x${string}`;
43
+ nonce: bigint;
44
+ initCode: `0x${string}`;
45
+ paymasterAndData: `0x${string}`;
46
+ callData: `0x${string}`;
47
+ callGasLimit: bigint;
48
+ verificationGasLimit: bigint;
49
+ preVerificationGas: bigint;
50
+ maxFeePerGas: bigint;
51
+ maxPriorityFeePerGas: bigint;
52
+ signature: `0x${string}`;
53
+ eip7702auth?: {
54
+ nonce: number;
55
+ contractAddress: `0x${string}`;
56
+ chainId: number;
57
+ r: `0x${string}`;
58
+ s: `0x${string}`;
59
+ v: bigint;
60
+ yParity: number;
61
+ } | undefined;
62
+ }, {
63
+ sender: string;
64
+ nonce: string | number | bigint;
65
+ initCode: string;
66
+ paymasterAndData: string;
67
+ callData: string;
68
+ signature: string;
69
+ callGasLimit?: string | number | bigint | undefined;
70
+ verificationGasLimit?: string | number | bigint | undefined;
71
+ preVerificationGas?: string | number | bigint | undefined;
72
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
73
+ maxFeePerGas?: string | number | bigint | undefined;
74
+ eip7702auth?: {
75
+ nonce: string | number | bigint;
76
+ contractAddress: string;
77
+ chainId: string | number | bigint;
78
+ r: string;
79
+ s: string;
80
+ v: string | number | bigint;
81
+ yParity: string | number | bigint;
82
+ } | undefined;
83
+ }>, {
84
+ sender: `0x${string}`;
85
+ nonce: bigint;
86
+ initCode: `0x${string}`;
87
+ paymasterAndData: `0x${string}`;
88
+ callData: `0x${string}`;
89
+ callGasLimit: bigint;
90
+ verificationGasLimit: bigint;
91
+ preVerificationGas: bigint;
92
+ maxFeePerGas: bigint;
93
+ maxPriorityFeePerGas: bigint;
94
+ signature: `0x${string}`;
95
+ eip7702auth?: {
96
+ nonce: number;
97
+ contractAddress: `0x${string}`;
98
+ chainId: number;
99
+ r: `0x${string}`;
100
+ s: `0x${string}`;
101
+ v: bigint;
102
+ yParity: number;
103
+ } | undefined;
104
+ }, {
105
+ sender: string;
106
+ nonce: string | number | bigint;
107
+ initCode: string;
108
+ paymasterAndData: string;
109
+ callData: string;
110
+ signature: string;
111
+ callGasLimit?: string | number | bigint | undefined;
112
+ verificationGasLimit?: string | number | bigint | undefined;
113
+ preVerificationGas?: string | number | bigint | undefined;
114
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
115
+ maxFeePerGas?: string | number | bigint | undefined;
116
+ eip7702auth?: {
117
+ nonce: string | number | bigint;
118
+ contractAddress: string;
119
+ chainId: string | number | bigint;
120
+ r: string;
121
+ s: string;
122
+ v: string | number | bigint;
123
+ yParity: string | number | bigint;
124
+ } | undefined;
125
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
126
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
127
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
128
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
129
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
130
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
131
+ callGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
132
+ verificationGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
133
+ preVerificationGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
134
+ maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
135
+ maxPriorityFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
136
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
137
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
138
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
139
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
140
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
141
+ eip7702auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
142
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
143
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
144
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
145
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
146
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
147
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
148
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
149
+ }, "strip", import("zod").ZodTypeAny, {
150
+ nonce: number;
151
+ contractAddress: `0x${string}`;
152
+ chainId: number;
153
+ r: `0x${string}`;
154
+ s: `0x${string}`;
155
+ v: bigint;
156
+ yParity: number;
157
+ }, {
158
+ nonce: string | number | bigint;
159
+ contractAddress: string;
160
+ chainId: string | number | bigint;
161
+ r: string;
162
+ s: string;
163
+ v: string | number | bigint;
164
+ yParity: string | number | bigint;
165
+ }>>>;
166
+ }, "strict", import("zod").ZodTypeAny, {
167
+ sender: `0x${string}`;
168
+ factory: `0x${string}` | null;
169
+ paymaster: `0x${string}` | null;
170
+ nonce: bigint;
171
+ callData: `0x${string}`;
172
+ callGasLimit: bigint;
173
+ verificationGasLimit: bigint;
174
+ preVerificationGas: bigint;
175
+ maxFeePerGas: bigint;
176
+ maxPriorityFeePerGas: bigint;
177
+ signature: `0x${string}`;
178
+ paymasterVerificationGasLimit: bigint | null;
179
+ paymasterPostOpGasLimit: bigint | null;
180
+ factoryData: `0x${string}` | null;
181
+ paymasterData: `0x${string}` | null;
182
+ eip7702auth?: {
183
+ nonce: number;
184
+ contractAddress: `0x${string}`;
185
+ chainId: number;
186
+ r: `0x${string}`;
187
+ s: `0x${string}`;
188
+ v: bigint;
189
+ yParity: number;
190
+ } | null | undefined;
191
+ }, {
192
+ sender: string;
193
+ nonce: string | number | bigint;
194
+ callData: string;
195
+ signature: string;
196
+ factory?: string | null | undefined;
197
+ factoryData?: string | null | undefined;
198
+ callGasLimit?: string | number | bigint | undefined;
199
+ verificationGasLimit?: string | number | bigint | undefined;
200
+ preVerificationGas?: string | number | bigint | undefined;
201
+ maxFeePerGas?: string | number | bigint | undefined;
202
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
203
+ paymaster?: string | null | undefined;
204
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
205
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
206
+ paymasterData?: string | null | undefined;
207
+ eip7702auth?: {
208
+ nonce: string | number | bigint;
209
+ contractAddress: string;
210
+ chainId: string | number | bigint;
211
+ r: string;
212
+ s: string;
213
+ v: string | number | bigint;
214
+ yParity: string | number | bigint;
215
+ } | null | undefined;
216
+ }>, {
217
+ sender: `0x${string}`;
218
+ factory: `0x${string}` | null;
219
+ paymaster: `0x${string}` | null;
220
+ nonce: bigint;
221
+ callData: `0x${string}`;
222
+ callGasLimit: bigint;
223
+ verificationGasLimit: bigint;
224
+ preVerificationGas: bigint;
225
+ maxFeePerGas: bigint;
226
+ maxPriorityFeePerGas: bigint;
227
+ signature: `0x${string}`;
228
+ paymasterVerificationGasLimit: bigint | null;
229
+ paymasterPostOpGasLimit: bigint | null;
230
+ factoryData: `0x${string}` | null;
231
+ paymasterData: `0x${string}` | null;
232
+ eip7702auth?: {
233
+ nonce: number;
234
+ contractAddress: `0x${string}`;
235
+ chainId: number;
236
+ r: `0x${string}`;
237
+ s: `0x${string}`;
238
+ v: bigint;
239
+ yParity: number;
240
+ } | null | undefined;
241
+ }, {
242
+ sender: string;
243
+ nonce: string | number | bigint;
244
+ callData: string;
245
+ signature: string;
246
+ factory?: string | null | undefined;
247
+ factoryData?: string | null | undefined;
248
+ callGasLimit?: string | number | bigint | undefined;
249
+ verificationGasLimit?: string | number | bigint | undefined;
250
+ preVerificationGas?: string | number | bigint | undefined;
251
+ maxFeePerGas?: string | number | bigint | undefined;
252
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
253
+ paymaster?: string | null | undefined;
254
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
255
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
256
+ paymasterData?: string | null | undefined;
257
+ eip7702auth?: {
258
+ nonce: string | number | bigint;
259
+ contractAddress: string;
260
+ chainId: string | number | bigint;
261
+ r: string;
262
+ s: string;
263
+ v: string | number | bigint;
264
+ yParity: string | number | bigint;
265
+ } | null | undefined;
266
+ }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
267
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
268
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
269
+ initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
270
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
271
+ callGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
272
+ verificationGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
273
+ preVerificationGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
274
+ maxPriorityFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
275
+ maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
276
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
277
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
278
+ eip7702auth: import("zod").ZodOptional<import("zod").ZodObject<{
279
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
280
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
281
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
282
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
283
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
284
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
285
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
286
+ }, "strip", import("zod").ZodTypeAny, {
287
+ nonce: number;
288
+ contractAddress: `0x${string}`;
289
+ chainId: number;
290
+ r: `0x${string}`;
291
+ s: `0x${string}`;
292
+ v: bigint;
293
+ yParity: number;
294
+ }, {
295
+ nonce: string | number | bigint;
296
+ contractAddress: string;
297
+ chainId: string | number | bigint;
298
+ r: string;
299
+ s: string;
300
+ v: string | number | bigint;
301
+ yParity: string | number | bigint;
302
+ }>>;
303
+ }, "strict", import("zod").ZodTypeAny, {
304
+ sender: `0x${string}`;
305
+ nonce: bigint;
306
+ initCode: `0x${string}`;
307
+ paymasterAndData: `0x${string}`;
308
+ callData: `0x${string}`;
309
+ callGasLimit: bigint;
310
+ verificationGasLimit: bigint;
311
+ preVerificationGas: bigint;
312
+ maxFeePerGas: bigint;
313
+ maxPriorityFeePerGas: bigint;
314
+ signature: `0x${string}`;
315
+ eip7702auth?: {
316
+ nonce: number;
317
+ contractAddress: `0x${string}`;
318
+ chainId: number;
319
+ r: `0x${string}`;
320
+ s: `0x${string}`;
321
+ v: bigint;
322
+ yParity: number;
323
+ } | undefined;
324
+ }, {
325
+ sender: string;
326
+ nonce: string | number | bigint;
327
+ initCode: string;
328
+ paymasterAndData: string;
329
+ callData: string;
330
+ signature: string;
331
+ callGasLimit?: string | number | bigint | undefined;
332
+ verificationGasLimit?: string | number | bigint | undefined;
333
+ preVerificationGas?: string | number | bigint | undefined;
334
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
335
+ maxFeePerGas?: string | number | bigint | undefined;
336
+ eip7702auth?: {
337
+ nonce: string | number | bigint;
338
+ contractAddress: string;
339
+ chainId: string | number | bigint;
340
+ r: string;
341
+ s: string;
342
+ v: string | number | bigint;
343
+ yParity: string | number | bigint;
344
+ } | undefined;
345
+ }>, {
346
+ sender: `0x${string}`;
347
+ nonce: bigint;
348
+ initCode: `0x${string}`;
349
+ paymasterAndData: `0x${string}`;
350
+ callData: `0x${string}`;
351
+ callGasLimit: bigint;
352
+ verificationGasLimit: bigint;
353
+ preVerificationGas: bigint;
354
+ maxFeePerGas: bigint;
355
+ maxPriorityFeePerGas: bigint;
356
+ signature: `0x${string}`;
357
+ eip7702auth?: {
358
+ nonce: number;
359
+ contractAddress: `0x${string}`;
360
+ chainId: number;
361
+ r: `0x${string}`;
362
+ s: `0x${string}`;
363
+ v: bigint;
364
+ yParity: number;
365
+ } | undefined;
366
+ }, {
367
+ sender: string;
368
+ nonce: string | number | bigint;
369
+ initCode: string;
370
+ paymasterAndData: string;
371
+ callData: string;
372
+ signature: string;
373
+ callGasLimit?: string | number | bigint | undefined;
374
+ verificationGasLimit?: string | number | bigint | undefined;
375
+ preVerificationGas?: string | number | bigint | undefined;
376
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
377
+ maxFeePerGas?: string | number | bigint | undefined;
378
+ eip7702auth?: {
379
+ nonce: string | number | bigint;
380
+ contractAddress: string;
381
+ chainId: string | number | bigint;
382
+ r: string;
383
+ s: string;
384
+ v: string | number | bigint;
385
+ yParity: string | number | bigint;
386
+ } | undefined;
387
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
388
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
389
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
390
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
391
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
392
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
393
+ callGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
394
+ verificationGasLimit: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
395
+ preVerificationGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
396
+ maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
397
+ maxPriorityFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
398
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
399
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
400
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
401
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
402
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
403
+ eip7702auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
404
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
405
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
406
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
407
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
408
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
409
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
410
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
411
+ }, "strip", import("zod").ZodTypeAny, {
412
+ nonce: number;
413
+ contractAddress: `0x${string}`;
414
+ chainId: number;
415
+ r: `0x${string}`;
416
+ s: `0x${string}`;
417
+ v: bigint;
418
+ yParity: number;
419
+ }, {
420
+ nonce: string | number | bigint;
421
+ contractAddress: string;
422
+ chainId: string | number | bigint;
423
+ r: string;
424
+ s: string;
425
+ v: string | number | bigint;
426
+ yParity: string | number | bigint;
427
+ }>>>;
428
+ }, "strict", import("zod").ZodTypeAny, {
429
+ sender: `0x${string}`;
430
+ factory: `0x${string}` | null;
431
+ paymaster: `0x${string}` | null;
432
+ nonce: bigint;
433
+ callData: `0x${string}`;
434
+ callGasLimit: bigint;
435
+ verificationGasLimit: bigint;
436
+ preVerificationGas: bigint;
437
+ maxFeePerGas: bigint;
438
+ maxPriorityFeePerGas: bigint;
439
+ signature: `0x${string}`;
440
+ paymasterVerificationGasLimit: bigint | null;
441
+ paymasterPostOpGasLimit: bigint | null;
442
+ factoryData: `0x${string}` | null;
443
+ paymasterData: `0x${string}` | null;
444
+ eip7702auth?: {
445
+ nonce: number;
446
+ contractAddress: `0x${string}`;
447
+ chainId: number;
448
+ r: `0x${string}`;
449
+ s: `0x${string}`;
450
+ v: bigint;
451
+ yParity: number;
452
+ } | null | undefined;
453
+ }, {
454
+ sender: string;
455
+ nonce: string | number | bigint;
456
+ callData: string;
457
+ signature: string;
458
+ factory?: string | null | undefined;
459
+ factoryData?: string | null | undefined;
460
+ callGasLimit?: string | number | bigint | undefined;
461
+ verificationGasLimit?: string | number | bigint | undefined;
462
+ preVerificationGas?: string | number | bigint | undefined;
463
+ maxFeePerGas?: string | number | bigint | undefined;
464
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
465
+ paymaster?: string | null | undefined;
466
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
467
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
468
+ paymasterData?: string | null | undefined;
469
+ eip7702auth?: {
470
+ nonce: string | number | bigint;
471
+ contractAddress: string;
472
+ chainId: string | number | bigint;
473
+ r: string;
474
+ s: string;
475
+ v: string | number | bigint;
476
+ yParity: string | number | bigint;
477
+ } | null | undefined;
478
+ }>, {
479
+ sender: `0x${string}`;
480
+ factory: `0x${string}` | null;
481
+ paymaster: `0x${string}` | null;
482
+ nonce: bigint;
483
+ callData: `0x${string}`;
484
+ callGasLimit: bigint;
485
+ verificationGasLimit: bigint;
486
+ preVerificationGas: bigint;
487
+ maxFeePerGas: bigint;
488
+ maxPriorityFeePerGas: bigint;
489
+ signature: `0x${string}`;
490
+ paymasterVerificationGasLimit: bigint | null;
491
+ paymasterPostOpGasLimit: bigint | null;
492
+ factoryData: `0x${string}` | null;
493
+ paymasterData: `0x${string}` | null;
494
+ eip7702auth?: {
495
+ nonce: number;
496
+ contractAddress: `0x${string}`;
497
+ chainId: number;
498
+ r: `0x${string}`;
499
+ s: `0x${string}`;
500
+ v: bigint;
501
+ yParity: number;
502
+ } | null | undefined;
503
+ }, {
504
+ sender: string;
505
+ nonce: string | number | bigint;
506
+ callData: string;
507
+ signature: string;
508
+ factory?: string | null | undefined;
509
+ factoryData?: string | null | undefined;
510
+ callGasLimit?: string | number | bigint | undefined;
511
+ verificationGasLimit?: string | number | bigint | undefined;
512
+ preVerificationGas?: string | number | bigint | undefined;
513
+ maxFeePerGas?: string | number | bigint | undefined;
514
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
515
+ paymaster?: string | null | undefined;
516
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
517
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
518
+ paymasterData?: string | null | undefined;
519
+ eip7702auth?: {
520
+ nonce: string | number | bigint;
521
+ contractAddress: string;
522
+ chainId: string | number | bigint;
523
+ r: string;
524
+ s: string;
525
+ v: string | number | bigint;
526
+ yParity: string | number | bigint;
527
+ } | null | undefined;
528
+ }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
529
+ balance: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
530
+ nonce: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
531
+ code: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
532
+ state: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
533
+ stateDiff: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
534
+ }, "strip", import("zod").ZodTypeAny, {
535
+ balance?: bigint | undefined;
536
+ nonce?: bigint | undefined;
537
+ code?: `0x${string}` | undefined;
538
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
539
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
540
+ }, {
541
+ balance?: string | number | bigint | undefined;
542
+ nonce?: string | number | bigint | undefined;
543
+ code?: string | undefined;
544
+ state?: Record<string, string> | undefined;
545
+ stateDiff?: Record<string, string> | undefined;
546
+ }>>], null>]>;
547
+ result: import("zod").ZodUnion<[import("zod").ZodObject<{
548
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
549
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
550
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
551
+ verificationGas: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
552
+ }, "strip", import("zod").ZodTypeAny, {
553
+ callGasLimit: bigint;
554
+ verificationGasLimit: bigint;
555
+ preVerificationGas: bigint;
556
+ verificationGas?: bigint | undefined;
557
+ }, {
558
+ callGasLimit: string | number | bigint;
559
+ verificationGasLimit: string | number | bigint;
560
+ preVerificationGas: string | number | bigint;
561
+ verificationGas?: string | number | bigint | undefined;
562
+ }>, import("zod").ZodObject<{
563
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
564
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
565
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
566
+ paymasterVerificationGasLimit: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
567
+ paymasterPostOpGasLimit: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
568
+ }, "strip", import("zod").ZodTypeAny, {
569
+ callGasLimit: bigint;
570
+ verificationGasLimit: bigint;
571
+ preVerificationGas: bigint;
572
+ paymasterVerificationGasLimit?: bigint | undefined;
573
+ paymasterPostOpGasLimit?: bigint | undefined;
574
+ }, {
575
+ callGasLimit: string | number | bigint;
576
+ verificationGasLimit: string | number | bigint;
577
+ preVerificationGas: string | number | bigint;
578
+ paymasterVerificationGasLimit?: string | number | bigint | undefined;
579
+ paymasterPostOpGasLimit?: string | number | bigint | undefined;
580
+ }>]>;
581
+ }, "strip", import("zod").ZodTypeAny, {
582
+ result: ({
583
+ callGasLimit: bigint;
584
+ verificationGasLimit: bigint;
585
+ preVerificationGas: bigint;
586
+ verificationGas?: bigint | undefined;
587
+ } | {
588
+ callGasLimit: bigint;
589
+ verificationGasLimit: bigint;
590
+ preVerificationGas: bigint;
591
+ paymasterVerificationGasLimit?: bigint | undefined;
592
+ paymasterPostOpGasLimit?: bigint | undefined;
593
+ }) & ({
594
+ callGasLimit: bigint;
595
+ verificationGasLimit: bigint;
596
+ preVerificationGas: bigint;
597
+ verificationGas?: bigint | undefined;
598
+ } | {
599
+ callGasLimit: bigint;
600
+ verificationGasLimit: bigint;
601
+ preVerificationGas: bigint;
602
+ paymasterVerificationGasLimit?: bigint | undefined;
603
+ paymasterPostOpGasLimit?: bigint | undefined;
604
+ } | undefined);
605
+ params: [{
606
+ sender: `0x${string}`;
607
+ nonce: bigint;
608
+ initCode: `0x${string}`;
609
+ paymasterAndData: `0x${string}`;
610
+ callData: `0x${string}`;
611
+ callGasLimit: bigint;
612
+ verificationGasLimit: bigint;
613
+ preVerificationGas: bigint;
614
+ maxFeePerGas: bigint;
615
+ maxPriorityFeePerGas: bigint;
616
+ signature: `0x${string}`;
617
+ eip7702auth?: {
618
+ nonce: number;
619
+ contractAddress: `0x${string}`;
620
+ chainId: number;
621
+ r: `0x${string}`;
622
+ s: `0x${string}`;
623
+ v: bigint;
624
+ yParity: number;
625
+ } | undefined;
626
+ } | {
627
+ sender: `0x${string}`;
628
+ factory: `0x${string}` | null;
629
+ paymaster: `0x${string}` | null;
630
+ nonce: bigint;
631
+ callData: `0x${string}`;
632
+ callGasLimit: bigint;
633
+ verificationGasLimit: bigint;
634
+ preVerificationGas: bigint;
635
+ maxFeePerGas: bigint;
636
+ maxPriorityFeePerGas: bigint;
637
+ signature: `0x${string}`;
638
+ paymasterVerificationGasLimit: bigint | null;
639
+ paymasterPostOpGasLimit: bigint | null;
640
+ factoryData: `0x${string}` | null;
641
+ paymasterData: `0x${string}` | null;
642
+ eip7702auth?: {
643
+ nonce: number;
644
+ contractAddress: `0x${string}`;
645
+ chainId: number;
646
+ r: `0x${string}`;
647
+ s: `0x${string}`;
648
+ v: bigint;
649
+ yParity: number;
650
+ } | null | undefined;
651
+ }, `0x${string}`] | [{
652
+ sender: `0x${string}`;
653
+ nonce: bigint;
654
+ initCode: `0x${string}`;
655
+ paymasterAndData: `0x${string}`;
656
+ callData: `0x${string}`;
657
+ callGasLimit: bigint;
658
+ verificationGasLimit: bigint;
659
+ preVerificationGas: bigint;
660
+ maxFeePerGas: bigint;
661
+ maxPriorityFeePerGas: bigint;
662
+ signature: `0x${string}`;
663
+ eip7702auth?: {
664
+ nonce: number;
665
+ contractAddress: `0x${string}`;
666
+ chainId: number;
667
+ r: `0x${string}`;
668
+ s: `0x${string}`;
669
+ v: bigint;
670
+ yParity: number;
671
+ } | undefined;
672
+ } | {
673
+ sender: `0x${string}`;
674
+ factory: `0x${string}` | null;
675
+ paymaster: `0x${string}` | null;
676
+ nonce: bigint;
677
+ callData: `0x${string}`;
678
+ callGasLimit: bigint;
679
+ verificationGasLimit: bigint;
680
+ preVerificationGas: bigint;
681
+ maxFeePerGas: bigint;
682
+ maxPriorityFeePerGas: bigint;
683
+ signature: `0x${string}`;
684
+ paymasterVerificationGasLimit: bigint | null;
685
+ paymasterPostOpGasLimit: bigint | null;
686
+ factoryData: `0x${string}` | null;
687
+ paymasterData: `0x${string}` | null;
688
+ eip7702auth?: {
689
+ nonce: number;
690
+ contractAddress: `0x${string}`;
691
+ chainId: number;
692
+ r: `0x${string}`;
693
+ s: `0x${string}`;
694
+ v: bigint;
695
+ yParity: number;
696
+ } | null | undefined;
697
+ }, `0x${string}`, Partial<Record<`0x${string}`, {
698
+ balance?: bigint | undefined;
699
+ nonce?: bigint | undefined;
700
+ code?: `0x${string}` | undefined;
701
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
702
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
703
+ }>>];
704
+ method: "eth_estimateUserOperationGas";
705
+ }, {
706
+ result: ({
707
+ callGasLimit: string | number | bigint;
708
+ verificationGasLimit: string | number | bigint;
709
+ preVerificationGas: string | number | bigint;
710
+ verificationGas?: string | number | bigint | undefined;
711
+ } | {
712
+ callGasLimit: string | number | bigint;
713
+ verificationGasLimit: string | number | bigint;
714
+ preVerificationGas: string | number | bigint;
715
+ paymasterVerificationGasLimit?: string | number | bigint | undefined;
716
+ paymasterPostOpGasLimit?: string | number | bigint | undefined;
717
+ }) & ({
718
+ callGasLimit: string | number | bigint;
719
+ verificationGasLimit: string | number | bigint;
720
+ preVerificationGas: string | number | bigint;
721
+ verificationGas?: string | number | bigint | undefined;
722
+ } | {
723
+ callGasLimit: string | number | bigint;
724
+ verificationGasLimit: string | number | bigint;
725
+ preVerificationGas: string | number | bigint;
726
+ paymasterVerificationGasLimit?: string | number | bigint | undefined;
727
+ paymasterPostOpGasLimit?: string | number | bigint | undefined;
728
+ } | undefined);
729
+ params: [{
730
+ sender: string;
731
+ nonce: string | number | bigint;
732
+ initCode: string;
733
+ paymasterAndData: string;
734
+ callData: string;
735
+ signature: string;
736
+ callGasLimit?: string | number | bigint | undefined;
737
+ verificationGasLimit?: string | number | bigint | undefined;
738
+ preVerificationGas?: string | number | bigint | undefined;
739
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
740
+ maxFeePerGas?: string | number | bigint | undefined;
741
+ eip7702auth?: {
742
+ nonce: string | number | bigint;
743
+ contractAddress: string;
744
+ chainId: string | number | bigint;
745
+ r: string;
746
+ s: string;
747
+ v: string | number | bigint;
748
+ yParity: string | number | bigint;
749
+ } | undefined;
750
+ } | {
751
+ sender: string;
752
+ nonce: string | number | bigint;
753
+ callData: string;
754
+ signature: string;
755
+ factory?: string | null | undefined;
756
+ factoryData?: string | null | undefined;
757
+ callGasLimit?: string | number | bigint | undefined;
758
+ verificationGasLimit?: string | number | bigint | undefined;
759
+ preVerificationGas?: string | number | bigint | undefined;
760
+ maxFeePerGas?: string | number | bigint | undefined;
761
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
762
+ paymaster?: string | null | undefined;
763
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
764
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
765
+ paymasterData?: string | null | undefined;
766
+ eip7702auth?: {
767
+ nonce: string | number | bigint;
768
+ contractAddress: string;
769
+ chainId: string | number | bigint;
770
+ r: string;
771
+ s: string;
772
+ v: string | number | bigint;
773
+ yParity: string | number | bigint;
774
+ } | null | undefined;
775
+ }, string] | [{
776
+ sender: string;
777
+ nonce: string | number | bigint;
778
+ initCode: string;
779
+ paymasterAndData: string;
780
+ callData: string;
781
+ signature: string;
782
+ callGasLimit?: string | number | bigint | undefined;
783
+ verificationGasLimit?: string | number | bigint | undefined;
784
+ preVerificationGas?: string | number | bigint | undefined;
785
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
786
+ maxFeePerGas?: string | number | bigint | undefined;
787
+ eip7702auth?: {
788
+ nonce: string | number | bigint;
789
+ contractAddress: string;
790
+ chainId: string | number | bigint;
791
+ r: string;
792
+ s: string;
793
+ v: string | number | bigint;
794
+ yParity: string | number | bigint;
795
+ } | undefined;
796
+ } | {
797
+ sender: string;
798
+ nonce: string | number | bigint;
799
+ callData: string;
800
+ signature: string;
801
+ factory?: string | null | undefined;
802
+ factoryData?: string | null | undefined;
803
+ callGasLimit?: string | number | bigint | undefined;
804
+ verificationGasLimit?: string | number | bigint | undefined;
805
+ preVerificationGas?: string | number | bigint | undefined;
806
+ maxFeePerGas?: string | number | bigint | undefined;
807
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
808
+ paymaster?: string | null | undefined;
809
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
810
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
811
+ paymasterData?: string | null | undefined;
812
+ eip7702auth?: {
813
+ nonce: string | number | bigint;
814
+ contractAddress: string;
815
+ chainId: string | number | bigint;
816
+ r: string;
817
+ s: string;
818
+ v: string | number | bigint;
819
+ yParity: string | number | bigint;
820
+ } | null | undefined;
821
+ }, string, Record<string, {
822
+ balance?: string | number | bigint | undefined;
823
+ nonce?: string | number | bigint | undefined;
824
+ code?: string | undefined;
825
+ state?: Record<string, string> | undefined;
826
+ stateDiff?: Record<string, string> | undefined;
827
+ }>];
828
+ method: "eth_estimateUserOperationGas";
829
+ }>;
830
+ method: "eth_estimateUserOperationGas";
831
+ handler: (args: {
832
+ rpcHandler: import("../index.js").RpcHandler;
833
+ params: readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
834
+ sender: `0x${string}`;
835
+ nonce: bigint;
836
+ initCode: `0x${string}`;
837
+ paymasterAndData: `0x${string}`;
838
+ callData: `0x${string}`;
839
+ callGasLimit: bigint;
840
+ verificationGasLimit: bigint;
841
+ preVerificationGas: bigint;
842
+ maxFeePerGas: bigint;
843
+ maxPriorityFeePerGas: bigint;
844
+ signature: `0x${string}`;
845
+ eip7702auth?: {
846
+ nonce: number;
847
+ contractAddress: `0x${string}`;
848
+ chainId: number;
849
+ r: `0x${string}`;
850
+ s: `0x${string}`;
851
+ v: bigint;
852
+ yParity: number;
853
+ } | undefined;
854
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
855
+ sender: `0x${string}`;
856
+ factory: `0x${string}` | null;
857
+ paymaster: `0x${string}` | null;
858
+ nonce: bigint;
859
+ callData: `0x${string}`;
860
+ callGasLimit: bigint;
861
+ verificationGasLimit: bigint;
862
+ preVerificationGas: bigint;
863
+ maxFeePerGas: bigint;
864
+ maxPriorityFeePerGas: bigint;
865
+ signature: `0x${string}`;
866
+ paymasterVerificationGasLimit: bigint | null;
867
+ paymasterPostOpGasLimit: bigint | null;
868
+ factoryData: `0x${string}` | null;
869
+ paymasterData: `0x${string}` | null;
870
+ eip7702auth?: {
871
+ nonce: number;
872
+ contractAddress: `0x${string}`;
873
+ chainId: number;
874
+ r: `0x${string}`;
875
+ s: `0x${string}`;
876
+ v: bigint;
877
+ yParity: number;
878
+ } | null | undefined;
879
+ }>, `0x${string}`] | readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
880
+ sender: `0x${string}`;
881
+ nonce: bigint;
882
+ initCode: `0x${string}`;
883
+ paymasterAndData: `0x${string}`;
884
+ callData: `0x${string}`;
885
+ callGasLimit: bigint;
886
+ verificationGasLimit: bigint;
887
+ preVerificationGas: bigint;
888
+ maxFeePerGas: bigint;
889
+ maxPriorityFeePerGas: bigint;
890
+ signature: `0x${string}`;
891
+ eip7702auth?: {
892
+ nonce: number;
893
+ contractAddress: `0x${string}`;
894
+ chainId: number;
895
+ r: `0x${string}`;
896
+ s: `0x${string}`;
897
+ v: bigint;
898
+ yParity: number;
899
+ } | undefined;
900
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
901
+ sender: `0x${string}`;
902
+ factory: `0x${string}` | null;
903
+ paymaster: `0x${string}` | null;
904
+ nonce: bigint;
905
+ callData: `0x${string}`;
906
+ callGasLimit: bigint;
907
+ verificationGasLimit: bigint;
908
+ preVerificationGas: bigint;
909
+ maxFeePerGas: bigint;
910
+ maxPriorityFeePerGas: bigint;
911
+ signature: `0x${string}`;
912
+ paymasterVerificationGasLimit: bigint | null;
913
+ paymasterPostOpGasLimit: bigint | null;
914
+ factoryData: `0x${string}` | null;
915
+ paymasterData: `0x${string}` | null;
916
+ eip7702auth?: {
917
+ nonce: number;
918
+ contractAddress: `0x${string}`;
919
+ chainId: number;
920
+ r: `0x${string}`;
921
+ s: `0x${string}`;
922
+ v: bigint;
923
+ yParity: number;
924
+ } | null | undefined;
925
+ }>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<Partial<Record<`0x${string}`, {
926
+ balance?: bigint | undefined;
927
+ nonce?: bigint | undefined;
928
+ code?: `0x${string}` | undefined;
929
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
930
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
931
+ }>>>];
932
+ apiVersion: import("../../types/index.js").ApiVersion;
933
+ }) => (({
934
+ callGasLimit: bigint;
935
+ verificationGasLimit: bigint;
936
+ preVerificationGas: bigint;
937
+ verificationGas?: bigint | undefined;
938
+ } | {
939
+ callGasLimit: bigint;
940
+ verificationGasLimit: bigint;
941
+ preVerificationGas: bigint;
942
+ paymasterVerificationGasLimit?: bigint | undefined;
943
+ paymasterPostOpGasLimit?: bigint | undefined;
944
+ }) & ({
945
+ callGasLimit: bigint;
946
+ verificationGasLimit: bigint;
947
+ preVerificationGas: bigint;
948
+ verificationGas?: bigint | undefined;
949
+ } | {
950
+ callGasLimit: bigint;
951
+ verificationGasLimit: bigint;
952
+ preVerificationGas: bigint;
953
+ paymasterVerificationGasLimit?: bigint | undefined;
954
+ paymasterPostOpGasLimit?: bigint | undefined;
955
+ } | undefined)) | Promise<({
956
+ callGasLimit: bigint;
957
+ verificationGasLimit: bigint;
958
+ preVerificationGas: bigint;
959
+ verificationGas?: bigint | undefined;
960
+ } | {
961
+ callGasLimit: bigint;
962
+ verificationGasLimit: bigint;
963
+ preVerificationGas: bigint;
964
+ paymasterVerificationGasLimit?: bigint | undefined;
965
+ paymasterPostOpGasLimit?: bigint | undefined;
966
+ }) & ({
967
+ callGasLimit: bigint;
968
+ verificationGasLimit: bigint;
969
+ preVerificationGas: bigint;
970
+ verificationGas?: bigint | undefined;
971
+ } | {
972
+ callGasLimit: bigint;
973
+ verificationGasLimit: bigint;
974
+ preVerificationGas: bigint;
975
+ paymasterVerificationGasLimit?: bigint | undefined;
976
+ paymasterPostOpGasLimit?: bigint | undefined;
977
+ } | undefined)>;
978
+ };
979
+ //# sourceMappingURL=eth_estimateUserOperationGas.d.ts.map