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