viem 2.16.4 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/_cjs/celo/formatters.js +17 -12
  3. package/_cjs/celo/formatters.js.map +1 -1
  4. package/_cjs/celo/parsers.js +2 -1
  5. package/_cjs/celo/parsers.js.map +1 -1
  6. package/_cjs/celo/serializers.js +2 -1
  7. package/_cjs/celo/serializers.js.map +1 -1
  8. package/_cjs/chains/definitions/btr.js +3 -4
  9. package/_cjs/chains/definitions/btr.js.map +1 -1
  10. package/_cjs/chains/definitions/btrTestnet.js +4 -5
  11. package/_cjs/chains/definitions/btrTestnet.js.map +1 -1
  12. package/_cjs/chains/definitions/dogechain.js +8 -2
  13. package/_cjs/chains/definitions/dogechain.js.map +1 -1
  14. package/_cjs/chains/definitions/pgn.js +1 -1
  15. package/_cjs/chains/definitions/pgn.js.map +1 -1
  16. package/_cjs/chains/definitions/pgnTestnet.js +1 -1
  17. package/_cjs/chains/definitions/pgnTestnet.js.map +1 -1
  18. package/_cjs/chains/definitions/seiTestnet.js +23 -0
  19. package/_cjs/chains/definitions/seiTestnet.js.map +1 -0
  20. package/_cjs/chains/definitions/shibariumTestnet.js +31 -0
  21. package/_cjs/chains/definitions/shibariumTestnet.js.map +1 -0
  22. package/_cjs/chains/definitions/taikoHekla.js +1 -0
  23. package/_cjs/chains/definitions/taikoHekla.js.map +1 -1
  24. package/_cjs/chains/definitions/xLayerTestnet.js +2 -2
  25. package/_cjs/chains/definitions/xLayerTestnet.js.map +1 -1
  26. package/_cjs/chains/definitions/xrSepolia.js +24 -0
  27. package/_cjs/chains/definitions/xrSepolia.js.map +1 -0
  28. package/_cjs/chains/index.js +8 -2
  29. package/_cjs/chains/index.js.map +1 -1
  30. package/_cjs/errors/version.js +1 -1
  31. package/_cjs/op-stack/formatters.js.map +1 -1
  32. package/_cjs/utils/formatters/formatter.js.map +1 -1
  33. package/_cjs/zksync/errors/token-is-eth.js +1 -1
  34. package/_cjs/zksync/errors/token-is-eth.js.map +1 -1
  35. package/_cjs/zksync/formatters.js.map +1 -1
  36. package/_cjs/zksync/index.js.map +1 -1
  37. package/_esm/actions/getContract.js +1 -1
  38. package/_esm/actions/public/watchContractEvent.js +1 -1
  39. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  40. package/_esm/actions/public/watchEvent.js +1 -1
  41. package/_esm/actions/public/watchEvent.js.map +1 -1
  42. package/_esm/actions/wallet/signTransaction.js +1 -1
  43. package/_esm/celo/formatters.js +17 -12
  44. package/_esm/celo/formatters.js.map +1 -1
  45. package/_esm/celo/parsers.js +3 -2
  46. package/_esm/celo/parsers.js.map +1 -1
  47. package/_esm/celo/serializers.js +3 -2
  48. package/_esm/celo/serializers.js.map +1 -1
  49. package/_esm/chains/definitions/btr.js +3 -4
  50. package/_esm/chains/definitions/btr.js.map +1 -1
  51. package/_esm/chains/definitions/btrTestnet.js +4 -5
  52. package/_esm/chains/definitions/btrTestnet.js.map +1 -1
  53. package/_esm/chains/definitions/dogechain.js +8 -2
  54. package/_esm/chains/definitions/dogechain.js.map +1 -1
  55. package/_esm/chains/definitions/pgn.js +1 -1
  56. package/_esm/chains/definitions/pgn.js.map +1 -1
  57. package/_esm/chains/definitions/pgnTestnet.js +1 -1
  58. package/_esm/chains/definitions/pgnTestnet.js.map +1 -1
  59. package/_esm/chains/definitions/seiTestnet.js +20 -0
  60. package/_esm/chains/definitions/seiTestnet.js.map +1 -0
  61. package/_esm/chains/definitions/shibariumTestnet.js +28 -0
  62. package/_esm/chains/definitions/shibariumTestnet.js.map +1 -0
  63. package/_esm/chains/definitions/taikoHekla.js +1 -0
  64. package/_esm/chains/definitions/taikoHekla.js.map +1 -1
  65. package/_esm/chains/definitions/xLayerTestnet.js +2 -2
  66. package/_esm/chains/definitions/xLayerTestnet.js.map +1 -1
  67. package/_esm/chains/definitions/xrSepolia.js +21 -0
  68. package/_esm/chains/definitions/xrSepolia.js.map +1 -0
  69. package/_esm/chains/index.js +3 -0
  70. package/_esm/chains/index.js.map +1 -1
  71. package/_esm/errors/version.js +1 -1
  72. package/_esm/op-stack/formatters.js.map +1 -1
  73. package/_esm/utils/formatters/formatter.js.map +1 -1
  74. package/_esm/zksync/actions/signEip712Transaction.js +1 -1
  75. package/_esm/zksync/actions/signTransaction.js +1 -1
  76. package/_esm/zksync/errors/token-is-eth.js +1 -1
  77. package/_esm/zksync/errors/token-is-eth.js.map +1 -1
  78. package/_esm/zksync/formatters.js.map +1 -1
  79. package/_esm/zksync/index.js.map +1 -1
  80. package/_types/actions/getContract.d.ts +1 -1
  81. package/_types/actions/wallet/sendRawTransaction.d.ts +1 -1
  82. package/_types/actions/wallet/signTransaction.d.ts +1 -1
  83. package/_types/celo/chainConfig.d.ts +445 -3773
  84. package/_types/celo/chainConfig.d.ts.map +1 -1
  85. package/_types/celo/formatters.d.ts +222 -1887
  86. package/_types/celo/formatters.d.ts.map +1 -1
  87. package/_types/celo/index.d.ts +1 -1
  88. package/_types/celo/index.d.ts.map +1 -1
  89. package/_types/celo/parsers.d.ts.map +1 -1
  90. package/_types/celo/serializers.d.ts +1 -1
  91. package/_types/celo/serializers.d.ts.map +1 -1
  92. package/_types/celo/types.d.ts +38 -28
  93. package/_types/celo/types.d.ts.map +1 -1
  94. package/_types/chains/definitions/ancient8.d.ts +18 -820
  95. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  96. package/_types/chains/definitions/ancient8Sepolia.d.ts +18 -820
  97. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  98. package/_types/chains/definitions/base.d.ts +18 -820
  99. package/_types/chains/definitions/base.d.ts.map +1 -1
  100. package/_types/chains/definitions/baseGoerli.d.ts +18 -820
  101. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  102. package/_types/chains/definitions/baseSepolia.d.ts +18 -820
  103. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  104. package/_types/chains/definitions/btr.d.ts +3 -4
  105. package/_types/chains/definitions/btr.d.ts.map +1 -1
  106. package/_types/chains/definitions/btrTestnet.d.ts +4 -5
  107. package/_types/chains/definitions/btrTestnet.d.ts.map +1 -1
  108. package/_types/chains/definitions/celo.d.ts +442 -3770
  109. package/_types/chains/definitions/celo.d.ts.map +1 -1
  110. package/_types/chains/definitions/celoAlfajores.d.ts +442 -3770
  111. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  112. package/_types/chains/definitions/dchain.d.ts +18 -820
  113. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  114. package/_types/chains/definitions/dchainTestnet.d.ts +18 -820
  115. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  116. package/_types/chains/definitions/dogechain.d.ts +8 -10
  117. package/_types/chains/definitions/dogechain.d.ts.map +1 -1
  118. package/_types/chains/definitions/fraxtal.d.ts +18 -820
  119. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  120. package/_types/chains/definitions/fraxtalTestnet.d.ts +18 -820
  121. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  122. package/_types/chains/definitions/funkiSepolia.d.ts +18 -820
  123. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  124. package/_types/chains/definitions/lisk.d.ts +45 -1148
  125. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  126. package/_types/chains/definitions/liskSepolia.d.ts +18 -820
  127. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  128. package/_types/chains/definitions/metalL2.d.ts +18 -820
  129. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  130. package/_types/chains/definitions/optimism.d.ts +18 -820
  131. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  132. package/_types/chains/definitions/optimismGoerli.d.ts +18 -820
  133. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  134. package/_types/chains/definitions/optimismSepolia.d.ts +18 -820
  135. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  136. package/_types/chains/definitions/pgn.d.ts +19 -821
  137. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  138. package/_types/chains/definitions/pgnTestnet.d.ts +19 -821
  139. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  140. package/_types/chains/definitions/playfiAlbireo.d.ts +45 -1148
  141. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  142. package/_types/chains/definitions/rss3.d.ts +18 -820
  143. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  144. package/_types/chains/definitions/rss3Sepolia.d.ts +18 -820
  145. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  146. package/_types/chains/definitions/seiTestnet.d.ts +36 -0
  147. package/_types/chains/definitions/seiTestnet.d.ts.map +1 -0
  148. package/_types/chains/definitions/shibariumTestnet.d.ts +34 -0
  149. package/_types/chains/definitions/shibariumTestnet.d.ts.map +1 -0
  150. package/_types/chains/definitions/taikoHekla.d.ts +1 -1
  151. package/_types/chains/definitions/taikoHekla.d.ts.map +1 -1
  152. package/_types/chains/definitions/xLayerTestnet.d.ts +2 -2
  153. package/_types/chains/definitions/xrSepolia.d.ts +35 -0
  154. package/_types/chains/definitions/xrSepolia.d.ts.map +1 -0
  155. package/_types/chains/definitions/zkSync.d.ts +45 -1148
  156. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  157. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +45 -1148
  158. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  159. package/_types/chains/definitions/zkSyncLocalNode.d.ts +45 -1148
  160. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  161. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +45 -1148
  162. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  163. package/_types/chains/definitions/zkSyncTestnet.d.ts +45 -1148
  164. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  165. package/_types/chains/definitions/zora.d.ts +18 -820
  166. package/_types/chains/definitions/zora.d.ts.map +1 -1
  167. package/_types/chains/definitions/zoraSepolia.d.ts +18 -820
  168. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  169. package/_types/chains/definitions/zoraTestnet.d.ts +18 -820
  170. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  171. package/_types/chains/index.d.ts +5 -2
  172. package/_types/chains/index.d.ts.map +1 -1
  173. package/_types/errors/version.d.ts +1 -1
  174. package/_types/index.d.ts +1 -1
  175. package/_types/index.d.ts.map +1 -1
  176. package/_types/op-stack/chainConfig.d.ts +18 -820
  177. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  178. package/_types/op-stack/formatters.d.ts +60 -863
  179. package/_types/op-stack/formatters.d.ts.map +1 -1
  180. package/_types/op-stack/types/transaction.d.ts +1 -1
  181. package/_types/op-stack/types/transaction.d.ts.map +1 -1
  182. package/_types/types/utils.d.ts +0 -10
  183. package/_types/types/utils.d.ts.map +1 -1
  184. package/_types/utils/formatters/block.d.ts +1 -1
  185. package/_types/utils/formatters/formatter.d.ts +2 -2
  186. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  187. package/_types/utils/formatters/transaction.d.ts +1 -386
  188. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  189. package/_types/utils/formatters/transactionReceipt.d.ts +1 -1
  190. package/_types/utils/formatters/transactionRequest.d.ts +1 -274
  191. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  192. package/_types/utils/index.d.ts +1 -1
  193. package/_types/utils/index.d.ts.map +1 -1
  194. package/_types/utils/transaction/getTransactionType.d.ts +1 -1
  195. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  196. package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
  197. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  198. package/_types/zksync/actions/signEip712Transaction.d.ts +1 -1
  199. package/_types/zksync/actions/signTransaction.d.ts +1 -1
  200. package/_types/zksync/chainConfig.d.ts +45 -1148
  201. package/_types/zksync/chainConfig.d.ts.map +1 -1
  202. package/_types/zksync/decorators/eip712.d.ts +1 -1
  203. package/_types/zksync/decorators/publicL1.d.ts +1 -1
  204. package/_types/zksync/formatters.d.ts +100 -1204
  205. package/_types/zksync/formatters.d.ts.map +1 -1
  206. package/_types/zksync/index.d.ts +1 -1
  207. package/_types/zksync/index.d.ts.map +1 -1
  208. package/_types/zksync/types/block.d.ts +5 -6
  209. package/_types/zksync/types/block.d.ts.map +1 -1
  210. package/_types/zksync/types/transaction.d.ts +2 -1
  211. package/_types/zksync/types/transaction.d.ts.map +1 -1
  212. package/actions/getContract.ts +1 -1
  213. package/actions/public/watchContractEvent.ts +1 -1
  214. package/actions/public/watchEvent.ts +1 -1
  215. package/actions/wallet/sendRawTransaction.ts +1 -1
  216. package/actions/wallet/signTransaction.ts +1 -1
  217. package/celo/formatters.ts +22 -24
  218. package/celo/index.ts +0 -2
  219. package/celo/parsers.ts +5 -3
  220. package/celo/serializers.ts +3 -5
  221. package/celo/types.ts +74 -54
  222. package/chains/definitions/btr.ts +3 -4
  223. package/chains/definitions/btrTestnet.ts +4 -5
  224. package/chains/definitions/dogechain.ts +8 -2
  225. package/chains/definitions/pgn.ts +1 -1
  226. package/chains/definitions/pgnTestnet.ts +1 -1
  227. package/chains/definitions/seiTestnet.ts +20 -0
  228. package/chains/definitions/shibariumTestnet.ts +28 -0
  229. package/chains/definitions/taikoHekla.ts +1 -0
  230. package/chains/definitions/xLayerTestnet.ts +2 -2
  231. package/chains/definitions/xrSepolia.ts +21 -0
  232. package/chains/index.ts +3 -4
  233. package/errors/version.ts +1 -1
  234. package/index.ts +1 -1
  235. package/op-stack/formatters.ts +8 -20
  236. package/op-stack/types/transaction.ts +3 -3
  237. package/package.json +1 -1
  238. package/types/utils.ts +0 -11
  239. package/utils/formatters/formatter.ts +3 -3
  240. package/utils/index.ts +1 -1
  241. package/utils/transaction/getTransactionType.ts +1 -1
  242. package/utils/transaction/serializeTransaction.ts +2 -2
  243. package/zksync/actions/signEip712Transaction.ts +1 -1
  244. package/zksync/actions/signTransaction.ts +1 -1
  245. package/zksync/decorators/eip712.ts +1 -1
  246. package/zksync/decorators/publicL1.ts +1 -1
  247. package/zksync/errors/token-is-eth.ts +1 -1
  248. package/zksync/formatters.ts +6 -18
  249. package/zksync/index.ts +0 -2
  250. package/zksync/types/block.ts +24 -23
  251. package/zksync/types/log.ts +1 -1
  252. package/zksync/types/transaction.ts +4 -0
@@ -37,9 +37,7 @@ export declare const zkSync: {
37
37
  formatters: {
38
38
  readonly block: {
39
39
  exclude: [] | undefined;
40
- format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
41
- transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
42
- }>) => {
40
+ format: (args: import("../index.js").ZkSyncRpcBlock) => {
43
41
  baseFeePerGas: bigint | null;
44
42
  blobGasUsed: bigint;
45
43
  difficulty: bigint;
@@ -61,7 +59,7 @@ export declare const zkSync: {
61
59
  stateRoot: import("../../index.js").Hash;
62
60
  timestamp: bigint;
63
61
  totalDifficulty: bigint | null;
64
- transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
62
+ transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction<boolean>[];
65
63
  transactionsRoot: import("../../index.js").Hash;
66
64
  uncles: import("../../index.js").Hash[];
67
65
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
@@ -73,7 +71,7 @@ export declare const zkSync: {
73
71
  };
74
72
  readonly transaction: {
75
73
  exclude: [] | undefined;
76
- format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
74
+ format: (args: import("../index.js").ZkSyncRpcTransaction) => ({
77
75
  r: import("../../index.js").Hex;
78
76
  s: import("../../index.js").Hex;
79
77
  v: bigint;
@@ -99,58 +97,6 @@ export declare const zkSync: {
99
97
  maxPriorityFeePerGas?: undefined;
100
98
  l1BatchNumber: bigint | null;
101
99
  l1BatchTxIndex: bigint | null;
102
- } | {
103
- r: import("../../index.js").Hex;
104
- s: import("../../index.js").Hex;
105
- v: bigint;
106
- to: import("abitype").Address | null;
107
- from: import("abitype").Address;
108
- gas: bigint;
109
- nonce: number;
110
- value: bigint;
111
- blockHash: `0x${string}` | null;
112
- blockNumber: bigint | null;
113
- hash: import("../../index.js").Hash;
114
- input: import("../../index.js").Hex;
115
- transactionIndex: number | null;
116
- typeHex: import("../../index.js").Hex | null;
117
- accessList?: undefined;
118
- blobVersionedHashes?: undefined;
119
- chainId?: number | undefined;
120
- yParity: number;
121
- type: "priority";
122
- gasPrice: undefined;
123
- maxFeePerBlobGas?: undefined;
124
- maxFeePerGas: bigint;
125
- maxPriorityFeePerGas: bigint;
126
- l1BatchNumber: bigint | null;
127
- l1BatchTxIndex: bigint | null;
128
- } | {
129
- r: import("../../index.js").Hex;
130
- s: import("../../index.js").Hex;
131
- v: bigint;
132
- to: import("abitype").Address | null;
133
- from: import("abitype").Address;
134
- gas: bigint;
135
- nonce: number;
136
- value: bigint;
137
- blockHash: `0x${string}` | null;
138
- blockNumber: bigint | null;
139
- hash: import("../../index.js").Hash;
140
- input: import("../../index.js").Hex;
141
- transactionIndex: number | null;
142
- typeHex: import("../../index.js").Hex | null;
143
- accessList?: undefined;
144
- blobVersionedHashes?: undefined;
145
- chainId?: number | undefined;
146
- yParity: number;
147
- type: "priority" | "eip712";
148
- gasPrice: undefined;
149
- maxFeePerBlobGas?: undefined;
150
- maxFeePerGas: bigint;
151
- maxPriorityFeePerGas: bigint;
152
- l1BatchNumber: bigint | null;
153
- l1BatchTxIndex: bigint | null;
154
100
  } | {
155
101
  blockHash: `0x${string}` | null;
156
102
  blockNumber: bigint | null;
@@ -177,110 +123,6 @@ export declare const zkSync: {
177
123
  maxPriorityFeePerGas?: undefined;
178
124
  l1BatchNumber: bigint | null;
179
125
  l1BatchTxIndex: bigint | null;
180
- } | {
181
- blockHash: `0x${string}` | null;
182
- blockNumber: bigint | null;
183
- from: import("abitype").Address;
184
- gas: bigint;
185
- hash: import("../../index.js").Hash;
186
- input: import("../../index.js").Hex;
187
- nonce: number;
188
- r: import("../../index.js").Hex;
189
- s: import("../../index.js").Hex;
190
- to: import("abitype").Address | null;
191
- transactionIndex: number | null;
192
- typeHex: import("../../index.js").Hex | null;
193
- v: bigint;
194
- value: bigint;
195
- yParity: number;
196
- accessList: import("../../index.js").AccessList;
197
- blobVersionedHashes?: undefined;
198
- chainId: number;
199
- type: "eip1559";
200
- gasPrice: undefined;
201
- maxFeePerBlobGas?: undefined;
202
- maxFeePerGas: bigint;
203
- maxPriorityFeePerGas: bigint;
204
- l1BatchNumber: bigint | null;
205
- l1BatchTxIndex: bigint | null;
206
- } | {
207
- blockHash: `0x${string}` | null;
208
- blockNumber: bigint | null;
209
- from: import("abitype").Address;
210
- gas: bigint;
211
- hash: import("../../index.js").Hash;
212
- input: import("../../index.js").Hex;
213
- nonce: number;
214
- r: import("../../index.js").Hex;
215
- s: import("../../index.js").Hex;
216
- to: import("abitype").Address | null;
217
- transactionIndex: number | null;
218
- typeHex: import("../../index.js").Hex | null;
219
- v: bigint;
220
- value: bigint;
221
- yParity: number;
222
- accessList: import("../../index.js").AccessList;
223
- blobVersionedHashes?: undefined;
224
- chainId: number;
225
- type: "priority";
226
- gasPrice: undefined;
227
- maxFeePerBlobGas?: undefined;
228
- maxFeePerGas: bigint;
229
- maxPriorityFeePerGas: bigint;
230
- l1BatchNumber: bigint | null;
231
- l1BatchTxIndex: bigint | null;
232
- } | {
233
- blockHash: `0x${string}` | null;
234
- blockNumber: bigint | null;
235
- from: import("abitype").Address;
236
- gas: bigint;
237
- hash: import("../../index.js").Hash;
238
- input: import("../../index.js").Hex;
239
- nonce: number;
240
- r: import("../../index.js").Hex;
241
- s: import("../../index.js").Hex;
242
- to: import("abitype").Address | null;
243
- transactionIndex: number | null;
244
- typeHex: import("../../index.js").Hex | null;
245
- v: bigint;
246
- value: bigint;
247
- yParity: number;
248
- accessList: import("../../index.js").AccessList;
249
- blobVersionedHashes?: undefined;
250
- chainId: number;
251
- type: "priority" | "eip712";
252
- gasPrice: undefined;
253
- maxFeePerBlobGas?: undefined;
254
- maxFeePerGas: bigint;
255
- maxPriorityFeePerGas: bigint;
256
- l1BatchNumber: bigint | null;
257
- l1BatchTxIndex: bigint | null;
258
- } | {
259
- blockHash: `0x${string}` | null;
260
- blockNumber: bigint | null;
261
- from: import("abitype").Address;
262
- gas: bigint;
263
- hash: import("../../index.js").Hash;
264
- input: import("../../index.js").Hex;
265
- nonce: number;
266
- r: import("../../index.js").Hex;
267
- s: import("../../index.js").Hex;
268
- to: import("abitype").Address | null;
269
- transactionIndex: number | null;
270
- typeHex: import("../../index.js").Hex | null;
271
- v: bigint;
272
- value: bigint;
273
- yParity: number;
274
- accessList: import("../../index.js").AccessList;
275
- blobVersionedHashes?: undefined;
276
- chainId: number;
277
- type: "eip2930";
278
- gasPrice: bigint;
279
- maxFeePerBlobGas?: undefined;
280
- maxFeePerGas: undefined;
281
- maxPriorityFeePerGas: undefined;
282
- l1BatchNumber: bigint | null;
283
- l1BatchTxIndex: bigint | null;
284
126
  } | {
285
127
  blockHash: `0x${string}` | null;
286
128
  blockNumber: bigint | null;
@@ -324,11 +166,11 @@ export declare const zkSync: {
324
166
  value: bigint;
325
167
  yParity: number;
326
168
  accessList: import("../../index.js").AccessList;
327
- blobVersionedHashes?: undefined;
169
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
328
170
  chainId: number;
329
- type: "priority";
171
+ type: "eip4844";
330
172
  gasPrice?: undefined;
331
- maxFeePerBlobGas?: undefined;
173
+ maxFeePerBlobGas: bigint;
332
174
  maxFeePerGas: bigint;
333
175
  maxPriorityFeePerGas: bigint;
334
176
  l1BatchNumber: bigint | null;
@@ -349,42 +191,13 @@ export declare const zkSync: {
349
191
  v: bigint;
350
192
  value: bigint;
351
193
  yParity: number;
352
- accessList: import("../../index.js").AccessList;
353
- blobVersionedHashes?: undefined;
354
- chainId: number;
355
- type: "priority" | "eip712";
356
- gasPrice?: undefined;
357
- maxFeePerBlobGas?: undefined;
358
- maxFeePerGas: bigint;
359
- maxPriorityFeePerGas: bigint;
360
194
  l1BatchNumber: bigint | null;
361
195
  l1BatchTxIndex: bigint | null;
362
- } | {
363
- blockHash: `0x${string}` | null;
364
- blockNumber: bigint | null;
365
- from: import("abitype").Address;
366
- gas: bigint;
367
- hash: import("../../index.js").Hash;
368
- input: import("../../index.js").Hex;
369
- nonce: number;
370
- r: import("../../index.js").Hex;
371
- s: import("../../index.js").Hex;
372
- to: import("abitype").Address | null;
373
- transactionIndex: number | null;
374
- typeHex: import("../../index.js").Hex | null;
375
- v: bigint;
376
- value: bigint;
377
- yParity: number;
378
- accessList: import("../../index.js").AccessList;
379
- blobVersionedHashes: readonly import("../../index.js").Hex[];
380
- chainId: number;
381
- type: "eip4844";
382
196
  gasPrice?: undefined;
383
- maxFeePerBlobGas: bigint;
197
+ maxFeePerBlobGas?: undefined;
384
198
  maxFeePerGas: bigint;
385
199
  maxPriorityFeePerGas: bigint;
386
- l1BatchNumber: bigint | null;
387
- l1BatchTxIndex: bigint | null;
200
+ type: "priority";
388
201
  } | {
389
202
  blockHash: `0x${string}` | null;
390
203
  blockNumber: bigint | null;
@@ -401,1009 +214,98 @@ export declare const zkSync: {
401
214
  v: bigint;
402
215
  value: bigint;
403
216
  yParity: number;
404
- accessList: import("../../index.js").AccessList;
405
- blobVersionedHashes: readonly import("../../index.js").Hex[];
406
- chainId: number;
407
- type: "priority";
408
- gasPrice?: undefined;
409
- maxFeePerBlobGas: undefined;
410
- maxFeePerGas: bigint;
411
- maxPriorityFeePerGas: bigint;
412
217
  l1BatchNumber: bigint | null;
413
218
  l1BatchTxIndex: bigint | null;
414
- } | {
415
- blockHash: `0x${string}` | null;
416
- blockNumber: bigint | null;
417
- from: import("abitype").Address;
418
- gas: bigint;
419
- hash: import("../../index.js").Hash;
420
- input: import("../../index.js").Hex;
421
- nonce: number;
422
- r: import("../../index.js").Hex;
423
- s: import("../../index.js").Hex;
424
- to: import("abitype").Address | null;
425
- transactionIndex: number | null;
426
- typeHex: import("../../index.js").Hex | null;
427
- v: bigint;
428
- value: bigint;
429
- yParity: number;
430
- accessList: import("../../index.js").AccessList;
431
- blobVersionedHashes: readonly import("../../index.js").Hex[];
432
- chainId: number;
433
- type: "priority" | "eip712";
434
219
  gasPrice?: undefined;
435
- maxFeePerBlobGas: undefined;
220
+ maxFeePerBlobGas?: undefined;
436
221
  maxFeePerGas: bigint;
437
222
  maxPriorityFeePerGas: bigint;
438
- l1BatchNumber: bigint | null;
439
- l1BatchTxIndex: bigint | null;
223
+ type: "eip712" | "priority";
440
224
  }) & {};
441
225
  type: "transaction";
442
226
  };
443
227
  readonly transactionReceipt: {
444
228
  exclude: [] | undefined;
445
- format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
446
- blobGasPrice?: bigint | undefined;
447
- blobGasUsed?: bigint | undefined;
229
+ format: (args: import("../../zksync/types/transaction.js").ZkSyncRpcTransactionReceipt) => {
230
+ type: import("../index.js").ZkSyncTransactionType;
231
+ to: import("abitype").Address | null;
232
+ from: import("abitype").Address;
448
233
  blockHash: import("../../index.js").Hash;
449
234
  blockNumber: bigint;
235
+ transactionIndex: number;
236
+ status: "success" | "reverted";
237
+ logsBloom: import("../../index.js").Hex;
238
+ blobGasUsed?: bigint | undefined;
239
+ gasUsed: bigint;
450
240
  contractAddress: import("abitype").Address | null | undefined;
241
+ transactionHash: import("../../index.js").Hash;
242
+ blobGasPrice?: bigint | undefined;
451
243
  cumulativeGasUsed: bigint;
452
244
  effectiveGasPrice: bigint;
453
- from: import("abitype").Address;
454
- gasUsed: bigint;
455
- logs: import("../index.js").ZkSyncLog[];
456
- logsBloom: import("../../index.js").Hex;
457
245
  root?: import("../../index.js").Hash | undefined;
458
- status: "success" | "reverted";
459
- to: import("abitype").Address | null;
460
- transactionHash: import("../../index.js").Hash;
461
- transactionIndex: number;
462
- type: import("../index.js").ZkSyncTransactionType;
463
246
  l1BatchNumber: bigint | null;
464
247
  l1BatchTxIndex: bigint | null;
248
+ logs: import("../index.js").ZkSyncLog[];
465
249
  l2ToL1Logs: import("../index.js").ZkSyncL2ToL1Log[];
466
250
  } & {};
467
251
  type: "transactionReceipt";
468
252
  };
469
253
  readonly transactionRequest: {
470
254
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
471
- format: (args: ({
255
+ format: (args: import("../index.js").ZkSyncTransactionRequest) => ({
472
256
  data?: import("../../index.js").Hex | undefined;
473
- from?: import("abitype").Address;
474
- gas?: bigint | undefined;
475
- nonce?: number | undefined;
257
+ from: import("abitype").Address;
258
+ gas?: `0x${string}` | undefined;
259
+ nonce?: `0x${string}` | undefined;
476
260
  to?: import("abitype").Address | null | undefined;
477
- value?: bigint | undefined;
261
+ value?: `0x${string}` | undefined;
478
262
  accessList?: undefined;
479
263
  blobs?: undefined;
480
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
481
- gasPrice?: bigint | undefined;
482
- maxFeePerBlobGas?: bigint | undefined;
483
- maxFeePerGas?: bigint | undefined;
484
- maxPriorityFeePerGas?: bigint | undefined;
264
+ type?: "0x0" | undefined;
265
+ gasPrice?: `0x${string}` | undefined;
266
+ maxFeePerBlobGas?: undefined;
267
+ maxFeePerGas?: undefined;
268
+ maxPriorityFeePerGas?: undefined;
485
269
  blobVersionedHashes?: undefined;
486
270
  kzg?: undefined;
487
271
  sidecars?: undefined;
488
- } & {
272
+ eip712Meta?: undefined;
273
+ } | {
489
274
  data?: import("../../index.js").Hex | undefined;
490
275
  from: import("abitype").Address;
491
- gas?: bigint | undefined;
492
- nonce?: number | undefined;
276
+ gas?: `0x${string}` | undefined;
277
+ nonce?: `0x${string}` | undefined;
493
278
  to?: import("abitype").Address | null | undefined;
494
- value?: bigint | undefined;
495
- accessList?: undefined;
279
+ value?: `0x${string}` | undefined;
280
+ accessList?: import("../../index.js").AccessList | undefined;
496
281
  blobs?: undefined;
497
- type?: "legacy" | undefined;
498
- gasPrice?: bigint | undefined;
282
+ type?: "0x1" | undefined;
283
+ gasPrice?: `0x${string}` | undefined;
499
284
  maxFeePerBlobGas?: undefined;
500
285
  maxFeePerGas?: undefined;
501
286
  maxPriorityFeePerGas?: undefined;
502
287
  blobVersionedHashes?: undefined;
503
288
  kzg?: undefined;
504
289
  sidecars?: undefined;
505
- } & {
506
- gasPerPubdata?: undefined;
507
- customSignature?: undefined;
508
- paymaster?: undefined;
509
- paymasterInput?: undefined;
510
- factoryDeps?: undefined;
511
- }) | ({
512
- data?: import("../../index.js").Hex | undefined;
513
- from?: import("abitype").Address;
514
- gas?: bigint | undefined;
515
- nonce?: number | undefined;
516
- to?: import("abitype").Address | null | undefined;
517
- value?: bigint | undefined;
518
- accessList?: undefined;
519
- blobs?: undefined;
520
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
521
- gasPrice?: bigint | undefined;
522
- maxFeePerBlobGas?: bigint | undefined;
523
- maxFeePerGas?: bigint | undefined;
524
- maxPriorityFeePerGas?: bigint | undefined;
525
- blobVersionedHashes?: undefined;
526
- kzg?: undefined;
527
- sidecars?: undefined;
528
- } & {
529
- data?: import("../../index.js").Hex | undefined;
530
- from: import("abitype").Address;
531
- gas?: bigint | undefined;
532
- nonce?: number | undefined;
533
- to?: import("abitype").Address | null | undefined;
534
- value?: bigint | undefined;
535
- accessList?: import("../../index.js").AccessList | undefined;
536
- blobs?: undefined;
537
- type?: "eip2930" | undefined;
538
- gasPrice?: bigint | undefined;
539
- maxFeePerBlobGas?: undefined;
540
- maxFeePerGas?: undefined;
541
- maxPriorityFeePerGas?: undefined;
542
- blobVersionedHashes?: undefined;
543
- kzg?: undefined;
544
- sidecars?: undefined;
545
- } & {
546
- gasPerPubdata?: undefined;
547
- customSignature?: undefined;
548
- paymaster?: undefined;
549
- paymasterInput?: undefined;
550
- factoryDeps?: undefined;
551
- }) | ({
552
- data?: import("../../index.js").Hex | undefined;
553
- from?: import("abitype").Address;
554
- gas?: bigint | undefined;
555
- nonce?: number | undefined;
556
- to?: import("abitype").Address | null | undefined;
557
- value?: bigint | undefined;
558
- accessList?: undefined;
559
- blobs?: undefined;
560
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
561
- gasPrice?: bigint | undefined;
562
- maxFeePerBlobGas?: bigint | undefined;
563
- maxFeePerGas?: bigint | undefined;
564
- maxPriorityFeePerGas?: bigint | undefined;
565
- blobVersionedHashes?: undefined;
566
- kzg?: undefined;
567
- sidecars?: undefined;
568
- } & {
569
- data?: import("../../index.js").Hex | undefined;
570
- from: import("abitype").Address;
571
- gas?: bigint | undefined;
572
- nonce?: number | undefined;
573
- to?: import("abitype").Address | null | undefined;
574
- value?: bigint | undefined;
575
- gasPrice?: undefined;
576
- maxFeePerBlobGas?: undefined;
577
- maxFeePerGas?: bigint | undefined;
578
- maxPriorityFeePerGas?: bigint | undefined;
579
- accessList?: import("../../index.js").AccessList | undefined;
580
- blobs?: undefined;
581
- type?: "eip1559" | undefined;
582
- blobVersionedHashes?: undefined;
583
- kzg?: undefined;
584
- sidecars?: undefined;
585
- } & {
586
- gasPerPubdata?: undefined;
587
- customSignature?: undefined;
588
- paymaster?: undefined;
589
- paymasterInput?: undefined;
590
- factoryDeps?: undefined;
591
- }) | ({
592
- data?: import("../../index.js").Hex | undefined;
593
- from?: import("abitype").Address;
594
- gas?: bigint | undefined;
595
- nonce?: number | undefined;
596
- to?: import("abitype").Address | null | undefined;
597
- value?: bigint | undefined;
598
- accessList?: undefined;
599
- blobs?: undefined;
600
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
601
- gasPrice?: bigint | undefined;
602
- maxFeePerBlobGas?: bigint | undefined;
603
- maxFeePerGas?: bigint | undefined;
604
- maxPriorityFeePerGas?: bigint | undefined;
605
- blobVersionedHashes?: undefined;
606
- kzg?: undefined;
607
- sidecars?: undefined;
608
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
609
- gasPerPubdata?: bigint | undefined;
610
- customSignature?: import("../../index.js").Hex | undefined;
611
- factoryDeps?: import("../../index.js").Hex[] | undefined;
612
- type?: "eip712" | "priority" | undefined;
613
- } & {
614
- paymaster: import("abitype").Address;
615
- paymasterInput: import("../../index.js").Hex;
616
- }) | ({
617
- data?: import("../../index.js").Hex | undefined;
618
- from?: import("abitype").Address;
619
- gas?: bigint | undefined;
620
- nonce?: number | undefined;
621
- to?: import("abitype").Address | null | undefined;
622
- value?: bigint | undefined;
623
- accessList?: undefined;
624
- blobs?: undefined;
625
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
626
- gasPrice?: bigint | undefined;
627
- maxFeePerBlobGas?: bigint | undefined;
628
- maxFeePerGas?: bigint | undefined;
629
- maxPriorityFeePerGas?: bigint | undefined;
630
- blobVersionedHashes?: undefined;
631
- kzg?: undefined;
632
- sidecars?: undefined;
633
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
634
- gasPerPubdata?: bigint | undefined;
635
- customSignature?: import("../../index.js").Hex | undefined;
636
- factoryDeps?: import("../../index.js").Hex[] | undefined;
637
- type?: "eip712" | "priority" | undefined;
638
- } & {
639
- paymaster?: undefined;
640
- paymasterInput?: undefined;
641
- }) | ({
642
- data?: import("../../index.js").Hex | undefined;
643
- from?: import("abitype").Address;
644
- gas?: bigint | undefined;
645
- nonce?: number | undefined;
646
- to?: import("abitype").Address | null | undefined;
647
- value?: bigint | undefined;
648
- accessList?: import("../../index.js").AccessList | undefined;
649
- blobs?: undefined;
650
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
651
- gasPrice?: bigint | undefined;
652
- maxFeePerBlobGas?: bigint | undefined;
653
- maxFeePerGas?: bigint | undefined;
654
- maxPriorityFeePerGas?: bigint | undefined;
655
- blobVersionedHashes?: undefined;
656
- kzg?: undefined;
657
- sidecars?: undefined;
658
- } & {
659
- data?: import("../../index.js").Hex | undefined;
660
- from: import("abitype").Address;
661
- gas?: bigint | undefined;
662
- nonce?: number | undefined;
663
- to?: import("abitype").Address | null | undefined;
664
- value?: bigint | undefined;
665
- accessList?: undefined;
666
- blobs?: undefined;
667
- type?: "legacy" | undefined;
668
- gasPrice?: bigint | undefined;
669
- maxFeePerBlobGas?: undefined;
670
- maxFeePerGas?: undefined;
671
- maxPriorityFeePerGas?: undefined;
672
- blobVersionedHashes?: undefined;
673
- kzg?: undefined;
674
- sidecars?: undefined;
675
- } & {
676
- gasPerPubdata?: undefined;
677
- customSignature?: undefined;
678
- paymaster?: undefined;
679
- paymasterInput?: undefined;
680
- factoryDeps?: undefined;
681
- }) | ({
682
- data?: import("../../index.js").Hex | undefined;
683
- from?: import("abitype").Address;
684
- gas?: bigint | undefined;
685
- nonce?: number | undefined;
686
- to?: import("abitype").Address | null | undefined;
687
- value?: bigint | undefined;
688
- accessList?: import("../../index.js").AccessList | undefined;
689
- blobs?: undefined;
690
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
691
- gasPrice?: bigint | undefined;
692
- maxFeePerBlobGas?: bigint | undefined;
693
- maxFeePerGas?: bigint | undefined;
694
- maxPriorityFeePerGas?: bigint | undefined;
695
- blobVersionedHashes?: undefined;
696
- kzg?: undefined;
697
- sidecars?: undefined;
698
- } & {
699
- data?: import("../../index.js").Hex | undefined;
700
- from: import("abitype").Address;
701
- gas?: bigint | undefined;
702
- nonce?: number | undefined;
703
- to?: import("abitype").Address | null | undefined;
704
- value?: bigint | undefined;
705
- accessList?: import("../../index.js").AccessList | undefined;
706
- blobs?: undefined;
707
- type?: "eip2930" | undefined;
708
- gasPrice?: bigint | undefined;
709
- maxFeePerBlobGas?: undefined;
710
- maxFeePerGas?: undefined;
711
- maxPriorityFeePerGas?: undefined;
712
- blobVersionedHashes?: undefined;
713
- kzg?: undefined;
714
- sidecars?: undefined;
715
- } & {
716
- gasPerPubdata?: undefined;
717
- customSignature?: undefined;
718
- paymaster?: undefined;
719
- paymasterInput?: undefined;
720
- factoryDeps?: undefined;
721
- }) | ({
722
- data?: import("../../index.js").Hex | undefined;
723
- from?: import("abitype").Address;
724
- gas?: bigint | undefined;
725
- nonce?: number | undefined;
726
- to?: import("abitype").Address | null | undefined;
727
- value?: bigint | undefined;
728
- accessList?: import("../../index.js").AccessList | undefined;
729
- blobs?: undefined;
730
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
731
- gasPrice?: bigint | undefined;
732
- maxFeePerBlobGas?: bigint | undefined;
733
- maxFeePerGas?: bigint | undefined;
734
- maxPriorityFeePerGas?: bigint | undefined;
735
- blobVersionedHashes?: undefined;
736
- kzg?: undefined;
737
- sidecars?: undefined;
738
- } & {
739
- data?: import("../../index.js").Hex | undefined;
740
- from: import("abitype").Address;
741
- gas?: bigint | undefined;
742
- nonce?: number | undefined;
743
- to?: import("abitype").Address | null | undefined;
744
- value?: bigint | undefined;
745
- gasPrice?: undefined;
746
- maxFeePerBlobGas?: undefined;
747
- maxFeePerGas?: bigint | undefined;
748
- maxPriorityFeePerGas?: bigint | undefined;
749
- accessList?: import("../../index.js").AccessList | undefined;
750
- blobs?: undefined;
751
- type?: "eip1559" | undefined;
752
- blobVersionedHashes?: undefined;
753
- kzg?: undefined;
754
- sidecars?: undefined;
755
- } & {
756
- gasPerPubdata?: undefined;
757
- customSignature?: undefined;
758
- paymaster?: undefined;
759
- paymasterInput?: undefined;
760
- factoryDeps?: undefined;
761
- }) | ({
762
- data?: import("../../index.js").Hex | undefined;
763
- from?: import("abitype").Address;
764
- gas?: bigint | undefined;
765
- nonce?: number | undefined;
766
- to?: import("abitype").Address | null | undefined;
767
- value?: bigint | undefined;
768
- accessList?: import("../../index.js").AccessList | undefined;
769
- blobs?: undefined;
770
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
771
- gasPrice?: bigint | undefined;
772
- maxFeePerBlobGas?: bigint | undefined;
773
- maxFeePerGas?: bigint | undefined;
774
- maxPriorityFeePerGas?: bigint | undefined;
775
- blobVersionedHashes?: undefined;
776
- kzg?: undefined;
777
- sidecars?: undefined;
778
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
779
- gasPerPubdata?: bigint | undefined;
780
- customSignature?: import("../../index.js").Hex | undefined;
781
- factoryDeps?: import("../../index.js").Hex[] | undefined;
782
- type?: "eip712" | "priority" | undefined;
783
- } & {
784
- paymaster: import("abitype").Address;
785
- paymasterInput: import("../../index.js").Hex;
786
- }) | ({
787
- data?: import("../../index.js").Hex | undefined;
788
- from?: import("abitype").Address;
789
- gas?: bigint | undefined;
790
- nonce?: number | undefined;
791
- to?: import("abitype").Address | null | undefined;
792
- value?: bigint | undefined;
793
- accessList?: import("../../index.js").AccessList | undefined;
794
- blobs?: undefined;
795
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
796
- gasPrice?: bigint | undefined;
797
- maxFeePerBlobGas?: bigint | undefined;
798
- maxFeePerGas?: bigint | undefined;
799
- maxPriorityFeePerGas?: bigint | undefined;
800
- blobVersionedHashes?: undefined;
801
- kzg?: undefined;
802
- sidecars?: undefined;
803
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
804
- gasPerPubdata?: bigint | undefined;
805
- customSignature?: import("../../index.js").Hex | undefined;
806
- factoryDeps?: import("../../index.js").Hex[] | undefined;
807
- type?: "eip712" | "priority" | undefined;
808
- } & {
809
- paymaster?: undefined;
810
- paymasterInput?: undefined;
811
- }) | ({
812
- data?: import("../../index.js").Hex | undefined;
813
- from?: import("abitype").Address;
814
- gas?: bigint | undefined;
815
- nonce?: number | undefined;
816
- to?: import("abitype").Address | null | undefined;
817
- value?: bigint | undefined;
818
- gasPrice?: bigint | undefined;
819
- maxFeePerBlobGas?: bigint | undefined;
820
- maxFeePerGas?: bigint | undefined;
821
- maxPriorityFeePerGas?: bigint | undefined;
822
- accessList?: import("../../index.js").AccessList | undefined;
823
- blobs?: undefined;
824
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
825
- blobVersionedHashes?: undefined;
826
- kzg?: undefined;
827
- sidecars?: undefined;
828
- } & {
829
- data?: import("../../index.js").Hex | undefined;
830
- from: import("abitype").Address;
831
- gas?: bigint | undefined;
832
- nonce?: number | undefined;
833
- to?: import("abitype").Address | null | undefined;
834
- value?: bigint | undefined;
835
- accessList?: undefined;
836
- blobs?: undefined;
837
- type?: "legacy" | undefined;
838
- gasPrice?: bigint | undefined;
839
- maxFeePerBlobGas?: undefined;
840
- maxFeePerGas?: undefined;
841
- maxPriorityFeePerGas?: undefined;
842
- blobVersionedHashes?: undefined;
843
- kzg?: undefined;
844
- sidecars?: undefined;
845
- } & {
846
- gasPerPubdata?: undefined;
847
- customSignature?: undefined;
848
- paymaster?: undefined;
849
- paymasterInput?: undefined;
850
- factoryDeps?: undefined;
851
- }) | ({
852
- data?: import("../../index.js").Hex | undefined;
853
- from?: import("abitype").Address;
854
- gas?: bigint | undefined;
855
- nonce?: number | undefined;
856
- to?: import("abitype").Address | null | undefined;
857
- value?: bigint | undefined;
858
- gasPrice?: bigint | undefined;
859
- maxFeePerBlobGas?: bigint | undefined;
860
- maxFeePerGas?: bigint | undefined;
861
- maxPriorityFeePerGas?: bigint | undefined;
862
- accessList?: import("../../index.js").AccessList | undefined;
863
- blobs?: undefined;
864
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
865
- blobVersionedHashes?: undefined;
866
- kzg?: undefined;
867
- sidecars?: undefined;
868
- } & {
869
- data?: import("../../index.js").Hex | undefined;
870
- from: import("abitype").Address;
871
- gas?: bigint | undefined;
872
- nonce?: number | undefined;
873
- to?: import("abitype").Address | null | undefined;
874
- value?: bigint | undefined;
875
- accessList?: import("../../index.js").AccessList | undefined;
876
- blobs?: undefined;
877
- type?: "eip2930" | undefined;
878
- gasPrice?: bigint | undefined;
879
- maxFeePerBlobGas?: undefined;
880
- maxFeePerGas?: undefined;
881
- maxPriorityFeePerGas?: undefined;
882
- blobVersionedHashes?: undefined;
883
- kzg?: undefined;
884
- sidecars?: undefined;
885
- } & {
886
- gasPerPubdata?: undefined;
887
- customSignature?: undefined;
888
- paymaster?: undefined;
889
- paymasterInput?: undefined;
890
- factoryDeps?: undefined;
891
- }) | ({
892
- data?: import("../../index.js").Hex | undefined;
893
- from?: import("abitype").Address;
894
- gas?: bigint | undefined;
895
- nonce?: number | undefined;
896
- to?: import("abitype").Address | null | undefined;
897
- value?: bigint | undefined;
898
- gasPrice?: bigint | undefined;
899
- maxFeePerBlobGas?: bigint | undefined;
900
- maxFeePerGas?: bigint | undefined;
901
- maxPriorityFeePerGas?: bigint | undefined;
902
- accessList?: import("../../index.js").AccessList | undefined;
903
- blobs?: undefined;
904
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
905
- blobVersionedHashes?: undefined;
906
- kzg?: undefined;
907
- sidecars?: undefined;
908
- } & {
909
- data?: import("../../index.js").Hex | undefined;
910
- from: import("abitype").Address;
911
- gas?: bigint | undefined;
912
- nonce?: number | undefined;
913
- to?: import("abitype").Address | null | undefined;
914
- value?: bigint | undefined;
915
- gasPrice?: undefined;
916
- maxFeePerBlobGas?: undefined;
917
- maxFeePerGas?: bigint | undefined;
918
- maxPriorityFeePerGas?: bigint | undefined;
919
- accessList?: import("../../index.js").AccessList | undefined;
920
- blobs?: undefined;
921
- type?: "eip1559" | undefined;
922
- blobVersionedHashes?: undefined;
923
- kzg?: undefined;
924
- sidecars?: undefined;
925
- } & {
926
- gasPerPubdata?: undefined;
927
- customSignature?: undefined;
928
- paymaster?: undefined;
929
- paymasterInput?: undefined;
930
- factoryDeps?: undefined;
931
- }) | ({
932
- data?: import("../../index.js").Hex | undefined;
933
- from?: import("abitype").Address;
934
- gas?: bigint | undefined;
935
- nonce?: number | undefined;
936
- to?: import("abitype").Address | null | undefined;
937
- value?: bigint | undefined;
938
- gasPrice?: bigint | undefined;
939
- maxFeePerBlobGas?: bigint | undefined;
940
- maxFeePerGas?: bigint | undefined;
941
- maxPriorityFeePerGas?: bigint | undefined;
942
- accessList?: import("../../index.js").AccessList | undefined;
943
- blobs?: undefined;
944
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
945
- blobVersionedHashes?: undefined;
946
- kzg?: undefined;
947
- sidecars?: undefined;
948
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
949
- gasPerPubdata?: bigint | undefined;
950
- customSignature?: import("../../index.js").Hex | undefined;
951
- factoryDeps?: import("../../index.js").Hex[] | undefined;
952
- type?: "eip712" | "priority" | undefined;
953
- } & {
954
- paymaster: import("abitype").Address;
955
- paymasterInput: import("../../index.js").Hex;
956
- }) | ({
957
- data?: import("../../index.js").Hex | undefined;
958
- from?: import("abitype").Address;
959
- gas?: bigint | undefined;
960
- nonce?: number | undefined;
961
- to?: import("abitype").Address | null | undefined;
962
- value?: bigint | undefined;
963
- gasPrice?: bigint | undefined;
964
- maxFeePerBlobGas?: bigint | undefined;
965
- maxFeePerGas?: bigint | undefined;
966
- maxPriorityFeePerGas?: bigint | undefined;
967
- accessList?: import("../../index.js").AccessList | undefined;
968
- blobs?: undefined;
969
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
970
- blobVersionedHashes?: undefined;
971
- kzg?: undefined;
972
- sidecars?: undefined;
973
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
974
- gasPerPubdata?: bigint | undefined;
975
- customSignature?: import("../../index.js").Hex | undefined;
976
- factoryDeps?: import("../../index.js").Hex[] | undefined;
977
- type?: "eip712" | "priority" | undefined;
978
- } & {
979
- paymaster?: undefined;
980
- paymasterInput?: undefined;
981
- }) | ({
982
- data?: import("../../index.js").Hex | undefined;
983
- from?: import("abitype").Address;
984
- gas?: bigint | undefined;
985
- nonce?: number | undefined;
986
- value?: bigint | undefined;
987
- to?: import("abitype").Address | null | undefined;
988
- accessList?: import("../../index.js").AccessList | undefined;
989
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
990
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
991
- kzg?: import("../../index.js").Kzg | undefined;
992
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
993
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
994
- gasPrice?: bigint | undefined;
995
- maxFeePerGas?: bigint | undefined;
996
- maxPriorityFeePerGas?: bigint | undefined;
997
- maxFeePerBlobGas?: bigint | undefined;
998
- } & {
999
- data?: import("../../index.js").Hex | undefined;
1000
- from: import("abitype").Address;
1001
- gas?: bigint | undefined;
1002
- nonce?: number | undefined;
1003
- to?: import("abitype").Address | null | undefined;
1004
- value?: bigint | undefined;
1005
- accessList?: undefined;
1006
- blobs?: undefined;
1007
- type?: "legacy" | undefined;
1008
- gasPrice?: bigint | undefined;
1009
- maxFeePerBlobGas?: undefined;
1010
- maxFeePerGas?: undefined;
1011
- maxPriorityFeePerGas?: undefined;
1012
- blobVersionedHashes?: undefined;
1013
- kzg?: undefined;
1014
- sidecars?: undefined;
1015
- } & {
1016
- gasPerPubdata?: undefined;
1017
- customSignature?: undefined;
1018
- paymaster?: undefined;
1019
- paymasterInput?: undefined;
1020
- factoryDeps?: undefined;
1021
- }) | ({
1022
- data?: import("../../index.js").Hex | undefined;
1023
- from?: import("abitype").Address;
1024
- gas?: bigint | undefined;
1025
- nonce?: number | undefined;
1026
- value?: bigint | undefined;
1027
- to?: import("abitype").Address | null | undefined;
1028
- accessList?: import("../../index.js").AccessList | undefined;
1029
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1030
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1031
- kzg?: import("../../index.js").Kzg | undefined;
1032
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1033
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1034
- gasPrice?: bigint | undefined;
1035
- maxFeePerGas?: bigint | undefined;
1036
- maxPriorityFeePerGas?: bigint | undefined;
1037
- maxFeePerBlobGas?: bigint | undefined;
1038
- } & {
1039
- data?: import("../../index.js").Hex | undefined;
1040
- from: import("abitype").Address;
1041
- gas?: bigint | undefined;
1042
- nonce?: number | undefined;
1043
- to?: import("abitype").Address | null | undefined;
1044
- value?: bigint | undefined;
1045
- accessList?: import("../../index.js").AccessList | undefined;
1046
- blobs?: undefined;
1047
- type?: "eip2930" | undefined;
1048
- gasPrice?: bigint | undefined;
1049
- maxFeePerBlobGas?: undefined;
1050
- maxFeePerGas?: undefined;
1051
- maxPriorityFeePerGas?: undefined;
1052
- blobVersionedHashes?: undefined;
1053
- kzg?: undefined;
1054
- sidecars?: undefined;
1055
- } & {
1056
- gasPerPubdata?: undefined;
1057
- customSignature?: undefined;
1058
- paymaster?: undefined;
1059
- paymasterInput?: undefined;
1060
- factoryDeps?: undefined;
1061
- }) | ({
1062
- data?: import("../../index.js").Hex | undefined;
1063
- from?: import("abitype").Address;
1064
- gas?: bigint | undefined;
1065
- nonce?: number | undefined;
1066
- value?: bigint | undefined;
1067
- to?: import("abitype").Address | null | undefined;
1068
- accessList?: import("../../index.js").AccessList | undefined;
1069
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1070
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1071
- kzg?: import("../../index.js").Kzg | undefined;
1072
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1073
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1074
- gasPrice?: bigint | undefined;
1075
- maxFeePerGas?: bigint | undefined;
1076
- maxPriorityFeePerGas?: bigint | undefined;
1077
- maxFeePerBlobGas?: bigint | undefined;
1078
- } & {
1079
- data?: import("../../index.js").Hex | undefined;
1080
- from: import("abitype").Address;
1081
- gas?: bigint | undefined;
1082
- nonce?: number | undefined;
1083
- to?: import("abitype").Address | null | undefined;
1084
- value?: bigint | undefined;
1085
- gasPrice?: undefined;
1086
- maxFeePerBlobGas?: undefined;
1087
- maxFeePerGas?: bigint | undefined;
1088
- maxPriorityFeePerGas?: bigint | undefined;
1089
- accessList?: import("../../index.js").AccessList | undefined;
1090
- blobs?: undefined;
1091
- type?: "eip1559" | undefined;
1092
- blobVersionedHashes?: undefined;
1093
- kzg?: undefined;
1094
- sidecars?: undefined;
1095
- } & {
1096
- gasPerPubdata?: undefined;
1097
- customSignature?: undefined;
1098
- paymaster?: undefined;
1099
- paymasterInput?: undefined;
1100
- factoryDeps?: undefined;
1101
- }) | ({
1102
- data?: import("../../index.js").Hex | undefined;
1103
- from?: import("abitype").Address;
1104
- gas?: bigint | undefined;
1105
- nonce?: number | undefined;
1106
- value?: bigint | undefined;
1107
- to?: import("abitype").Address | null | undefined;
1108
- accessList?: import("../../index.js").AccessList | undefined;
1109
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1110
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1111
- kzg?: import("../../index.js").Kzg | undefined;
1112
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1113
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1114
- gasPrice?: bigint | undefined;
1115
- maxFeePerGas?: bigint | undefined;
1116
- maxPriorityFeePerGas?: bigint | undefined;
1117
- maxFeePerBlobGas?: bigint | undefined;
1118
- } & {
1119
- data?: import("../../index.js").Hex | undefined;
1120
- from: import("abitype").Address;
1121
- gas?: bigint | undefined;
1122
- nonce?: number | undefined;
1123
- value?: bigint | undefined;
1124
- to: `0x${string}` | null;
1125
- accessList?: import("../../index.js").AccessList | undefined;
1126
- blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1127
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1128
- kzg?: import("../../index.js").Kzg | undefined;
1129
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1130
- type?: "eip4844" | undefined;
1131
- gasPrice?: undefined;
1132
- maxFeePerGas?: bigint | undefined;
1133
- maxPriorityFeePerGas?: bigint | undefined;
1134
- maxFeePerBlobGas: bigint;
1135
- } & {
1136
- gasPerPubdata?: undefined;
1137
- customSignature?: undefined;
1138
- paymaster?: undefined;
1139
- paymasterInput?: undefined;
1140
- factoryDeps?: undefined;
1141
- }) | ({
1142
- data?: import("../../index.js").Hex | undefined;
1143
- from?: import("abitype").Address;
1144
- gas?: bigint | undefined;
1145
- nonce?: number | undefined;
1146
- value?: bigint | undefined;
1147
- to?: import("abitype").Address | null | undefined;
1148
- accessList?: import("../../index.js").AccessList | undefined;
1149
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1150
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1151
- kzg?: import("../../index.js").Kzg | undefined;
1152
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1153
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1154
- gasPrice?: bigint | undefined;
1155
- maxFeePerGas?: bigint | undefined;
1156
- maxPriorityFeePerGas?: bigint | undefined;
1157
- maxFeePerBlobGas?: bigint | undefined;
1158
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1159
- gasPerPubdata?: bigint | undefined;
1160
- customSignature?: import("../../index.js").Hex | undefined;
1161
- factoryDeps?: import("../../index.js").Hex[] | undefined;
1162
- type?: "eip712" | "priority" | undefined;
1163
- } & {
1164
- paymaster: import("abitype").Address;
1165
- paymasterInput: import("../../index.js").Hex;
1166
- }) | ({
1167
- data?: import("../../index.js").Hex | undefined;
1168
- from?: import("abitype").Address;
1169
- gas?: bigint | undefined;
1170
- nonce?: number | undefined;
1171
- value?: bigint | undefined;
1172
- to?: import("abitype").Address | null | undefined;
1173
- accessList?: import("../../index.js").AccessList | undefined;
1174
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1175
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1176
- kzg?: import("../../index.js").Kzg | undefined;
1177
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1178
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1179
- gasPrice?: bigint | undefined;
1180
- maxFeePerGas?: bigint | undefined;
1181
- maxPriorityFeePerGas?: bigint | undefined;
1182
- maxFeePerBlobGas?: bigint | undefined;
1183
- } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1184
- gasPerPubdata?: bigint | undefined;
1185
- customSignature?: import("../../index.js").Hex | undefined;
1186
- factoryDeps?: import("../../index.js").Hex[] | undefined;
1187
- type?: "eip712" | "priority" | undefined;
1188
- } & {
1189
- paymaster?: undefined;
1190
- paymasterInput?: undefined;
1191
- })) => ({
1192
- data?: import("../../index.js").Hex | undefined;
1193
- from: import("abitype").Address;
1194
- gas?: `0x${string}` | undefined;
1195
- nonce?: `0x${string}` | undefined;
1196
- to?: import("abitype").Address | null | undefined;
1197
- value?: `0x${string}` | undefined;
1198
- accessList?: undefined;
1199
- blobs?: undefined;
1200
- type?: "0x0" | undefined;
1201
- gasPrice?: `0x${string}` | undefined;
1202
- maxFeePerBlobGas?: undefined;
1203
- maxFeePerGas?: undefined;
1204
- maxPriorityFeePerGas?: undefined;
1205
- blobVersionedHashes?: undefined;
1206
- kzg?: undefined;
1207
- sidecars?: undefined;
1208
- eip712Meta?: undefined;
1209
- } | {
1210
- data?: import("../../index.js").Hex | undefined;
1211
- from: import("abitype").Address;
1212
- gas?: `0x${string}` | undefined;
1213
- nonce?: `0x${string}` | undefined;
1214
- to?: import("abitype").Address | null | undefined;
1215
- value?: `0x${string}` | undefined;
1216
- accessList?: undefined;
1217
- blobs?: undefined;
1218
- type?: "0x1" | undefined;
1219
- gasPrice?: `0x${string}` | undefined;
1220
- maxFeePerBlobGas?: undefined;
1221
- maxFeePerGas?: undefined;
1222
- maxPriorityFeePerGas?: undefined;
1223
- blobVersionedHashes?: undefined;
1224
- kzg?: undefined;
1225
- sidecars?: undefined;
1226
- eip712Meta?: undefined;
1227
- } | {
290
+ eip712Meta?: undefined;
291
+ } | {
1228
292
  data?: import("../../index.js").Hex | undefined;
1229
293
  from: import("abitype").Address;
1230
294
  gas?: `0x${string}` | undefined;
1231
295
  nonce?: `0x${string}` | undefined;
1232
296
  to?: import("abitype").Address | null | undefined;
1233
297
  value?: `0x${string}` | undefined;
1234
- accessList?: undefined;
1235
- blobs?: undefined;
1236
- type?: "0x2" | undefined;
1237
298
  gasPrice?: undefined;
1238
299
  maxFeePerBlobGas?: undefined;
1239
300
  maxFeePerGas?: `0x${string}` | undefined;
1240
301
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1241
- blobVersionedHashes?: undefined;
1242
- kzg?: undefined;
1243
- sidecars?: undefined;
1244
- eip712Meta?: undefined;
1245
- } | {
1246
- data?: import("../../index.js").Hex | undefined;
1247
- from: import("abitype").Address;
1248
- gas?: `0x${string}` | undefined;
1249
- nonce?: `0x${string}` | undefined;
1250
- to?: import("abitype").Address | null | undefined;
1251
- value?: `0x${string}` | undefined;
1252
- accessList?: undefined;
1253
- blobs?: undefined;
1254
- type: "0xff" | "0x71";
1255
- gasPrice?: undefined;
1256
- maxFeePerBlobGas?: undefined;
1257
- maxFeePerGas?: `0x${string}` | undefined;
1258
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1259
- blobVersionedHashes?: undefined;
1260
- kzg?: undefined;
1261
- sidecars?: undefined;
1262
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1263
- } | {
1264
- data?: import("../../index.js").Hex | undefined;
1265
- from: import("abitype").Address;
1266
- gas?: `0x${string}` | undefined;
1267
- nonce?: `0x${string}` | undefined;
1268
- to?: import("abitype").Address | null | undefined;
1269
- value?: `0x${string}` | undefined;
1270
- accessList?: undefined;
1271
- blobs?: undefined;
1272
- type?: "0x0" | undefined;
1273
- gasPrice?: `0x${string}` | undefined;
1274
- maxFeePerBlobGas?: undefined;
1275
- maxFeePerGas?: undefined;
1276
- maxPriorityFeePerGas?: undefined;
1277
- blobVersionedHashes?: undefined;
1278
- kzg?: undefined;
1279
- sidecars?: undefined;
1280
- eip712Meta?: undefined;
1281
- } | {
1282
- data?: import("../../index.js").Hex | undefined;
1283
- from: import("abitype").Address;
1284
- gas?: `0x${string}` | undefined;
1285
- nonce?: `0x${string}` | undefined;
1286
- to?: import("abitype").Address | null | undefined;
1287
- value?: `0x${string}` | undefined;
1288
- accessList?: import("../../index.js").AccessList | undefined;
1289
- blobs?: undefined;
1290
- type?: "0x1" | undefined;
1291
- gasPrice?: `0x${string}` | undefined;
1292
- maxFeePerBlobGas?: undefined;
1293
- maxFeePerGas?: undefined;
1294
- maxPriorityFeePerGas?: undefined;
1295
- blobVersionedHashes?: undefined;
1296
- kzg?: undefined;
1297
- sidecars?: undefined;
1298
- eip712Meta?: undefined;
1299
- } | {
1300
- data?: import("../../index.js").Hex | undefined;
1301
- from: import("abitype").Address;
1302
- gas?: `0x${string}` | undefined;
1303
- nonce?: `0x${string}` | undefined;
1304
- to?: import("abitype").Address | null | undefined;
1305
- value?: `0x${string}` | undefined;
1306
302
  accessList?: import("../../index.js").AccessList | undefined;
1307
303
  blobs?: undefined;
1308
304
  type?: "0x2" | undefined;
1309
- gasPrice?: undefined;
1310
- maxFeePerBlobGas?: undefined;
1311
- maxFeePerGas?: `0x${string}` | undefined;
1312
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1313
- blobVersionedHashes?: undefined;
1314
- kzg?: undefined;
1315
- sidecars?: undefined;
1316
- eip712Meta?: undefined;
1317
- } | {
1318
- data?: import("../../index.js").Hex | undefined;
1319
- from: import("abitype").Address;
1320
- gas?: `0x${string}` | undefined;
1321
- nonce?: `0x${string}` | undefined;
1322
- to?: import("abitype").Address | null | undefined;
1323
- value?: `0x${string}` | undefined;
1324
- accessList?: import("../../index.js").AccessList | undefined;
1325
- blobs?: undefined;
1326
- type: "0xff" | "0x71";
1327
- gasPrice?: undefined;
1328
- maxFeePerBlobGas?: undefined;
1329
- maxFeePerGas?: `0x${string}` | undefined;
1330
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1331
- blobVersionedHashes?: undefined;
1332
- kzg?: undefined;
1333
- sidecars?: undefined;
1334
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1335
- } | {
1336
- data?: import("../../index.js").Hex | undefined;
1337
- from: import("abitype").Address;
1338
- gas?: `0x${string}` | undefined;
1339
- nonce?: `0x${string}` | undefined;
1340
- to?: import("abitype").Address | null | undefined;
1341
- value?: `0x${string}` | undefined;
1342
- gasPrice?: `0x${string}` | undefined;
1343
- maxFeePerBlobGas?: undefined;
1344
- maxFeePerGas?: undefined;
1345
- maxPriorityFeePerGas?: undefined;
1346
- accessList?: undefined;
1347
- blobs?: undefined;
1348
- type?: "0x0" | undefined;
1349
305
  blobVersionedHashes?: undefined;
1350
306
  kzg?: undefined;
1351
307
  sidecars?: undefined;
1352
308
  eip712Meta?: undefined;
1353
- } | {
1354
- data?: import("../../index.js").Hex | undefined;
1355
- from: import("abitype").Address;
1356
- gas?: `0x${string}` | undefined;
1357
- nonce?: `0x${string}` | undefined;
1358
- to?: import("abitype").Address | null | undefined;
1359
- value?: `0x${string}` | undefined;
1360
- gasPrice?: `0x${string}` | undefined;
1361
- maxFeePerBlobGas?: undefined;
1362
- maxFeePerGas?: undefined;
1363
- maxPriorityFeePerGas?: undefined;
1364
- accessList?: import("../../index.js").AccessList | undefined;
1365
- blobs?: undefined;
1366
- type?: "0x1" | undefined;
1367
- blobVersionedHashes?: undefined;
1368
- kzg?: undefined;
1369
- sidecars?: undefined;
1370
- eip712Meta?: undefined;
1371
- } | {
1372
- data?: import("../../index.js").Hex | undefined;
1373
- from: import("abitype").Address;
1374
- gas?: `0x${string}` | undefined;
1375
- nonce?: `0x${string}` | undefined;
1376
- to?: import("abitype").Address | null | undefined;
1377
- value?: `0x${string}` | undefined;
1378
- gasPrice?: undefined;
1379
- maxFeePerBlobGas?: undefined;
1380
- maxFeePerGas?: `0x${string}` | undefined;
1381
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1382
- accessList?: import("../../index.js").AccessList | undefined;
1383
- blobs?: undefined;
1384
- type?: "0x2" | undefined;
1385
- blobVersionedHashes?: undefined;
1386
- kzg?: undefined;
1387
- sidecars?: undefined;
1388
- eip712Meta?: undefined;
1389
- } | {
1390
- data?: import("../../index.js").Hex | undefined;
1391
- from: import("abitype").Address;
1392
- gas?: `0x${string}` | undefined;
1393
- nonce?: `0x${string}` | undefined;
1394
- to?: import("abitype").Address | null | undefined;
1395
- value?: `0x${string}` | undefined;
1396
- gasPrice?: undefined;
1397
- maxFeePerBlobGas?: undefined;
1398
- maxFeePerGas?: `0x${string}` | undefined;
1399
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1400
- accessList?: import("../../index.js").AccessList | undefined;
1401
- blobs?: undefined;
1402
- type: "0xff" | "0x71";
1403
- blobVersionedHashes?: undefined;
1404
- kzg?: undefined;
1405
- sidecars?: undefined;
1406
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1407
309
  } | {
1408
310
  data?: import("../../index.js").Hex | undefined;
1409
311
  from: import("abitype").Address;
@@ -1427,19 +329,14 @@ export declare const zkSync: {
1427
329
  from: import("abitype").Address;
1428
330
  gas?: `0x${string}` | undefined;
1429
331
  nonce?: `0x${string}` | undefined;
332
+ to?: import("abitype").Address | null | undefined;
1430
333
  value?: `0x${string}` | undefined;
1431
- to: import("abitype").Address | null | undefined;
1432
- accessList?: import("../../index.js").AccessList | undefined;
1433
- blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1434
- blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1435
- kzg?: import("../../index.js").Kzg | undefined;
1436
- sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1437
- type: "0xff" | "0x71";
1438
334
  gasPrice?: undefined;
335
+ maxFeePerBlobGas?: undefined;
1439
336
  maxFeePerGas?: `0x${string}` | undefined;
1440
337
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1441
- maxFeePerBlobGas: undefined;
1442
338
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
339
+ type: "0x71" | "0xff";
1443
340
  }) & {
1444
341
  gasPerPubdata: never;
1445
342
  paymaster: never;