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