viem 2.9.13 → 2.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/actions/index.js +2 -1
  3. package/_cjs/actions/index.js.map +1 -1
  4. package/_cjs/actions/public/call.js.map +1 -1
  5. package/_cjs/actions/public/estimateGas.js +5 -3
  6. package/_cjs/actions/public/estimateGas.js.map +1 -1
  7. package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
  8. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  9. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  10. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  11. package/_cjs/chains/definitions/astarZkEVM.js +1 -1
  12. package/_cjs/chains/definitions/astarZkyoto.js +1 -1
  13. package/_cjs/chains/definitions/astarZkyoto.js.map +1 -1
  14. package/_cjs/chains/definitions/bevmMainnet.js +20 -0
  15. package/_cjs/chains/definitions/bevmMainnet.js.map +1 -0
  16. package/_cjs/chains/definitions/edgeless.js +26 -0
  17. package/_cjs/chains/definitions/edgeless.js.map +1 -0
  18. package/_cjs/chains/definitions/edgelessTestnet.js +26 -0
  19. package/_cjs/chains/definitions/edgelessTestnet.js.map +1 -0
  20. package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
  21. package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
  22. package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
  23. package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
  24. package/_cjs/chains/index.js +11 -7
  25. package/_cjs/chains/index.js.map +1 -1
  26. package/_cjs/errors/version.js +1 -1
  27. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  28. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  29. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  30. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  31. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  32. package/_cjs/utils/formatters/transactionRequest.js +2 -0
  33. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  34. package/_cjs/utils/transaction/serializeTransaction.js +10 -6
  35. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  36. package/_esm/actions/index.js +1 -1
  37. package/_esm/actions/index.js.map +1 -1
  38. package/_esm/actions/public/call.js.map +1 -1
  39. package/_esm/actions/public/estimateGas.js +8 -3
  40. package/_esm/actions/public/estimateGas.js.map +1 -1
  41. package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
  42. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  43. package/_esm/actions/wallet/sendTransaction.js +2 -1
  44. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  45. package/_esm/chains/definitions/astarZkEVM.js +1 -1
  46. package/_esm/chains/definitions/astarZkyoto.js +1 -1
  47. package/_esm/chains/definitions/astarZkyoto.js.map +1 -1
  48. package/_esm/chains/definitions/bevmMainnet.js +17 -0
  49. package/_esm/chains/definitions/bevmMainnet.js.map +1 -0
  50. package/_esm/chains/definitions/edgeless.js +23 -0
  51. package/_esm/chains/definitions/edgeless.js.map +1 -0
  52. package/_esm/chains/definitions/edgelessTestnet.js +23 -0
  53. package/_esm/chains/definitions/edgelessTestnet.js.map +1 -0
  54. package/_esm/chains/definitions/filecoinCalibration.js +1 -0
  55. package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
  56. package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
  57. package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
  58. package/_esm/chains/index.js +3 -1
  59. package/_esm/chains/index.js.map +1 -1
  60. package/_esm/errors/version.js +1 -1
  61. package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
  62. package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  63. package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  64. package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
  65. package/_esm/utils/blob/toBlobs.js.map +1 -1
  66. package/_esm/utils/formatters/transactionRequest.js +2 -0
  67. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  68. package/_esm/utils/transaction/serializeTransaction.js +10 -6
  69. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  70. package/_types/actions/index.d.ts +1 -1
  71. package/_types/actions/index.d.ts.map +1 -1
  72. package/_types/actions/public/call.d.ts +2 -3
  73. package/_types/actions/public/call.d.ts.map +1 -1
  74. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  75. package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
  76. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  77. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  78. package/_types/celo/chainConfig.d.ts +350 -38
  79. package/_types/celo/chainConfig.d.ts.map +1 -1
  80. package/_types/celo/formatters.d.ts +175 -19
  81. package/_types/celo/formatters.d.ts.map +1 -1
  82. package/_types/chains/definitions/ancient8.d.ts +15 -15
  83. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  84. package/_types/chains/definitions/astarZkEVM.d.ts +1 -1
  85. package/_types/chains/definitions/astarZkyoto.d.ts +1 -1
  86. package/_types/chains/definitions/base.d.ts +15 -15
  87. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  88. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  89. package/_types/chains/definitions/bevmMainnet.d.ts +36 -0
  90. package/_types/chains/definitions/bevmMainnet.d.ts.map +1 -0
  91. package/_types/chains/definitions/celo.d.ts +350 -38
  92. package/_types/chains/definitions/celo.d.ts.map +1 -1
  93. package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
  94. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  95. package/_types/chains/definitions/edgeless.d.ts +36 -0
  96. package/_types/chains/definitions/edgeless.d.ts.map +1 -0
  97. package/_types/chains/definitions/edgelessTestnet.d.ts +36 -0
  98. package/_types/chains/definitions/edgelessTestnet.d.ts.map +1 -0
  99. package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
  100. package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
  101. package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
  102. package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
  103. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  104. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  105. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  106. package/_types/chains/definitions/optimism.d.ts +15 -15
  107. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  108. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  109. package/_types/chains/definitions/pgn.d.ts +15 -15
  110. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  111. package/_types/chains/definitions/rss3.d.ts +15 -15
  112. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  113. package/_types/chains/definitions/zkSync.d.ts +144 -0
  114. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  115. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
  116. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  117. package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
  118. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  119. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
  120. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  121. package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
  122. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  123. package/_types/chains/definitions/zora.d.ts +15 -15
  124. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  125. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  126. package/_types/chains/index.d.ts +3 -1
  127. package/_types/chains/index.d.ts.map +1 -1
  128. package/_types/errors/version.d.ts +1 -1
  129. package/_types/op-stack/actions/getTimeToNextGame.d.ts +1 -1
  130. package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +1 -1
  131. package/_types/op-stack/actions/getTimeToProve.d.ts +1 -1
  132. package/_types/op-stack/actions/waitForNextGame.d.ts +1 -1
  133. package/_types/op-stack/actions/waitForNextL2Output.d.ts +1 -1
  134. package/_types/op-stack/chainConfig.d.ts +15 -15
  135. package/_types/op-stack/formatters.d.ts +15 -15
  136. package/_types/types/transaction.d.ts +16 -2
  137. package/_types/types/transaction.d.ts.map +1 -1
  138. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  139. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  140. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  141. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  142. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  143. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  144. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  145. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  146. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  147. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  148. package/_types/utils/blob/toBlobs.d.ts +1 -1
  149. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  150. package/_types/utils/formatters/transaction.d.ts +1 -1
  151. package/_types/utils/formatters/transactionRequest.d.ts +49 -1
  152. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  153. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  154. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  155. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  156. package/_types/zksync/chainConfig.d.ts +144 -0
  157. package/_types/zksync/chainConfig.d.ts.map +1 -1
  158. package/_types/zksync/formatters.d.ts +144 -0
  159. package/_types/zksync/formatters.d.ts.map +1 -1
  160. package/actions/index.ts +1 -0
  161. package/actions/public/call.ts +2 -3
  162. package/actions/public/estimateGas.ts +9 -7
  163. package/actions/wallet/prepareTransactionRequest.ts +73 -17
  164. package/actions/wallet/sendTransaction.ts +2 -0
  165. package/chains/definitions/astarZkEVM.ts +1 -1
  166. package/chains/definitions/astarZkyoto.ts +1 -1
  167. package/chains/definitions/bevmMainnet.ts +17 -0
  168. package/chains/definitions/edgeless.ts +23 -0
  169. package/chains/definitions/edgelessTestnet.ts +23 -0
  170. package/chains/definitions/filecoinCalibration.ts +1 -0
  171. package/chains/definitions/filecoinHyperspace.ts +1 -0
  172. package/chains/index.ts +3 -1
  173. package/errors/version.ts +1 -1
  174. package/op-stack/actions/getTimeToNextGame.ts +1 -1
  175. package/op-stack/actions/getTimeToNextL2Output.ts +1 -1
  176. package/op-stack/actions/getTimeToProve.ts +1 -1
  177. package/op-stack/actions/waitForNextGame.ts +1 -1
  178. package/op-stack/actions/waitForNextL2Output.ts +1 -1
  179. package/package.json +1 -1
  180. package/types/transaction.ts +20 -2
  181. package/utils/blob/blobsToCommitments.ts +9 -7
  182. package/utils/blob/blobsToProofs.ts +10 -10
  183. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  184. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  185. package/utils/blob/toBlobSidecars.ts +14 -11
  186. package/utils/blob/toBlobs.ts +3 -3
  187. package/utils/formatters/transactionRequest.ts +2 -0
  188. package/utils/transaction/getTransactionType.ts +3 -3
  189. package/utils/transaction/serializeTransaction.ts +12 -6
  190. package/_cjs/chains/definitions/astarZkatana.js +0 -32
  191. package/_cjs/chains/definitions/astarZkatana.js.map +0 -1
  192. package/_esm/chains/definitions/astarZkatana.js +0 -29
  193. package/_esm/chains/definitions/astarZkatana.js.map +0 -1
  194. package/_types/chains/definitions/astarZkatana.d.ts +0 -34
  195. package/_types/chains/definitions/astarZkatana.d.ts.map +0 -1
  196. package/chains/definitions/astarZkatana.ts +0 -29
@@ -63,12 +63,12 @@ export declare const formatters: {
63
63
  value?: `0x${string}`;
64
64
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
65
65
  accessList?: undefined;
66
+ blobVersionedHashes?: undefined;
66
67
  blockHash?: `0x${string}` | null;
67
68
  blockNumber?: `0x${string}` | null;
68
69
  hash?: `0x${string}`;
69
70
  input?: `0x${string}`;
70
71
  transactionIndex?: `0x${string}` | null;
71
- blobVersionedHashes?: undefined;
72
72
  chainId?: `0x${string}` | undefined;
73
73
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
74
74
  r: `0x${string}`;
@@ -114,12 +114,12 @@ export declare const formatters: {
114
114
  value?: `0x${string}`;
115
115
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
116
116
  accessList?: undefined;
117
+ blobVersionedHashes?: undefined;
117
118
  blockHash?: `0x${string}` | null;
118
119
  blockNumber?: `0x${string}` | null;
119
120
  hash?: `0x${string}`;
120
121
  input?: `0x${string}`;
121
122
  transactionIndex?: `0x${string}` | null;
122
- blobVersionedHashes?: undefined;
123
123
  chainId?: `0x${string}` | undefined;
124
124
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
125
125
  feeCurrency: `0x${string}` | null;
@@ -142,12 +142,12 @@ export declare const formatters: {
142
142
  value?: `0x${string}`;
143
143
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
144
144
  accessList?: undefined;
145
+ blobVersionedHashes?: undefined;
145
146
  blockHash?: `0x${string}` | null;
146
147
  blockNumber?: `0x${string}` | null;
147
148
  hash?: `0x${string}`;
148
149
  input?: `0x${string}`;
149
150
  transactionIndex?: `0x${string}` | null;
150
- blobVersionedHashes?: undefined;
151
151
  chainId?: `0x${string}` | undefined;
152
152
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
153
153
  feeCurrency: `0x${string}` | null;
@@ -170,12 +170,12 @@ export declare const formatters: {
170
170
  value?: `0x${string}`;
171
171
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
172
172
  accessList?: import("../index.js").AccessList | undefined;
173
+ blobVersionedHashes?: undefined;
173
174
  blockHash?: `0x${string}` | null;
174
175
  blockNumber?: `0x${string}` | null;
175
176
  hash?: `0x${string}`;
176
177
  input?: `0x${string}`;
177
178
  transactionIndex?: `0x${string}` | null;
178
- blobVersionedHashes?: undefined;
179
179
  chainId?: `0x${string}` | undefined;
180
180
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
181
181
  r: `0x${string}`;
@@ -221,12 +221,12 @@ export declare const formatters: {
221
221
  value?: `0x${string}`;
222
222
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
223
223
  accessList?: import("../index.js").AccessList | undefined;
224
+ blobVersionedHashes?: undefined;
224
225
  blockHash?: `0x${string}` | null;
225
226
  blockNumber?: `0x${string}` | null;
226
227
  hash?: `0x${string}`;
227
228
  input?: `0x${string}`;
228
229
  transactionIndex?: `0x${string}` | null;
229
- blobVersionedHashes?: undefined;
230
230
  chainId?: `0x${string}` | undefined;
231
231
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
232
232
  blockHash: `0x${string}` | null;
@@ -272,12 +272,12 @@ export declare const formatters: {
272
272
  value?: `0x${string}`;
273
273
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
274
274
  accessList?: import("../index.js").AccessList | undefined;
275
+ blobVersionedHashes?: undefined;
275
276
  blockHash?: `0x${string}` | null;
276
277
  blockNumber?: `0x${string}` | null;
277
278
  hash?: `0x${string}`;
278
279
  input?: `0x${string}`;
279
280
  transactionIndex?: `0x${string}` | null;
280
- blobVersionedHashes?: undefined;
281
281
  chainId?: `0x${string}` | undefined;
282
282
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
283
283
  blockHash: `0x${string}` | null;
@@ -323,12 +323,12 @@ export declare const formatters: {
323
323
  value?: `0x${string}`;
324
324
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
325
325
  accessList?: import("../index.js").AccessList | undefined;
326
+ blobVersionedHashes?: undefined;
326
327
  blockHash?: `0x${string}` | null;
327
328
  blockNumber?: `0x${string}` | null;
328
329
  hash?: `0x${string}`;
329
330
  input?: `0x${string}`;
330
331
  transactionIndex?: `0x${string}` | null;
331
- blobVersionedHashes?: undefined;
332
332
  chainId?: `0x${string}` | undefined;
333
333
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
334
334
  feeCurrency: `0x${string}` | null;
@@ -351,12 +351,12 @@ export declare const formatters: {
351
351
  value?: `0x${string}`;
352
352
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
353
353
  accessList?: import("../index.js").AccessList | undefined;
354
+ blobVersionedHashes?: undefined;
354
355
  blockHash?: `0x${string}` | null;
355
356
  blockNumber?: `0x${string}` | null;
356
357
  hash?: `0x${string}`;
357
358
  input?: `0x${string}`;
358
359
  transactionIndex?: `0x${string}` | null;
359
- blobVersionedHashes?: undefined;
360
360
  chainId?: `0x${string}` | undefined;
361
361
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
362
362
  feeCurrency: `0x${string}` | null;
@@ -379,12 +379,12 @@ export declare const formatters: {
379
379
  value?: `0x${string}`;
380
380
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
381
381
  accessList?: import("../index.js").AccessList | undefined;
382
+ blobVersionedHashes?: undefined;
382
383
  blockHash?: `0x${string}` | null;
383
384
  blockNumber?: `0x${string}` | null;
384
385
  hash?: `0x${string}`;
385
386
  input?: `0x${string}`;
386
387
  transactionIndex?: `0x${string}` | null;
387
- blobVersionedHashes?: undefined;
388
388
  chainId?: `0x${string}` | undefined;
389
389
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
390
390
  r: `0x${string}`;
@@ -430,12 +430,12 @@ export declare const formatters: {
430
430
  value?: `0x${string}`;
431
431
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
432
432
  accessList?: import("../index.js").AccessList | undefined;
433
+ blobVersionedHashes?: undefined;
433
434
  blockHash?: `0x${string}` | null;
434
435
  blockNumber?: `0x${string}` | null;
435
436
  hash?: `0x${string}`;
436
437
  input?: `0x${string}`;
437
438
  transactionIndex?: `0x${string}` | null;
438
- blobVersionedHashes?: undefined;
439
439
  chainId?: `0x${string}` | undefined;
440
440
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
441
441
  blockHash: `0x${string}` | null;
@@ -481,12 +481,12 @@ export declare const formatters: {
481
481
  value?: `0x${string}`;
482
482
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
483
483
  accessList?: import("../index.js").AccessList | undefined;
484
+ blobVersionedHashes?: undefined;
484
485
  blockHash?: `0x${string}` | null;
485
486
  blockNumber?: `0x${string}` | null;
486
487
  hash?: `0x${string}`;
487
488
  input?: `0x${string}`;
488
489
  transactionIndex?: `0x${string}` | null;
489
- blobVersionedHashes?: undefined;
490
490
  chainId?: `0x${string}` | undefined;
491
491
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
492
492
  blockHash: `0x${string}` | null;
@@ -532,12 +532,12 @@ export declare const formatters: {
532
532
  value?: `0x${string}`;
533
533
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
534
534
  accessList?: import("../index.js").AccessList | undefined;
535
+ blobVersionedHashes?: undefined;
535
536
  blockHash?: `0x${string}` | null;
536
537
  blockNumber?: `0x${string}` | null;
537
538
  hash?: `0x${string}`;
538
539
  input?: `0x${string}`;
539
540
  transactionIndex?: `0x${string}` | null;
540
- blobVersionedHashes?: undefined;
541
541
  chainId?: `0x${string}` | undefined;
542
542
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
543
543
  feeCurrency: `0x${string}` | null;
@@ -560,12 +560,12 @@ export declare const formatters: {
560
560
  value?: `0x${string}`;
561
561
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
562
562
  accessList?: import("../index.js").AccessList | undefined;
563
+ blobVersionedHashes?: undefined;
563
564
  blockHash?: `0x${string}` | null;
564
565
  blockNumber?: `0x${string}` | null;
565
566
  hash?: `0x${string}`;
566
567
  input?: `0x${string}`;
567
568
  transactionIndex?: `0x${string}` | null;
568
- blobVersionedHashes?: undefined;
569
569
  chainId?: `0x${string}` | undefined;
570
570
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
571
571
  feeCurrency: `0x${string}` | null;
@@ -588,12 +588,12 @@ export declare const formatters: {
588
588
  value?: `0x${string}`;
589
589
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
590
590
  accessList?: import("../index.js").AccessList | undefined;
591
+ blobVersionedHashes?: `0x${string}`[] | undefined;
591
592
  blockHash?: `0x${string}` | null;
592
593
  blockNumber?: `0x${string}` | null;
593
594
  hash?: `0x${string}`;
594
595
  input?: `0x${string}`;
595
596
  transactionIndex?: `0x${string}` | null;
596
- blobVersionedHashes?: `0x${string}`[] | undefined;
597
597
  chainId?: `0x${string}` | undefined;
598
598
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
599
599
  r: `0x${string}`;
@@ -639,12 +639,12 @@ export declare const formatters: {
639
639
  value?: `0x${string}`;
640
640
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
641
641
  accessList?: import("../index.js").AccessList | undefined;
642
+ blobVersionedHashes?: `0x${string}`[] | undefined;
642
643
  blockHash?: `0x${string}` | null;
643
644
  blockNumber?: `0x${string}` | null;
644
645
  hash?: `0x${string}`;
645
646
  input?: `0x${string}`;
646
647
  transactionIndex?: `0x${string}` | null;
647
- blobVersionedHashes?: `0x${string}`[] | undefined;
648
648
  chainId?: `0x${string}` | undefined;
649
649
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
650
650
  blockHash: `0x${string}` | null;
@@ -690,12 +690,12 @@ export declare const formatters: {
690
690
  value?: `0x${string}`;
691
691
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
692
692
  accessList?: import("../index.js").AccessList | undefined;
693
+ blobVersionedHashes?: `0x${string}`[] | undefined;
693
694
  blockHash?: `0x${string}` | null;
694
695
  blockNumber?: `0x${string}` | null;
695
696
  hash?: `0x${string}`;
696
697
  input?: `0x${string}`;
697
698
  transactionIndex?: `0x${string}` | null;
698
- blobVersionedHashes?: `0x${string}`[] | undefined;
699
699
  chainId?: `0x${string}` | undefined;
700
700
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
701
701
  blockHash: `0x${string}` | null;
@@ -741,12 +741,12 @@ export declare const formatters: {
741
741
  value?: `0x${string}`;
742
742
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
743
743
  accessList?: import("../index.js").AccessList | undefined;
744
+ blobVersionedHashes?: `0x${string}`[] | undefined;
744
745
  blockHash?: `0x${string}` | null;
745
746
  blockNumber?: `0x${string}` | null;
746
747
  hash?: `0x${string}`;
747
748
  input?: `0x${string}`;
748
749
  transactionIndex?: `0x${string}` | null;
749
- blobVersionedHashes?: `0x${string}`[] | undefined;
750
750
  chainId?: `0x${string}` | undefined;
751
751
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
752
752
  blockHash: `0x${string}` | null;
@@ -792,12 +792,12 @@ export declare const formatters: {
792
792
  value?: `0x${string}`;
793
793
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
794
794
  accessList?: import("../index.js").AccessList | undefined;
795
+ blobVersionedHashes?: `0x${string}`[] | undefined;
795
796
  blockHash?: `0x${string}` | null;
796
797
  blockNumber?: `0x${string}` | null;
797
798
  hash?: `0x${string}`;
798
799
  input?: `0x${string}`;
799
800
  transactionIndex?: `0x${string}` | null;
800
- blobVersionedHashes?: `0x${string}`[] | undefined;
801
801
  chainId?: `0x${string}` | undefined;
802
802
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
803
803
  feeCurrency: `0x${string}` | null;
@@ -820,12 +820,12 @@ export declare const formatters: {
820
820
  value?: `0x${string}`;
821
821
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
822
822
  accessList?: import("../index.js").AccessList | undefined;
823
+ blobVersionedHashes?: `0x${string}`[] | undefined;
823
824
  blockHash?: `0x${string}` | null;
824
825
  blockNumber?: `0x${string}` | null;
825
826
  hash?: `0x${string}`;
826
827
  input?: `0x${string}`;
827
828
  transactionIndex?: `0x${string}` | null;
828
- blobVersionedHashes?: `0x${string}`[] | undefined;
829
829
  chainId?: `0x${string}` | undefined;
830
830
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
831
831
  feeCurrency: `0x${string}` | null;
@@ -1229,6 +1229,9 @@ export declare const formatters: {
1229
1229
  accessList?: import("../index.js").AccessList | undefined;
1230
1230
  blobs?: undefined;
1231
1231
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1232
+ blobVersionedHashes?: undefined;
1233
+ kzg?: undefined;
1234
+ sidecars?: undefined;
1232
1235
  } & {
1233
1236
  data?: `0x${string}` | undefined;
1234
1237
  from: `0x${string}`;
@@ -1243,6 +1246,9 @@ export declare const formatters: {
1243
1246
  accessList?: undefined;
1244
1247
  blobs?: undefined;
1245
1248
  type?: "legacy" | undefined;
1249
+ blobVersionedHashes?: undefined;
1250
+ kzg?: undefined;
1251
+ sidecars?: undefined;
1246
1252
  } & {
1247
1253
  feeCurrency?: `0x${string}` | undefined;
1248
1254
  gatewayFee?: bigint | undefined;
@@ -1261,6 +1267,9 @@ export declare const formatters: {
1261
1267
  accessList?: import("../index.js").AccessList | undefined;
1262
1268
  blobs?: undefined;
1263
1269
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1270
+ blobVersionedHashes?: undefined;
1271
+ kzg?: undefined;
1272
+ sidecars?: undefined;
1264
1273
  } & {
1265
1274
  data?: `0x${string}` | undefined;
1266
1275
  from: `0x${string}`;
@@ -1275,6 +1284,9 @@ export declare const formatters: {
1275
1284
  accessList?: import("../index.js").AccessList | undefined;
1276
1285
  blobs?: undefined;
1277
1286
  type?: "eip2930" | undefined;
1287
+ blobVersionedHashes?: undefined;
1288
+ kzg?: undefined;
1289
+ sidecars?: undefined;
1278
1290
  } & {
1279
1291
  feeCurrency?: `0x${string}` | undefined;
1280
1292
  gatewayFee?: bigint | undefined;
@@ -1293,6 +1305,9 @@ export declare const formatters: {
1293
1305
  accessList?: import("../index.js").AccessList | undefined;
1294
1306
  blobs?: undefined;
1295
1307
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1308
+ blobVersionedHashes?: undefined;
1309
+ kzg?: undefined;
1310
+ sidecars?: undefined;
1296
1311
  } & {
1297
1312
  data?: `0x${string}` | undefined;
1298
1313
  from: `0x${string}`;
@@ -1307,6 +1322,9 @@ export declare const formatters: {
1307
1322
  accessList?: import("../index.js").AccessList | undefined;
1308
1323
  blobs?: undefined;
1309
1324
  type?: "eip1559" | undefined;
1325
+ blobVersionedHashes?: undefined;
1326
+ kzg?: undefined;
1327
+ sidecars?: undefined;
1310
1328
  } & {
1311
1329
  feeCurrency?: `0x${string}` | undefined;
1312
1330
  gatewayFee?: bigint | undefined;
@@ -1325,6 +1343,9 @@ export declare const formatters: {
1325
1343
  accessList?: import("../index.js").AccessList | undefined;
1326
1344
  blobs?: undefined;
1327
1345
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1346
+ blobVersionedHashes?: undefined;
1347
+ kzg?: undefined;
1348
+ sidecars?: undefined;
1328
1349
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1329
1350
  accessList?: import("../index.js").AccessList | undefined;
1330
1351
  feeCurrency?: `0x${string}` | undefined;
@@ -1345,6 +1366,9 @@ export declare const formatters: {
1345
1366
  accessList?: import("../index.js").AccessList | undefined;
1346
1367
  blobs?: undefined;
1347
1368
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1369
+ blobVersionedHashes?: undefined;
1370
+ kzg?: undefined;
1371
+ sidecars?: undefined;
1348
1372
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1349
1373
  accessList?: import("../index.js").AccessList | undefined;
1350
1374
  feeCurrency?: `0x${string}` | undefined;
@@ -1365,6 +1389,9 @@ export declare const formatters: {
1365
1389
  accessList?: import("../index.js").AccessList | undefined;
1366
1390
  blobs?: undefined;
1367
1391
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1392
+ blobVersionedHashes?: undefined;
1393
+ kzg?: undefined;
1394
+ sidecars?: undefined;
1368
1395
  } & {
1369
1396
  data?: `0x${string}` | undefined;
1370
1397
  from: `0x${string}`;
@@ -1379,6 +1406,9 @@ export declare const formatters: {
1379
1406
  accessList?: undefined;
1380
1407
  blobs?: undefined;
1381
1408
  type?: "legacy" | undefined;
1409
+ blobVersionedHashes?: undefined;
1410
+ kzg?: undefined;
1411
+ sidecars?: undefined;
1382
1412
  } & {
1383
1413
  feeCurrency?: `0x${string}` | undefined;
1384
1414
  gatewayFee?: bigint | undefined;
@@ -1397,6 +1427,9 @@ export declare const formatters: {
1397
1427
  accessList?: import("../index.js").AccessList | undefined;
1398
1428
  blobs?: undefined;
1399
1429
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1430
+ blobVersionedHashes?: undefined;
1431
+ kzg?: undefined;
1432
+ sidecars?: undefined;
1400
1433
  } & {
1401
1434
  data?: `0x${string}` | undefined;
1402
1435
  from: `0x${string}`;
@@ -1411,6 +1444,9 @@ export declare const formatters: {
1411
1444
  accessList?: import("../index.js").AccessList | undefined;
1412
1445
  blobs?: undefined;
1413
1446
  type?: "eip2930" | undefined;
1447
+ blobVersionedHashes?: undefined;
1448
+ kzg?: undefined;
1449
+ sidecars?: undefined;
1414
1450
  } & {
1415
1451
  feeCurrency?: `0x${string}` | undefined;
1416
1452
  gatewayFee?: bigint | undefined;
@@ -1429,6 +1465,9 @@ export declare const formatters: {
1429
1465
  accessList?: import("../index.js").AccessList | undefined;
1430
1466
  blobs?: undefined;
1431
1467
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1468
+ blobVersionedHashes?: undefined;
1469
+ kzg?: undefined;
1470
+ sidecars?: undefined;
1432
1471
  } & {
1433
1472
  data?: `0x${string}` | undefined;
1434
1473
  from: `0x${string}`;
@@ -1443,6 +1482,9 @@ export declare const formatters: {
1443
1482
  accessList?: import("../index.js").AccessList | undefined;
1444
1483
  blobs?: undefined;
1445
1484
  type?: "eip1559" | undefined;
1485
+ blobVersionedHashes?: undefined;
1486
+ kzg?: undefined;
1487
+ sidecars?: undefined;
1446
1488
  } & {
1447
1489
  feeCurrency?: `0x${string}` | undefined;
1448
1490
  gatewayFee?: bigint | undefined;
@@ -1461,6 +1503,9 @@ export declare const formatters: {
1461
1503
  accessList?: import("../index.js").AccessList | undefined;
1462
1504
  blobs?: undefined;
1463
1505
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1506
+ blobVersionedHashes?: undefined;
1507
+ kzg?: undefined;
1508
+ sidecars?: undefined;
1464
1509
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1465
1510
  accessList?: import("../index.js").AccessList | undefined;
1466
1511
  feeCurrency?: `0x${string}` | undefined;
@@ -1481,6 +1526,9 @@ export declare const formatters: {
1481
1526
  accessList?: import("../index.js").AccessList | undefined;
1482
1527
  blobs?: undefined;
1483
1528
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1529
+ blobVersionedHashes?: undefined;
1530
+ kzg?: undefined;
1531
+ sidecars?: undefined;
1484
1532
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1485
1533
  accessList?: import("../index.js").AccessList | undefined;
1486
1534
  feeCurrency?: `0x${string}` | undefined;
@@ -1501,6 +1549,9 @@ export declare const formatters: {
1501
1549
  accessList?: import("../index.js").AccessList | undefined;
1502
1550
  blobs?: undefined;
1503
1551
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1552
+ blobVersionedHashes?: undefined;
1553
+ kzg?: undefined;
1554
+ sidecars?: undefined;
1504
1555
  } & {
1505
1556
  data?: `0x${string}` | undefined;
1506
1557
  from: `0x${string}`;
@@ -1515,6 +1566,9 @@ export declare const formatters: {
1515
1566
  accessList?: undefined;
1516
1567
  blobs?: undefined;
1517
1568
  type?: "legacy" | undefined;
1569
+ blobVersionedHashes?: undefined;
1570
+ kzg?: undefined;
1571
+ sidecars?: undefined;
1518
1572
  } & {
1519
1573
  feeCurrency?: `0x${string}` | undefined;
1520
1574
  gatewayFee?: bigint | undefined;
@@ -1533,6 +1587,9 @@ export declare const formatters: {
1533
1587
  accessList?: import("../index.js").AccessList | undefined;
1534
1588
  blobs?: undefined;
1535
1589
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1590
+ blobVersionedHashes?: undefined;
1591
+ kzg?: undefined;
1592
+ sidecars?: undefined;
1536
1593
  } & {
1537
1594
  data?: `0x${string}` | undefined;
1538
1595
  from: `0x${string}`;
@@ -1547,6 +1604,9 @@ export declare const formatters: {
1547
1604
  accessList?: import("../index.js").AccessList | undefined;
1548
1605
  blobs?: undefined;
1549
1606
  type?: "eip2930" | undefined;
1607
+ blobVersionedHashes?: undefined;
1608
+ kzg?: undefined;
1609
+ sidecars?: undefined;
1550
1610
  } & {
1551
1611
  feeCurrency?: `0x${string}` | undefined;
1552
1612
  gatewayFee?: bigint | undefined;
@@ -1565,6 +1625,9 @@ export declare const formatters: {
1565
1625
  accessList?: import("../index.js").AccessList | undefined;
1566
1626
  blobs?: undefined;
1567
1627
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1628
+ blobVersionedHashes?: undefined;
1629
+ kzg?: undefined;
1630
+ sidecars?: undefined;
1568
1631
  } & {
1569
1632
  data?: `0x${string}` | undefined;
1570
1633
  from: `0x${string}`;
@@ -1579,6 +1642,9 @@ export declare const formatters: {
1579
1642
  accessList?: import("../index.js").AccessList | undefined;
1580
1643
  blobs?: undefined;
1581
1644
  type?: "eip1559" | undefined;
1645
+ blobVersionedHashes?: undefined;
1646
+ kzg?: undefined;
1647
+ sidecars?: undefined;
1582
1648
  } & {
1583
1649
  feeCurrency?: `0x${string}` | undefined;
1584
1650
  gatewayFee?: bigint | undefined;
@@ -1597,6 +1663,9 @@ export declare const formatters: {
1597
1663
  accessList?: import("../index.js").AccessList | undefined;
1598
1664
  blobs?: undefined;
1599
1665
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1666
+ blobVersionedHashes?: undefined;
1667
+ kzg?: undefined;
1668
+ sidecars?: undefined;
1600
1669
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1601
1670
  accessList?: import("../index.js").AccessList | undefined;
1602
1671
  feeCurrency?: `0x${string}` | undefined;
@@ -1617,6 +1686,9 @@ export declare const formatters: {
1617
1686
  accessList?: import("../index.js").AccessList | undefined;
1618
1687
  blobs?: undefined;
1619
1688
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1689
+ blobVersionedHashes?: undefined;
1690
+ kzg?: undefined;
1691
+ sidecars?: undefined;
1620
1692
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1621
1693
  accessList?: import("../index.js").AccessList | undefined;
1622
1694
  feeCurrency?: `0x${string}` | undefined;
@@ -1636,6 +1708,9 @@ export declare const formatters: {
1636
1708
  maxFeePerBlobGas?: bigint | undefined;
1637
1709
  accessList?: import("../index.js").AccessList | undefined;
1638
1710
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1711
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1712
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1713
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1639
1714
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1640
1715
  } & {
1641
1716
  data?: `0x${string}` | undefined;
@@ -1651,6 +1726,9 @@ export declare const formatters: {
1651
1726
  accessList?: undefined;
1652
1727
  blobs?: undefined;
1653
1728
  type?: "legacy" | undefined;
1729
+ blobVersionedHashes?: undefined;
1730
+ kzg?: undefined;
1731
+ sidecars?: undefined;
1654
1732
  } & {
1655
1733
  feeCurrency?: `0x${string}` | undefined;
1656
1734
  gatewayFee?: bigint | undefined;
@@ -1668,6 +1746,9 @@ export declare const formatters: {
1668
1746
  maxFeePerBlobGas?: bigint | undefined;
1669
1747
  accessList?: import("../index.js").AccessList | undefined;
1670
1748
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1749
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1750
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1751
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1671
1752
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1672
1753
  } & {
1673
1754
  data?: `0x${string}` | undefined;
@@ -1683,6 +1764,9 @@ export declare const formatters: {
1683
1764
  accessList?: import("../index.js").AccessList | undefined;
1684
1765
  blobs?: undefined;
1685
1766
  type?: "eip2930" | undefined;
1767
+ blobVersionedHashes?: undefined;
1768
+ kzg?: undefined;
1769
+ sidecars?: undefined;
1686
1770
  } & {
1687
1771
  feeCurrency?: `0x${string}` | undefined;
1688
1772
  gatewayFee?: bigint | undefined;
@@ -1700,6 +1784,9 @@ export declare const formatters: {
1700
1784
  maxFeePerBlobGas?: bigint | undefined;
1701
1785
  accessList?: import("../index.js").AccessList | undefined;
1702
1786
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1787
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1788
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1789
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1703
1790
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1704
1791
  } & {
1705
1792
  data?: `0x${string}` | undefined;
@@ -1715,6 +1802,9 @@ export declare const formatters: {
1715
1802
  accessList?: import("../index.js").AccessList | undefined;
1716
1803
  blobs?: undefined;
1717
1804
  type?: "eip1559" | undefined;
1805
+ blobVersionedHashes?: undefined;
1806
+ kzg?: undefined;
1807
+ sidecars?: undefined;
1718
1808
  } & {
1719
1809
  feeCurrency?: `0x${string}` | undefined;
1720
1810
  gatewayFee?: bigint | undefined;
@@ -1732,6 +1822,9 @@ export declare const formatters: {
1732
1822
  maxFeePerBlobGas?: bigint | undefined;
1733
1823
  accessList?: import("../index.js").AccessList | undefined;
1734
1824
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1825
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1826
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1827
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1735
1828
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1736
1829
  } & {
1737
1830
  data?: `0x${string}` | undefined;
@@ -1746,6 +1839,9 @@ export declare const formatters: {
1746
1839
  maxFeePerBlobGas: bigint;
1747
1840
  accessList?: import("../index.js").AccessList | undefined;
1748
1841
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1842
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1843
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1844
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1749
1845
  type?: "eip4844" | undefined;
1750
1846
  } & {
1751
1847
  feeCurrency?: `0x${string}` | undefined;
@@ -1764,6 +1860,9 @@ export declare const formatters: {
1764
1860
  maxFeePerBlobGas?: bigint | undefined;
1765
1861
  accessList?: import("../index.js").AccessList | undefined;
1766
1862
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1863
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1864
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1865
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1767
1866
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1768
1867
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1769
1868
  accessList?: import("../index.js").AccessList | undefined;
@@ -1784,6 +1883,9 @@ export declare const formatters: {
1784
1883
  maxFeePerBlobGas?: bigint | undefined;
1785
1884
  accessList?: import("../index.js").AccessList | undefined;
1786
1885
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1886
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1887
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1888
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1787
1889
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1788
1890
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1789
1891
  accessList?: import("../index.js").AccessList | undefined;
@@ -1805,6 +1907,9 @@ export declare const formatters: {
1805
1907
  accessList?: undefined;
1806
1908
  blobs?: undefined;
1807
1909
  type?: "0x0" | undefined;
1910
+ blobVersionedHashes?: undefined;
1911
+ kzg?: undefined;
1912
+ sidecars?: undefined;
1808
1913
  feeCurrency?: `0x${string}` | undefined;
1809
1914
  gatewayFee?: `0x${string}` | undefined;
1810
1915
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1822,6 +1927,9 @@ export declare const formatters: {
1822
1927
  accessList?: import("../index.js").AccessList | undefined;
1823
1928
  blobs?: undefined;
1824
1929
  type?: "0x1" | undefined;
1930
+ blobVersionedHashes?: undefined;
1931
+ kzg?: undefined;
1932
+ sidecars?: undefined;
1825
1933
  feeCurrency?: `0x${string}` | undefined;
1826
1934
  gatewayFee?: `0x${string}` | undefined;
1827
1935
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1839,6 +1947,9 @@ export declare const formatters: {
1839
1947
  accessList?: import("../index.js").AccessList | undefined;
1840
1948
  blobs?: undefined;
1841
1949
  type?: "0x2" | undefined;
1950
+ blobVersionedHashes?: undefined;
1951
+ kzg?: undefined;
1952
+ sidecars?: undefined;
1842
1953
  feeCurrency?: `0x${string}` | undefined;
1843
1954
  gatewayFee?: `0x${string}` | undefined;
1844
1955
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1856,6 +1967,9 @@ export declare const formatters: {
1856
1967
  accessList?: import("../index.js").AccessList | undefined;
1857
1968
  blobs?: undefined;
1858
1969
  type?: "0x7c" | undefined;
1970
+ blobVersionedHashes?: undefined;
1971
+ kzg?: undefined;
1972
+ sidecars?: undefined;
1859
1973
  feeCurrency?: `0x${string}` | undefined;
1860
1974
  gatewayFee?: `0x${string}` | undefined;
1861
1975
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1873,6 +1987,9 @@ export declare const formatters: {
1873
1987
  accessList?: import("../index.js").AccessList | undefined;
1874
1988
  blobs?: undefined;
1875
1989
  type?: "0x7b" | undefined;
1990
+ blobVersionedHashes?: undefined;
1991
+ kzg?: undefined;
1992
+ sidecars?: undefined;
1876
1993
  feeCurrency?: `0x${string}` | undefined;
1877
1994
  gatewayFee?: undefined;
1878
1995
  gatewayFeeRecipient?: undefined;
@@ -1890,6 +2007,9 @@ export declare const formatters: {
1890
2007
  accessList?: undefined;
1891
2008
  blobs?: undefined;
1892
2009
  type?: "0x0" | undefined;
2010
+ blobVersionedHashes?: undefined;
2011
+ kzg?: undefined;
2012
+ sidecars?: undefined;
1893
2013
  feeCurrency?: `0x${string}` | undefined;
1894
2014
  gatewayFee?: `0x${string}` | undefined;
1895
2015
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1907,6 +2027,9 @@ export declare const formatters: {
1907
2027
  accessList?: import("../index.js").AccessList | undefined;
1908
2028
  blobs?: undefined;
1909
2029
  type?: "0x1" | undefined;
2030
+ blobVersionedHashes?: undefined;
2031
+ kzg?: undefined;
2032
+ sidecars?: undefined;
1910
2033
  feeCurrency?: `0x${string}` | undefined;
1911
2034
  gatewayFee?: `0x${string}` | undefined;
1912
2035
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1924,6 +2047,9 @@ export declare const formatters: {
1924
2047
  accessList?: import("../index.js").AccessList | undefined;
1925
2048
  blobs?: undefined;
1926
2049
  type?: "0x2" | undefined;
2050
+ blobVersionedHashes?: undefined;
2051
+ kzg?: undefined;
2052
+ sidecars?: undefined;
1927
2053
  feeCurrency?: `0x${string}` | undefined;
1928
2054
  gatewayFee?: `0x${string}` | undefined;
1929
2055
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1941,6 +2067,9 @@ export declare const formatters: {
1941
2067
  accessList?: import("../index.js").AccessList | undefined;
1942
2068
  blobs?: undefined;
1943
2069
  type?: "0x7c" | undefined;
2070
+ blobVersionedHashes?: undefined;
2071
+ kzg?: undefined;
2072
+ sidecars?: undefined;
1944
2073
  feeCurrency?: `0x${string}` | undefined;
1945
2074
  gatewayFee?: `0x${string}` | undefined;
1946
2075
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1958,6 +2087,9 @@ export declare const formatters: {
1958
2087
  accessList?: import("../index.js").AccessList | undefined;
1959
2088
  blobs?: undefined;
1960
2089
  type?: "0x7b" | undefined;
2090
+ blobVersionedHashes?: undefined;
2091
+ kzg?: undefined;
2092
+ sidecars?: undefined;
1961
2093
  feeCurrency?: `0x${string}` | undefined;
1962
2094
  gatewayFee?: undefined;
1963
2095
  gatewayFeeRecipient?: undefined;
@@ -1975,6 +2107,9 @@ export declare const formatters: {
1975
2107
  accessList?: undefined;
1976
2108
  blobs?: undefined;
1977
2109
  type?: "0x0" | undefined;
2110
+ blobVersionedHashes?: undefined;
2111
+ kzg?: undefined;
2112
+ sidecars?: undefined;
1978
2113
  feeCurrency?: `0x${string}` | undefined;
1979
2114
  gatewayFee?: `0x${string}` | undefined;
1980
2115
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1992,6 +2127,9 @@ export declare const formatters: {
1992
2127
  accessList?: import("../index.js").AccessList | undefined;
1993
2128
  blobs?: undefined;
1994
2129
  type?: "0x1" | undefined;
2130
+ blobVersionedHashes?: undefined;
2131
+ kzg?: undefined;
2132
+ sidecars?: undefined;
1995
2133
  feeCurrency?: `0x${string}` | undefined;
1996
2134
  gatewayFee?: `0x${string}` | undefined;
1997
2135
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2009,6 +2147,9 @@ export declare const formatters: {
2009
2147
  accessList?: import("../index.js").AccessList | undefined;
2010
2148
  blobs?: undefined;
2011
2149
  type?: "0x2" | undefined;
2150
+ blobVersionedHashes?: undefined;
2151
+ kzg?: undefined;
2152
+ sidecars?: undefined;
2012
2153
  feeCurrency?: `0x${string}` | undefined;
2013
2154
  gatewayFee?: `0x${string}` | undefined;
2014
2155
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2026,6 +2167,9 @@ export declare const formatters: {
2026
2167
  accessList?: import("../index.js").AccessList | undefined;
2027
2168
  blobs?: undefined;
2028
2169
  type?: "0x7c" | undefined;
2170
+ blobVersionedHashes?: undefined;
2171
+ kzg?: undefined;
2172
+ sidecars?: undefined;
2029
2173
  feeCurrency?: `0x${string}` | undefined;
2030
2174
  gatewayFee?: `0x${string}` | undefined;
2031
2175
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2043,6 +2187,9 @@ export declare const formatters: {
2043
2187
  accessList?: import("../index.js").AccessList | undefined;
2044
2188
  blobs?: undefined;
2045
2189
  type?: "0x7b" | undefined;
2190
+ blobVersionedHashes?: undefined;
2191
+ kzg?: undefined;
2192
+ sidecars?: undefined;
2046
2193
  feeCurrency?: `0x${string}` | undefined;
2047
2194
  gatewayFee?: undefined;
2048
2195
  gatewayFeeRecipient?: undefined;
@@ -2059,6 +2206,9 @@ export declare const formatters: {
2059
2206
  maxFeePerBlobGas: `0x${string}`;
2060
2207
  accessList?: import("../index.js").AccessList | undefined;
2061
2208
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2209
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2210
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2211
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2062
2212
  type?: "0x3" | undefined;
2063
2213
  feeCurrency?: `0x${string}` | undefined;
2064
2214
  gatewayFee?: `0x${string}` | undefined;
@@ -2076,6 +2226,9 @@ export declare const formatters: {
2076
2226
  maxFeePerBlobGas: undefined;
2077
2227
  accessList?: import("../index.js").AccessList | undefined;
2078
2228
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2229
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2230
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2231
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2079
2232
  type?: "0x7c" | undefined;
2080
2233
  feeCurrency?: `0x${string}` | undefined;
2081
2234
  gatewayFee?: `0x${string}` | undefined;
@@ -2093,6 +2246,9 @@ export declare const formatters: {
2093
2246
  maxFeePerBlobGas: undefined;
2094
2247
  accessList?: import("../index.js").AccessList | undefined;
2095
2248
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2249
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2250
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2251
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2096
2252
  type?: "0x7b" | undefined;
2097
2253
  feeCurrency?: `0x${string}` | undefined;
2098
2254
  gatewayFee?: undefined;