viem 0.0.0-main.20240408T055542 → 0.0.0-main.20240408T061242

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 (121) hide show
  1. package/_cjs/actions/index.js +2 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/public/estimateGas.js +5 -3
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  8. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  9. package/_cjs/errors/version.js +1 -1
  10. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  11. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  12. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  13. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  14. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  15. package/_cjs/utils/formatters/transactionRequest.js +2 -0
  16. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  17. package/_cjs/utils/transaction/serializeTransaction.js +10 -6
  18. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  19. package/_esm/actions/index.js +1 -1
  20. package/_esm/actions/index.js.map +1 -1
  21. package/_esm/actions/public/estimateGas.js +8 -3
  22. package/_esm/actions/public/estimateGas.js.map +1 -1
  23. package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
  24. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  25. package/_esm/actions/wallet/sendTransaction.js +2 -1
  26. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  27. package/_esm/errors/version.js +1 -1
  28. package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
  29. package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  30. package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  31. package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
  32. package/_esm/utils/blob/toBlobs.js.map +1 -1
  33. package/_esm/utils/formatters/transactionRequest.js +2 -0
  34. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  35. package/_esm/utils/transaction/serializeTransaction.js +10 -6
  36. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  37. package/_types/actions/index.d.ts +1 -1
  38. package/_types/actions/index.d.ts.map +1 -1
  39. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  40. package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
  41. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  42. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  43. package/_types/celo/chainConfig.d.ts +1679 -183
  44. package/_types/celo/chainConfig.d.ts.map +1 -1
  45. package/_types/celo/formatters.d.ts +846 -98
  46. package/_types/celo/formatters.d.ts.map +1 -1
  47. package/_types/chains/definitions/ancient8.d.ts +15 -15
  48. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  49. package/_types/chains/definitions/base.d.ts +15 -15
  50. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  51. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  52. package/_types/chains/definitions/celo.d.ts +1679 -183
  53. package/_types/chains/definitions/celo.d.ts.map +1 -1
  54. package/_types/chains/definitions/celoAlfajores.d.ts +1679 -183
  55. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  56. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  57. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  58. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  59. package/_types/chains/definitions/optimism.d.ts +15 -15
  60. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  61. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  62. package/_types/chains/definitions/pgn.d.ts +15 -15
  63. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  64. package/_types/chains/definitions/rss3.d.ts +15 -15
  65. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  66. package/_types/chains/definitions/zkSync.d.ts +844 -128
  67. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  68. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +844 -128
  69. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  70. package/_types/chains/definitions/zkSyncLocalNode.d.ts +844 -128
  71. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  72. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +844 -128
  73. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  74. package/_types/chains/definitions/zkSyncTestnet.d.ts +844 -128
  75. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  76. package/_types/chains/definitions/zora.d.ts +15 -15
  77. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  78. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  79. package/_types/errors/version.d.ts +1 -1
  80. package/_types/op-stack/chainConfig.d.ts +15 -15
  81. package/_types/op-stack/formatters.d.ts +15 -15
  82. package/_types/types/transaction.d.ts +22 -3
  83. package/_types/types/transaction.d.ts.map +1 -1
  84. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  85. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  86. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  87. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  88. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  89. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  90. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  91. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  92. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  93. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  94. package/_types/utils/blob/toBlobs.d.ts +1 -1
  95. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  96. package/_types/utils/formatters/transaction.d.ts +1 -1
  97. package/_types/utils/formatters/transactionRequest.d.ts +186 -2
  98. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  99. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  100. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  101. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  102. package/_types/zksync/chainConfig.d.ts +844 -128
  103. package/_types/zksync/chainConfig.d.ts.map +1 -1
  104. package/_types/zksync/formatters.d.ts +844 -128
  105. package/_types/zksync/formatters.d.ts.map +1 -1
  106. package/actions/index.ts +1 -0
  107. package/actions/public/estimateGas.ts +9 -7
  108. package/actions/wallet/prepareTransactionRequest.ts +73 -17
  109. package/actions/wallet/sendTransaction.ts +2 -0
  110. package/errors/version.ts +1 -1
  111. package/package.json +1 -1
  112. package/types/transaction.ts +28 -3
  113. package/utils/blob/blobsToCommitments.ts +9 -7
  114. package/utils/blob/blobsToProofs.ts +10 -10
  115. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  116. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  117. package/utils/blob/toBlobSidecars.ts +14 -11
  118. package/utils/blob/toBlobs.ts +3 -3
  119. package/utils/formatters/transactionRequest.ts +2 -0
  120. package/utils/transaction/getTransactionType.ts +3 -3
  121. package/utils/transaction/serializeTransaction.ts +12 -6
@@ -61,6 +61,7 @@ export declare const formatters: {
61
61
  gas?: `0x${string}`;
62
62
  nonce?: `0x${string}`;
63
63
  value?: `0x${string}`;
64
+ blobVersionedHashes?: undefined;
64
65
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
65
66
  accessList?: undefined;
66
67
  blockHash?: `0x${string}` | null;
@@ -68,7 +69,6 @@ export declare const formatters: {
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}`;
@@ -112,6 +112,7 @@ export declare const formatters: {
112
112
  gas?: `0x${string}`;
113
113
  nonce?: `0x${string}`;
114
114
  value?: `0x${string}`;
115
+ blobVersionedHashes?: undefined;
115
116
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
116
117
  accessList?: undefined;
117
118
  blockHash?: `0x${string}` | null;
@@ -119,7 +120,6 @@ export declare const formatters: {
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;
@@ -140,6 +140,7 @@ export declare const formatters: {
140
140
  gas?: `0x${string}`;
141
141
  nonce?: `0x${string}`;
142
142
  value?: `0x${string}`;
143
+ blobVersionedHashes?: undefined;
143
144
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
144
145
  accessList?: undefined;
145
146
  blockHash?: `0x${string}` | null;
@@ -147,7 +148,6 @@ export declare const formatters: {
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;
@@ -168,6 +168,7 @@ export declare const formatters: {
168
168
  gas?: `0x${string}`;
169
169
  nonce?: `0x${string}`;
170
170
  value?: `0x${string}`;
171
+ blobVersionedHashes?: undefined;
171
172
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
172
173
  accessList?: import("../index.js").AccessList | undefined;
173
174
  blockHash?: `0x${string}` | null;
@@ -175,7 +176,6 @@ export declare const formatters: {
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}`;
@@ -219,6 +219,7 @@ export declare const formatters: {
219
219
  gas?: `0x${string}`;
220
220
  nonce?: `0x${string}`;
221
221
  value?: `0x${string}`;
222
+ blobVersionedHashes?: undefined;
222
223
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
223
224
  accessList?: import("../index.js").AccessList | undefined;
224
225
  blockHash?: `0x${string}` | null;
@@ -226,7 +227,6 @@ export declare const formatters: {
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;
@@ -270,6 +270,7 @@ export declare const formatters: {
270
270
  gas?: `0x${string}`;
271
271
  nonce?: `0x${string}`;
272
272
  value?: `0x${string}`;
273
+ blobVersionedHashes?: undefined;
273
274
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
274
275
  accessList?: import("../index.js").AccessList | undefined;
275
276
  blockHash?: `0x${string}` | null;
@@ -277,7 +278,6 @@ export declare const formatters: {
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;
@@ -321,6 +321,7 @@ export declare const formatters: {
321
321
  gas?: `0x${string}`;
322
322
  nonce?: `0x${string}`;
323
323
  value?: `0x${string}`;
324
+ blobVersionedHashes?: undefined;
324
325
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
325
326
  accessList?: import("../index.js").AccessList | undefined;
326
327
  blockHash?: `0x${string}` | null;
@@ -328,7 +329,6 @@ export declare const formatters: {
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;
@@ -349,6 +349,7 @@ export declare const formatters: {
349
349
  gas?: `0x${string}`;
350
350
  nonce?: `0x${string}`;
351
351
  value?: `0x${string}`;
352
+ blobVersionedHashes?: undefined;
352
353
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
353
354
  accessList?: import("../index.js").AccessList | undefined;
354
355
  blockHash?: `0x${string}` | null;
@@ -356,7 +357,6 @@ export declare const formatters: {
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;
@@ -377,6 +377,7 @@ export declare const formatters: {
377
377
  gas?: `0x${string}`;
378
378
  nonce?: `0x${string}`;
379
379
  value?: `0x${string}`;
380
+ blobVersionedHashes?: undefined;
380
381
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
381
382
  accessList?: import("../index.js").AccessList | undefined;
382
383
  blockHash?: `0x${string}` | null;
@@ -384,7 +385,6 @@ export declare const formatters: {
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}`;
@@ -428,6 +428,7 @@ export declare const formatters: {
428
428
  gas?: `0x${string}`;
429
429
  nonce?: `0x${string}`;
430
430
  value?: `0x${string}`;
431
+ blobVersionedHashes?: undefined;
431
432
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
432
433
  accessList?: import("../index.js").AccessList | undefined;
433
434
  blockHash?: `0x${string}` | null;
@@ -435,7 +436,6 @@ export declare const formatters: {
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;
@@ -479,6 +479,7 @@ export declare const formatters: {
479
479
  gas?: `0x${string}`;
480
480
  nonce?: `0x${string}`;
481
481
  value?: `0x${string}`;
482
+ blobVersionedHashes?: undefined;
482
483
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
483
484
  accessList?: import("../index.js").AccessList | undefined;
484
485
  blockHash?: `0x${string}` | null;
@@ -486,7 +487,6 @@ export declare const formatters: {
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;
@@ -530,6 +530,7 @@ export declare const formatters: {
530
530
  gas?: `0x${string}`;
531
531
  nonce?: `0x${string}`;
532
532
  value?: `0x${string}`;
533
+ blobVersionedHashes?: undefined;
533
534
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
534
535
  accessList?: import("../index.js").AccessList | undefined;
535
536
  blockHash?: `0x${string}` | null;
@@ -537,7 +538,6 @@ export declare const formatters: {
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;
@@ -558,6 +558,7 @@ export declare const formatters: {
558
558
  gas?: `0x${string}`;
559
559
  nonce?: `0x${string}`;
560
560
  value?: `0x${string}`;
561
+ blobVersionedHashes?: undefined;
561
562
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
562
563
  accessList?: import("../index.js").AccessList | undefined;
563
564
  blockHash?: `0x${string}` | null;
@@ -565,7 +566,6 @@ export declare const formatters: {
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;
@@ -586,6 +586,7 @@ export declare const formatters: {
586
586
  gas?: `0x${string}`;
587
587
  nonce?: `0x${string}`;
588
588
  value?: `0x${string}`;
589
+ blobVersionedHashes?: `0x${string}`[] | undefined;
589
590
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
590
591
  accessList?: import("../index.js").AccessList | undefined;
591
592
  blockHash?: `0x${string}` | null;
@@ -593,7 +594,6 @@ export declare const formatters: {
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}`;
@@ -637,6 +637,7 @@ export declare const formatters: {
637
637
  gas?: `0x${string}`;
638
638
  nonce?: `0x${string}`;
639
639
  value?: `0x${string}`;
640
+ blobVersionedHashes?: `0x${string}`[] | undefined;
640
641
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
641
642
  accessList?: import("../index.js").AccessList | undefined;
642
643
  blockHash?: `0x${string}` | null;
@@ -644,7 +645,6 @@ export declare const formatters: {
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;
@@ -688,6 +688,7 @@ export declare const formatters: {
688
688
  gas?: `0x${string}`;
689
689
  nonce?: `0x${string}`;
690
690
  value?: `0x${string}`;
691
+ blobVersionedHashes?: `0x${string}`[] | undefined;
691
692
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
692
693
  accessList?: import("../index.js").AccessList | undefined;
693
694
  blockHash?: `0x${string}` | null;
@@ -695,7 +696,6 @@ export declare const formatters: {
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;
@@ -739,6 +739,7 @@ export declare const formatters: {
739
739
  gas?: `0x${string}`;
740
740
  nonce?: `0x${string}`;
741
741
  value?: `0x${string}`;
742
+ blobVersionedHashes?: `0x${string}`[] | undefined;
742
743
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
743
744
  accessList?: import("../index.js").AccessList | undefined;
744
745
  blockHash?: `0x${string}` | null;
@@ -746,7 +747,6 @@ export declare const formatters: {
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;
@@ -790,6 +790,7 @@ export declare const formatters: {
790
790
  gas?: `0x${string}`;
791
791
  nonce?: `0x${string}`;
792
792
  value?: `0x${string}`;
793
+ blobVersionedHashes?: `0x${string}`[] | undefined;
793
794
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
794
795
  accessList?: import("../index.js").AccessList | undefined;
795
796
  blockHash?: `0x${string}` | null;
@@ -797,7 +798,6 @@ export declare const formatters: {
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;
@@ -818,6 +818,7 @@ export declare const formatters: {
818
818
  gas?: `0x${string}`;
819
819
  nonce?: `0x${string}`;
820
820
  value?: `0x${string}`;
821
+ blobVersionedHashes?: `0x${string}`[] | undefined;
821
822
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
822
823
  accessList?: import("../index.js").AccessList | undefined;
823
824
  blockHash?: `0x${string}` | null;
@@ -825,7 +826,6 @@ export declare const formatters: {
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
+ kzg?: undefined;
1233
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1250
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1271
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1288
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1309
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1326
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1347
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1370
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1393
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1410
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1431
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1448
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1469
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1486
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1507
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1530
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1553
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1570
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1591
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1608
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1629
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1646
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1667
+ blobVersionedHashes?: 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
+ kzg?: undefined;
1690
+ blobVersionedHashes?: 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;
@@ -1637,6 +1709,9 @@ export declare const formatters: {
1637
1709
  accessList?: import("../index.js").AccessList | undefined;
1638
1710
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1639
1711
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1712
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1713
+ blobVersionedHashes?: undefined;
1714
+ sidecars?: undefined;
1640
1715
  } & {
1641
1716
  data?: `0x${string}` | undefined;
1642
1717
  from: `0x${string}`;
@@ -1651,6 +1726,9 @@ export declare const formatters: {
1651
1726
  accessList?: undefined;
1652
1727
  blobs?: undefined;
1653
1728
  type?: "legacy" | undefined;
1729
+ kzg?: undefined;
1730
+ blobVersionedHashes?: undefined;
1731
+ sidecars?: undefined;
1654
1732
  } & {
1655
1733
  feeCurrency?: `0x${string}` | undefined;
1656
1734
  gatewayFee?: bigint | undefined;
@@ -1669,6 +1747,9 @@ export declare const formatters: {
1669
1747
  accessList?: import("../index.js").AccessList | undefined;
1670
1748
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1671
1749
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1750
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1751
+ blobVersionedHashes?: undefined;
1752
+ sidecars?: undefined;
1672
1753
  } & {
1673
1754
  data?: `0x${string}` | undefined;
1674
1755
  from: `0x${string}`;
@@ -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
+ kzg?: undefined;
1768
+ blobVersionedHashes?: undefined;
1769
+ sidecars?: undefined;
1686
1770
  } & {
1687
1771
  feeCurrency?: `0x${string}` | undefined;
1688
1772
  gatewayFee?: bigint | undefined;
@@ -1701,6 +1785,9 @@ export declare const formatters: {
1701
1785
  accessList?: import("../index.js").AccessList | undefined;
1702
1786
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1703
1787
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1788
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1789
+ blobVersionedHashes?: undefined;
1790
+ sidecars?: undefined;
1704
1791
  } & {
1705
1792
  data?: `0x${string}` | undefined;
1706
1793
  from: `0x${string}`;
@@ -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
+ kzg?: undefined;
1806
+ blobVersionedHashes?: undefined;
1807
+ sidecars?: undefined;
1718
1808
  } & {
1719
1809
  feeCurrency?: `0x${string}` | undefined;
1720
1810
  gatewayFee?: bigint | undefined;
@@ -1733,6 +1823,9 @@ export declare const formatters: {
1733
1823
  accessList?: import("../index.js").AccessList | undefined;
1734
1824
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1735
1825
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1826
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1827
+ blobVersionedHashes?: undefined;
1828
+ sidecars?: undefined;
1736
1829
  } & {
1737
1830
  data?: `0x${string}` | undefined;
1738
1831
  from: `0x${string}`;
@@ -1747,6 +1840,9 @@ export declare const formatters: {
1747
1840
  accessList?: import("../index.js").AccessList | undefined;
1748
1841
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1749
1842
  type?: "eip4844" | undefined;
1843
+ kzg: import("../types/kzg.js").Kzg | undefined;
1844
+ blobVersionedHashes?: undefined;
1845
+ sidecars?: undefined;
1750
1846
  } & {
1751
1847
  feeCurrency?: `0x${string}` | undefined;
1752
1848
  gatewayFee?: bigint | undefined;
@@ -1765,6 +1861,9 @@ export declare const formatters: {
1765
1861
  accessList?: import("../index.js").AccessList | undefined;
1766
1862
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1767
1863
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1864
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1865
+ blobVersionedHashes?: undefined;
1866
+ sidecars?: undefined;
1768
1867
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1769
1868
  accessList?: import("../index.js").AccessList | undefined;
1770
1869
  feeCurrency?: `0x${string}` | undefined;
@@ -1785,135 +1884,631 @@ export declare const formatters: {
1785
1884
  accessList?: import("../index.js").AccessList | undefined;
1786
1885
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1787
1886
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1887
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1888
+ blobVersionedHashes?: undefined;
1889
+ sidecars?: undefined;
1788
1890
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1789
1891
  accessList?: import("../index.js").AccessList | undefined;
1790
1892
  feeCurrency?: `0x${string}` | undefined;
1791
1893
  gatewayFee?: undefined;
1792
1894
  gatewayFeeRecipient?: undefined;
1793
1895
  type?: "cip64" | undefined;
1794
- })) => ({
1896
+ }) | ({
1897
+ data?: `0x${string}` | undefined;
1898
+ from?: `0x${string}`;
1899
+ gas?: bigint | undefined;
1900
+ nonce?: number | undefined;
1901
+ value?: bigint | undefined;
1902
+ to?: `0x${string}` | null | undefined;
1903
+ gasPrice?: bigint | undefined;
1904
+ maxFeePerGas?: bigint | undefined;
1905
+ maxPriorityFeePerGas?: bigint | undefined;
1906
+ maxFeePerBlobGas?: bigint | undefined;
1907
+ accessList?: import("../index.js").AccessList | undefined;
1908
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1909
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1910
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1911
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1912
+ sidecars?: undefined;
1913
+ } & {
1795
1914
  data?: `0x${string}` | undefined;
1796
1915
  from: `0x${string}`;
1797
- gas?: `0x${string}` | undefined;
1798
- nonce?: `0x${string}` | undefined;
1916
+ gas?: bigint | undefined;
1917
+ nonce?: number | undefined;
1799
1918
  to?: `0x${string}` | null | undefined;
1800
- value?: `0x${string}` | undefined;
1801
- gasPrice?: `0x${string}` | undefined;
1919
+ value?: bigint | undefined;
1920
+ gasPrice?: bigint | undefined;
1802
1921
  maxFeePerBlobGas?: undefined;
1803
1922
  maxFeePerGas?: undefined;
1804
1923
  maxPriorityFeePerGas?: undefined;
1805
1924
  accessList?: undefined;
1806
1925
  blobs?: undefined;
1807
- type?: "0x0" | undefined;
1926
+ type?: "legacy" | undefined;
1927
+ kzg?: undefined;
1928
+ blobVersionedHashes?: undefined;
1929
+ sidecars?: undefined;
1930
+ } & {
1808
1931
  feeCurrency?: `0x${string}` | undefined;
1809
- gatewayFee?: `0x${string}` | undefined;
1932
+ gatewayFee?: bigint | undefined;
1810
1933
  gatewayFeeRecipient?: `0x${string}` | undefined;
1811
- } | {
1934
+ }) | ({
1935
+ data?: `0x${string}` | undefined;
1936
+ from?: `0x${string}`;
1937
+ gas?: bigint | undefined;
1938
+ nonce?: number | undefined;
1939
+ value?: bigint | undefined;
1940
+ to?: `0x${string}` | null | undefined;
1941
+ gasPrice?: bigint | undefined;
1942
+ maxFeePerGas?: bigint | undefined;
1943
+ maxPriorityFeePerGas?: bigint | undefined;
1944
+ maxFeePerBlobGas?: bigint | undefined;
1945
+ accessList?: import("../index.js").AccessList | undefined;
1946
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1947
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1948
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1949
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1950
+ sidecars?: undefined;
1951
+ } & {
1812
1952
  data?: `0x${string}` | undefined;
1813
1953
  from: `0x${string}`;
1814
- gas?: `0x${string}` | undefined;
1815
- nonce?: `0x${string}` | undefined;
1954
+ gas?: bigint | undefined;
1955
+ nonce?: number | undefined;
1816
1956
  to?: `0x${string}` | null | undefined;
1817
- value?: `0x${string}` | undefined;
1818
- gasPrice?: `0x${string}` | undefined;
1957
+ value?: bigint | undefined;
1958
+ gasPrice?: bigint | undefined;
1819
1959
  maxFeePerBlobGas?: undefined;
1820
1960
  maxFeePerGas?: undefined;
1821
1961
  maxPriorityFeePerGas?: undefined;
1822
1962
  accessList?: import("../index.js").AccessList | undefined;
1823
1963
  blobs?: undefined;
1824
- type?: "0x1" | undefined;
1964
+ type?: "eip2930" | undefined;
1965
+ kzg?: undefined;
1966
+ blobVersionedHashes?: undefined;
1967
+ sidecars?: undefined;
1968
+ } & {
1825
1969
  feeCurrency?: `0x${string}` | undefined;
1826
- gatewayFee?: `0x${string}` | undefined;
1970
+ gatewayFee?: bigint | undefined;
1827
1971
  gatewayFeeRecipient?: `0x${string}` | undefined;
1828
- } | {
1972
+ }) | ({
1829
1973
  data?: `0x${string}` | undefined;
1830
- from: `0x${string}`;
1831
- gas?: `0x${string}` | undefined;
1832
- nonce?: `0x${string}` | undefined;
1974
+ from?: `0x${string}`;
1975
+ gas?: bigint | undefined;
1976
+ nonce?: number | undefined;
1977
+ value?: bigint | undefined;
1833
1978
  to?: `0x${string}` | null | undefined;
1834
- value?: `0x${string}` | undefined;
1835
- gasPrice?: undefined;
1836
- maxFeePerBlobGas?: undefined;
1837
- maxFeePerGas?: `0x${string}` | undefined;
1838
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1979
+ gasPrice?: bigint | undefined;
1980
+ maxFeePerGas?: bigint | undefined;
1981
+ maxPriorityFeePerGas?: bigint | undefined;
1982
+ maxFeePerBlobGas?: bigint | undefined;
1839
1983
  accessList?: import("../index.js").AccessList | undefined;
1840
- blobs?: undefined;
1841
- type?: "0x2" | undefined;
1842
- feeCurrency?: `0x${string}` | undefined;
1843
- gatewayFee?: `0x${string}` | undefined;
1844
- gatewayFeeRecipient?: `0x${string}` | undefined;
1845
- } | {
1984
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1985
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1986
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1987
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1988
+ sidecars?: undefined;
1989
+ } & {
1846
1990
  data?: `0x${string}` | undefined;
1847
1991
  from: `0x${string}`;
1848
- gas?: `0x${string}` | undefined;
1849
- nonce?: `0x${string}` | undefined;
1992
+ gas?: bigint | undefined;
1993
+ nonce?: number | undefined;
1850
1994
  to?: `0x${string}` | null | undefined;
1851
- value?: `0x${string}` | undefined;
1995
+ value?: bigint | undefined;
1852
1996
  gasPrice?: undefined;
1853
1997
  maxFeePerBlobGas?: undefined;
1854
- maxFeePerGas?: `0x${string}` | undefined;
1855
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1998
+ maxFeePerGas?: bigint | undefined;
1999
+ maxPriorityFeePerGas?: bigint | undefined;
1856
2000
  accessList?: import("../index.js").AccessList | undefined;
1857
2001
  blobs?: undefined;
1858
- type?: "0x7c" | undefined;
2002
+ type?: "eip1559" | undefined;
2003
+ kzg?: undefined;
2004
+ blobVersionedHashes?: undefined;
2005
+ sidecars?: undefined;
2006
+ } & {
1859
2007
  feeCurrency?: `0x${string}` | undefined;
1860
- gatewayFee?: `0x${string}` | undefined;
2008
+ gatewayFee?: bigint | undefined;
1861
2009
  gatewayFeeRecipient?: `0x${string}` | undefined;
1862
- } | {
2010
+ }) | ({
1863
2011
  data?: `0x${string}` | undefined;
1864
- from: `0x${string}`;
1865
- gas?: `0x${string}` | undefined;
1866
- nonce?: `0x${string}` | undefined;
2012
+ from?: `0x${string}`;
2013
+ gas?: bigint | undefined;
2014
+ nonce?: number | undefined;
2015
+ value?: bigint | undefined;
1867
2016
  to?: `0x${string}` | null | undefined;
1868
- value?: `0x${string}` | undefined;
1869
- gasPrice?: undefined;
1870
- maxFeePerBlobGas?: undefined;
1871
- maxFeePerGas?: `0x${string}` | undefined;
1872
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2017
+ gasPrice?: bigint | undefined;
2018
+ maxFeePerGas?: bigint | undefined;
2019
+ maxPriorityFeePerGas?: bigint | undefined;
2020
+ maxFeePerBlobGas?: bigint | undefined;
1873
2021
  accessList?: import("../index.js").AccessList | undefined;
1874
- blobs?: undefined;
1875
- type?: "0x7b" | undefined;
1876
- feeCurrency?: `0x${string}` | undefined;
1877
- gatewayFee?: undefined;
1878
- gatewayFeeRecipient?: undefined;
1879
- } | {
2022
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2023
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2024
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2025
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2026
+ sidecars?: undefined;
2027
+ } & {
1880
2028
  data?: `0x${string}` | undefined;
1881
2029
  from: `0x${string}`;
1882
- gas?: `0x${string}` | undefined;
1883
- nonce?: `0x${string}` | undefined;
1884
- to?: `0x${string}` | null | undefined;
1885
- value?: `0x${string}` | undefined;
1886
- gasPrice?: `0x${string}` | undefined;
1887
- maxFeePerBlobGas?: undefined;
1888
- maxFeePerGas?: undefined;
1889
- maxPriorityFeePerGas?: undefined;
1890
- accessList?: undefined;
1891
- blobs?: undefined;
1892
- type?: "0x0" | undefined;
2030
+ gas?: bigint | undefined;
2031
+ nonce?: number | undefined;
2032
+ value?: bigint | undefined;
2033
+ to: `0x${string}` | null;
2034
+ gasPrice?: undefined;
2035
+ maxFeePerGas?: bigint | undefined;
2036
+ maxPriorityFeePerGas?: bigint | undefined;
2037
+ maxFeePerBlobGas: bigint;
2038
+ accessList?: import("../index.js").AccessList | undefined;
2039
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2040
+ type?: "eip4844" | undefined;
2041
+ kzg: import("../types/kzg.js").Kzg | undefined;
2042
+ blobVersionedHashes?: undefined;
2043
+ sidecars?: undefined;
2044
+ } & {
1893
2045
  feeCurrency?: `0x${string}` | undefined;
1894
- gatewayFee?: `0x${string}` | undefined;
2046
+ gatewayFee?: bigint | undefined;
1895
2047
  gatewayFeeRecipient?: `0x${string}` | undefined;
1896
- } | {
2048
+ }) | ({
1897
2049
  data?: `0x${string}` | undefined;
1898
- from: `0x${string}`;
1899
- gas?: `0x${string}` | undefined;
1900
- nonce?: `0x${string}` | undefined;
2050
+ from?: `0x${string}`;
2051
+ gas?: bigint | undefined;
2052
+ nonce?: number | undefined;
2053
+ value?: bigint | undefined;
1901
2054
  to?: `0x${string}` | null | undefined;
1902
- value?: `0x${string}` | undefined;
1903
- gasPrice?: `0x${string}` | undefined;
1904
- maxFeePerBlobGas?: undefined;
1905
- maxFeePerGas?: undefined;
1906
- maxPriorityFeePerGas?: undefined;
2055
+ gasPrice?: bigint | undefined;
2056
+ maxFeePerGas?: bigint | undefined;
2057
+ maxPriorityFeePerGas?: bigint | undefined;
2058
+ maxFeePerBlobGas?: bigint | undefined;
1907
2059
  accessList?: import("../index.js").AccessList | undefined;
1908
- blobs?: undefined;
1909
- type?: "0x1" | undefined;
1910
- feeCurrency?: `0x${string}` | undefined;
1911
- gatewayFee?: `0x${string}` | undefined;
1912
- gatewayFeeRecipient?: `0x${string}` | undefined;
1913
- } | {
2060
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2061
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2062
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2063
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2064
+ sidecars?: undefined;
2065
+ } & {
1914
2066
  data?: `0x${string}` | undefined;
1915
2067
  from: `0x${string}`;
1916
- gas?: `0x${string}` | undefined;
2068
+ gas?: bigint | undefined;
2069
+ nonce?: number | undefined;
2070
+ value?: bigint | undefined;
2071
+ to: `0x${string}` | null;
2072
+ gasPrice?: undefined;
2073
+ maxFeePerGas?: bigint | undefined;
2074
+ maxPriorityFeePerGas?: bigint | undefined;
2075
+ maxFeePerBlobGas: bigint;
2076
+ accessList?: import("../index.js").AccessList | undefined;
2077
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2078
+ type?: "eip4844" | undefined;
2079
+ blobVersionedHashes: readonly `0x${string}`[];
2080
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2081
+ sidecars?: undefined;
2082
+ } & {
2083
+ feeCurrency?: `0x${string}` | undefined;
2084
+ gatewayFee?: bigint | undefined;
2085
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2086
+ }) | ({
2087
+ data?: `0x${string}` | undefined;
2088
+ from?: `0x${string}`;
2089
+ gas?: bigint | undefined;
2090
+ nonce?: number | undefined;
2091
+ value?: bigint | undefined;
2092
+ to?: `0x${string}` | null | undefined;
2093
+ gasPrice?: bigint | undefined;
2094
+ maxFeePerGas?: bigint | undefined;
2095
+ maxPriorityFeePerGas?: bigint | undefined;
2096
+ maxFeePerBlobGas?: bigint | undefined;
2097
+ accessList?: import("../index.js").AccessList | undefined;
2098
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2099
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2100
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2101
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2102
+ sidecars?: undefined;
2103
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2104
+ accessList?: import("../index.js").AccessList | undefined;
2105
+ feeCurrency?: `0x${string}` | undefined;
2106
+ gatewayFee?: bigint | undefined;
2107
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2108
+ type?: "cip42" | undefined;
2109
+ }) | ({
2110
+ data?: `0x${string}` | undefined;
2111
+ from?: `0x${string}`;
2112
+ gas?: bigint | undefined;
2113
+ nonce?: number | undefined;
2114
+ value?: bigint | undefined;
2115
+ to?: `0x${string}` | null | undefined;
2116
+ gasPrice?: bigint | undefined;
2117
+ maxFeePerGas?: bigint | undefined;
2118
+ maxPriorityFeePerGas?: bigint | undefined;
2119
+ maxFeePerBlobGas?: bigint | undefined;
2120
+ accessList?: import("../index.js").AccessList | undefined;
2121
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2122
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2123
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2124
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2125
+ sidecars?: undefined;
2126
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2127
+ accessList?: import("../index.js").AccessList | undefined;
2128
+ feeCurrency?: `0x${string}` | undefined;
2129
+ gatewayFee?: undefined;
2130
+ gatewayFeeRecipient?: undefined;
2131
+ type?: "cip64" | undefined;
2132
+ }) | ({
2133
+ data?: `0x${string}` | undefined;
2134
+ from?: `0x${string}`;
2135
+ gas?: bigint | undefined;
2136
+ nonce?: number | undefined;
2137
+ value?: bigint | undefined;
2138
+ to?: `0x${string}` | null | undefined;
2139
+ gasPrice?: bigint | undefined;
2140
+ maxFeePerGas?: bigint | undefined;
2141
+ maxPriorityFeePerGas?: bigint | undefined;
2142
+ maxFeePerBlobGas?: bigint | undefined;
2143
+ accessList?: import("../index.js").AccessList | undefined;
2144
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2145
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2146
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2147
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2148
+ blobVersionedHashes?: undefined;
2149
+ } & {
2150
+ data?: `0x${string}` | undefined;
2151
+ from: `0x${string}`;
2152
+ gas?: bigint | undefined;
2153
+ nonce?: number | undefined;
2154
+ to?: `0x${string}` | null | undefined;
2155
+ value?: bigint | undefined;
2156
+ gasPrice?: bigint | undefined;
2157
+ maxFeePerBlobGas?: undefined;
2158
+ maxFeePerGas?: undefined;
2159
+ maxPriorityFeePerGas?: undefined;
2160
+ accessList?: undefined;
2161
+ blobs?: undefined;
2162
+ type?: "legacy" | undefined;
2163
+ kzg?: undefined;
2164
+ blobVersionedHashes?: undefined;
2165
+ sidecars?: undefined;
2166
+ } & {
2167
+ feeCurrency?: `0x${string}` | undefined;
2168
+ gatewayFee?: bigint | undefined;
2169
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2170
+ }) | ({
2171
+ data?: `0x${string}` | undefined;
2172
+ from?: `0x${string}`;
2173
+ gas?: bigint | undefined;
2174
+ nonce?: number | undefined;
2175
+ value?: bigint | undefined;
2176
+ to?: `0x${string}` | null | undefined;
2177
+ gasPrice?: bigint | undefined;
2178
+ maxFeePerGas?: bigint | undefined;
2179
+ maxPriorityFeePerGas?: bigint | undefined;
2180
+ maxFeePerBlobGas?: bigint | undefined;
2181
+ accessList?: import("../index.js").AccessList | undefined;
2182
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2183
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2184
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2185
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2186
+ blobVersionedHashes?: undefined;
2187
+ } & {
2188
+ data?: `0x${string}` | undefined;
2189
+ from: `0x${string}`;
2190
+ gas?: bigint | undefined;
2191
+ nonce?: number | undefined;
2192
+ to?: `0x${string}` | null | undefined;
2193
+ value?: bigint | undefined;
2194
+ gasPrice?: bigint | undefined;
2195
+ maxFeePerBlobGas?: undefined;
2196
+ maxFeePerGas?: undefined;
2197
+ maxPriorityFeePerGas?: undefined;
2198
+ accessList?: import("../index.js").AccessList | undefined;
2199
+ blobs?: undefined;
2200
+ type?: "eip2930" | undefined;
2201
+ kzg?: undefined;
2202
+ blobVersionedHashes?: undefined;
2203
+ sidecars?: undefined;
2204
+ } & {
2205
+ feeCurrency?: `0x${string}` | undefined;
2206
+ gatewayFee?: bigint | undefined;
2207
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2208
+ }) | ({
2209
+ data?: `0x${string}` | undefined;
2210
+ from?: `0x${string}`;
2211
+ gas?: bigint | undefined;
2212
+ nonce?: number | undefined;
2213
+ value?: bigint | undefined;
2214
+ to?: `0x${string}` | null | undefined;
2215
+ gasPrice?: bigint | undefined;
2216
+ maxFeePerGas?: bigint | undefined;
2217
+ maxPriorityFeePerGas?: bigint | undefined;
2218
+ maxFeePerBlobGas?: bigint | undefined;
2219
+ accessList?: import("../index.js").AccessList | undefined;
2220
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2221
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2222
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2223
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2224
+ blobVersionedHashes?: undefined;
2225
+ } & {
2226
+ data?: `0x${string}` | undefined;
2227
+ from: `0x${string}`;
2228
+ gas?: bigint | undefined;
2229
+ nonce?: number | undefined;
2230
+ to?: `0x${string}` | null | undefined;
2231
+ value?: bigint | undefined;
2232
+ gasPrice?: undefined;
2233
+ maxFeePerBlobGas?: undefined;
2234
+ maxFeePerGas?: bigint | undefined;
2235
+ maxPriorityFeePerGas?: bigint | undefined;
2236
+ accessList?: import("../index.js").AccessList | undefined;
2237
+ blobs?: undefined;
2238
+ type?: "eip1559" | undefined;
2239
+ kzg?: undefined;
2240
+ blobVersionedHashes?: undefined;
2241
+ sidecars?: undefined;
2242
+ } & {
2243
+ feeCurrency?: `0x${string}` | undefined;
2244
+ gatewayFee?: bigint | undefined;
2245
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2246
+ }) | ({
2247
+ data?: `0x${string}` | undefined;
2248
+ from?: `0x${string}`;
2249
+ gas?: bigint | undefined;
2250
+ nonce?: number | undefined;
2251
+ value?: bigint | undefined;
2252
+ to?: `0x${string}` | null | undefined;
2253
+ gasPrice?: bigint | undefined;
2254
+ maxFeePerGas?: bigint | undefined;
2255
+ maxPriorityFeePerGas?: bigint | undefined;
2256
+ maxFeePerBlobGas?: bigint | undefined;
2257
+ accessList?: import("../index.js").AccessList | undefined;
2258
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2259
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2260
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2261
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2262
+ blobVersionedHashes?: undefined;
2263
+ } & {
2264
+ data?: `0x${string}` | undefined;
2265
+ from: `0x${string}`;
2266
+ gas?: bigint | undefined;
2267
+ nonce?: number | undefined;
2268
+ value?: bigint | undefined;
2269
+ to: `0x${string}` | null;
2270
+ gasPrice?: undefined;
2271
+ maxFeePerGas?: bigint | undefined;
2272
+ maxPriorityFeePerGas?: bigint | undefined;
2273
+ maxFeePerBlobGas: bigint;
2274
+ accessList?: import("../index.js").AccessList | undefined;
2275
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2276
+ type?: "eip4844" | undefined;
2277
+ kzg: import("../types/kzg.js").Kzg | undefined;
2278
+ blobVersionedHashes?: undefined;
2279
+ sidecars?: undefined;
2280
+ } & {
2281
+ feeCurrency?: `0x${string}` | undefined;
2282
+ gatewayFee?: bigint | undefined;
2283
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2284
+ }) | ({
2285
+ data?: `0x${string}` | undefined;
2286
+ from?: `0x${string}`;
2287
+ gas?: bigint | undefined;
2288
+ nonce?: number | undefined;
2289
+ value?: bigint | undefined;
2290
+ to?: `0x${string}` | null | undefined;
2291
+ gasPrice?: bigint | undefined;
2292
+ maxFeePerGas?: bigint | undefined;
2293
+ maxPriorityFeePerGas?: bigint | undefined;
2294
+ maxFeePerBlobGas?: bigint | undefined;
2295
+ accessList?: import("../index.js").AccessList | undefined;
2296
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2297
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2298
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2299
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2300
+ blobVersionedHashes?: undefined;
2301
+ } & {
2302
+ data?: `0x${string}` | undefined;
2303
+ from: `0x${string}`;
2304
+ gas?: bigint | undefined;
2305
+ nonce?: number | undefined;
2306
+ value?: bigint | undefined;
2307
+ to: `0x${string}` | null;
2308
+ gasPrice?: undefined;
2309
+ maxFeePerGas?: bigint | undefined;
2310
+ maxPriorityFeePerGas?: bigint | undefined;
2311
+ maxFeePerBlobGas: bigint;
2312
+ accessList?: import("../index.js").AccessList | undefined;
2313
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2314
+ type?: "eip4844" | undefined;
2315
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2316
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2317
+ blobVersionedHashes?: undefined;
2318
+ } & {
2319
+ feeCurrency?: `0x${string}` | undefined;
2320
+ gatewayFee?: bigint | undefined;
2321
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2322
+ }) | ({
2323
+ data?: `0x${string}` | undefined;
2324
+ from?: `0x${string}`;
2325
+ gas?: bigint | undefined;
2326
+ nonce?: number | undefined;
2327
+ value?: bigint | undefined;
2328
+ to?: `0x${string}` | null | undefined;
2329
+ gasPrice?: bigint | undefined;
2330
+ maxFeePerGas?: bigint | undefined;
2331
+ maxPriorityFeePerGas?: bigint | undefined;
2332
+ maxFeePerBlobGas?: bigint | undefined;
2333
+ accessList?: import("../index.js").AccessList | undefined;
2334
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2335
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2336
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2337
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2338
+ blobVersionedHashes?: undefined;
2339
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2340
+ accessList?: import("../index.js").AccessList | undefined;
2341
+ feeCurrency?: `0x${string}` | undefined;
2342
+ gatewayFee?: bigint | undefined;
2343
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2344
+ type?: "cip42" | undefined;
2345
+ }) | ({
2346
+ data?: `0x${string}` | undefined;
2347
+ from?: `0x${string}`;
2348
+ gas?: bigint | undefined;
2349
+ nonce?: number | undefined;
2350
+ value?: bigint | undefined;
2351
+ to?: `0x${string}` | null | undefined;
2352
+ gasPrice?: bigint | undefined;
2353
+ maxFeePerGas?: bigint | undefined;
2354
+ maxPriorityFeePerGas?: bigint | undefined;
2355
+ maxFeePerBlobGas?: bigint | undefined;
2356
+ accessList?: import("../index.js").AccessList | undefined;
2357
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2358
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2359
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2360
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2361
+ blobVersionedHashes?: undefined;
2362
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2363
+ accessList?: import("../index.js").AccessList | undefined;
2364
+ feeCurrency?: `0x${string}` | undefined;
2365
+ gatewayFee?: undefined;
2366
+ gatewayFeeRecipient?: undefined;
2367
+ type?: "cip64" | undefined;
2368
+ })) => ({
2369
+ data?: `0x${string}` | undefined;
2370
+ from: `0x${string}`;
2371
+ gas?: `0x${string}` | undefined;
2372
+ nonce?: `0x${string}` | undefined;
2373
+ to?: `0x${string}` | null | undefined;
2374
+ value?: `0x${string}` | undefined;
2375
+ gasPrice?: `0x${string}` | undefined;
2376
+ maxFeePerBlobGas?: undefined;
2377
+ maxFeePerGas?: undefined;
2378
+ maxPriorityFeePerGas?: undefined;
2379
+ accessList?: undefined;
2380
+ blobs?: undefined;
2381
+ type?: "0x0" | undefined;
2382
+ kzg?: undefined;
2383
+ blobVersionedHashes?: undefined;
2384
+ sidecars?: undefined;
2385
+ feeCurrency?: `0x${string}` | undefined;
2386
+ gatewayFee?: `0x${string}` | undefined;
2387
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2388
+ } | {
2389
+ data?: `0x${string}` | undefined;
2390
+ from: `0x${string}`;
2391
+ gas?: `0x${string}` | undefined;
2392
+ nonce?: `0x${string}` | undefined;
2393
+ to?: `0x${string}` | null | undefined;
2394
+ value?: `0x${string}` | undefined;
2395
+ gasPrice?: `0x${string}` | undefined;
2396
+ maxFeePerBlobGas?: undefined;
2397
+ maxFeePerGas?: undefined;
2398
+ maxPriorityFeePerGas?: undefined;
2399
+ accessList?: import("../index.js").AccessList | undefined;
2400
+ blobs?: undefined;
2401
+ type?: "0x1" | undefined;
2402
+ kzg?: undefined;
2403
+ blobVersionedHashes?: undefined;
2404
+ sidecars?: undefined;
2405
+ feeCurrency?: `0x${string}` | undefined;
2406
+ gatewayFee?: `0x${string}` | undefined;
2407
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2408
+ } | {
2409
+ data?: `0x${string}` | undefined;
2410
+ from: `0x${string}`;
2411
+ gas?: `0x${string}` | undefined;
2412
+ nonce?: `0x${string}` | undefined;
2413
+ to?: `0x${string}` | null | undefined;
2414
+ value?: `0x${string}` | undefined;
2415
+ gasPrice?: undefined;
2416
+ maxFeePerBlobGas?: undefined;
2417
+ maxFeePerGas?: `0x${string}` | undefined;
2418
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2419
+ accessList?: import("../index.js").AccessList | undefined;
2420
+ blobs?: undefined;
2421
+ type?: "0x2" | undefined;
2422
+ kzg?: undefined;
2423
+ blobVersionedHashes?: undefined;
2424
+ sidecars?: undefined;
2425
+ feeCurrency?: `0x${string}` | undefined;
2426
+ gatewayFee?: `0x${string}` | undefined;
2427
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2428
+ } | {
2429
+ data?: `0x${string}` | undefined;
2430
+ from: `0x${string}`;
2431
+ gas?: `0x${string}` | undefined;
2432
+ nonce?: `0x${string}` | undefined;
2433
+ to?: `0x${string}` | null | undefined;
2434
+ value?: `0x${string}` | undefined;
2435
+ gasPrice?: undefined;
2436
+ maxFeePerBlobGas?: undefined;
2437
+ maxFeePerGas?: `0x${string}` | undefined;
2438
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2439
+ accessList?: import("../index.js").AccessList | undefined;
2440
+ blobs?: undefined;
2441
+ type?: "0x7c" | undefined;
2442
+ kzg?: undefined;
2443
+ blobVersionedHashes?: undefined;
2444
+ sidecars?: undefined;
2445
+ feeCurrency?: `0x${string}` | undefined;
2446
+ gatewayFee?: `0x${string}` | undefined;
2447
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2448
+ } | {
2449
+ data?: `0x${string}` | undefined;
2450
+ from: `0x${string}`;
2451
+ gas?: `0x${string}` | undefined;
2452
+ nonce?: `0x${string}` | undefined;
2453
+ to?: `0x${string}` | null | undefined;
2454
+ value?: `0x${string}` | undefined;
2455
+ gasPrice?: undefined;
2456
+ maxFeePerBlobGas?: undefined;
2457
+ maxFeePerGas?: `0x${string}` | undefined;
2458
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2459
+ accessList?: import("../index.js").AccessList | undefined;
2460
+ blobs?: undefined;
2461
+ type?: "0x7b" | undefined;
2462
+ kzg?: undefined;
2463
+ blobVersionedHashes?: undefined;
2464
+ sidecars?: undefined;
2465
+ feeCurrency?: `0x${string}` | undefined;
2466
+ gatewayFee?: undefined;
2467
+ gatewayFeeRecipient?: undefined;
2468
+ } | {
2469
+ data?: `0x${string}` | undefined;
2470
+ from: `0x${string}`;
2471
+ gas?: `0x${string}` | undefined;
2472
+ nonce?: `0x${string}` | undefined;
2473
+ to?: `0x${string}` | null | undefined;
2474
+ value?: `0x${string}` | undefined;
2475
+ gasPrice?: `0x${string}` | undefined;
2476
+ maxFeePerBlobGas?: undefined;
2477
+ maxFeePerGas?: undefined;
2478
+ maxPriorityFeePerGas?: undefined;
2479
+ accessList?: undefined;
2480
+ blobs?: undefined;
2481
+ type?: "0x0" | undefined;
2482
+ kzg?: undefined;
2483
+ blobVersionedHashes?: undefined;
2484
+ sidecars?: undefined;
2485
+ feeCurrency?: `0x${string}` | undefined;
2486
+ gatewayFee?: `0x${string}` | undefined;
2487
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2488
+ } | {
2489
+ data?: `0x${string}` | undefined;
2490
+ from: `0x${string}`;
2491
+ gas?: `0x${string}` | undefined;
2492
+ nonce?: `0x${string}` | undefined;
2493
+ to?: `0x${string}` | null | undefined;
2494
+ value?: `0x${string}` | undefined;
2495
+ gasPrice?: `0x${string}` | undefined;
2496
+ maxFeePerBlobGas?: undefined;
2497
+ maxFeePerGas?: undefined;
2498
+ maxPriorityFeePerGas?: undefined;
2499
+ accessList?: import("../index.js").AccessList | undefined;
2500
+ blobs?: undefined;
2501
+ type?: "0x1" | undefined;
2502
+ kzg?: undefined;
2503
+ blobVersionedHashes?: undefined;
2504
+ sidecars?: undefined;
2505
+ feeCurrency?: `0x${string}` | undefined;
2506
+ gatewayFee?: `0x${string}` | undefined;
2507
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2508
+ } | {
2509
+ data?: `0x${string}` | undefined;
2510
+ from: `0x${string}`;
2511
+ gas?: `0x${string}` | undefined;
1917
2512
  nonce?: `0x${string}` | undefined;
1918
2513
  to?: `0x${string}` | null | undefined;
1919
2514
  value?: `0x${string}` | undefined;
@@ -1924,6 +2519,9 @@ export declare const formatters: {
1924
2519
  accessList?: import("../index.js").AccessList | undefined;
1925
2520
  blobs?: undefined;
1926
2521
  type?: "0x2" | undefined;
2522
+ kzg?: undefined;
2523
+ blobVersionedHashes?: undefined;
2524
+ sidecars?: undefined;
1927
2525
  feeCurrency?: `0x${string}` | undefined;
1928
2526
  gatewayFee?: `0x${string}` | undefined;
1929
2527
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1941,6 +2539,9 @@ export declare const formatters: {
1941
2539
  accessList?: import("../index.js").AccessList | undefined;
1942
2540
  blobs?: undefined;
1943
2541
  type?: "0x7c" | undefined;
2542
+ kzg?: undefined;
2543
+ blobVersionedHashes?: undefined;
2544
+ sidecars?: undefined;
1944
2545
  feeCurrency?: `0x${string}` | undefined;
1945
2546
  gatewayFee?: `0x${string}` | undefined;
1946
2547
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1958,6 +2559,9 @@ export declare const formatters: {
1958
2559
  accessList?: import("../index.js").AccessList | undefined;
1959
2560
  blobs?: undefined;
1960
2561
  type?: "0x7b" | undefined;
2562
+ kzg?: undefined;
2563
+ blobVersionedHashes?: undefined;
2564
+ sidecars?: undefined;
1961
2565
  feeCurrency?: `0x${string}` | undefined;
1962
2566
  gatewayFee?: undefined;
1963
2567
  gatewayFeeRecipient?: undefined;
@@ -1975,6 +2579,9 @@ export declare const formatters: {
1975
2579
  accessList?: undefined;
1976
2580
  blobs?: undefined;
1977
2581
  type?: "0x0" | undefined;
2582
+ kzg?: undefined;
2583
+ blobVersionedHashes?: undefined;
2584
+ sidecars?: undefined;
1978
2585
  feeCurrency?: `0x${string}` | undefined;
1979
2586
  gatewayFee?: `0x${string}` | undefined;
1980
2587
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1992,6 +2599,9 @@ export declare const formatters: {
1992
2599
  accessList?: import("../index.js").AccessList | undefined;
1993
2600
  blobs?: undefined;
1994
2601
  type?: "0x1" | undefined;
2602
+ kzg?: undefined;
2603
+ blobVersionedHashes?: undefined;
2604
+ sidecars?: undefined;
1995
2605
  feeCurrency?: `0x${string}` | undefined;
1996
2606
  gatewayFee?: `0x${string}` | undefined;
1997
2607
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2009,6 +2619,9 @@ export declare const formatters: {
2009
2619
  accessList?: import("../index.js").AccessList | undefined;
2010
2620
  blobs?: undefined;
2011
2621
  type?: "0x2" | undefined;
2622
+ kzg?: undefined;
2623
+ blobVersionedHashes?: undefined;
2624
+ sidecars?: undefined;
2012
2625
  feeCurrency?: `0x${string}` | undefined;
2013
2626
  gatewayFee?: `0x${string}` | undefined;
2014
2627
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2026,6 +2639,9 @@ export declare const formatters: {
2026
2639
  accessList?: import("../index.js").AccessList | undefined;
2027
2640
  blobs?: undefined;
2028
2641
  type?: "0x7c" | undefined;
2642
+ kzg?: undefined;
2643
+ blobVersionedHashes?: undefined;
2644
+ sidecars?: undefined;
2029
2645
  feeCurrency?: `0x${string}` | undefined;
2030
2646
  gatewayFee?: `0x${string}` | undefined;
2031
2647
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2043,6 +2659,129 @@ export declare const formatters: {
2043
2659
  accessList?: import("../index.js").AccessList | undefined;
2044
2660
  blobs?: undefined;
2045
2661
  type?: "0x7b" | undefined;
2662
+ kzg?: undefined;
2663
+ blobVersionedHashes?: undefined;
2664
+ sidecars?: undefined;
2665
+ feeCurrency?: `0x${string}` | undefined;
2666
+ gatewayFee?: undefined;
2667
+ gatewayFeeRecipient?: undefined;
2668
+ } | {
2669
+ data?: `0x${string}` | undefined;
2670
+ from: `0x${string}`;
2671
+ gas?: `0x${string}` | undefined;
2672
+ nonce?: `0x${string}` | undefined;
2673
+ value?: `0x${string}` | undefined;
2674
+ to: `0x${string}` | null;
2675
+ gasPrice?: undefined;
2676
+ maxFeePerGas?: `0x${string}` | undefined;
2677
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2678
+ maxFeePerBlobGas: `0x${string}`;
2679
+ accessList?: import("../index.js").AccessList | undefined;
2680
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2681
+ type?: "0x3" | undefined;
2682
+ kzg: import("../types/kzg.js").Kzg | undefined;
2683
+ blobVersionedHashes?: undefined;
2684
+ sidecars?: undefined;
2685
+ feeCurrency?: `0x${string}` | undefined;
2686
+ gatewayFee?: `0x${string}` | undefined;
2687
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2688
+ } | {
2689
+ data?: `0x${string}` | undefined;
2690
+ from: `0x${string}`;
2691
+ gas?: `0x${string}` | undefined;
2692
+ nonce?: `0x${string}` | undefined;
2693
+ value?: `0x${string}` | undefined;
2694
+ to: `0x${string}` | null | undefined;
2695
+ gasPrice?: undefined;
2696
+ maxFeePerGas?: `0x${string}` | undefined;
2697
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2698
+ maxFeePerBlobGas: undefined;
2699
+ accessList?: import("../index.js").AccessList | undefined;
2700
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2701
+ type?: "0x7c" | undefined;
2702
+ kzg: import("../types/kzg.js").Kzg | undefined;
2703
+ blobVersionedHashes?: undefined;
2704
+ sidecars?: undefined;
2705
+ feeCurrency?: `0x${string}` | undefined;
2706
+ gatewayFee?: `0x${string}` | undefined;
2707
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2708
+ } | {
2709
+ data?: `0x${string}` | undefined;
2710
+ from: `0x${string}`;
2711
+ gas?: `0x${string}` | undefined;
2712
+ nonce?: `0x${string}` | undefined;
2713
+ value?: `0x${string}` | undefined;
2714
+ to: `0x${string}` | null | undefined;
2715
+ gasPrice?: undefined;
2716
+ maxFeePerGas?: `0x${string}` | undefined;
2717
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2718
+ maxFeePerBlobGas: undefined;
2719
+ accessList?: import("../index.js").AccessList | undefined;
2720
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2721
+ type?: "0x7b" | undefined;
2722
+ kzg: import("../types/kzg.js").Kzg | undefined;
2723
+ blobVersionedHashes?: undefined;
2724
+ sidecars?: undefined;
2725
+ feeCurrency?: `0x${string}` | undefined;
2726
+ gatewayFee?: undefined;
2727
+ gatewayFeeRecipient?: undefined;
2728
+ } | {
2729
+ data?: `0x${string}` | undefined;
2730
+ from: `0x${string}`;
2731
+ gas?: `0x${string}` | undefined;
2732
+ nonce?: `0x${string}` | undefined;
2733
+ value?: `0x${string}` | undefined;
2734
+ to: `0x${string}` | null;
2735
+ gasPrice?: undefined;
2736
+ maxFeePerGas?: `0x${string}` | undefined;
2737
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2738
+ maxFeePerBlobGas: `0x${string}`;
2739
+ accessList?: import("../index.js").AccessList | undefined;
2740
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2741
+ type?: "0x3" | undefined;
2742
+ blobVersionedHashes: readonly `0x${string}`[];
2743
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2744
+ sidecars?: undefined;
2745
+ feeCurrency?: `0x${string}` | undefined;
2746
+ gatewayFee?: `0x${string}` | undefined;
2747
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2748
+ } | {
2749
+ data?: `0x${string}` | undefined;
2750
+ from: `0x${string}`;
2751
+ gas?: `0x${string}` | undefined;
2752
+ nonce?: `0x${string}` | undefined;
2753
+ value?: `0x${string}` | undefined;
2754
+ to: `0x${string}` | null | undefined;
2755
+ gasPrice?: undefined;
2756
+ maxFeePerGas?: `0x${string}` | undefined;
2757
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2758
+ maxFeePerBlobGas: undefined;
2759
+ accessList?: import("../index.js").AccessList | undefined;
2760
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2761
+ type?: "0x7c" | undefined;
2762
+ blobVersionedHashes: readonly `0x${string}`[];
2763
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2764
+ sidecars?: undefined;
2765
+ feeCurrency?: `0x${string}` | undefined;
2766
+ gatewayFee?: `0x${string}` | undefined;
2767
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2768
+ } | {
2769
+ data?: `0x${string}` | undefined;
2770
+ from: `0x${string}`;
2771
+ gas?: `0x${string}` | undefined;
2772
+ nonce?: `0x${string}` | undefined;
2773
+ value?: `0x${string}` | undefined;
2774
+ to: `0x${string}` | null | undefined;
2775
+ gasPrice?: undefined;
2776
+ maxFeePerGas?: `0x${string}` | undefined;
2777
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2778
+ maxFeePerBlobGas: undefined;
2779
+ accessList?: import("../index.js").AccessList | undefined;
2780
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2781
+ type?: "0x7b" | undefined;
2782
+ blobVersionedHashes: readonly `0x${string}`[];
2783
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2784
+ sidecars?: undefined;
2046
2785
  feeCurrency?: `0x${string}` | undefined;
2047
2786
  gatewayFee?: undefined;
2048
2787
  gatewayFeeRecipient?: undefined;
@@ -2060,6 +2799,9 @@ export declare const formatters: {
2060
2799
  accessList?: import("../index.js").AccessList | undefined;
2061
2800
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2062
2801
  type?: "0x3" | undefined;
2802
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2803
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2804
+ blobVersionedHashes?: undefined;
2063
2805
  feeCurrency?: `0x${string}` | undefined;
2064
2806
  gatewayFee?: `0x${string}` | undefined;
2065
2807
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2077,6 +2819,9 @@ export declare const formatters: {
2077
2819
  accessList?: import("../index.js").AccessList | undefined;
2078
2820
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2079
2821
  type?: "0x7c" | undefined;
2822
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2823
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2824
+ blobVersionedHashes?: undefined;
2080
2825
  feeCurrency?: `0x${string}` | undefined;
2081
2826
  gatewayFee?: `0x${string}` | undefined;
2082
2827
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2094,6 +2839,9 @@ export declare const formatters: {
2094
2839
  accessList?: import("../index.js").AccessList | undefined;
2095
2840
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2096
2841
  type?: "0x7b" | undefined;
2842
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2843
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2844
+ blobVersionedHashes?: undefined;
2097
2845
  feeCurrency?: `0x${string}` | undefined;
2098
2846
  gatewayFee?: undefined;
2099
2847
  gatewayFeeRecipient?: undefined;