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
@@ -60,6 +60,7 @@ export declare const chainConfig: {
60
60
  gas?: `0x${string}`;
61
61
  nonce?: `0x${string}`;
62
62
  value?: `0x${string}`;
63
+ blobVersionedHashes?: undefined;
63
64
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
64
65
  accessList?: undefined;
65
66
  blockHash?: `0x${string}` | null;
@@ -67,7 +68,6 @@ export declare const chainConfig: {
67
68
  hash?: `0x${string}`;
68
69
  input?: `0x${string}`;
69
70
  transactionIndex?: `0x${string}` | null;
70
- blobVersionedHashes?: undefined;
71
71
  chainId?: `0x${string}` | undefined;
72
72
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
73
73
  r: `0x${string}`;
@@ -111,6 +111,7 @@ export declare const chainConfig: {
111
111
  gas?: `0x${string}`;
112
112
  nonce?: `0x${string}`;
113
113
  value?: `0x${string}`;
114
+ blobVersionedHashes?: undefined;
114
115
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
115
116
  accessList?: undefined;
116
117
  blockHash?: `0x${string}` | null;
@@ -118,7 +119,6 @@ export declare const chainConfig: {
118
119
  hash?: `0x${string}`;
119
120
  input?: `0x${string}`;
120
121
  transactionIndex?: `0x${string}` | null;
121
- blobVersionedHashes?: undefined;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
124
124
  feeCurrency: `0x${string}` | null;
@@ -139,6 +139,7 @@ export declare const chainConfig: {
139
139
  gas?: `0x${string}`;
140
140
  nonce?: `0x${string}`;
141
141
  value?: `0x${string}`;
142
+ blobVersionedHashes?: undefined;
142
143
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
143
144
  accessList?: undefined;
144
145
  blockHash?: `0x${string}` | null;
@@ -146,7 +147,6 @@ export declare const chainConfig: {
146
147
  hash?: `0x${string}`;
147
148
  input?: `0x${string}`;
148
149
  transactionIndex?: `0x${string}` | null;
149
- blobVersionedHashes?: undefined;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
152
152
  feeCurrency: `0x${string}` | null;
@@ -167,6 +167,7 @@ export declare const chainConfig: {
167
167
  gas?: `0x${string}`;
168
168
  nonce?: `0x${string}`;
169
169
  value?: `0x${string}`;
170
+ blobVersionedHashes?: undefined;
170
171
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
171
172
  accessList?: import("../index.js").AccessList | undefined;
172
173
  blockHash?: `0x${string}` | null;
@@ -174,7 +175,6 @@ export declare const chainConfig: {
174
175
  hash?: `0x${string}`;
175
176
  input?: `0x${string}`;
176
177
  transactionIndex?: `0x${string}` | null;
177
- blobVersionedHashes?: undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
180
180
  r: `0x${string}`;
@@ -218,6 +218,7 @@ export declare const chainConfig: {
218
218
  gas?: `0x${string}`;
219
219
  nonce?: `0x${string}`;
220
220
  value?: `0x${string}`;
221
+ blobVersionedHashes?: undefined;
221
222
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
222
223
  accessList?: import("../index.js").AccessList | undefined;
223
224
  blockHash?: `0x${string}` | null;
@@ -225,7 +226,6 @@ export declare const chainConfig: {
225
226
  hash?: `0x${string}`;
226
227
  input?: `0x${string}`;
227
228
  transactionIndex?: `0x${string}` | null;
228
- blobVersionedHashes?: undefined;
229
229
  chainId?: `0x${string}` | undefined;
230
230
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
231
231
  blockHash: `0x${string}` | null;
@@ -269,6 +269,7 @@ export declare const chainConfig: {
269
269
  gas?: `0x${string}`;
270
270
  nonce?: `0x${string}`;
271
271
  value?: `0x${string}`;
272
+ blobVersionedHashes?: undefined;
272
273
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
273
274
  accessList?: import("../index.js").AccessList | undefined;
274
275
  blockHash?: `0x${string}` | null;
@@ -276,7 +277,6 @@ export declare const chainConfig: {
276
277
  hash?: `0x${string}`;
277
278
  input?: `0x${string}`;
278
279
  transactionIndex?: `0x${string}` | null;
279
- blobVersionedHashes?: undefined;
280
280
  chainId?: `0x${string}` | undefined;
281
281
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
282
282
  blockHash: `0x${string}` | null;
@@ -320,6 +320,7 @@ export declare const chainConfig: {
320
320
  gas?: `0x${string}`;
321
321
  nonce?: `0x${string}`;
322
322
  value?: `0x${string}`;
323
+ blobVersionedHashes?: undefined;
323
324
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
324
325
  accessList?: import("../index.js").AccessList | undefined;
325
326
  blockHash?: `0x${string}` | null;
@@ -327,7 +328,6 @@ export declare const chainConfig: {
327
328
  hash?: `0x${string}`;
328
329
  input?: `0x${string}`;
329
330
  transactionIndex?: `0x${string}` | null;
330
- blobVersionedHashes?: undefined;
331
331
  chainId?: `0x${string}` | undefined;
332
332
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
333
333
  feeCurrency: `0x${string}` | null;
@@ -348,6 +348,7 @@ export declare const chainConfig: {
348
348
  gas?: `0x${string}`;
349
349
  nonce?: `0x${string}`;
350
350
  value?: `0x${string}`;
351
+ blobVersionedHashes?: undefined;
351
352
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
352
353
  accessList?: import("../index.js").AccessList | undefined;
353
354
  blockHash?: `0x${string}` | null;
@@ -355,7 +356,6 @@ export declare const chainConfig: {
355
356
  hash?: `0x${string}`;
356
357
  input?: `0x${string}`;
357
358
  transactionIndex?: `0x${string}` | null;
358
- blobVersionedHashes?: undefined;
359
359
  chainId?: `0x${string}` | undefined;
360
360
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
361
361
  feeCurrency: `0x${string}` | null;
@@ -376,6 +376,7 @@ export declare const chainConfig: {
376
376
  gas?: `0x${string}`;
377
377
  nonce?: `0x${string}`;
378
378
  value?: `0x${string}`;
379
+ blobVersionedHashes?: undefined;
379
380
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
380
381
  accessList?: import("../index.js").AccessList | undefined;
381
382
  blockHash?: `0x${string}` | null;
@@ -383,7 +384,6 @@ export declare const chainConfig: {
383
384
  hash?: `0x${string}`;
384
385
  input?: `0x${string}`;
385
386
  transactionIndex?: `0x${string}` | null;
386
- blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
389
389
  r: `0x${string}`;
@@ -427,6 +427,7 @@ export declare const chainConfig: {
427
427
  gas?: `0x${string}`;
428
428
  nonce?: `0x${string}`;
429
429
  value?: `0x${string}`;
430
+ blobVersionedHashes?: undefined;
430
431
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
431
432
  accessList?: import("../index.js").AccessList | undefined;
432
433
  blockHash?: `0x${string}` | null;
@@ -434,7 +435,6 @@ export declare const chainConfig: {
434
435
  hash?: `0x${string}`;
435
436
  input?: `0x${string}`;
436
437
  transactionIndex?: `0x${string}` | null;
437
- blobVersionedHashes?: undefined;
438
438
  chainId?: `0x${string}` | undefined;
439
439
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
440
440
  blockHash: `0x${string}` | null;
@@ -478,6 +478,7 @@ export declare const chainConfig: {
478
478
  gas?: `0x${string}`;
479
479
  nonce?: `0x${string}`;
480
480
  value?: `0x${string}`;
481
+ blobVersionedHashes?: undefined;
481
482
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
482
483
  accessList?: import("../index.js").AccessList | undefined;
483
484
  blockHash?: `0x${string}` | null;
@@ -485,7 +486,6 @@ export declare const chainConfig: {
485
486
  hash?: `0x${string}`;
486
487
  input?: `0x${string}`;
487
488
  transactionIndex?: `0x${string}` | null;
488
- blobVersionedHashes?: undefined;
489
489
  chainId?: `0x${string}` | undefined;
490
490
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
491
491
  blockHash: `0x${string}` | null;
@@ -529,6 +529,7 @@ export declare const chainConfig: {
529
529
  gas?: `0x${string}`;
530
530
  nonce?: `0x${string}`;
531
531
  value?: `0x${string}`;
532
+ blobVersionedHashes?: undefined;
532
533
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
533
534
  accessList?: import("../index.js").AccessList | undefined;
534
535
  blockHash?: `0x${string}` | null;
@@ -536,7 +537,6 @@ export declare const chainConfig: {
536
537
  hash?: `0x${string}`;
537
538
  input?: `0x${string}`;
538
539
  transactionIndex?: `0x${string}` | null;
539
- blobVersionedHashes?: undefined;
540
540
  chainId?: `0x${string}` | undefined;
541
541
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
542
542
  feeCurrency: `0x${string}` | null;
@@ -557,6 +557,7 @@ export declare const chainConfig: {
557
557
  gas?: `0x${string}`;
558
558
  nonce?: `0x${string}`;
559
559
  value?: `0x${string}`;
560
+ blobVersionedHashes?: undefined;
560
561
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
561
562
  accessList?: import("../index.js").AccessList | undefined;
562
563
  blockHash?: `0x${string}` | null;
@@ -564,7 +565,6 @@ export declare const chainConfig: {
564
565
  hash?: `0x${string}`;
565
566
  input?: `0x${string}`;
566
567
  transactionIndex?: `0x${string}` | null;
567
- blobVersionedHashes?: undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
570
570
  feeCurrency: `0x${string}` | null;
@@ -585,6 +585,7 @@ export declare const chainConfig: {
585
585
  gas?: `0x${string}`;
586
586
  nonce?: `0x${string}`;
587
587
  value?: `0x${string}`;
588
+ blobVersionedHashes?: `0x${string}`[] | undefined;
588
589
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
589
590
  accessList?: import("../index.js").AccessList | undefined;
590
591
  blockHash?: `0x${string}` | null;
@@ -592,7 +593,6 @@ export declare const chainConfig: {
592
593
  hash?: `0x${string}`;
593
594
  input?: `0x${string}`;
594
595
  transactionIndex?: `0x${string}` | null;
595
- blobVersionedHashes?: `0x${string}`[] | undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
598
598
  r: `0x${string}`;
@@ -636,6 +636,7 @@ export declare const chainConfig: {
636
636
  gas?: `0x${string}`;
637
637
  nonce?: `0x${string}`;
638
638
  value?: `0x${string}`;
639
+ blobVersionedHashes?: `0x${string}`[] | undefined;
639
640
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
640
641
  accessList?: import("../index.js").AccessList | undefined;
641
642
  blockHash?: `0x${string}` | null;
@@ -643,7 +644,6 @@ export declare const chainConfig: {
643
644
  hash?: `0x${string}`;
644
645
  input?: `0x${string}`;
645
646
  transactionIndex?: `0x${string}` | null;
646
- blobVersionedHashes?: `0x${string}`[] | undefined;
647
647
  chainId?: `0x${string}` | undefined;
648
648
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
649
649
  blockHash: `0x${string}` | null;
@@ -687,6 +687,7 @@ export declare const chainConfig: {
687
687
  gas?: `0x${string}`;
688
688
  nonce?: `0x${string}`;
689
689
  value?: `0x${string}`;
690
+ blobVersionedHashes?: `0x${string}`[] | undefined;
690
691
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
691
692
  accessList?: import("../index.js").AccessList | undefined;
692
693
  blockHash?: `0x${string}` | null;
@@ -694,7 +695,6 @@ export declare const chainConfig: {
694
695
  hash?: `0x${string}`;
695
696
  input?: `0x${string}`;
696
697
  transactionIndex?: `0x${string}` | null;
697
- blobVersionedHashes?: `0x${string}`[] | undefined;
698
698
  chainId?: `0x${string}` | undefined;
699
699
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
700
700
  blockHash: `0x${string}` | null;
@@ -738,6 +738,7 @@ export declare const chainConfig: {
738
738
  gas?: `0x${string}`;
739
739
  nonce?: `0x${string}`;
740
740
  value?: `0x${string}`;
741
+ blobVersionedHashes?: `0x${string}`[] | undefined;
741
742
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
742
743
  accessList?: import("../index.js").AccessList | undefined;
743
744
  blockHash?: `0x${string}` | null;
@@ -745,7 +746,6 @@ export declare const chainConfig: {
745
746
  hash?: `0x${string}`;
746
747
  input?: `0x${string}`;
747
748
  transactionIndex?: `0x${string}` | null;
748
- blobVersionedHashes?: `0x${string}`[] | undefined;
749
749
  chainId?: `0x${string}` | undefined;
750
750
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
751
751
  blockHash: `0x${string}` | null;
@@ -789,6 +789,7 @@ export declare const chainConfig: {
789
789
  gas?: `0x${string}`;
790
790
  nonce?: `0x${string}`;
791
791
  value?: `0x${string}`;
792
+ blobVersionedHashes?: `0x${string}`[] | undefined;
792
793
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
793
794
  accessList?: import("../index.js").AccessList | undefined;
794
795
  blockHash?: `0x${string}` | null;
@@ -796,7 +797,6 @@ export declare const chainConfig: {
796
797
  hash?: `0x${string}`;
797
798
  input?: `0x${string}`;
798
799
  transactionIndex?: `0x${string}` | null;
799
- blobVersionedHashes?: `0x${string}`[] | undefined;
800
800
  chainId?: `0x${string}` | undefined;
801
801
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
802
802
  feeCurrency: `0x${string}` | null;
@@ -817,6 +817,7 @@ export declare const chainConfig: {
817
817
  gas?: `0x${string}`;
818
818
  nonce?: `0x${string}`;
819
819
  value?: `0x${string}`;
820
+ blobVersionedHashes?: `0x${string}`[] | undefined;
820
821
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
821
822
  accessList?: import("../index.js").AccessList | undefined;
822
823
  blockHash?: `0x${string}` | null;
@@ -824,7 +825,6 @@ export declare const chainConfig: {
824
825
  hash?: `0x${string}`;
825
826
  input?: `0x${string}`;
826
827
  transactionIndex?: `0x${string}` | null;
827
- blobVersionedHashes?: `0x${string}`[] | undefined;
828
828
  chainId?: `0x${string}` | undefined;
829
829
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
830
830
  feeCurrency: `0x${string}` | null;
@@ -1228,6 +1228,9 @@ export declare const chainConfig: {
1228
1228
  accessList?: import("../index.js").AccessList | undefined;
1229
1229
  blobs?: undefined;
1230
1230
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1231
+ kzg?: undefined;
1232
+ blobVersionedHashes?: undefined;
1233
+ sidecars?: undefined;
1231
1234
  } & {
1232
1235
  data?: `0x${string}` | undefined;
1233
1236
  from: `0x${string}`;
@@ -1242,6 +1245,9 @@ export declare const chainConfig: {
1242
1245
  accessList?: undefined;
1243
1246
  blobs?: undefined;
1244
1247
  type?: "legacy" | undefined;
1248
+ kzg?: undefined;
1249
+ blobVersionedHashes?: undefined;
1250
+ sidecars?: undefined;
1245
1251
  } & {
1246
1252
  feeCurrency?: `0x${string}` | undefined;
1247
1253
  gatewayFee?: bigint | undefined;
@@ -1260,6 +1266,9 @@ export declare const chainConfig: {
1260
1266
  accessList?: import("../index.js").AccessList | undefined;
1261
1267
  blobs?: undefined;
1262
1268
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1269
+ kzg?: undefined;
1270
+ blobVersionedHashes?: undefined;
1271
+ sidecars?: undefined;
1263
1272
  } & {
1264
1273
  data?: `0x${string}` | undefined;
1265
1274
  from: `0x${string}`;
@@ -1274,6 +1283,9 @@ export declare const chainConfig: {
1274
1283
  accessList?: import("../index.js").AccessList | undefined;
1275
1284
  blobs?: undefined;
1276
1285
  type?: "eip2930" | undefined;
1286
+ kzg?: undefined;
1287
+ blobVersionedHashes?: undefined;
1288
+ sidecars?: undefined;
1277
1289
  } & {
1278
1290
  feeCurrency?: `0x${string}` | undefined;
1279
1291
  gatewayFee?: bigint | undefined;
@@ -1292,6 +1304,9 @@ export declare const chainConfig: {
1292
1304
  accessList?: import("../index.js").AccessList | undefined;
1293
1305
  blobs?: undefined;
1294
1306
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1307
+ kzg?: undefined;
1308
+ blobVersionedHashes?: undefined;
1309
+ sidecars?: undefined;
1295
1310
  } & {
1296
1311
  data?: `0x${string}` | undefined;
1297
1312
  from: `0x${string}`;
@@ -1306,6 +1321,9 @@ export declare const chainConfig: {
1306
1321
  accessList?: import("../index.js").AccessList | undefined;
1307
1322
  blobs?: undefined;
1308
1323
  type?: "eip1559" | undefined;
1324
+ kzg?: undefined;
1325
+ blobVersionedHashes?: undefined;
1326
+ sidecars?: undefined;
1309
1327
  } & {
1310
1328
  feeCurrency?: `0x${string}` | undefined;
1311
1329
  gatewayFee?: bigint | undefined;
@@ -1324,6 +1342,9 @@ export declare const chainConfig: {
1324
1342
  accessList?: import("../index.js").AccessList | undefined;
1325
1343
  blobs?: undefined;
1326
1344
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1345
+ kzg?: undefined;
1346
+ blobVersionedHashes?: undefined;
1347
+ sidecars?: undefined;
1327
1348
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1328
1349
  accessList?: import("../index.js").AccessList | undefined;
1329
1350
  feeCurrency?: `0x${string}` | undefined;
@@ -1344,6 +1365,9 @@ export declare const chainConfig: {
1344
1365
  accessList?: import("../index.js").AccessList | undefined;
1345
1366
  blobs?: undefined;
1346
1367
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1368
+ kzg?: undefined;
1369
+ blobVersionedHashes?: undefined;
1370
+ sidecars?: undefined;
1347
1371
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1348
1372
  accessList?: import("../index.js").AccessList | undefined;
1349
1373
  feeCurrency?: `0x${string}` | undefined;
@@ -1364,6 +1388,9 @@ export declare const chainConfig: {
1364
1388
  accessList?: import("../index.js").AccessList | undefined;
1365
1389
  blobs?: undefined;
1366
1390
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1391
+ kzg?: undefined;
1392
+ blobVersionedHashes?: undefined;
1393
+ sidecars?: undefined;
1367
1394
  } & {
1368
1395
  data?: `0x${string}` | undefined;
1369
1396
  from: `0x${string}`;
@@ -1378,6 +1405,9 @@ export declare const chainConfig: {
1378
1405
  accessList?: undefined;
1379
1406
  blobs?: undefined;
1380
1407
  type?: "legacy" | undefined;
1408
+ kzg?: undefined;
1409
+ blobVersionedHashes?: undefined;
1410
+ sidecars?: undefined;
1381
1411
  } & {
1382
1412
  feeCurrency?: `0x${string}` | undefined;
1383
1413
  gatewayFee?: bigint | undefined;
@@ -1396,6 +1426,9 @@ export declare const chainConfig: {
1396
1426
  accessList?: import("../index.js").AccessList | undefined;
1397
1427
  blobs?: undefined;
1398
1428
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1429
+ kzg?: undefined;
1430
+ blobVersionedHashes?: undefined;
1431
+ sidecars?: undefined;
1399
1432
  } & {
1400
1433
  data?: `0x${string}` | undefined;
1401
1434
  from: `0x${string}`;
@@ -1410,6 +1443,9 @@ export declare const chainConfig: {
1410
1443
  accessList?: import("../index.js").AccessList | undefined;
1411
1444
  blobs?: undefined;
1412
1445
  type?: "eip2930" | undefined;
1446
+ kzg?: undefined;
1447
+ blobVersionedHashes?: undefined;
1448
+ sidecars?: undefined;
1413
1449
  } & {
1414
1450
  feeCurrency?: `0x${string}` | undefined;
1415
1451
  gatewayFee?: bigint | undefined;
@@ -1428,6 +1464,9 @@ export declare const chainConfig: {
1428
1464
  accessList?: import("../index.js").AccessList | undefined;
1429
1465
  blobs?: undefined;
1430
1466
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1467
+ kzg?: undefined;
1468
+ blobVersionedHashes?: undefined;
1469
+ sidecars?: undefined;
1431
1470
  } & {
1432
1471
  data?: `0x${string}` | undefined;
1433
1472
  from: `0x${string}`;
@@ -1442,6 +1481,9 @@ export declare const chainConfig: {
1442
1481
  accessList?: import("../index.js").AccessList | undefined;
1443
1482
  blobs?: undefined;
1444
1483
  type?: "eip1559" | undefined;
1484
+ kzg?: undefined;
1485
+ blobVersionedHashes?: undefined;
1486
+ sidecars?: undefined;
1445
1487
  } & {
1446
1488
  feeCurrency?: `0x${string}` | undefined;
1447
1489
  gatewayFee?: bigint | undefined;
@@ -1460,6 +1502,9 @@ export declare const chainConfig: {
1460
1502
  accessList?: import("../index.js").AccessList | undefined;
1461
1503
  blobs?: undefined;
1462
1504
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1505
+ kzg?: undefined;
1506
+ blobVersionedHashes?: undefined;
1507
+ sidecars?: undefined;
1463
1508
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1464
1509
  accessList?: import("../index.js").AccessList | undefined;
1465
1510
  feeCurrency?: `0x${string}` | undefined;
@@ -1480,6 +1525,9 @@ export declare const chainConfig: {
1480
1525
  accessList?: import("../index.js").AccessList | undefined;
1481
1526
  blobs?: undefined;
1482
1527
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1528
+ kzg?: undefined;
1529
+ blobVersionedHashes?: undefined;
1530
+ sidecars?: undefined;
1483
1531
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1484
1532
  accessList?: import("../index.js").AccessList | undefined;
1485
1533
  feeCurrency?: `0x${string}` | undefined;
@@ -1500,6 +1548,9 @@ export declare const chainConfig: {
1500
1548
  accessList?: import("../index.js").AccessList | undefined;
1501
1549
  blobs?: undefined;
1502
1550
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1551
+ kzg?: undefined;
1552
+ blobVersionedHashes?: undefined;
1553
+ sidecars?: undefined;
1503
1554
  } & {
1504
1555
  data?: `0x${string}` | undefined;
1505
1556
  from: `0x${string}`;
@@ -1514,6 +1565,9 @@ export declare const chainConfig: {
1514
1565
  accessList?: undefined;
1515
1566
  blobs?: undefined;
1516
1567
  type?: "legacy" | undefined;
1568
+ kzg?: undefined;
1569
+ blobVersionedHashes?: undefined;
1570
+ sidecars?: undefined;
1517
1571
  } & {
1518
1572
  feeCurrency?: `0x${string}` | undefined;
1519
1573
  gatewayFee?: bigint | undefined;
@@ -1532,6 +1586,9 @@ export declare const chainConfig: {
1532
1586
  accessList?: import("../index.js").AccessList | undefined;
1533
1587
  blobs?: undefined;
1534
1588
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1589
+ kzg?: undefined;
1590
+ blobVersionedHashes?: undefined;
1591
+ sidecars?: undefined;
1535
1592
  } & {
1536
1593
  data?: `0x${string}` | undefined;
1537
1594
  from: `0x${string}`;
@@ -1546,6 +1603,9 @@ export declare const chainConfig: {
1546
1603
  accessList?: import("../index.js").AccessList | undefined;
1547
1604
  blobs?: undefined;
1548
1605
  type?: "eip2930" | undefined;
1606
+ kzg?: undefined;
1607
+ blobVersionedHashes?: undefined;
1608
+ sidecars?: undefined;
1549
1609
  } & {
1550
1610
  feeCurrency?: `0x${string}` | undefined;
1551
1611
  gatewayFee?: bigint | undefined;
@@ -1564,6 +1624,9 @@ export declare const chainConfig: {
1564
1624
  accessList?: import("../index.js").AccessList | undefined;
1565
1625
  blobs?: undefined;
1566
1626
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1627
+ kzg?: undefined;
1628
+ blobVersionedHashes?: undefined;
1629
+ sidecars?: undefined;
1567
1630
  } & {
1568
1631
  data?: `0x${string}` | undefined;
1569
1632
  from: `0x${string}`;
@@ -1578,6 +1641,9 @@ export declare const chainConfig: {
1578
1641
  accessList?: import("../index.js").AccessList | undefined;
1579
1642
  blobs?: undefined;
1580
1643
  type?: "eip1559" | undefined;
1644
+ kzg?: undefined;
1645
+ blobVersionedHashes?: undefined;
1646
+ sidecars?: undefined;
1581
1647
  } & {
1582
1648
  feeCurrency?: `0x${string}` | undefined;
1583
1649
  gatewayFee?: bigint | undefined;
@@ -1596,6 +1662,9 @@ export declare const chainConfig: {
1596
1662
  accessList?: import("../index.js").AccessList | undefined;
1597
1663
  blobs?: undefined;
1598
1664
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1665
+ kzg?: undefined;
1666
+ blobVersionedHashes?: undefined;
1667
+ sidecars?: undefined;
1599
1668
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1600
1669
  accessList?: import("../index.js").AccessList | undefined;
1601
1670
  feeCurrency?: `0x${string}` | undefined;
@@ -1616,6 +1685,9 @@ export declare const chainConfig: {
1616
1685
  accessList?: import("../index.js").AccessList | undefined;
1617
1686
  blobs?: undefined;
1618
1687
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1688
+ kzg?: undefined;
1689
+ blobVersionedHashes?: undefined;
1690
+ sidecars?: undefined;
1619
1691
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1620
1692
  accessList?: import("../index.js").AccessList | undefined;
1621
1693
  feeCurrency?: `0x${string}` | undefined;
@@ -1636,6 +1708,9 @@ export declare const chainConfig: {
1636
1708
  accessList?: import("../index.js").AccessList | undefined;
1637
1709
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1638
1710
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1711
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1712
+ blobVersionedHashes?: undefined;
1713
+ sidecars?: undefined;
1639
1714
  } & {
1640
1715
  data?: `0x${string}` | undefined;
1641
1716
  from: `0x${string}`;
@@ -1650,6 +1725,9 @@ export declare const chainConfig: {
1650
1725
  accessList?: undefined;
1651
1726
  blobs?: undefined;
1652
1727
  type?: "legacy" | undefined;
1728
+ kzg?: undefined;
1729
+ blobVersionedHashes?: undefined;
1730
+ sidecars?: undefined;
1653
1731
  } & {
1654
1732
  feeCurrency?: `0x${string}` | undefined;
1655
1733
  gatewayFee?: bigint | undefined;
@@ -1668,6 +1746,9 @@ export declare const chainConfig: {
1668
1746
  accessList?: import("../index.js").AccessList | undefined;
1669
1747
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1670
1748
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1749
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1750
+ blobVersionedHashes?: undefined;
1751
+ sidecars?: undefined;
1671
1752
  } & {
1672
1753
  data?: `0x${string}` | undefined;
1673
1754
  from: `0x${string}`;
@@ -1682,6 +1763,9 @@ export declare const chainConfig: {
1682
1763
  accessList?: import("../index.js").AccessList | undefined;
1683
1764
  blobs?: undefined;
1684
1765
  type?: "eip2930" | undefined;
1766
+ kzg?: undefined;
1767
+ blobVersionedHashes?: undefined;
1768
+ sidecars?: undefined;
1685
1769
  } & {
1686
1770
  feeCurrency?: `0x${string}` | undefined;
1687
1771
  gatewayFee?: bigint | undefined;
@@ -1700,6 +1784,9 @@ export declare const chainConfig: {
1700
1784
  accessList?: import("../index.js").AccessList | undefined;
1701
1785
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1702
1786
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1787
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1788
+ blobVersionedHashes?: undefined;
1789
+ sidecars?: undefined;
1703
1790
  } & {
1704
1791
  data?: `0x${string}` | undefined;
1705
1792
  from: `0x${string}`;
@@ -1714,6 +1801,9 @@ export declare const chainConfig: {
1714
1801
  accessList?: import("../index.js").AccessList | undefined;
1715
1802
  blobs?: undefined;
1716
1803
  type?: "eip1559" | undefined;
1804
+ kzg?: undefined;
1805
+ blobVersionedHashes?: undefined;
1806
+ sidecars?: undefined;
1717
1807
  } & {
1718
1808
  feeCurrency?: `0x${string}` | undefined;
1719
1809
  gatewayFee?: bigint | undefined;
@@ -1732,6 +1822,9 @@ export declare const chainConfig: {
1732
1822
  accessList?: import("../index.js").AccessList | undefined;
1733
1823
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1734
1824
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1825
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1826
+ blobVersionedHashes?: undefined;
1827
+ sidecars?: undefined;
1735
1828
  } & {
1736
1829
  data?: `0x${string}` | undefined;
1737
1830
  from: `0x${string}`;
@@ -1746,6 +1839,9 @@ export declare const chainConfig: {
1746
1839
  accessList?: import("../index.js").AccessList | undefined;
1747
1840
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1748
1841
  type?: "eip4844" | undefined;
1842
+ kzg: import("../types/kzg.js").Kzg | undefined;
1843
+ blobVersionedHashes?: undefined;
1844
+ sidecars?: undefined;
1749
1845
  } & {
1750
1846
  feeCurrency?: `0x${string}` | undefined;
1751
1847
  gatewayFee?: bigint | undefined;
@@ -1764,6 +1860,9 @@ export declare const chainConfig: {
1764
1860
  accessList?: import("../index.js").AccessList | undefined;
1765
1861
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1766
1862
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1863
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1864
+ blobVersionedHashes?: undefined;
1865
+ sidecars?: undefined;
1767
1866
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1768
1867
  accessList?: import("../index.js").AccessList | undefined;
1769
1868
  feeCurrency?: `0x${string}` | undefined;
@@ -1784,135 +1883,731 @@ export declare const chainConfig: {
1784
1883
  accessList?: import("../index.js").AccessList | undefined;
1785
1884
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1786
1885
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1886
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1887
+ blobVersionedHashes?: undefined;
1888
+ sidecars?: undefined;
1787
1889
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1788
1890
  accessList?: import("../index.js").AccessList | undefined;
1789
1891
  feeCurrency?: `0x${string}` | undefined;
1790
1892
  gatewayFee?: undefined;
1791
1893
  gatewayFeeRecipient?: undefined;
1792
1894
  type?: "cip64" | undefined;
1793
- })) => ({
1895
+ }) | ({
1896
+ data?: `0x${string}` | undefined;
1897
+ from?: `0x${string}`;
1898
+ gas?: bigint | undefined;
1899
+ nonce?: number | undefined;
1900
+ value?: bigint | undefined;
1901
+ to?: `0x${string}` | null | undefined;
1902
+ gasPrice?: bigint | undefined;
1903
+ maxFeePerGas?: bigint | undefined;
1904
+ maxPriorityFeePerGas?: bigint | undefined;
1905
+ maxFeePerBlobGas?: bigint | undefined;
1906
+ accessList?: import("../index.js").AccessList | undefined;
1907
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1908
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1909
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1910
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1911
+ sidecars?: undefined;
1912
+ } & {
1794
1913
  data?: `0x${string}` | undefined;
1795
1914
  from: `0x${string}`;
1796
- gas?: `0x${string}` | undefined;
1797
- nonce?: `0x${string}` | undefined;
1915
+ gas?: bigint | undefined;
1916
+ nonce?: number | undefined;
1798
1917
  to?: `0x${string}` | null | undefined;
1799
- value?: `0x${string}` | undefined;
1800
- gasPrice?: `0x${string}` | undefined;
1918
+ value?: bigint | undefined;
1919
+ gasPrice?: bigint | undefined;
1801
1920
  maxFeePerBlobGas?: undefined;
1802
1921
  maxFeePerGas?: undefined;
1803
1922
  maxPriorityFeePerGas?: undefined;
1804
1923
  accessList?: undefined;
1805
1924
  blobs?: undefined;
1806
- type?: "0x0" | undefined;
1925
+ type?: "legacy" | undefined;
1926
+ kzg?: undefined;
1927
+ blobVersionedHashes?: undefined;
1928
+ sidecars?: undefined;
1929
+ } & {
1807
1930
  feeCurrency?: `0x${string}` | undefined;
1808
- gatewayFee?: `0x${string}` | undefined;
1931
+ gatewayFee?: bigint | undefined;
1809
1932
  gatewayFeeRecipient?: `0x${string}` | undefined;
1810
- } | {
1933
+ }) | ({
1934
+ data?: `0x${string}` | undefined;
1935
+ from?: `0x${string}`;
1936
+ gas?: bigint | undefined;
1937
+ nonce?: number | undefined;
1938
+ value?: bigint | undefined;
1939
+ to?: `0x${string}` | null | undefined;
1940
+ gasPrice?: bigint | undefined;
1941
+ maxFeePerGas?: bigint | undefined;
1942
+ maxPriorityFeePerGas?: bigint | undefined;
1943
+ maxFeePerBlobGas?: bigint | undefined;
1944
+ accessList?: import("../index.js").AccessList | undefined;
1945
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1946
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1947
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1948
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1949
+ sidecars?: undefined;
1950
+ } & {
1811
1951
  data?: `0x${string}` | undefined;
1812
1952
  from: `0x${string}`;
1813
- gas?: `0x${string}` | undefined;
1814
- nonce?: `0x${string}` | undefined;
1953
+ gas?: bigint | undefined;
1954
+ nonce?: number | undefined;
1815
1955
  to?: `0x${string}` | null | undefined;
1816
- value?: `0x${string}` | undefined;
1817
- gasPrice?: `0x${string}` | undefined;
1956
+ value?: bigint | undefined;
1957
+ gasPrice?: bigint | undefined;
1818
1958
  maxFeePerBlobGas?: undefined;
1819
1959
  maxFeePerGas?: undefined;
1820
1960
  maxPriorityFeePerGas?: undefined;
1821
1961
  accessList?: import("../index.js").AccessList | undefined;
1822
1962
  blobs?: undefined;
1823
- type?: "0x1" | undefined;
1963
+ type?: "eip2930" | undefined;
1964
+ kzg?: undefined;
1965
+ blobVersionedHashes?: undefined;
1966
+ sidecars?: undefined;
1967
+ } & {
1824
1968
  feeCurrency?: `0x${string}` | undefined;
1825
- gatewayFee?: `0x${string}` | undefined;
1969
+ gatewayFee?: bigint | undefined;
1826
1970
  gatewayFeeRecipient?: `0x${string}` | undefined;
1827
- } | {
1971
+ }) | ({
1828
1972
  data?: `0x${string}` | undefined;
1829
- from: `0x${string}`;
1830
- gas?: `0x${string}` | undefined;
1831
- nonce?: `0x${string}` | undefined;
1973
+ from?: `0x${string}`;
1974
+ gas?: bigint | undefined;
1975
+ nonce?: number | undefined;
1976
+ value?: bigint | undefined;
1832
1977
  to?: `0x${string}` | null | undefined;
1833
- value?: `0x${string}` | undefined;
1834
- gasPrice?: undefined;
1835
- maxFeePerBlobGas?: undefined;
1836
- maxFeePerGas?: `0x${string}` | undefined;
1837
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1978
+ gasPrice?: bigint | undefined;
1979
+ maxFeePerGas?: bigint | undefined;
1980
+ maxPriorityFeePerGas?: bigint | undefined;
1981
+ maxFeePerBlobGas?: bigint | undefined;
1838
1982
  accessList?: import("../index.js").AccessList | undefined;
1839
- blobs?: undefined;
1840
- type?: "0x2" | undefined;
1841
- feeCurrency?: `0x${string}` | undefined;
1842
- gatewayFee?: `0x${string}` | undefined;
1843
- gatewayFeeRecipient?: `0x${string}` | undefined;
1844
- } | {
1983
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1984
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1985
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1986
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1987
+ sidecars?: undefined;
1988
+ } & {
1845
1989
  data?: `0x${string}` | undefined;
1846
1990
  from: `0x${string}`;
1847
- gas?: `0x${string}` | undefined;
1848
- nonce?: `0x${string}` | undefined;
1991
+ gas?: bigint | undefined;
1992
+ nonce?: number | undefined;
1849
1993
  to?: `0x${string}` | null | undefined;
1850
- value?: `0x${string}` | undefined;
1994
+ value?: bigint | undefined;
1851
1995
  gasPrice?: undefined;
1852
1996
  maxFeePerBlobGas?: undefined;
1853
- maxFeePerGas?: `0x${string}` | undefined;
1854
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1997
+ maxFeePerGas?: bigint | undefined;
1998
+ maxPriorityFeePerGas?: bigint | undefined;
1855
1999
  accessList?: import("../index.js").AccessList | undefined;
1856
2000
  blobs?: undefined;
1857
- type?: "0x7c" | undefined;
2001
+ type?: "eip1559" | undefined;
2002
+ kzg?: undefined;
2003
+ blobVersionedHashes?: undefined;
2004
+ sidecars?: undefined;
2005
+ } & {
1858
2006
  feeCurrency?: `0x${string}` | undefined;
1859
- gatewayFee?: `0x${string}` | undefined;
2007
+ gatewayFee?: bigint | undefined;
1860
2008
  gatewayFeeRecipient?: `0x${string}` | undefined;
1861
- } | {
2009
+ }) | ({
1862
2010
  data?: `0x${string}` | undefined;
1863
- from: `0x${string}`;
1864
- gas?: `0x${string}` | undefined;
1865
- nonce?: `0x${string}` | undefined;
2011
+ from?: `0x${string}`;
2012
+ gas?: bigint | undefined;
2013
+ nonce?: number | undefined;
2014
+ value?: bigint | undefined;
1866
2015
  to?: `0x${string}` | null | undefined;
1867
- value?: `0x${string}` | undefined;
1868
- gasPrice?: undefined;
1869
- maxFeePerBlobGas?: undefined;
1870
- maxFeePerGas?: `0x${string}` | undefined;
1871
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2016
+ gasPrice?: bigint | undefined;
2017
+ maxFeePerGas?: bigint | undefined;
2018
+ maxPriorityFeePerGas?: bigint | undefined;
2019
+ maxFeePerBlobGas?: bigint | undefined;
1872
2020
  accessList?: import("../index.js").AccessList | undefined;
1873
- blobs?: undefined;
1874
- type?: "0x7b" | undefined;
1875
- feeCurrency?: `0x${string}` | undefined;
1876
- gatewayFee?: undefined;
1877
- gatewayFeeRecipient?: undefined;
1878
- } | {
2021
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2022
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2023
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2024
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2025
+ sidecars?: undefined;
2026
+ } & {
1879
2027
  data?: `0x${string}` | undefined;
1880
2028
  from: `0x${string}`;
1881
- gas?: `0x${string}` | undefined;
1882
- nonce?: `0x${string}` | undefined;
1883
- to?: `0x${string}` | null | undefined;
1884
- value?: `0x${string}` | undefined;
1885
- gasPrice?: `0x${string}` | undefined;
1886
- maxFeePerBlobGas?: undefined;
1887
- maxFeePerGas?: undefined;
1888
- maxPriorityFeePerGas?: undefined;
1889
- accessList?: undefined;
1890
- blobs?: undefined;
1891
- type?: "0x0" | undefined;
2029
+ gas?: bigint | undefined;
2030
+ nonce?: number | undefined;
2031
+ value?: bigint | undefined;
2032
+ to: `0x${string}` | null;
2033
+ gasPrice?: undefined;
2034
+ maxFeePerGas?: bigint | undefined;
2035
+ maxPriorityFeePerGas?: bigint | undefined;
2036
+ maxFeePerBlobGas: bigint;
2037
+ accessList?: import("../index.js").AccessList | undefined;
2038
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2039
+ type?: "eip4844" | undefined;
2040
+ kzg: import("../types/kzg.js").Kzg | undefined;
2041
+ blobVersionedHashes?: undefined;
2042
+ sidecars?: undefined;
2043
+ } & {
1892
2044
  feeCurrency?: `0x${string}` | undefined;
1893
- gatewayFee?: `0x${string}` | undefined;
2045
+ gatewayFee?: bigint | undefined;
1894
2046
  gatewayFeeRecipient?: `0x${string}` | undefined;
1895
- } | {
2047
+ }) | ({
1896
2048
  data?: `0x${string}` | undefined;
1897
- from: `0x${string}`;
1898
- gas?: `0x${string}` | undefined;
1899
- nonce?: `0x${string}` | undefined;
2049
+ from?: `0x${string}`;
2050
+ gas?: bigint | undefined;
2051
+ nonce?: number | undefined;
2052
+ value?: bigint | undefined;
1900
2053
  to?: `0x${string}` | null | undefined;
1901
- value?: `0x${string}` | undefined;
1902
- gasPrice?: `0x${string}` | undefined;
1903
- maxFeePerBlobGas?: undefined;
1904
- maxFeePerGas?: undefined;
1905
- maxPriorityFeePerGas?: undefined;
2054
+ gasPrice?: bigint | undefined;
2055
+ maxFeePerGas?: bigint | undefined;
2056
+ maxPriorityFeePerGas?: bigint | undefined;
2057
+ maxFeePerBlobGas?: bigint | undefined;
1906
2058
  accessList?: import("../index.js").AccessList | undefined;
1907
- blobs?: undefined;
1908
- type?: "0x1" | undefined;
1909
- feeCurrency?: `0x${string}` | undefined;
1910
- gatewayFee?: `0x${string}` | undefined;
1911
- gatewayFeeRecipient?: `0x${string}` | undefined;
1912
- } | {
2059
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2060
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2061
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2062
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2063
+ sidecars?: undefined;
2064
+ } & {
1913
2065
  data?: `0x${string}` | undefined;
1914
2066
  from: `0x${string}`;
1915
- gas?: `0x${string}` | undefined;
2067
+ gas?: bigint | undefined;
2068
+ nonce?: number | undefined;
2069
+ value?: bigint | undefined;
2070
+ to: `0x${string}` | null;
2071
+ gasPrice?: undefined;
2072
+ maxFeePerGas?: bigint | undefined;
2073
+ maxPriorityFeePerGas?: bigint | undefined;
2074
+ maxFeePerBlobGas: bigint;
2075
+ accessList?: import("../index.js").AccessList | undefined;
2076
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2077
+ type?: "eip4844" | undefined;
2078
+ blobVersionedHashes: readonly `0x${string}`[];
2079
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2080
+ sidecars?: undefined;
2081
+ } & {
2082
+ feeCurrency?: `0x${string}` | undefined;
2083
+ gatewayFee?: bigint | undefined;
2084
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2085
+ }) | ({
2086
+ data?: `0x${string}` | undefined;
2087
+ from?: `0x${string}`;
2088
+ gas?: bigint | undefined;
2089
+ nonce?: number | undefined;
2090
+ value?: bigint | undefined;
2091
+ to?: `0x${string}` | null | undefined;
2092
+ gasPrice?: bigint | undefined;
2093
+ maxFeePerGas?: bigint | undefined;
2094
+ maxPriorityFeePerGas?: bigint | undefined;
2095
+ maxFeePerBlobGas?: bigint | undefined;
2096
+ accessList?: import("../index.js").AccessList | undefined;
2097
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2098
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2099
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2100
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2101
+ sidecars?: undefined;
2102
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2103
+ accessList?: import("../index.js").AccessList | undefined;
2104
+ feeCurrency?: `0x${string}` | undefined;
2105
+ gatewayFee?: bigint | undefined;
2106
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2107
+ type?: "cip42" | undefined;
2108
+ }) | ({
2109
+ data?: `0x${string}` | undefined;
2110
+ from?: `0x${string}`;
2111
+ gas?: bigint | undefined;
2112
+ nonce?: number | undefined;
2113
+ value?: bigint | undefined;
2114
+ to?: `0x${string}` | null | undefined;
2115
+ gasPrice?: bigint | undefined;
2116
+ maxFeePerGas?: bigint | undefined;
2117
+ maxPriorityFeePerGas?: bigint | undefined;
2118
+ maxFeePerBlobGas?: bigint | undefined;
2119
+ accessList?: import("../index.js").AccessList | undefined;
2120
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2121
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2122
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2123
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2124
+ sidecars?: undefined;
2125
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2126
+ accessList?: import("../index.js").AccessList | undefined;
2127
+ feeCurrency?: `0x${string}` | undefined;
2128
+ gatewayFee?: undefined;
2129
+ gatewayFeeRecipient?: undefined;
2130
+ type?: "cip64" | undefined;
2131
+ }) | ({
2132
+ data?: `0x${string}` | undefined;
2133
+ from?: `0x${string}`;
2134
+ gas?: bigint | undefined;
2135
+ nonce?: number | undefined;
2136
+ value?: bigint | undefined;
2137
+ to?: `0x${string}` | null | undefined;
2138
+ gasPrice?: bigint | undefined;
2139
+ maxFeePerGas?: bigint | undefined;
2140
+ maxPriorityFeePerGas?: bigint | undefined;
2141
+ maxFeePerBlobGas?: bigint | undefined;
2142
+ accessList?: import("../index.js").AccessList | undefined;
2143
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2144
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2145
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2146
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2147
+ blobVersionedHashes?: undefined;
2148
+ } & {
2149
+ data?: `0x${string}` | undefined;
2150
+ from: `0x${string}`;
2151
+ gas?: bigint | undefined;
2152
+ nonce?: number | undefined;
2153
+ to?: `0x${string}` | null | undefined;
2154
+ value?: bigint | undefined;
2155
+ gasPrice?: bigint | undefined;
2156
+ maxFeePerBlobGas?: undefined;
2157
+ maxFeePerGas?: undefined;
2158
+ maxPriorityFeePerGas?: undefined;
2159
+ accessList?: undefined;
2160
+ blobs?: undefined;
2161
+ type?: "legacy" | undefined;
2162
+ kzg?: undefined;
2163
+ blobVersionedHashes?: undefined;
2164
+ sidecars?: undefined;
2165
+ } & {
2166
+ feeCurrency?: `0x${string}` | undefined;
2167
+ gatewayFee?: bigint | undefined;
2168
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2169
+ }) | ({
2170
+ data?: `0x${string}` | undefined;
2171
+ from?: `0x${string}`;
2172
+ gas?: bigint | undefined;
2173
+ nonce?: number | undefined;
2174
+ value?: bigint | undefined;
2175
+ to?: `0x${string}` | null | undefined;
2176
+ gasPrice?: bigint | undefined;
2177
+ maxFeePerGas?: bigint | undefined;
2178
+ maxPriorityFeePerGas?: bigint | undefined;
2179
+ maxFeePerBlobGas?: bigint | undefined;
2180
+ accessList?: import("../index.js").AccessList | undefined;
2181
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2182
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2183
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2184
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2185
+ blobVersionedHashes?: undefined;
2186
+ } & {
2187
+ data?: `0x${string}` | undefined;
2188
+ from: `0x${string}`;
2189
+ gas?: bigint | undefined;
2190
+ nonce?: number | undefined;
2191
+ to?: `0x${string}` | null | undefined;
2192
+ value?: bigint | undefined;
2193
+ gasPrice?: bigint | undefined;
2194
+ maxFeePerBlobGas?: undefined;
2195
+ maxFeePerGas?: undefined;
2196
+ maxPriorityFeePerGas?: undefined;
2197
+ accessList?: import("../index.js").AccessList | undefined;
2198
+ blobs?: undefined;
2199
+ type?: "eip2930" | undefined;
2200
+ kzg?: undefined;
2201
+ blobVersionedHashes?: undefined;
2202
+ sidecars?: undefined;
2203
+ } & {
2204
+ feeCurrency?: `0x${string}` | undefined;
2205
+ gatewayFee?: bigint | undefined;
2206
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2207
+ }) | ({
2208
+ data?: `0x${string}` | undefined;
2209
+ from?: `0x${string}`;
2210
+ gas?: bigint | undefined;
2211
+ nonce?: number | undefined;
2212
+ value?: bigint | undefined;
2213
+ to?: `0x${string}` | null | undefined;
2214
+ gasPrice?: bigint | undefined;
2215
+ maxFeePerGas?: bigint | undefined;
2216
+ maxPriorityFeePerGas?: bigint | undefined;
2217
+ maxFeePerBlobGas?: bigint | undefined;
2218
+ accessList?: import("../index.js").AccessList | undefined;
2219
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2220
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2221
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2222
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2223
+ blobVersionedHashes?: undefined;
2224
+ } & {
2225
+ data?: `0x${string}` | undefined;
2226
+ from: `0x${string}`;
2227
+ gas?: bigint | undefined;
2228
+ nonce?: number | undefined;
2229
+ to?: `0x${string}` | null | undefined;
2230
+ value?: bigint | undefined;
2231
+ gasPrice?: undefined;
2232
+ maxFeePerBlobGas?: undefined;
2233
+ maxFeePerGas?: bigint | undefined;
2234
+ maxPriorityFeePerGas?: bigint | undefined;
2235
+ accessList?: import("../index.js").AccessList | undefined;
2236
+ blobs?: undefined;
2237
+ type?: "eip1559" | undefined;
2238
+ kzg?: undefined;
2239
+ blobVersionedHashes?: undefined;
2240
+ sidecars?: undefined;
2241
+ } & {
2242
+ feeCurrency?: `0x${string}` | undefined;
2243
+ gatewayFee?: bigint | undefined;
2244
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2245
+ }) | ({
2246
+ data?: `0x${string}` | undefined;
2247
+ from?: `0x${string}`;
2248
+ gas?: bigint | undefined;
2249
+ nonce?: number | undefined;
2250
+ value?: bigint | undefined;
2251
+ to?: `0x${string}` | null | undefined;
2252
+ gasPrice?: bigint | undefined;
2253
+ maxFeePerGas?: bigint | undefined;
2254
+ maxPriorityFeePerGas?: bigint | undefined;
2255
+ maxFeePerBlobGas?: bigint | undefined;
2256
+ accessList?: import("../index.js").AccessList | undefined;
2257
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2258
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2259
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2260
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2261
+ blobVersionedHashes?: undefined;
2262
+ } & {
2263
+ data?: `0x${string}` | undefined;
2264
+ from: `0x${string}`;
2265
+ gas?: bigint | undefined;
2266
+ nonce?: number | undefined;
2267
+ value?: bigint | undefined;
2268
+ to: `0x${string}` | null;
2269
+ gasPrice?: undefined;
2270
+ maxFeePerGas?: bigint | undefined;
2271
+ maxPriorityFeePerGas?: bigint | undefined;
2272
+ maxFeePerBlobGas: bigint;
2273
+ accessList?: import("../index.js").AccessList | undefined;
2274
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2275
+ type?: "eip4844" | undefined;
2276
+ kzg: import("../types/kzg.js").Kzg | undefined;
2277
+ blobVersionedHashes?: undefined;
2278
+ sidecars?: undefined;
2279
+ } & {
2280
+ feeCurrency?: `0x${string}` | undefined;
2281
+ gatewayFee?: bigint | undefined;
2282
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2283
+ }) | ({
2284
+ data?: `0x${string}` | undefined;
2285
+ from?: `0x${string}`;
2286
+ gas?: bigint | undefined;
2287
+ nonce?: number | undefined;
2288
+ value?: bigint | undefined;
2289
+ to?: `0x${string}` | null | undefined;
2290
+ gasPrice?: bigint | undefined;
2291
+ maxFeePerGas?: bigint | undefined;
2292
+ maxPriorityFeePerGas?: bigint | undefined;
2293
+ maxFeePerBlobGas?: bigint | undefined;
2294
+ accessList?: import("../index.js").AccessList | undefined;
2295
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2296
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2297
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2298
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2299
+ blobVersionedHashes?: undefined;
2300
+ } & {
2301
+ data?: `0x${string}` | undefined;
2302
+ from: `0x${string}`;
2303
+ gas?: bigint | undefined;
2304
+ nonce?: number | undefined;
2305
+ value?: bigint | undefined;
2306
+ to: `0x${string}` | null;
2307
+ gasPrice?: undefined;
2308
+ maxFeePerGas?: bigint | undefined;
2309
+ maxPriorityFeePerGas?: bigint | undefined;
2310
+ maxFeePerBlobGas: bigint;
2311
+ accessList?: import("../index.js").AccessList | undefined;
2312
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2313
+ type?: "eip4844" | undefined;
2314
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2315
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2316
+ blobVersionedHashes?: undefined;
2317
+ } & {
2318
+ feeCurrency?: `0x${string}` | undefined;
2319
+ gatewayFee?: bigint | undefined;
2320
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2321
+ }) | ({
2322
+ data?: `0x${string}` | undefined;
2323
+ from?: `0x${string}`;
2324
+ gas?: bigint | undefined;
2325
+ nonce?: number | undefined;
2326
+ value?: bigint | undefined;
2327
+ to?: `0x${string}` | null | undefined;
2328
+ gasPrice?: bigint | undefined;
2329
+ maxFeePerGas?: bigint | undefined;
2330
+ maxPriorityFeePerGas?: bigint | undefined;
2331
+ maxFeePerBlobGas?: bigint | undefined;
2332
+ accessList?: import("../index.js").AccessList | undefined;
2333
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2334
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2335
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2336
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2337
+ blobVersionedHashes?: undefined;
2338
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2339
+ accessList?: import("../index.js").AccessList | undefined;
2340
+ feeCurrency?: `0x${string}` | undefined;
2341
+ gatewayFee?: bigint | undefined;
2342
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2343
+ type?: "cip42" | undefined;
2344
+ }) | ({
2345
+ data?: `0x${string}` | undefined;
2346
+ from?: `0x${string}`;
2347
+ gas?: bigint | undefined;
2348
+ nonce?: number | undefined;
2349
+ value?: bigint | undefined;
2350
+ to?: `0x${string}` | null | undefined;
2351
+ gasPrice?: bigint | undefined;
2352
+ maxFeePerGas?: bigint | undefined;
2353
+ maxPriorityFeePerGas?: bigint | undefined;
2354
+ maxFeePerBlobGas?: bigint | undefined;
2355
+ accessList?: import("../index.js").AccessList | undefined;
2356
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2357
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2358
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2359
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2360
+ blobVersionedHashes?: undefined;
2361
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
2362
+ accessList?: import("../index.js").AccessList | undefined;
2363
+ feeCurrency?: `0x${string}` | undefined;
2364
+ gatewayFee?: undefined;
2365
+ gatewayFeeRecipient?: undefined;
2366
+ type?: "cip64" | undefined;
2367
+ })) => ({
2368
+ data?: `0x${string}` | undefined;
2369
+ from: `0x${string}`;
2370
+ gas?: `0x${string}` | undefined;
2371
+ nonce?: `0x${string}` | undefined;
2372
+ to?: `0x${string}` | null | undefined;
2373
+ value?: `0x${string}` | undefined;
2374
+ gasPrice?: `0x${string}` | undefined;
2375
+ maxFeePerBlobGas?: undefined;
2376
+ maxFeePerGas?: undefined;
2377
+ maxPriorityFeePerGas?: undefined;
2378
+ accessList?: undefined;
2379
+ blobs?: undefined;
2380
+ type?: "0x0" | undefined;
2381
+ kzg?: undefined;
2382
+ blobVersionedHashes?: undefined;
2383
+ sidecars?: undefined;
2384
+ feeCurrency?: `0x${string}` | undefined;
2385
+ gatewayFee?: `0x${string}` | undefined;
2386
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2387
+ } | {
2388
+ data?: `0x${string}` | undefined;
2389
+ from: `0x${string}`;
2390
+ gas?: `0x${string}` | undefined;
2391
+ nonce?: `0x${string}` | undefined;
2392
+ to?: `0x${string}` | null | undefined;
2393
+ value?: `0x${string}` | undefined;
2394
+ gasPrice?: `0x${string}` | undefined;
2395
+ maxFeePerBlobGas?: undefined;
2396
+ maxFeePerGas?: undefined;
2397
+ maxPriorityFeePerGas?: undefined;
2398
+ accessList?: import("../index.js").AccessList | undefined;
2399
+ blobs?: undefined;
2400
+ type?: "0x1" | undefined;
2401
+ kzg?: undefined;
2402
+ blobVersionedHashes?: undefined;
2403
+ sidecars?: undefined;
2404
+ feeCurrency?: `0x${string}` | undefined;
2405
+ gatewayFee?: `0x${string}` | undefined;
2406
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2407
+ } | {
2408
+ data?: `0x${string}` | undefined;
2409
+ from: `0x${string}`;
2410
+ gas?: `0x${string}` | undefined;
2411
+ nonce?: `0x${string}` | undefined;
2412
+ to?: `0x${string}` | null | undefined;
2413
+ value?: `0x${string}` | undefined;
2414
+ gasPrice?: undefined;
2415
+ maxFeePerBlobGas?: undefined;
2416
+ maxFeePerGas?: `0x${string}` | undefined;
2417
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2418
+ accessList?: import("../index.js").AccessList | undefined;
2419
+ blobs?: undefined;
2420
+ type?: "0x2" | undefined;
2421
+ kzg?: undefined;
2422
+ blobVersionedHashes?: undefined;
2423
+ sidecars?: undefined;
2424
+ feeCurrency?: `0x${string}` | undefined;
2425
+ gatewayFee?: `0x${string}` | undefined;
2426
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2427
+ } | {
2428
+ data?: `0x${string}` | undefined;
2429
+ from: `0x${string}`;
2430
+ gas?: `0x${string}` | undefined;
2431
+ nonce?: `0x${string}` | undefined;
2432
+ to?: `0x${string}` | null | undefined;
2433
+ value?: `0x${string}` | undefined;
2434
+ gasPrice?: undefined;
2435
+ maxFeePerBlobGas?: undefined;
2436
+ maxFeePerGas?: `0x${string}` | undefined;
2437
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2438
+ accessList?: import("../index.js").AccessList | undefined;
2439
+ blobs?: undefined;
2440
+ type?: "0x7c" | undefined;
2441
+ kzg?: undefined;
2442
+ blobVersionedHashes?: undefined;
2443
+ sidecars?: undefined;
2444
+ feeCurrency?: `0x${string}` | undefined;
2445
+ gatewayFee?: `0x${string}` | undefined;
2446
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2447
+ } | {
2448
+ data?: `0x${string}` | undefined;
2449
+ from: `0x${string}`;
2450
+ gas?: `0x${string}` | undefined;
2451
+ nonce?: `0x${string}` | undefined;
2452
+ to?: `0x${string}` | null | undefined;
2453
+ value?: `0x${string}` | undefined;
2454
+ gasPrice?: undefined;
2455
+ maxFeePerBlobGas?: undefined;
2456
+ maxFeePerGas?: `0x${string}` | undefined;
2457
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2458
+ accessList?: import("../index.js").AccessList | undefined;
2459
+ blobs?: undefined;
2460
+ type?: "0x7b" | undefined;
2461
+ kzg?: undefined;
2462
+ blobVersionedHashes?: undefined;
2463
+ sidecars?: undefined;
2464
+ feeCurrency?: `0x${string}` | undefined;
2465
+ gatewayFee?: undefined;
2466
+ gatewayFeeRecipient?: undefined;
2467
+ } | {
2468
+ data?: `0x${string}` | undefined;
2469
+ from: `0x${string}`;
2470
+ gas?: `0x${string}` | undefined;
2471
+ nonce?: `0x${string}` | undefined;
2472
+ to?: `0x${string}` | null | undefined;
2473
+ value?: `0x${string}` | undefined;
2474
+ gasPrice?: `0x${string}` | undefined;
2475
+ maxFeePerBlobGas?: undefined;
2476
+ maxFeePerGas?: undefined;
2477
+ maxPriorityFeePerGas?: undefined;
2478
+ accessList?: undefined;
2479
+ blobs?: undefined;
2480
+ type?: "0x0" | undefined;
2481
+ kzg?: undefined;
2482
+ blobVersionedHashes?: undefined;
2483
+ sidecars?: undefined;
2484
+ feeCurrency?: `0x${string}` | undefined;
2485
+ gatewayFee?: `0x${string}` | undefined;
2486
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2487
+ } | {
2488
+ data?: `0x${string}` | undefined;
2489
+ from: `0x${string}`;
2490
+ gas?: `0x${string}` | undefined;
2491
+ nonce?: `0x${string}` | undefined;
2492
+ to?: `0x${string}` | null | undefined;
2493
+ value?: `0x${string}` | undefined;
2494
+ gasPrice?: `0x${string}` | undefined;
2495
+ maxFeePerBlobGas?: undefined;
2496
+ maxFeePerGas?: undefined;
2497
+ maxPriorityFeePerGas?: undefined;
2498
+ accessList?: import("../index.js").AccessList | undefined;
2499
+ blobs?: undefined;
2500
+ type?: "0x1" | undefined;
2501
+ kzg?: undefined;
2502
+ blobVersionedHashes?: undefined;
2503
+ sidecars?: undefined;
2504
+ feeCurrency?: `0x${string}` | undefined;
2505
+ gatewayFee?: `0x${string}` | undefined;
2506
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2507
+ } | {
2508
+ data?: `0x${string}` | undefined;
2509
+ from: `0x${string}`;
2510
+ gas?: `0x${string}` | undefined;
2511
+ nonce?: `0x${string}` | undefined;
2512
+ to?: `0x${string}` | null | undefined;
2513
+ value?: `0x${string}` | undefined;
2514
+ gasPrice?: undefined;
2515
+ maxFeePerBlobGas?: undefined;
2516
+ maxFeePerGas?: `0x${string}` | undefined;
2517
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2518
+ accessList?: import("../index.js").AccessList | undefined;
2519
+ blobs?: undefined;
2520
+ type?: "0x2" | undefined;
2521
+ kzg?: undefined;
2522
+ blobVersionedHashes?: undefined;
2523
+ sidecars?: undefined;
2524
+ feeCurrency?: `0x${string}` | undefined;
2525
+ gatewayFee?: `0x${string}` | undefined;
2526
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2527
+ } | {
2528
+ data?: `0x${string}` | undefined;
2529
+ from: `0x${string}`;
2530
+ gas?: `0x${string}` | undefined;
2531
+ nonce?: `0x${string}` | undefined;
2532
+ to?: `0x${string}` | null | undefined;
2533
+ value?: `0x${string}` | undefined;
2534
+ gasPrice?: undefined;
2535
+ maxFeePerBlobGas?: undefined;
2536
+ maxFeePerGas?: `0x${string}` | undefined;
2537
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2538
+ accessList?: import("../index.js").AccessList | undefined;
2539
+ blobs?: undefined;
2540
+ type?: "0x7c" | undefined;
2541
+ kzg?: undefined;
2542
+ blobVersionedHashes?: undefined;
2543
+ sidecars?: undefined;
2544
+ feeCurrency?: `0x${string}` | undefined;
2545
+ gatewayFee?: `0x${string}` | undefined;
2546
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2547
+ } | {
2548
+ data?: `0x${string}` | undefined;
2549
+ from: `0x${string}`;
2550
+ gas?: `0x${string}` | undefined;
2551
+ nonce?: `0x${string}` | undefined;
2552
+ to?: `0x${string}` | null | undefined;
2553
+ value?: `0x${string}` | undefined;
2554
+ gasPrice?: undefined;
2555
+ maxFeePerBlobGas?: undefined;
2556
+ maxFeePerGas?: `0x${string}` | undefined;
2557
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2558
+ accessList?: import("../index.js").AccessList | undefined;
2559
+ blobs?: undefined;
2560
+ type?: "0x7b" | undefined;
2561
+ kzg?: undefined;
2562
+ blobVersionedHashes?: undefined;
2563
+ sidecars?: undefined;
2564
+ feeCurrency?: `0x${string}` | undefined;
2565
+ gatewayFee?: undefined;
2566
+ gatewayFeeRecipient?: undefined;
2567
+ } | {
2568
+ data?: `0x${string}` | undefined;
2569
+ from: `0x${string}`;
2570
+ gas?: `0x${string}` | undefined;
2571
+ nonce?: `0x${string}` | undefined;
2572
+ to?: `0x${string}` | null | undefined;
2573
+ value?: `0x${string}` | undefined;
2574
+ gasPrice?: `0x${string}` | undefined;
2575
+ maxFeePerBlobGas?: undefined;
2576
+ maxFeePerGas?: undefined;
2577
+ maxPriorityFeePerGas?: undefined;
2578
+ accessList?: undefined;
2579
+ blobs?: undefined;
2580
+ type?: "0x0" | undefined;
2581
+ kzg?: undefined;
2582
+ blobVersionedHashes?: undefined;
2583
+ sidecars?: undefined;
2584
+ feeCurrency?: `0x${string}` | undefined;
2585
+ gatewayFee?: `0x${string}` | undefined;
2586
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2587
+ } | {
2588
+ data?: `0x${string}` | undefined;
2589
+ from: `0x${string}`;
2590
+ gas?: `0x${string}` | undefined;
2591
+ nonce?: `0x${string}` | undefined;
2592
+ to?: `0x${string}` | null | undefined;
2593
+ value?: `0x${string}` | undefined;
2594
+ gasPrice?: `0x${string}` | undefined;
2595
+ maxFeePerBlobGas?: undefined;
2596
+ maxFeePerGas?: undefined;
2597
+ maxPriorityFeePerGas?: undefined;
2598
+ accessList?: import("../index.js").AccessList | undefined;
2599
+ blobs?: undefined;
2600
+ type?: "0x1" | undefined;
2601
+ kzg?: undefined;
2602
+ blobVersionedHashes?: undefined;
2603
+ sidecars?: undefined;
2604
+ feeCurrency?: `0x${string}` | undefined;
2605
+ gatewayFee?: `0x${string}` | undefined;
2606
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2607
+ } | {
2608
+ data?: `0x${string}` | undefined;
2609
+ from: `0x${string}`;
2610
+ gas?: `0x${string}` | undefined;
1916
2611
  nonce?: `0x${string}` | undefined;
1917
2612
  to?: `0x${string}` | null | undefined;
1918
2613
  value?: `0x${string}` | undefined;
@@ -1923,6 +2618,9 @@ export declare const chainConfig: {
1923
2618
  accessList?: import("../index.js").AccessList | undefined;
1924
2619
  blobs?: undefined;
1925
2620
  type?: "0x2" | undefined;
2621
+ kzg?: undefined;
2622
+ blobVersionedHashes?: undefined;
2623
+ sidecars?: undefined;
1926
2624
  feeCurrency?: `0x${string}` | undefined;
1927
2625
  gatewayFee?: `0x${string}` | undefined;
1928
2626
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1940,6 +2638,9 @@ export declare const chainConfig: {
1940
2638
  accessList?: import("../index.js").AccessList | undefined;
1941
2639
  blobs?: undefined;
1942
2640
  type?: "0x7c" | undefined;
2641
+ kzg?: undefined;
2642
+ blobVersionedHashes?: undefined;
2643
+ sidecars?: undefined;
1943
2644
  feeCurrency?: `0x${string}` | undefined;
1944
2645
  gatewayFee?: `0x${string}` | undefined;
1945
2646
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1957,6 +2658,9 @@ export declare const chainConfig: {
1957
2658
  accessList?: import("../index.js").AccessList | undefined;
1958
2659
  blobs?: undefined;
1959
2660
  type?: "0x7b" | undefined;
2661
+ kzg?: undefined;
2662
+ blobVersionedHashes?: undefined;
2663
+ sidecars?: undefined;
1960
2664
  feeCurrency?: `0x${string}` | undefined;
1961
2665
  gatewayFee?: undefined;
1962
2666
  gatewayFeeRecipient?: undefined;
@@ -1965,15 +2669,18 @@ export declare const chainConfig: {
1965
2669
  from: `0x${string}`;
1966
2670
  gas?: `0x${string}` | undefined;
1967
2671
  nonce?: `0x${string}` | undefined;
1968
- to?: `0x${string}` | null | undefined;
1969
2672
  value?: `0x${string}` | undefined;
1970
- gasPrice?: `0x${string}` | undefined;
1971
- maxFeePerBlobGas?: undefined;
1972
- maxFeePerGas?: undefined;
1973
- maxPriorityFeePerGas?: undefined;
1974
- accessList?: undefined;
1975
- blobs?: undefined;
1976
- type?: "0x0" | undefined;
2673
+ to: `0x${string}` | null;
2674
+ gasPrice?: undefined;
2675
+ maxFeePerGas?: `0x${string}` | undefined;
2676
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2677
+ maxFeePerBlobGas: `0x${string}`;
2678
+ accessList?: import("../index.js").AccessList | undefined;
2679
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2680
+ type?: "0x3" | undefined;
2681
+ kzg: import("../types/kzg.js").Kzg | undefined;
2682
+ blobVersionedHashes?: undefined;
2683
+ sidecars?: undefined;
1977
2684
  feeCurrency?: `0x${string}` | undefined;
1978
2685
  gatewayFee?: `0x${string}` | undefined;
1979
2686
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1982,15 +2689,18 @@ export declare const chainConfig: {
1982
2689
  from: `0x${string}`;
1983
2690
  gas?: `0x${string}` | undefined;
1984
2691
  nonce?: `0x${string}` | undefined;
1985
- to?: `0x${string}` | null | undefined;
1986
2692
  value?: `0x${string}` | undefined;
1987
- gasPrice?: `0x${string}` | undefined;
1988
- maxFeePerBlobGas?: undefined;
1989
- maxFeePerGas?: undefined;
1990
- maxPriorityFeePerGas?: undefined;
2693
+ to: `0x${string}` | null | undefined;
2694
+ gasPrice?: undefined;
2695
+ maxFeePerGas?: `0x${string}` | undefined;
2696
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2697
+ maxFeePerBlobGas: undefined;
1991
2698
  accessList?: import("../index.js").AccessList | undefined;
1992
- blobs?: undefined;
1993
- type?: "0x1" | undefined;
2699
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2700
+ type?: "0x7c" | undefined;
2701
+ kzg: import("../types/kzg.js").Kzg | undefined;
2702
+ blobVersionedHashes?: undefined;
2703
+ sidecars?: undefined;
1994
2704
  feeCurrency?: `0x${string}` | undefined;
1995
2705
  gatewayFee?: `0x${string}` | undefined;
1996
2706
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1999,15 +2709,38 @@ export declare const chainConfig: {
1999
2709
  from: `0x${string}`;
2000
2710
  gas?: `0x${string}` | undefined;
2001
2711
  nonce?: `0x${string}` | undefined;
2002
- to?: `0x${string}` | null | undefined;
2003
2712
  value?: `0x${string}` | undefined;
2713
+ to: `0x${string}` | null | undefined;
2004
2714
  gasPrice?: undefined;
2005
- maxFeePerBlobGas?: undefined;
2006
2715
  maxFeePerGas?: `0x${string}` | undefined;
2007
2716
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2717
+ maxFeePerBlobGas: undefined;
2008
2718
  accessList?: import("../index.js").AccessList | undefined;
2009
- blobs?: undefined;
2010
- type?: "0x2" | undefined;
2719
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2720
+ type?: "0x7b" | undefined;
2721
+ kzg: import("../types/kzg.js").Kzg | undefined;
2722
+ blobVersionedHashes?: undefined;
2723
+ sidecars?: undefined;
2724
+ feeCurrency?: `0x${string}` | undefined;
2725
+ gatewayFee?: undefined;
2726
+ gatewayFeeRecipient?: undefined;
2727
+ } | {
2728
+ data?: `0x${string}` | undefined;
2729
+ from: `0x${string}`;
2730
+ gas?: `0x${string}` | undefined;
2731
+ nonce?: `0x${string}` | undefined;
2732
+ value?: `0x${string}` | undefined;
2733
+ to: `0x${string}` | null;
2734
+ gasPrice?: undefined;
2735
+ maxFeePerGas?: `0x${string}` | undefined;
2736
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2737
+ maxFeePerBlobGas: `0x${string}`;
2738
+ accessList?: import("../index.js").AccessList | undefined;
2739
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2740
+ type?: "0x3" | undefined;
2741
+ blobVersionedHashes: readonly `0x${string}`[];
2742
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2743
+ sidecars?: undefined;
2011
2744
  feeCurrency?: `0x${string}` | undefined;
2012
2745
  gatewayFee?: `0x${string}` | undefined;
2013
2746
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2016,15 +2749,18 @@ export declare const chainConfig: {
2016
2749
  from: `0x${string}`;
2017
2750
  gas?: `0x${string}` | undefined;
2018
2751
  nonce?: `0x${string}` | undefined;
2019
- to?: `0x${string}` | null | undefined;
2020
2752
  value?: `0x${string}` | undefined;
2753
+ to: `0x${string}` | null | undefined;
2021
2754
  gasPrice?: undefined;
2022
- maxFeePerBlobGas?: undefined;
2023
2755
  maxFeePerGas?: `0x${string}` | undefined;
2024
2756
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2757
+ maxFeePerBlobGas: undefined;
2025
2758
  accessList?: import("../index.js").AccessList | undefined;
2026
- blobs?: undefined;
2759
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2027
2760
  type?: "0x7c" | undefined;
2761
+ blobVersionedHashes: readonly `0x${string}`[];
2762
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2763
+ sidecars?: undefined;
2028
2764
  feeCurrency?: `0x${string}` | undefined;
2029
2765
  gatewayFee?: `0x${string}` | undefined;
2030
2766
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2033,15 +2769,18 @@ export declare const chainConfig: {
2033
2769
  from: `0x${string}`;
2034
2770
  gas?: `0x${string}` | undefined;
2035
2771
  nonce?: `0x${string}` | undefined;
2036
- to?: `0x${string}` | null | undefined;
2037
2772
  value?: `0x${string}` | undefined;
2773
+ to: `0x${string}` | null | undefined;
2038
2774
  gasPrice?: undefined;
2039
- maxFeePerBlobGas?: undefined;
2040
2775
  maxFeePerGas?: `0x${string}` | undefined;
2041
2776
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2777
+ maxFeePerBlobGas: undefined;
2042
2778
  accessList?: import("../index.js").AccessList | undefined;
2043
- blobs?: undefined;
2779
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2044
2780
  type?: "0x7b" | undefined;
2781
+ blobVersionedHashes: readonly `0x${string}`[];
2782
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2783
+ sidecars?: undefined;
2045
2784
  feeCurrency?: `0x${string}` | undefined;
2046
2785
  gatewayFee?: undefined;
2047
2786
  gatewayFeeRecipient?: undefined;
@@ -2059,6 +2798,9 @@ export declare const chainConfig: {
2059
2798
  accessList?: import("../index.js").AccessList | undefined;
2060
2799
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2061
2800
  type?: "0x3" | undefined;
2801
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2802
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2803
+ blobVersionedHashes?: undefined;
2062
2804
  feeCurrency?: `0x${string}` | undefined;
2063
2805
  gatewayFee?: `0x${string}` | undefined;
2064
2806
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2076,6 +2818,9 @@ export declare const chainConfig: {
2076
2818
  accessList?: import("../index.js").AccessList | undefined;
2077
2819
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2078
2820
  type?: "0x7c" | undefined;
2821
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2822
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2823
+ blobVersionedHashes?: undefined;
2079
2824
  feeCurrency?: `0x${string}` | undefined;
2080
2825
  gatewayFee?: `0x${string}` | undefined;
2081
2826
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2093,6 +2838,9 @@ export declare const chainConfig: {
2093
2838
  accessList?: import("../index.js").AccessList | undefined;
2094
2839
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2095
2840
  type?: "0x7b" | undefined;
2841
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2842
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
2843
+ blobVersionedHashes?: undefined;
2096
2844
  feeCurrency?: `0x${string}` | undefined;
2097
2845
  gatewayFee?: undefined;
2098
2846
  gatewayFeeRecipient?: undefined;
@@ -2164,6 +2912,7 @@ export declare const chainConfig: {
2164
2912
  gas?: `0x${string}`;
2165
2913
  nonce?: `0x${string}`;
2166
2914
  value?: `0x${string}`;
2915
+ blobVersionedHashes?: undefined;
2167
2916
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2168
2917
  accessList?: undefined;
2169
2918
  blockHash?: `0x${string}` | null;
@@ -2171,7 +2920,6 @@ export declare const chainConfig: {
2171
2920
  hash?: `0x${string}`;
2172
2921
  input?: `0x${string}`;
2173
2922
  transactionIndex?: `0x${string}` | null;
2174
- blobVersionedHashes?: undefined;
2175
2923
  chainId?: `0x${string}` | undefined;
2176
2924
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2177
2925
  r: `0x${string}`;
@@ -2215,6 +2963,7 @@ export declare const chainConfig: {
2215
2963
  gas?: `0x${string}`;
2216
2964
  nonce?: `0x${string}`;
2217
2965
  value?: `0x${string}`;
2966
+ blobVersionedHashes?: undefined;
2218
2967
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2219
2968
  accessList?: undefined;
2220
2969
  blockHash?: `0x${string}` | null;
@@ -2222,7 +2971,6 @@ export declare const chainConfig: {
2222
2971
  hash?: `0x${string}`;
2223
2972
  input?: `0x${string}`;
2224
2973
  transactionIndex?: `0x${string}` | null;
2225
- blobVersionedHashes?: undefined;
2226
2974
  chainId?: `0x${string}` | undefined;
2227
2975
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2228
2976
  feeCurrency: `0x${string}` | null;
@@ -2243,6 +2991,7 @@ export declare const chainConfig: {
2243
2991
  gas?: `0x${string}`;
2244
2992
  nonce?: `0x${string}`;
2245
2993
  value?: `0x${string}`;
2994
+ blobVersionedHashes?: undefined;
2246
2995
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2247
2996
  accessList?: undefined;
2248
2997
  blockHash?: `0x${string}` | null;
@@ -2250,7 +2999,6 @@ export declare const chainConfig: {
2250
2999
  hash?: `0x${string}`;
2251
3000
  input?: `0x${string}`;
2252
3001
  transactionIndex?: `0x${string}` | null;
2253
- blobVersionedHashes?: undefined;
2254
3002
  chainId?: `0x${string}` | undefined;
2255
3003
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2256
3004
  feeCurrency: `0x${string}` | null;
@@ -2271,6 +3019,7 @@ export declare const chainConfig: {
2271
3019
  gas?: `0x${string}`;
2272
3020
  nonce?: `0x${string}`;
2273
3021
  value?: `0x${string}`;
3022
+ blobVersionedHashes?: undefined;
2274
3023
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2275
3024
  accessList?: import("../index.js").AccessList | undefined;
2276
3025
  blockHash?: `0x${string}` | null;
@@ -2278,7 +3027,6 @@ export declare const chainConfig: {
2278
3027
  hash?: `0x${string}`;
2279
3028
  input?: `0x${string}`;
2280
3029
  transactionIndex?: `0x${string}` | null;
2281
- blobVersionedHashes?: undefined;
2282
3030
  chainId?: `0x${string}` | undefined;
2283
3031
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2284
3032
  r: `0x${string}`;
@@ -2322,6 +3070,7 @@ export declare const chainConfig: {
2322
3070
  gas?: `0x${string}`;
2323
3071
  nonce?: `0x${string}`;
2324
3072
  value?: `0x${string}`;
3073
+ blobVersionedHashes?: undefined;
2325
3074
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2326
3075
  accessList?: import("../index.js").AccessList | undefined;
2327
3076
  blockHash?: `0x${string}` | null;
@@ -2329,7 +3078,6 @@ export declare const chainConfig: {
2329
3078
  hash?: `0x${string}`;
2330
3079
  input?: `0x${string}`;
2331
3080
  transactionIndex?: `0x${string}` | null;
2332
- blobVersionedHashes?: undefined;
2333
3081
  chainId?: `0x${string}` | undefined;
2334
3082
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2335
3083
  blockHash: `0x${string}` | null;
@@ -2373,6 +3121,7 @@ export declare const chainConfig: {
2373
3121
  gas?: `0x${string}`;
2374
3122
  nonce?: `0x${string}`;
2375
3123
  value?: `0x${string}`;
3124
+ blobVersionedHashes?: undefined;
2376
3125
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2377
3126
  accessList?: import("../index.js").AccessList | undefined;
2378
3127
  blockHash?: `0x${string}` | null;
@@ -2380,7 +3129,6 @@ export declare const chainConfig: {
2380
3129
  hash?: `0x${string}`;
2381
3130
  input?: `0x${string}`;
2382
3131
  transactionIndex?: `0x${string}` | null;
2383
- blobVersionedHashes?: undefined;
2384
3132
  chainId?: `0x${string}` | undefined;
2385
3133
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2386
3134
  blockHash: `0x${string}` | null;
@@ -2424,6 +3172,7 @@ export declare const chainConfig: {
2424
3172
  gas?: `0x${string}`;
2425
3173
  nonce?: `0x${string}`;
2426
3174
  value?: `0x${string}`;
3175
+ blobVersionedHashes?: undefined;
2427
3176
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2428
3177
  accessList?: import("../index.js").AccessList | undefined;
2429
3178
  blockHash?: `0x${string}` | null;
@@ -2431,7 +3180,6 @@ export declare const chainConfig: {
2431
3180
  hash?: `0x${string}`;
2432
3181
  input?: `0x${string}`;
2433
3182
  transactionIndex?: `0x${string}` | null;
2434
- blobVersionedHashes?: undefined;
2435
3183
  chainId?: `0x${string}` | undefined;
2436
3184
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2437
3185
  feeCurrency: `0x${string}` | null;
@@ -2452,6 +3200,7 @@ export declare const chainConfig: {
2452
3200
  gas?: `0x${string}`;
2453
3201
  nonce?: `0x${string}`;
2454
3202
  value?: `0x${string}`;
3203
+ blobVersionedHashes?: undefined;
2455
3204
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2456
3205
  accessList?: import("../index.js").AccessList | undefined;
2457
3206
  blockHash?: `0x${string}` | null;
@@ -2459,7 +3208,6 @@ export declare const chainConfig: {
2459
3208
  hash?: `0x${string}`;
2460
3209
  input?: `0x${string}`;
2461
3210
  transactionIndex?: `0x${string}` | null;
2462
- blobVersionedHashes?: undefined;
2463
3211
  chainId?: `0x${string}` | undefined;
2464
3212
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2465
3213
  feeCurrency: `0x${string}` | null;
@@ -2480,6 +3228,7 @@ export declare const chainConfig: {
2480
3228
  gas?: `0x${string}`;
2481
3229
  nonce?: `0x${string}`;
2482
3230
  value?: `0x${string}`;
3231
+ blobVersionedHashes?: undefined;
2483
3232
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2484
3233
  accessList?: import("../index.js").AccessList | undefined;
2485
3234
  blockHash?: `0x${string}` | null;
@@ -2487,7 +3236,6 @@ export declare const chainConfig: {
2487
3236
  hash?: `0x${string}`;
2488
3237
  input?: `0x${string}`;
2489
3238
  transactionIndex?: `0x${string}` | null;
2490
- blobVersionedHashes?: undefined;
2491
3239
  chainId?: `0x${string}` | undefined;
2492
3240
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2493
3241
  r: `0x${string}`;
@@ -2531,6 +3279,7 @@ export declare const chainConfig: {
2531
3279
  gas?: `0x${string}`;
2532
3280
  nonce?: `0x${string}`;
2533
3281
  value?: `0x${string}`;
3282
+ blobVersionedHashes?: undefined;
2534
3283
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2535
3284
  accessList?: import("../index.js").AccessList | undefined;
2536
3285
  blockHash?: `0x${string}` | null;
@@ -2538,7 +3287,6 @@ export declare const chainConfig: {
2538
3287
  hash?: `0x${string}`;
2539
3288
  input?: `0x${string}`;
2540
3289
  transactionIndex?: `0x${string}` | null;
2541
- blobVersionedHashes?: undefined;
2542
3290
  chainId?: `0x${string}` | undefined;
2543
3291
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2544
3292
  blockHash: `0x${string}` | null;
@@ -2582,6 +3330,7 @@ export declare const chainConfig: {
2582
3330
  gas?: `0x${string}`;
2583
3331
  nonce?: `0x${string}`;
2584
3332
  value?: `0x${string}`;
3333
+ blobVersionedHashes?: undefined;
2585
3334
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2586
3335
  accessList?: import("../index.js").AccessList | undefined;
2587
3336
  blockHash?: `0x${string}` | null;
@@ -2589,7 +3338,6 @@ export declare const chainConfig: {
2589
3338
  hash?: `0x${string}`;
2590
3339
  input?: `0x${string}`;
2591
3340
  transactionIndex?: `0x${string}` | null;
2592
- blobVersionedHashes?: undefined;
2593
3341
  chainId?: `0x${string}` | undefined;
2594
3342
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2595
3343
  blockHash: `0x${string}` | null;
@@ -2633,6 +3381,7 @@ export declare const chainConfig: {
2633
3381
  gas?: `0x${string}`;
2634
3382
  nonce?: `0x${string}`;
2635
3383
  value?: `0x${string}`;
3384
+ blobVersionedHashes?: undefined;
2636
3385
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2637
3386
  accessList?: import("../index.js").AccessList | undefined;
2638
3387
  blockHash?: `0x${string}` | null;
@@ -2640,7 +3389,6 @@ export declare const chainConfig: {
2640
3389
  hash?: `0x${string}`;
2641
3390
  input?: `0x${string}`;
2642
3391
  transactionIndex?: `0x${string}` | null;
2643
- blobVersionedHashes?: undefined;
2644
3392
  chainId?: `0x${string}` | undefined;
2645
3393
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2646
3394
  feeCurrency: `0x${string}` | null;
@@ -2661,6 +3409,7 @@ export declare const chainConfig: {
2661
3409
  gas?: `0x${string}`;
2662
3410
  nonce?: `0x${string}`;
2663
3411
  value?: `0x${string}`;
3412
+ blobVersionedHashes?: undefined;
2664
3413
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2665
3414
  accessList?: import("../index.js").AccessList | undefined;
2666
3415
  blockHash?: `0x${string}` | null;
@@ -2668,7 +3417,6 @@ export declare const chainConfig: {
2668
3417
  hash?: `0x${string}`;
2669
3418
  input?: `0x${string}`;
2670
3419
  transactionIndex?: `0x${string}` | null;
2671
- blobVersionedHashes?: undefined;
2672
3420
  chainId?: `0x${string}` | undefined;
2673
3421
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2674
3422
  feeCurrency: `0x${string}` | null;
@@ -2689,6 +3437,7 @@ export declare const chainConfig: {
2689
3437
  gas?: `0x${string}`;
2690
3438
  nonce?: `0x${string}`;
2691
3439
  value?: `0x${string}`;
3440
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2692
3441
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2693
3442
  accessList?: import("../index.js").AccessList | undefined;
2694
3443
  blockHash?: `0x${string}` | null;
@@ -2696,7 +3445,6 @@ export declare const chainConfig: {
2696
3445
  hash?: `0x${string}`;
2697
3446
  input?: `0x${string}`;
2698
3447
  transactionIndex?: `0x${string}` | null;
2699
- blobVersionedHashes?: `0x${string}`[] | undefined;
2700
3448
  chainId?: `0x${string}` | undefined;
2701
3449
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2702
3450
  r: `0x${string}`;
@@ -2740,6 +3488,7 @@ export declare const chainConfig: {
2740
3488
  gas?: `0x${string}`;
2741
3489
  nonce?: `0x${string}`;
2742
3490
  value?: `0x${string}`;
3491
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2743
3492
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2744
3493
  accessList?: import("../index.js").AccessList | undefined;
2745
3494
  blockHash?: `0x${string}` | null;
@@ -2747,7 +3496,6 @@ export declare const chainConfig: {
2747
3496
  hash?: `0x${string}`;
2748
3497
  input?: `0x${string}`;
2749
3498
  transactionIndex?: `0x${string}` | null;
2750
- blobVersionedHashes?: `0x${string}`[] | undefined;
2751
3499
  chainId?: `0x${string}` | undefined;
2752
3500
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2753
3501
  blockHash: `0x${string}` | null;
@@ -2791,6 +3539,7 @@ export declare const chainConfig: {
2791
3539
  gas?: `0x${string}`;
2792
3540
  nonce?: `0x${string}`;
2793
3541
  value?: `0x${string}`;
3542
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2794
3543
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2795
3544
  accessList?: import("../index.js").AccessList | undefined;
2796
3545
  blockHash?: `0x${string}` | null;
@@ -2798,7 +3547,6 @@ export declare const chainConfig: {
2798
3547
  hash?: `0x${string}`;
2799
3548
  input?: `0x${string}`;
2800
3549
  transactionIndex?: `0x${string}` | null;
2801
- blobVersionedHashes?: `0x${string}`[] | undefined;
2802
3550
  chainId?: `0x${string}` | undefined;
2803
3551
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2804
3552
  blockHash: `0x${string}` | null;
@@ -2842,6 +3590,7 @@ export declare const chainConfig: {
2842
3590
  gas?: `0x${string}`;
2843
3591
  nonce?: `0x${string}`;
2844
3592
  value?: `0x${string}`;
3593
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2845
3594
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2846
3595
  accessList?: import("../index.js").AccessList | undefined;
2847
3596
  blockHash?: `0x${string}` | null;
@@ -2849,7 +3598,6 @@ export declare const chainConfig: {
2849
3598
  hash?: `0x${string}`;
2850
3599
  input?: `0x${string}`;
2851
3600
  transactionIndex?: `0x${string}` | null;
2852
- blobVersionedHashes?: `0x${string}`[] | undefined;
2853
3601
  chainId?: `0x${string}` | undefined;
2854
3602
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2855
3603
  blockHash: `0x${string}` | null;
@@ -2893,6 +3641,7 @@ export declare const chainConfig: {
2893
3641
  gas?: `0x${string}`;
2894
3642
  nonce?: `0x${string}`;
2895
3643
  value?: `0x${string}`;
3644
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2896
3645
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2897
3646
  accessList?: import("../index.js").AccessList | undefined;
2898
3647
  blockHash?: `0x${string}` | null;
@@ -2900,7 +3649,6 @@ export declare const chainConfig: {
2900
3649
  hash?: `0x${string}`;
2901
3650
  input?: `0x${string}`;
2902
3651
  transactionIndex?: `0x${string}` | null;
2903
- blobVersionedHashes?: `0x${string}`[] | undefined;
2904
3652
  chainId?: `0x${string}` | undefined;
2905
3653
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2906
3654
  feeCurrency: `0x${string}` | null;
@@ -2921,6 +3669,7 @@ export declare const chainConfig: {
2921
3669
  gas?: `0x${string}`;
2922
3670
  nonce?: `0x${string}`;
2923
3671
  value?: `0x${string}`;
3672
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2924
3673
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2925
3674
  accessList?: import("../index.js").AccessList | undefined;
2926
3675
  blockHash?: `0x${string}` | null;
@@ -2928,7 +3677,6 @@ export declare const chainConfig: {
2928
3677
  hash?: `0x${string}`;
2929
3678
  input?: `0x${string}`;
2930
3679
  transactionIndex?: `0x${string}` | null;
2931
- blobVersionedHashes?: `0x${string}`[] | undefined;
2932
3680
  chainId?: `0x${string}` | undefined;
2933
3681
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2934
3682
  feeCurrency: `0x${string}` | null;
@@ -3332,6 +4080,169 @@ export declare const chainConfig: {
3332
4080
  accessList?: import("../index.js").AccessList | undefined;
3333
4081
  blobs?: undefined;
3334
4082
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4083
+ kzg?: undefined;
4084
+ blobVersionedHashes?: undefined;
4085
+ sidecars?: undefined;
4086
+ } & {
4087
+ data?: `0x${string}` | undefined;
4088
+ from: `0x${string}`;
4089
+ gas?: bigint | undefined;
4090
+ nonce?: number | undefined;
4091
+ to?: `0x${string}` | null | undefined;
4092
+ value?: bigint | undefined;
4093
+ gasPrice?: bigint | undefined;
4094
+ maxFeePerBlobGas?: undefined;
4095
+ maxFeePerGas?: undefined;
4096
+ maxPriorityFeePerGas?: undefined;
4097
+ accessList?: undefined;
4098
+ blobs?: undefined;
4099
+ type?: "legacy" | undefined;
4100
+ kzg?: undefined;
4101
+ blobVersionedHashes?: undefined;
4102
+ sidecars?: undefined;
4103
+ } & {
4104
+ feeCurrency?: `0x${string}` | undefined;
4105
+ gatewayFee?: bigint | undefined;
4106
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4107
+ }) | ({
4108
+ data?: `0x${string}` | undefined;
4109
+ from?: `0x${string}`;
4110
+ gas?: bigint | undefined;
4111
+ nonce?: number | undefined;
4112
+ to?: `0x${string}` | null | undefined;
4113
+ value?: bigint | undefined;
4114
+ gasPrice?: bigint | undefined;
4115
+ maxFeePerBlobGas?: bigint | undefined;
4116
+ maxFeePerGas?: bigint | undefined;
4117
+ maxPriorityFeePerGas?: bigint | undefined;
4118
+ accessList?: import("../index.js").AccessList | undefined;
4119
+ blobs?: undefined;
4120
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4121
+ kzg?: undefined;
4122
+ blobVersionedHashes?: undefined;
4123
+ sidecars?: undefined;
4124
+ } & {
4125
+ data?: `0x${string}` | undefined;
4126
+ from: `0x${string}`;
4127
+ gas?: bigint | undefined;
4128
+ nonce?: number | undefined;
4129
+ to?: `0x${string}` | null | undefined;
4130
+ value?: bigint | undefined;
4131
+ gasPrice?: bigint | undefined;
4132
+ maxFeePerBlobGas?: undefined;
4133
+ maxFeePerGas?: undefined;
4134
+ maxPriorityFeePerGas?: undefined;
4135
+ accessList?: import("../index.js").AccessList | undefined;
4136
+ blobs?: undefined;
4137
+ type?: "eip2930" | undefined;
4138
+ kzg?: undefined;
4139
+ blobVersionedHashes?: undefined;
4140
+ sidecars?: undefined;
4141
+ } & {
4142
+ feeCurrency?: `0x${string}` | undefined;
4143
+ gatewayFee?: bigint | undefined;
4144
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4145
+ }) | ({
4146
+ data?: `0x${string}` | undefined;
4147
+ from?: `0x${string}`;
4148
+ gas?: bigint | undefined;
4149
+ nonce?: number | undefined;
4150
+ to?: `0x${string}` | null | undefined;
4151
+ value?: bigint | undefined;
4152
+ gasPrice?: bigint | undefined;
4153
+ maxFeePerBlobGas?: bigint | undefined;
4154
+ maxFeePerGas?: bigint | undefined;
4155
+ maxPriorityFeePerGas?: bigint | undefined;
4156
+ accessList?: import("../index.js").AccessList | undefined;
4157
+ blobs?: undefined;
4158
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4159
+ kzg?: undefined;
4160
+ blobVersionedHashes?: undefined;
4161
+ sidecars?: undefined;
4162
+ } & {
4163
+ data?: `0x${string}` | undefined;
4164
+ from: `0x${string}`;
4165
+ gas?: bigint | undefined;
4166
+ nonce?: number | undefined;
4167
+ to?: `0x${string}` | null | undefined;
4168
+ value?: bigint | undefined;
4169
+ gasPrice?: undefined;
4170
+ maxFeePerBlobGas?: undefined;
4171
+ maxFeePerGas?: bigint | undefined;
4172
+ maxPriorityFeePerGas?: bigint | undefined;
4173
+ accessList?: import("../index.js").AccessList | undefined;
4174
+ blobs?: undefined;
4175
+ type?: "eip1559" | undefined;
4176
+ kzg?: undefined;
4177
+ blobVersionedHashes?: undefined;
4178
+ sidecars?: undefined;
4179
+ } & {
4180
+ feeCurrency?: `0x${string}` | undefined;
4181
+ gatewayFee?: bigint | undefined;
4182
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4183
+ }) | ({
4184
+ data?: `0x${string}` | undefined;
4185
+ from?: `0x${string}`;
4186
+ gas?: bigint | undefined;
4187
+ nonce?: number | undefined;
4188
+ to?: `0x${string}` | null | undefined;
4189
+ value?: bigint | undefined;
4190
+ gasPrice?: bigint | undefined;
4191
+ maxFeePerBlobGas?: bigint | undefined;
4192
+ maxFeePerGas?: bigint | undefined;
4193
+ maxPriorityFeePerGas?: bigint | undefined;
4194
+ accessList?: import("../index.js").AccessList | undefined;
4195
+ blobs?: undefined;
4196
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4197
+ kzg?: undefined;
4198
+ blobVersionedHashes?: undefined;
4199
+ sidecars?: undefined;
4200
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
4201
+ accessList?: import("../index.js").AccessList | undefined;
4202
+ feeCurrency?: `0x${string}` | undefined;
4203
+ gatewayFee?: bigint | undefined;
4204
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4205
+ type?: "cip42" | undefined;
4206
+ }) | ({
4207
+ data?: `0x${string}` | undefined;
4208
+ from?: `0x${string}`;
4209
+ gas?: bigint | undefined;
4210
+ nonce?: number | undefined;
4211
+ to?: `0x${string}` | null | undefined;
4212
+ value?: bigint | undefined;
4213
+ gasPrice?: bigint | undefined;
4214
+ maxFeePerBlobGas?: bigint | undefined;
4215
+ maxFeePerGas?: bigint | undefined;
4216
+ maxPriorityFeePerGas?: bigint | undefined;
4217
+ accessList?: import("../index.js").AccessList | undefined;
4218
+ blobs?: undefined;
4219
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4220
+ kzg?: undefined;
4221
+ blobVersionedHashes?: undefined;
4222
+ sidecars?: undefined;
4223
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
4224
+ accessList?: import("../index.js").AccessList | undefined;
4225
+ feeCurrency?: `0x${string}` | undefined;
4226
+ gatewayFee?: undefined;
4227
+ gatewayFeeRecipient?: undefined;
4228
+ type?: "cip64" | undefined;
4229
+ }) | ({
4230
+ data?: `0x${string}` | undefined;
4231
+ from?: `0x${string}`;
4232
+ gas?: bigint | undefined;
4233
+ nonce?: number | undefined;
4234
+ to?: `0x${string}` | null | undefined;
4235
+ value?: bigint | undefined;
4236
+ gasPrice?: bigint | undefined;
4237
+ maxFeePerBlobGas?: bigint | undefined;
4238
+ maxFeePerGas?: bigint | undefined;
4239
+ maxPriorityFeePerGas?: bigint | undefined;
4240
+ accessList?: import("../index.js").AccessList | undefined;
4241
+ blobs?: undefined;
4242
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4243
+ kzg?: undefined;
4244
+ blobVersionedHashes?: undefined;
4245
+ sidecars?: undefined;
3335
4246
  } & {
3336
4247
  data?: `0x${string}` | undefined;
3337
4248
  from: `0x${string}`;
@@ -3346,6 +4257,9 @@ export declare const chainConfig: {
3346
4257
  accessList?: undefined;
3347
4258
  blobs?: undefined;
3348
4259
  type?: "legacy" | undefined;
4260
+ kzg?: undefined;
4261
+ blobVersionedHashes?: undefined;
4262
+ sidecars?: undefined;
3349
4263
  } & {
3350
4264
  feeCurrency?: `0x${string}` | undefined;
3351
4265
  gatewayFee?: bigint | undefined;
@@ -3364,6 +4278,9 @@ export declare const chainConfig: {
3364
4278
  accessList?: import("../index.js").AccessList | undefined;
3365
4279
  blobs?: undefined;
3366
4280
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4281
+ kzg?: undefined;
4282
+ blobVersionedHashes?: undefined;
4283
+ sidecars?: undefined;
3367
4284
  } & {
3368
4285
  data?: `0x${string}` | undefined;
3369
4286
  from: `0x${string}`;
@@ -3378,6 +4295,9 @@ export declare const chainConfig: {
3378
4295
  accessList?: import("../index.js").AccessList | undefined;
3379
4296
  blobs?: undefined;
3380
4297
  type?: "eip2930" | undefined;
4298
+ kzg?: undefined;
4299
+ blobVersionedHashes?: undefined;
4300
+ sidecars?: undefined;
3381
4301
  } & {
3382
4302
  feeCurrency?: `0x${string}` | undefined;
3383
4303
  gatewayFee?: bigint | undefined;
@@ -3396,6 +4316,9 @@ export declare const chainConfig: {
3396
4316
  accessList?: import("../index.js").AccessList | undefined;
3397
4317
  blobs?: undefined;
3398
4318
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4319
+ kzg?: undefined;
4320
+ blobVersionedHashes?: undefined;
4321
+ sidecars?: undefined;
3399
4322
  } & {
3400
4323
  data?: `0x${string}` | undefined;
3401
4324
  from: `0x${string}`;
@@ -3410,6 +4333,9 @@ export declare const chainConfig: {
3410
4333
  accessList?: import("../index.js").AccessList | undefined;
3411
4334
  blobs?: undefined;
3412
4335
  type?: "eip1559" | undefined;
4336
+ kzg?: undefined;
4337
+ blobVersionedHashes?: undefined;
4338
+ sidecars?: undefined;
3413
4339
  } & {
3414
4340
  feeCurrency?: `0x${string}` | undefined;
3415
4341
  gatewayFee?: bigint | undefined;
@@ -3428,6 +4354,9 @@ export declare const chainConfig: {
3428
4354
  accessList?: import("../index.js").AccessList | undefined;
3429
4355
  blobs?: undefined;
3430
4356
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4357
+ kzg?: undefined;
4358
+ blobVersionedHashes?: undefined;
4359
+ sidecars?: undefined;
3431
4360
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3432
4361
  accessList?: import("../index.js").AccessList | undefined;
3433
4362
  feeCurrency?: `0x${string}` | undefined;
@@ -3448,6 +4377,9 @@ export declare const chainConfig: {
3448
4377
  accessList?: import("../index.js").AccessList | undefined;
3449
4378
  blobs?: undefined;
3450
4379
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4380
+ kzg?: undefined;
4381
+ blobVersionedHashes?: undefined;
4382
+ sidecars?: undefined;
3451
4383
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3452
4384
  accessList?: import("../index.js").AccessList | undefined;
3453
4385
  feeCurrency?: `0x${string}` | undefined;
@@ -3468,6 +4400,9 @@ export declare const chainConfig: {
3468
4400
  accessList?: import("../index.js").AccessList | undefined;
3469
4401
  blobs?: undefined;
3470
4402
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4403
+ kzg?: undefined;
4404
+ blobVersionedHashes?: undefined;
4405
+ sidecars?: undefined;
3471
4406
  } & {
3472
4407
  data?: `0x${string}` | undefined;
3473
4408
  from: `0x${string}`;
@@ -3482,6 +4417,9 @@ export declare const chainConfig: {
3482
4417
  accessList?: undefined;
3483
4418
  blobs?: undefined;
3484
4419
  type?: "legacy" | undefined;
4420
+ kzg?: undefined;
4421
+ blobVersionedHashes?: undefined;
4422
+ sidecars?: undefined;
3485
4423
  } & {
3486
4424
  feeCurrency?: `0x${string}` | undefined;
3487
4425
  gatewayFee?: bigint | undefined;
@@ -3500,6 +4438,9 @@ export declare const chainConfig: {
3500
4438
  accessList?: import("../index.js").AccessList | undefined;
3501
4439
  blobs?: undefined;
3502
4440
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4441
+ kzg?: undefined;
4442
+ blobVersionedHashes?: undefined;
4443
+ sidecars?: undefined;
3503
4444
  } & {
3504
4445
  data?: `0x${string}` | undefined;
3505
4446
  from: `0x${string}`;
@@ -3514,6 +4455,9 @@ export declare const chainConfig: {
3514
4455
  accessList?: import("../index.js").AccessList | undefined;
3515
4456
  blobs?: undefined;
3516
4457
  type?: "eip2930" | undefined;
4458
+ kzg?: undefined;
4459
+ blobVersionedHashes?: undefined;
4460
+ sidecars?: undefined;
3517
4461
  } & {
3518
4462
  feeCurrency?: `0x${string}` | undefined;
3519
4463
  gatewayFee?: bigint | undefined;
@@ -3532,6 +4476,9 @@ export declare const chainConfig: {
3532
4476
  accessList?: import("../index.js").AccessList | undefined;
3533
4477
  blobs?: undefined;
3534
4478
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4479
+ kzg?: undefined;
4480
+ blobVersionedHashes?: undefined;
4481
+ sidecars?: undefined;
3535
4482
  } & {
3536
4483
  data?: `0x${string}` | undefined;
3537
4484
  from: `0x${string}`;
@@ -3546,6 +4493,93 @@ export declare const chainConfig: {
3546
4493
  accessList?: import("../index.js").AccessList | undefined;
3547
4494
  blobs?: undefined;
3548
4495
  type?: "eip1559" | undefined;
4496
+ kzg?: undefined;
4497
+ blobVersionedHashes?: undefined;
4498
+ sidecars?: undefined;
4499
+ } & {
4500
+ feeCurrency?: `0x${string}` | undefined;
4501
+ gatewayFee?: bigint | undefined;
4502
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4503
+ }) | ({
4504
+ data?: `0x${string}` | undefined;
4505
+ from?: `0x${string}`;
4506
+ gas?: bigint | undefined;
4507
+ nonce?: number | undefined;
4508
+ to?: `0x${string}` | null | undefined;
4509
+ value?: bigint | undefined;
4510
+ gasPrice?: bigint | undefined;
4511
+ maxFeePerBlobGas?: bigint | undefined;
4512
+ maxFeePerGas?: bigint | undefined;
4513
+ maxPriorityFeePerGas?: bigint | undefined;
4514
+ accessList?: import("../index.js").AccessList | undefined;
4515
+ blobs?: undefined;
4516
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4517
+ kzg?: undefined;
4518
+ blobVersionedHashes?: undefined;
4519
+ sidecars?: undefined;
4520
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
4521
+ accessList?: import("../index.js").AccessList | undefined;
4522
+ feeCurrency?: `0x${string}` | undefined;
4523
+ gatewayFee?: bigint | undefined;
4524
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4525
+ type?: "cip42" | undefined;
4526
+ }) | ({
4527
+ data?: `0x${string}` | undefined;
4528
+ from?: `0x${string}`;
4529
+ gas?: bigint | undefined;
4530
+ nonce?: number | undefined;
4531
+ to?: `0x${string}` | null | undefined;
4532
+ value?: bigint | undefined;
4533
+ gasPrice?: bigint | undefined;
4534
+ maxFeePerBlobGas?: bigint | undefined;
4535
+ maxFeePerGas?: bigint | undefined;
4536
+ maxPriorityFeePerGas?: bigint | undefined;
4537
+ accessList?: import("../index.js").AccessList | undefined;
4538
+ blobs?: undefined;
4539
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4540
+ kzg?: undefined;
4541
+ blobVersionedHashes?: undefined;
4542
+ sidecars?: undefined;
4543
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
4544
+ accessList?: import("../index.js").AccessList | undefined;
4545
+ feeCurrency?: `0x${string}` | undefined;
4546
+ gatewayFee?: undefined;
4547
+ gatewayFeeRecipient?: undefined;
4548
+ type?: "cip64" | undefined;
4549
+ }) | ({
4550
+ data?: `0x${string}` | undefined;
4551
+ from?: `0x${string}`;
4552
+ gas?: bigint | undefined;
4553
+ nonce?: number | undefined;
4554
+ value?: bigint | undefined;
4555
+ to?: `0x${string}` | null | undefined;
4556
+ gasPrice?: bigint | undefined;
4557
+ maxFeePerGas?: bigint | undefined;
4558
+ maxPriorityFeePerGas?: bigint | undefined;
4559
+ maxFeePerBlobGas?: bigint | undefined;
4560
+ accessList?: import("../index.js").AccessList | undefined;
4561
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4562
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4563
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4564
+ blobVersionedHashes?: undefined;
4565
+ sidecars?: undefined;
4566
+ } & {
4567
+ data?: `0x${string}` | undefined;
4568
+ from: `0x${string}`;
4569
+ gas?: bigint | undefined;
4570
+ nonce?: number | undefined;
4571
+ to?: `0x${string}` | null | undefined;
4572
+ value?: bigint | undefined;
4573
+ gasPrice?: bigint | undefined;
4574
+ maxFeePerBlobGas?: undefined;
4575
+ maxFeePerGas?: undefined;
4576
+ maxPriorityFeePerGas?: undefined;
4577
+ accessList?: undefined;
4578
+ blobs?: undefined;
4579
+ type?: "legacy" | undefined;
4580
+ kzg?: undefined;
4581
+ blobVersionedHashes?: undefined;
4582
+ sidecars?: undefined;
3549
4583
  } & {
3550
4584
  feeCurrency?: `0x${string}` | undefined;
3551
4585
  gatewayFee?: bigint | undefined;
@@ -3555,15 +4589,132 @@ export declare const chainConfig: {
3555
4589
  from?: `0x${string}`;
3556
4590
  gas?: bigint | undefined;
3557
4591
  nonce?: number | undefined;
4592
+ value?: bigint | undefined;
4593
+ to?: `0x${string}` | null | undefined;
4594
+ gasPrice?: bigint | undefined;
4595
+ maxFeePerGas?: bigint | undefined;
4596
+ maxPriorityFeePerGas?: bigint | undefined;
4597
+ maxFeePerBlobGas?: bigint | undefined;
4598
+ accessList?: import("../index.js").AccessList | undefined;
4599
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4600
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4601
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4602
+ blobVersionedHashes?: undefined;
4603
+ sidecars?: undefined;
4604
+ } & {
4605
+ data?: `0x${string}` | undefined;
4606
+ from: `0x${string}`;
4607
+ gas?: bigint | undefined;
4608
+ nonce?: number | undefined;
3558
4609
  to?: `0x${string}` | null | undefined;
3559
4610
  value?: bigint | undefined;
3560
4611
  gasPrice?: bigint | undefined;
4612
+ maxFeePerBlobGas?: undefined;
4613
+ maxFeePerGas?: undefined;
4614
+ maxPriorityFeePerGas?: undefined;
4615
+ accessList?: import("../index.js").AccessList | undefined;
4616
+ blobs?: undefined;
4617
+ type?: "eip2930" | undefined;
4618
+ kzg?: undefined;
4619
+ blobVersionedHashes?: undefined;
4620
+ sidecars?: undefined;
4621
+ } & {
4622
+ feeCurrency?: `0x${string}` | undefined;
4623
+ gatewayFee?: bigint | undefined;
4624
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4625
+ }) | ({
4626
+ data?: `0x${string}` | undefined;
4627
+ from?: `0x${string}`;
4628
+ gas?: bigint | undefined;
4629
+ nonce?: number | undefined;
4630
+ value?: bigint | undefined;
4631
+ to?: `0x${string}` | null | undefined;
4632
+ gasPrice?: bigint | undefined;
4633
+ maxFeePerGas?: bigint | undefined;
4634
+ maxPriorityFeePerGas?: bigint | undefined;
3561
4635
  maxFeePerBlobGas?: bigint | undefined;
4636
+ accessList?: import("../index.js").AccessList | undefined;
4637
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4638
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4639
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4640
+ blobVersionedHashes?: undefined;
4641
+ sidecars?: undefined;
4642
+ } & {
4643
+ data?: `0x${string}` | undefined;
4644
+ from: `0x${string}`;
4645
+ gas?: bigint | undefined;
4646
+ nonce?: number | undefined;
4647
+ to?: `0x${string}` | null | undefined;
4648
+ value?: bigint | undefined;
4649
+ gasPrice?: undefined;
4650
+ maxFeePerBlobGas?: undefined;
3562
4651
  maxFeePerGas?: bigint | undefined;
3563
4652
  maxPriorityFeePerGas?: bigint | undefined;
3564
4653
  accessList?: import("../index.js").AccessList | undefined;
3565
4654
  blobs?: undefined;
4655
+ type?: "eip1559" | undefined;
4656
+ kzg?: undefined;
4657
+ blobVersionedHashes?: undefined;
4658
+ sidecars?: undefined;
4659
+ } & {
4660
+ feeCurrency?: `0x${string}` | undefined;
4661
+ gatewayFee?: bigint | undefined;
4662
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4663
+ }) | ({
4664
+ data?: `0x${string}` | undefined;
4665
+ from?: `0x${string}`;
4666
+ gas?: bigint | undefined;
4667
+ nonce?: number | undefined;
4668
+ value?: bigint | undefined;
4669
+ to?: `0x${string}` | null | undefined;
4670
+ gasPrice?: bigint | undefined;
4671
+ maxFeePerGas?: bigint | undefined;
4672
+ maxPriorityFeePerGas?: bigint | undefined;
4673
+ maxFeePerBlobGas?: bigint | undefined;
4674
+ accessList?: import("../index.js").AccessList | undefined;
4675
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4676
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4677
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4678
+ blobVersionedHashes?: undefined;
4679
+ sidecars?: undefined;
4680
+ } & {
4681
+ data?: `0x${string}` | undefined;
4682
+ from: `0x${string}`;
4683
+ gas?: bigint | undefined;
4684
+ nonce?: number | undefined;
4685
+ value?: bigint | undefined;
4686
+ to: `0x${string}` | null;
4687
+ gasPrice?: undefined;
4688
+ maxFeePerGas?: bigint | undefined;
4689
+ maxPriorityFeePerGas?: bigint | undefined;
4690
+ maxFeePerBlobGas: bigint;
4691
+ accessList?: import("../index.js").AccessList | undefined;
4692
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4693
+ type?: "eip4844" | undefined;
4694
+ kzg: import("../types/kzg.js").Kzg | undefined;
4695
+ blobVersionedHashes?: undefined;
4696
+ sidecars?: undefined;
4697
+ } & {
4698
+ feeCurrency?: `0x${string}` | undefined;
4699
+ gatewayFee?: bigint | undefined;
4700
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4701
+ }) | ({
4702
+ data?: `0x${string}` | undefined;
4703
+ from?: `0x${string}`;
4704
+ gas?: bigint | undefined;
4705
+ nonce?: number | undefined;
4706
+ value?: bigint | undefined;
4707
+ to?: `0x${string}` | null | undefined;
4708
+ gasPrice?: bigint | undefined;
4709
+ maxFeePerGas?: bigint | undefined;
4710
+ maxPriorityFeePerGas?: bigint | undefined;
4711
+ maxFeePerBlobGas?: bigint | undefined;
4712
+ accessList?: import("../index.js").AccessList | undefined;
4713
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3566
4714
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4715
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4716
+ blobVersionedHashes?: undefined;
4717
+ sidecars?: undefined;
3567
4718
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3568
4719
  accessList?: import("../index.js").AccessList | undefined;
3569
4720
  feeCurrency?: `0x${string}` | undefined;
@@ -3572,38 +4723,120 @@ export declare const chainConfig: {
3572
4723
  type?: "cip42" | undefined;
3573
4724
  }) | ({
3574
4725
  data?: `0x${string}` | undefined;
3575
- from?: `0x${string}`;
4726
+ from?: `0x${string}`;
4727
+ gas?: bigint | undefined;
4728
+ nonce?: number | undefined;
4729
+ value?: bigint | undefined;
4730
+ to?: `0x${string}` | null | undefined;
4731
+ gasPrice?: bigint | undefined;
4732
+ maxFeePerGas?: bigint | undefined;
4733
+ maxPriorityFeePerGas?: bigint | undefined;
4734
+ maxFeePerBlobGas?: bigint | undefined;
4735
+ accessList?: import("../index.js").AccessList | undefined;
4736
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4737
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4738
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4739
+ blobVersionedHashes?: undefined;
4740
+ sidecars?: undefined;
4741
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
4742
+ accessList?: import("../index.js").AccessList | undefined;
4743
+ feeCurrency?: `0x${string}` | undefined;
4744
+ gatewayFee?: undefined;
4745
+ gatewayFeeRecipient?: undefined;
4746
+ type?: "cip64" | undefined;
4747
+ }) | ({
4748
+ data?: `0x${string}` | undefined;
4749
+ from?: `0x${string}`;
4750
+ gas?: bigint | undefined;
4751
+ nonce?: number | undefined;
4752
+ value?: bigint | undefined;
4753
+ to?: `0x${string}` | null | undefined;
4754
+ gasPrice?: bigint | undefined;
4755
+ maxFeePerGas?: bigint | undefined;
4756
+ maxPriorityFeePerGas?: bigint | undefined;
4757
+ maxFeePerBlobGas?: bigint | undefined;
4758
+ accessList?: import("../index.js").AccessList | undefined;
4759
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4760
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4761
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4762
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4763
+ sidecars?: undefined;
4764
+ } & {
4765
+ data?: `0x${string}` | undefined;
4766
+ from: `0x${string}`;
4767
+ gas?: bigint | undefined;
4768
+ nonce?: number | undefined;
4769
+ to?: `0x${string}` | null | undefined;
4770
+ value?: bigint | undefined;
4771
+ gasPrice?: bigint | undefined;
4772
+ maxFeePerBlobGas?: undefined;
4773
+ maxFeePerGas?: undefined;
4774
+ maxPriorityFeePerGas?: undefined;
4775
+ accessList?: undefined;
4776
+ blobs?: undefined;
4777
+ type?: "legacy" | undefined;
4778
+ kzg?: undefined;
4779
+ blobVersionedHashes?: undefined;
4780
+ sidecars?: undefined;
4781
+ } & {
4782
+ feeCurrency?: `0x${string}` | undefined;
4783
+ gatewayFee?: bigint | undefined;
4784
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4785
+ }) | ({
4786
+ data?: `0x${string}` | undefined;
4787
+ from?: `0x${string}`;
4788
+ gas?: bigint | undefined;
4789
+ nonce?: number | undefined;
4790
+ value?: bigint | undefined;
4791
+ to?: `0x${string}` | null | undefined;
4792
+ gasPrice?: bigint | undefined;
4793
+ maxFeePerGas?: bigint | undefined;
4794
+ maxPriorityFeePerGas?: bigint | undefined;
4795
+ maxFeePerBlobGas?: bigint | undefined;
4796
+ accessList?: import("../index.js").AccessList | undefined;
4797
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4798
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4799
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4800
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4801
+ sidecars?: undefined;
4802
+ } & {
4803
+ data?: `0x${string}` | undefined;
4804
+ from: `0x${string}`;
3576
4805
  gas?: bigint | undefined;
3577
4806
  nonce?: number | undefined;
3578
4807
  to?: `0x${string}` | null | undefined;
3579
4808
  value?: bigint | undefined;
3580
4809
  gasPrice?: bigint | undefined;
3581
- maxFeePerBlobGas?: bigint | undefined;
3582
- maxFeePerGas?: bigint | undefined;
3583
- maxPriorityFeePerGas?: bigint | undefined;
4810
+ maxFeePerBlobGas?: undefined;
4811
+ maxFeePerGas?: undefined;
4812
+ maxPriorityFeePerGas?: undefined;
3584
4813
  accessList?: import("../index.js").AccessList | undefined;
3585
4814
  blobs?: undefined;
3586
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3587
- } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3588
- accessList?: import("../index.js").AccessList | undefined;
4815
+ type?: "eip2930" | undefined;
4816
+ kzg?: undefined;
4817
+ blobVersionedHashes?: undefined;
4818
+ sidecars?: undefined;
4819
+ } & {
3589
4820
  feeCurrency?: `0x${string}` | undefined;
3590
- gatewayFee?: undefined;
3591
- gatewayFeeRecipient?: undefined;
3592
- type?: "cip64" | undefined;
4821
+ gatewayFee?: bigint | undefined;
4822
+ gatewayFeeRecipient?: `0x${string}` | undefined;
3593
4823
  }) | ({
3594
4824
  data?: `0x${string}` | undefined;
3595
4825
  from?: `0x${string}`;
3596
4826
  gas?: bigint | undefined;
3597
4827
  nonce?: number | undefined;
3598
- to?: `0x${string}` | null | undefined;
3599
4828
  value?: bigint | undefined;
4829
+ to?: `0x${string}` | null | undefined;
3600
4830
  gasPrice?: bigint | undefined;
3601
- maxFeePerBlobGas?: bigint | undefined;
3602
4831
  maxFeePerGas?: bigint | undefined;
3603
4832
  maxPriorityFeePerGas?: bigint | undefined;
4833
+ maxFeePerBlobGas?: bigint | undefined;
3604
4834
  accessList?: import("../index.js").AccessList | undefined;
3605
- blobs?: undefined;
4835
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3606
4836
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4837
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4838
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4839
+ sidecars?: undefined;
3607
4840
  } & {
3608
4841
  data?: `0x${string}` | undefined;
3609
4842
  from: `0x${string}`;
@@ -3611,13 +4844,16 @@ export declare const chainConfig: {
3611
4844
  nonce?: number | undefined;
3612
4845
  to?: `0x${string}` | null | undefined;
3613
4846
  value?: bigint | undefined;
3614
- gasPrice?: bigint | undefined;
4847
+ gasPrice?: undefined;
3615
4848
  maxFeePerBlobGas?: undefined;
3616
- maxFeePerGas?: undefined;
3617
- maxPriorityFeePerGas?: undefined;
3618
- accessList?: undefined;
4849
+ maxFeePerGas?: bigint | undefined;
4850
+ maxPriorityFeePerGas?: bigint | undefined;
4851
+ accessList?: import("../index.js").AccessList | undefined;
3619
4852
  blobs?: undefined;
3620
- type?: "legacy" | undefined;
4853
+ type?: "eip1559" | undefined;
4854
+ kzg?: undefined;
4855
+ blobVersionedHashes?: undefined;
4856
+ sidecars?: undefined;
3621
4857
  } & {
3622
4858
  feeCurrency?: `0x${string}` | undefined;
3623
4859
  gatewayFee?: bigint | undefined;
@@ -3627,29 +4863,35 @@ export declare const chainConfig: {
3627
4863
  from?: `0x${string}`;
3628
4864
  gas?: bigint | undefined;
3629
4865
  nonce?: number | undefined;
3630
- to?: `0x${string}` | null | undefined;
3631
4866
  value?: bigint | undefined;
4867
+ to?: `0x${string}` | null | undefined;
3632
4868
  gasPrice?: bigint | undefined;
3633
- maxFeePerBlobGas?: bigint | undefined;
3634
4869
  maxFeePerGas?: bigint | undefined;
3635
4870
  maxPriorityFeePerGas?: bigint | undefined;
4871
+ maxFeePerBlobGas?: bigint | undefined;
3636
4872
  accessList?: import("../index.js").AccessList | undefined;
3637
- blobs?: undefined;
4873
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3638
4874
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4875
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4876
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4877
+ sidecars?: undefined;
3639
4878
  } & {
3640
4879
  data?: `0x${string}` | undefined;
3641
4880
  from: `0x${string}`;
3642
4881
  gas?: bigint | undefined;
3643
4882
  nonce?: number | undefined;
3644
- to?: `0x${string}` | null | undefined;
3645
4883
  value?: bigint | undefined;
3646
- gasPrice?: bigint | undefined;
3647
- maxFeePerBlobGas?: undefined;
3648
- maxFeePerGas?: undefined;
3649
- maxPriorityFeePerGas?: undefined;
4884
+ to: `0x${string}` | null;
4885
+ gasPrice?: undefined;
4886
+ maxFeePerGas?: bigint | undefined;
4887
+ maxPriorityFeePerGas?: bigint | undefined;
4888
+ maxFeePerBlobGas: bigint;
3650
4889
  accessList?: import("../index.js").AccessList | undefined;
3651
- blobs?: undefined;
3652
- type?: "eip2930" | undefined;
4890
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4891
+ type?: "eip4844" | undefined;
4892
+ kzg: import("../types/kzg.js").Kzg | undefined;
4893
+ blobVersionedHashes?: undefined;
4894
+ sidecars?: undefined;
3653
4895
  } & {
3654
4896
  feeCurrency?: `0x${string}` | undefined;
3655
4897
  gatewayFee?: bigint | undefined;
@@ -3659,29 +4901,35 @@ export declare const chainConfig: {
3659
4901
  from?: `0x${string}`;
3660
4902
  gas?: bigint | undefined;
3661
4903
  nonce?: number | undefined;
3662
- to?: `0x${string}` | null | undefined;
3663
4904
  value?: bigint | undefined;
4905
+ to?: `0x${string}` | null | undefined;
3664
4906
  gasPrice?: bigint | undefined;
3665
- maxFeePerBlobGas?: bigint | undefined;
3666
4907
  maxFeePerGas?: bigint | undefined;
3667
4908
  maxPriorityFeePerGas?: bigint | undefined;
4909
+ maxFeePerBlobGas?: bigint | undefined;
3668
4910
  accessList?: import("../index.js").AccessList | undefined;
3669
- blobs?: undefined;
4911
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3670
4912
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4913
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4914
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4915
+ sidecars?: undefined;
3671
4916
  } & {
3672
4917
  data?: `0x${string}` | undefined;
3673
4918
  from: `0x${string}`;
3674
4919
  gas?: bigint | undefined;
3675
4920
  nonce?: number | undefined;
3676
- to?: `0x${string}` | null | undefined;
3677
4921
  value?: bigint | undefined;
4922
+ to: `0x${string}` | null;
3678
4923
  gasPrice?: undefined;
3679
- maxFeePerBlobGas?: undefined;
3680
4924
  maxFeePerGas?: bigint | undefined;
3681
4925
  maxPriorityFeePerGas?: bigint | undefined;
4926
+ maxFeePerBlobGas: bigint;
3682
4927
  accessList?: import("../index.js").AccessList | undefined;
3683
- blobs?: undefined;
3684
- type?: "eip1559" | undefined;
4928
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4929
+ type?: "eip4844" | undefined;
4930
+ blobVersionedHashes: readonly `0x${string}`[];
4931
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4932
+ sidecars?: undefined;
3685
4933
  } & {
3686
4934
  feeCurrency?: `0x${string}` | undefined;
3687
4935
  gatewayFee?: bigint | undefined;
@@ -3691,15 +4939,18 @@ export declare const chainConfig: {
3691
4939
  from?: `0x${string}`;
3692
4940
  gas?: bigint | undefined;
3693
4941
  nonce?: number | undefined;
3694
- to?: `0x${string}` | null | undefined;
3695
4942
  value?: bigint | undefined;
4943
+ to?: `0x${string}` | null | undefined;
3696
4944
  gasPrice?: bigint | undefined;
3697
- maxFeePerBlobGas?: bigint | undefined;
3698
4945
  maxFeePerGas?: bigint | undefined;
3699
4946
  maxPriorityFeePerGas?: bigint | undefined;
4947
+ maxFeePerBlobGas?: bigint | undefined;
3700
4948
  accessList?: import("../index.js").AccessList | undefined;
3701
- blobs?: undefined;
4949
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3702
4950
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4951
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4952
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4953
+ sidecars?: undefined;
3703
4954
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3704
4955
  accessList?: import("../index.js").AccessList | undefined;
3705
4956
  feeCurrency?: `0x${string}` | undefined;
@@ -3711,15 +4962,18 @@ export declare const chainConfig: {
3711
4962
  from?: `0x${string}`;
3712
4963
  gas?: bigint | undefined;
3713
4964
  nonce?: number | undefined;
3714
- to?: `0x${string}` | null | undefined;
3715
4965
  value?: bigint | undefined;
4966
+ to?: `0x${string}` | null | undefined;
3716
4967
  gasPrice?: bigint | undefined;
3717
- maxFeePerBlobGas?: bigint | undefined;
3718
4968
  maxFeePerGas?: bigint | undefined;
3719
4969
  maxPriorityFeePerGas?: bigint | undefined;
4970
+ maxFeePerBlobGas?: bigint | undefined;
3720
4971
  accessList?: import("../index.js").AccessList | undefined;
3721
- blobs?: undefined;
4972
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3722
4973
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4974
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4975
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4976
+ sidecars?: undefined;
3723
4977
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3724
4978
  accessList?: import("../index.js").AccessList | undefined;
3725
4979
  feeCurrency?: `0x${string}` | undefined;
@@ -3740,6 +4994,9 @@ export declare const chainConfig: {
3740
4994
  accessList?: import("../index.js").AccessList | undefined;
3741
4995
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3742
4996
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4997
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4998
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4999
+ blobVersionedHashes?: undefined;
3743
5000
  } & {
3744
5001
  data?: `0x${string}` | undefined;
3745
5002
  from: `0x${string}`;
@@ -3754,6 +5011,9 @@ export declare const chainConfig: {
3754
5011
  accessList?: undefined;
3755
5012
  blobs?: undefined;
3756
5013
  type?: "legacy" | undefined;
5014
+ kzg?: undefined;
5015
+ blobVersionedHashes?: undefined;
5016
+ sidecars?: undefined;
3757
5017
  } & {
3758
5018
  feeCurrency?: `0x${string}` | undefined;
3759
5019
  gatewayFee?: bigint | undefined;
@@ -3772,6 +5032,9 @@ export declare const chainConfig: {
3772
5032
  accessList?: import("../index.js").AccessList | undefined;
3773
5033
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3774
5034
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5035
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5036
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5037
+ blobVersionedHashes?: undefined;
3775
5038
  } & {
3776
5039
  data?: `0x${string}` | undefined;
3777
5040
  from: `0x${string}`;
@@ -3786,6 +5049,9 @@ export declare const chainConfig: {
3786
5049
  accessList?: import("../index.js").AccessList | undefined;
3787
5050
  blobs?: undefined;
3788
5051
  type?: "eip2930" | undefined;
5052
+ kzg?: undefined;
5053
+ blobVersionedHashes?: undefined;
5054
+ sidecars?: undefined;
3789
5055
  } & {
3790
5056
  feeCurrency?: `0x${string}` | undefined;
3791
5057
  gatewayFee?: bigint | undefined;
@@ -3804,6 +5070,9 @@ export declare const chainConfig: {
3804
5070
  accessList?: import("../index.js").AccessList | undefined;
3805
5071
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3806
5072
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5073
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5074
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5075
+ blobVersionedHashes?: undefined;
3807
5076
  } & {
3808
5077
  data?: `0x${string}` | undefined;
3809
5078
  from: `0x${string}`;
@@ -3818,6 +5087,47 @@ export declare const chainConfig: {
3818
5087
  accessList?: import("../index.js").AccessList | undefined;
3819
5088
  blobs?: undefined;
3820
5089
  type?: "eip1559" | undefined;
5090
+ kzg?: undefined;
5091
+ blobVersionedHashes?: undefined;
5092
+ sidecars?: undefined;
5093
+ } & {
5094
+ feeCurrency?: `0x${string}` | undefined;
5095
+ gatewayFee?: bigint | undefined;
5096
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5097
+ }) | ({
5098
+ data?: `0x${string}` | undefined;
5099
+ from?: `0x${string}`;
5100
+ gas?: bigint | undefined;
5101
+ nonce?: number | undefined;
5102
+ value?: bigint | undefined;
5103
+ to?: `0x${string}` | null | undefined;
5104
+ gasPrice?: bigint | undefined;
5105
+ maxFeePerGas?: bigint | undefined;
5106
+ maxPriorityFeePerGas?: bigint | undefined;
5107
+ maxFeePerBlobGas?: bigint | undefined;
5108
+ accessList?: import("../index.js").AccessList | undefined;
5109
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
5110
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5111
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5112
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5113
+ blobVersionedHashes?: undefined;
5114
+ } & {
5115
+ data?: `0x${string}` | undefined;
5116
+ from: `0x${string}`;
5117
+ gas?: bigint | undefined;
5118
+ nonce?: number | undefined;
5119
+ value?: bigint | undefined;
5120
+ to: `0x${string}` | null;
5121
+ gasPrice?: undefined;
5122
+ maxFeePerGas?: bigint | undefined;
5123
+ maxPriorityFeePerGas?: bigint | undefined;
5124
+ maxFeePerBlobGas: bigint;
5125
+ accessList?: import("../index.js").AccessList | undefined;
5126
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5127
+ type?: "eip4844" | undefined;
5128
+ kzg: import("../types/kzg.js").Kzg | undefined;
5129
+ blobVersionedHashes?: undefined;
5130
+ sidecars?: undefined;
3821
5131
  } & {
3822
5132
  feeCurrency?: `0x${string}` | undefined;
3823
5133
  gatewayFee?: bigint | undefined;
@@ -3836,6 +5146,9 @@ export declare const chainConfig: {
3836
5146
  accessList?: import("../index.js").AccessList | undefined;
3837
5147
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3838
5148
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5149
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5150
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5151
+ blobVersionedHashes?: undefined;
3839
5152
  } & {
3840
5153
  data?: `0x${string}` | undefined;
3841
5154
  from: `0x${string}`;
@@ -3850,6 +5163,9 @@ export declare const chainConfig: {
3850
5163
  accessList?: import("../index.js").AccessList | undefined;
3851
5164
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3852
5165
  type?: "eip4844" | undefined;
5166
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5167
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
5168
+ blobVersionedHashes?: undefined;
3853
5169
  } & {
3854
5170
  feeCurrency?: `0x${string}` | undefined;
3855
5171
  gatewayFee?: bigint | undefined;
@@ -3868,6 +5184,9 @@ export declare const chainConfig: {
3868
5184
  accessList?: import("../index.js").AccessList | undefined;
3869
5185
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3870
5186
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5187
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5188
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5189
+ blobVersionedHashes?: undefined;
3871
5190
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3872
5191
  accessList?: import("../index.js").AccessList | undefined;
3873
5192
  feeCurrency?: `0x${string}` | undefined;
@@ -3888,6 +5207,9 @@ export declare const chainConfig: {
3888
5207
  accessList?: import("../index.js").AccessList | undefined;
3889
5208
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3890
5209
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5210
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5211
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5212
+ blobVersionedHashes?: undefined;
3891
5213
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3892
5214
  accessList?: import("../index.js").AccessList | undefined;
3893
5215
  feeCurrency?: `0x${string}` | undefined;
@@ -3908,6 +5230,9 @@ export declare const chainConfig: {
3908
5230
  accessList?: undefined;
3909
5231
  blobs?: undefined;
3910
5232
  type?: "0x0" | undefined;
5233
+ kzg?: undefined;
5234
+ blobVersionedHashes?: undefined;
5235
+ sidecars?: undefined;
3911
5236
  feeCurrency?: `0x${string}` | undefined;
3912
5237
  gatewayFee?: `0x${string}` | undefined;
3913
5238
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3925,6 +5250,9 @@ export declare const chainConfig: {
3925
5250
  accessList?: import("../index.js").AccessList | undefined;
3926
5251
  blobs?: undefined;
3927
5252
  type?: "0x1" | undefined;
5253
+ kzg?: undefined;
5254
+ blobVersionedHashes?: undefined;
5255
+ sidecars?: undefined;
3928
5256
  feeCurrency?: `0x${string}` | undefined;
3929
5257
  gatewayFee?: `0x${string}` | undefined;
3930
5258
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3942,6 +5270,9 @@ export declare const chainConfig: {
3942
5270
  accessList?: import("../index.js").AccessList | undefined;
3943
5271
  blobs?: undefined;
3944
5272
  type?: "0x2" | undefined;
5273
+ kzg?: undefined;
5274
+ blobVersionedHashes?: undefined;
5275
+ sidecars?: undefined;
3945
5276
  feeCurrency?: `0x${string}` | undefined;
3946
5277
  gatewayFee?: `0x${string}` | undefined;
3947
5278
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3959,6 +5290,9 @@ export declare const chainConfig: {
3959
5290
  accessList?: import("../index.js").AccessList | undefined;
3960
5291
  blobs?: undefined;
3961
5292
  type?: "0x7c" | undefined;
5293
+ kzg?: undefined;
5294
+ blobVersionedHashes?: undefined;
5295
+ sidecars?: undefined;
3962
5296
  feeCurrency?: `0x${string}` | undefined;
3963
5297
  gatewayFee?: `0x${string}` | undefined;
3964
5298
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3976,6 +5310,9 @@ export declare const chainConfig: {
3976
5310
  accessList?: import("../index.js").AccessList | undefined;
3977
5311
  blobs?: undefined;
3978
5312
  type?: "0x7b" | undefined;
5313
+ kzg?: undefined;
5314
+ blobVersionedHashes?: undefined;
5315
+ sidecars?: undefined;
3979
5316
  feeCurrency?: `0x${string}` | undefined;
3980
5317
  gatewayFee?: undefined;
3981
5318
  gatewayFeeRecipient?: undefined;
@@ -3993,6 +5330,9 @@ export declare const chainConfig: {
3993
5330
  accessList?: undefined;
3994
5331
  blobs?: undefined;
3995
5332
  type?: "0x0" | undefined;
5333
+ kzg?: undefined;
5334
+ blobVersionedHashes?: undefined;
5335
+ sidecars?: undefined;
3996
5336
  feeCurrency?: `0x${string}` | undefined;
3997
5337
  gatewayFee?: `0x${string}` | undefined;
3998
5338
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4010,6 +5350,9 @@ export declare const chainConfig: {
4010
5350
  accessList?: import("../index.js").AccessList | undefined;
4011
5351
  blobs?: undefined;
4012
5352
  type?: "0x1" | undefined;
5353
+ kzg?: undefined;
5354
+ blobVersionedHashes?: undefined;
5355
+ sidecars?: undefined;
4013
5356
  feeCurrency?: `0x${string}` | undefined;
4014
5357
  gatewayFee?: `0x${string}` | undefined;
4015
5358
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4027,6 +5370,9 @@ export declare const chainConfig: {
4027
5370
  accessList?: import("../index.js").AccessList | undefined;
4028
5371
  blobs?: undefined;
4029
5372
  type?: "0x2" | undefined;
5373
+ kzg?: undefined;
5374
+ blobVersionedHashes?: undefined;
5375
+ sidecars?: undefined;
4030
5376
  feeCurrency?: `0x${string}` | undefined;
4031
5377
  gatewayFee?: `0x${string}` | undefined;
4032
5378
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4044,6 +5390,9 @@ export declare const chainConfig: {
4044
5390
  accessList?: import("../index.js").AccessList | undefined;
4045
5391
  blobs?: undefined;
4046
5392
  type?: "0x7c" | undefined;
5393
+ kzg?: undefined;
5394
+ blobVersionedHashes?: undefined;
5395
+ sidecars?: undefined;
4047
5396
  feeCurrency?: `0x${string}` | undefined;
4048
5397
  gatewayFee?: `0x${string}` | undefined;
4049
5398
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4061,6 +5410,9 @@ export declare const chainConfig: {
4061
5410
  accessList?: import("../index.js").AccessList | undefined;
4062
5411
  blobs?: undefined;
4063
5412
  type?: "0x7b" | undefined;
5413
+ kzg?: undefined;
5414
+ blobVersionedHashes?: undefined;
5415
+ sidecars?: undefined;
4064
5416
  feeCurrency?: `0x${string}` | undefined;
4065
5417
  gatewayFee?: undefined;
4066
5418
  gatewayFeeRecipient?: undefined;
@@ -4078,6 +5430,9 @@ export declare const chainConfig: {
4078
5430
  accessList?: undefined;
4079
5431
  blobs?: undefined;
4080
5432
  type?: "0x0" | undefined;
5433
+ kzg?: undefined;
5434
+ blobVersionedHashes?: undefined;
5435
+ sidecars?: undefined;
4081
5436
  feeCurrency?: `0x${string}` | undefined;
4082
5437
  gatewayFee?: `0x${string}` | undefined;
4083
5438
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4095,6 +5450,9 @@ export declare const chainConfig: {
4095
5450
  accessList?: import("../index.js").AccessList | undefined;
4096
5451
  blobs?: undefined;
4097
5452
  type?: "0x1" | undefined;
5453
+ kzg?: undefined;
5454
+ blobVersionedHashes?: undefined;
5455
+ sidecars?: undefined;
4098
5456
  feeCurrency?: `0x${string}` | undefined;
4099
5457
  gatewayFee?: `0x${string}` | undefined;
4100
5458
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4112,6 +5470,9 @@ export declare const chainConfig: {
4112
5470
  accessList?: import("../index.js").AccessList | undefined;
4113
5471
  blobs?: undefined;
4114
5472
  type?: "0x2" | undefined;
5473
+ kzg?: undefined;
5474
+ blobVersionedHashes?: undefined;
5475
+ sidecars?: undefined;
4115
5476
  feeCurrency?: `0x${string}` | undefined;
4116
5477
  gatewayFee?: `0x${string}` | undefined;
4117
5478
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4129,6 +5490,9 @@ export declare const chainConfig: {
4129
5490
  accessList?: import("../index.js").AccessList | undefined;
4130
5491
  blobs?: undefined;
4131
5492
  type?: "0x7c" | undefined;
5493
+ kzg?: undefined;
5494
+ blobVersionedHashes?: undefined;
5495
+ sidecars?: undefined;
4132
5496
  feeCurrency?: `0x${string}` | undefined;
4133
5497
  gatewayFee?: `0x${string}` | undefined;
4134
5498
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4146,6 +5510,129 @@ export declare const chainConfig: {
4146
5510
  accessList?: import("../index.js").AccessList | undefined;
4147
5511
  blobs?: undefined;
4148
5512
  type?: "0x7b" | undefined;
5513
+ kzg?: undefined;
5514
+ blobVersionedHashes?: undefined;
5515
+ sidecars?: undefined;
5516
+ feeCurrency?: `0x${string}` | undefined;
5517
+ gatewayFee?: undefined;
5518
+ gatewayFeeRecipient?: undefined;
5519
+ } | {
5520
+ data?: `0x${string}` | undefined;
5521
+ from: `0x${string}`;
5522
+ gas?: `0x${string}` | undefined;
5523
+ nonce?: `0x${string}` | undefined;
5524
+ value?: `0x${string}` | undefined;
5525
+ to: `0x${string}` | null;
5526
+ gasPrice?: undefined;
5527
+ maxFeePerGas?: `0x${string}` | undefined;
5528
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5529
+ maxFeePerBlobGas: `0x${string}`;
5530
+ accessList?: import("../index.js").AccessList | undefined;
5531
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5532
+ type?: "0x3" | undefined;
5533
+ kzg: import("../types/kzg.js").Kzg | undefined;
5534
+ blobVersionedHashes?: undefined;
5535
+ sidecars?: undefined;
5536
+ feeCurrency?: `0x${string}` | undefined;
5537
+ gatewayFee?: `0x${string}` | undefined;
5538
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5539
+ } | {
5540
+ data?: `0x${string}` | undefined;
5541
+ from: `0x${string}`;
5542
+ gas?: `0x${string}` | undefined;
5543
+ nonce?: `0x${string}` | undefined;
5544
+ value?: `0x${string}` | undefined;
5545
+ to: `0x${string}` | null | undefined;
5546
+ gasPrice?: undefined;
5547
+ maxFeePerGas?: `0x${string}` | undefined;
5548
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5549
+ maxFeePerBlobGas: undefined;
5550
+ accessList?: import("../index.js").AccessList | undefined;
5551
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5552
+ type?: "0x7c" | undefined;
5553
+ kzg: import("../types/kzg.js").Kzg | undefined;
5554
+ blobVersionedHashes?: undefined;
5555
+ sidecars?: undefined;
5556
+ feeCurrency?: `0x${string}` | undefined;
5557
+ gatewayFee?: `0x${string}` | undefined;
5558
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5559
+ } | {
5560
+ data?: `0x${string}` | undefined;
5561
+ from: `0x${string}`;
5562
+ gas?: `0x${string}` | undefined;
5563
+ nonce?: `0x${string}` | undefined;
5564
+ value?: `0x${string}` | undefined;
5565
+ to: `0x${string}` | null | undefined;
5566
+ gasPrice?: undefined;
5567
+ maxFeePerGas?: `0x${string}` | undefined;
5568
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5569
+ maxFeePerBlobGas: undefined;
5570
+ accessList?: import("../index.js").AccessList | undefined;
5571
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5572
+ type?: "0x7b" | undefined;
5573
+ kzg: import("../types/kzg.js").Kzg | undefined;
5574
+ blobVersionedHashes?: undefined;
5575
+ sidecars?: undefined;
5576
+ feeCurrency?: `0x${string}` | undefined;
5577
+ gatewayFee?: undefined;
5578
+ gatewayFeeRecipient?: undefined;
5579
+ } | {
5580
+ data?: `0x${string}` | undefined;
5581
+ from: `0x${string}`;
5582
+ gas?: `0x${string}` | undefined;
5583
+ nonce?: `0x${string}` | undefined;
5584
+ value?: `0x${string}` | undefined;
5585
+ to: `0x${string}` | null;
5586
+ gasPrice?: undefined;
5587
+ maxFeePerGas?: `0x${string}` | undefined;
5588
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5589
+ maxFeePerBlobGas: `0x${string}`;
5590
+ accessList?: import("../index.js").AccessList | undefined;
5591
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5592
+ type?: "0x3" | undefined;
5593
+ blobVersionedHashes: readonly `0x${string}`[];
5594
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5595
+ sidecars?: undefined;
5596
+ feeCurrency?: `0x${string}` | undefined;
5597
+ gatewayFee?: `0x${string}` | undefined;
5598
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5599
+ } | {
5600
+ data?: `0x${string}` | undefined;
5601
+ from: `0x${string}`;
5602
+ gas?: `0x${string}` | undefined;
5603
+ nonce?: `0x${string}` | undefined;
5604
+ value?: `0x${string}` | undefined;
5605
+ to: `0x${string}` | null | undefined;
5606
+ gasPrice?: undefined;
5607
+ maxFeePerGas?: `0x${string}` | undefined;
5608
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5609
+ maxFeePerBlobGas: undefined;
5610
+ accessList?: import("../index.js").AccessList | undefined;
5611
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5612
+ type?: "0x7c" | undefined;
5613
+ blobVersionedHashes: readonly `0x${string}`[];
5614
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5615
+ sidecars?: undefined;
5616
+ feeCurrency?: `0x${string}` | undefined;
5617
+ gatewayFee?: `0x${string}` | undefined;
5618
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5619
+ } | {
5620
+ data?: `0x${string}` | undefined;
5621
+ from: `0x${string}`;
5622
+ gas?: `0x${string}` | undefined;
5623
+ nonce?: `0x${string}` | undefined;
5624
+ value?: `0x${string}` | undefined;
5625
+ to: `0x${string}` | null | undefined;
5626
+ gasPrice?: undefined;
5627
+ maxFeePerGas?: `0x${string}` | undefined;
5628
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5629
+ maxFeePerBlobGas: undefined;
5630
+ accessList?: import("../index.js").AccessList | undefined;
5631
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5632
+ type?: "0x7b" | undefined;
5633
+ blobVersionedHashes: readonly `0x${string}`[];
5634
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5635
+ sidecars?: undefined;
4149
5636
  feeCurrency?: `0x${string}` | undefined;
4150
5637
  gatewayFee?: undefined;
4151
5638
  gatewayFeeRecipient?: undefined;
@@ -4163,6 +5650,9 @@ export declare const chainConfig: {
4163
5650
  accessList?: import("../index.js").AccessList | undefined;
4164
5651
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4165
5652
  type?: "0x3" | undefined;
5653
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5654
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
5655
+ blobVersionedHashes?: undefined;
4166
5656
  feeCurrency?: `0x${string}` | undefined;
4167
5657
  gatewayFee?: `0x${string}` | undefined;
4168
5658
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4180,6 +5670,9 @@ export declare const chainConfig: {
4180
5670
  accessList?: import("../index.js").AccessList | undefined;
4181
5671
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4182
5672
  type?: "0x7c" | undefined;
5673
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5674
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
5675
+ blobVersionedHashes?: undefined;
4183
5676
  feeCurrency?: `0x${string}` | undefined;
4184
5677
  gatewayFee?: `0x${string}` | undefined;
4185
5678
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4197,6 +5690,9 @@ export declare const chainConfig: {
4197
5690
  accessList?: import("../index.js").AccessList | undefined;
4198
5691
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4199
5692
  type?: "0x7b" | undefined;
5693
+ kzg?: import("../types/kzg.js").Kzg | undefined;
5694
+ sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
5695
+ blobVersionedHashes?: undefined;
4200
5696
  feeCurrency?: `0x${string}` | undefined;
4201
5697
  gatewayFee?: undefined;
4202
5698
  gatewayFeeRecipient?: undefined;