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