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
@@ -88,6 +88,7 @@ export declare const celo: {
88
88
  gas?: `0x${string}`;
89
89
  nonce?: `0x${string}`;
90
90
  value?: `0x${string}`;
91
+ blobVersionedHashes?: undefined;
91
92
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
92
93
  accessList?: undefined;
93
94
  blockHash?: `0x${string}` | null;
@@ -95,7 +96,6 @@ export declare const celo: {
95
96
  hash?: `0x${string}`;
96
97
  input?: `0x${string}`;
97
98
  transactionIndex?: `0x${string}` | null;
98
- blobVersionedHashes?: undefined;
99
99
  chainId?: `0x${string}` | undefined;
100
100
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
101
101
  r: `0x${string}`;
@@ -139,6 +139,7 @@ export declare const celo: {
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 celo: {
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 celo: {
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?: undefined;
172
173
  blockHash?: `0x${string}` | null;
@@ -174,7 +175,6 @@ export declare const celo: {
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
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
180
180
  feeCurrency: `0x${string}` | null;
@@ -195,6 +195,7 @@ export declare const celo: {
195
195
  gas?: `0x${string}`;
196
196
  nonce?: `0x${string}`;
197
197
  value?: `0x${string}`;
198
+ blobVersionedHashes?: undefined;
198
199
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
199
200
  accessList?: import("../../index.js").AccessList | undefined;
200
201
  blockHash?: `0x${string}` | null;
@@ -202,7 +203,6 @@ export declare const celo: {
202
203
  hash?: `0x${string}`;
203
204
  input?: `0x${string}`;
204
205
  transactionIndex?: `0x${string}` | null;
205
- blobVersionedHashes?: undefined;
206
206
  chainId?: `0x${string}` | undefined;
207
207
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
208
208
  r: `0x${string}`;
@@ -246,6 +246,7 @@ export declare const celo: {
246
246
  gas?: `0x${string}`;
247
247
  nonce?: `0x${string}`;
248
248
  value?: `0x${string}`;
249
+ blobVersionedHashes?: undefined;
249
250
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
250
251
  accessList?: import("../../index.js").AccessList | undefined;
251
252
  blockHash?: `0x${string}` | null;
@@ -253,7 +254,6 @@ export declare const celo: {
253
254
  hash?: `0x${string}`;
254
255
  input?: `0x${string}`;
255
256
  transactionIndex?: `0x${string}` | null;
256
- blobVersionedHashes?: undefined;
257
257
  chainId?: `0x${string}` | undefined;
258
258
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
259
259
  blockHash: `0x${string}` | null;
@@ -297,6 +297,7 @@ export declare const celo: {
297
297
  gas?: `0x${string}`;
298
298
  nonce?: `0x${string}`;
299
299
  value?: `0x${string}`;
300
+ blobVersionedHashes?: undefined;
300
301
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
301
302
  accessList?: import("../../index.js").AccessList | undefined;
302
303
  blockHash?: `0x${string}` | null;
@@ -304,7 +305,6 @@ export declare const celo: {
304
305
  hash?: `0x${string}`;
305
306
  input?: `0x${string}`;
306
307
  transactionIndex?: `0x${string}` | null;
307
- blobVersionedHashes?: undefined;
308
308
  chainId?: `0x${string}` | undefined;
309
309
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
310
310
  blockHash: `0x${string}` | null;
@@ -348,6 +348,7 @@ export declare const celo: {
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 celo: {
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 celo: {
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 celo: {
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
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
389
389
  feeCurrency: `0x${string}` | null;
@@ -404,6 +404,7 @@ export declare const celo: {
404
404
  gas?: `0x${string}`;
405
405
  nonce?: `0x${string}`;
406
406
  value?: `0x${string}`;
407
+ blobVersionedHashes?: undefined;
407
408
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
408
409
  accessList?: import("../../index.js").AccessList | undefined;
409
410
  blockHash?: `0x${string}` | null;
@@ -411,7 +412,6 @@ export declare const celo: {
411
412
  hash?: `0x${string}`;
412
413
  input?: `0x${string}`;
413
414
  transactionIndex?: `0x${string}` | null;
414
- blobVersionedHashes?: undefined;
415
415
  chainId?: `0x${string}` | undefined;
416
416
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
417
417
  r: `0x${string}`;
@@ -455,6 +455,7 @@ export declare const celo: {
455
455
  gas?: `0x${string}`;
456
456
  nonce?: `0x${string}`;
457
457
  value?: `0x${string}`;
458
+ blobVersionedHashes?: undefined;
458
459
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
459
460
  accessList?: import("../../index.js").AccessList | undefined;
460
461
  blockHash?: `0x${string}` | null;
@@ -462,7 +463,6 @@ export declare const celo: {
462
463
  hash?: `0x${string}`;
463
464
  input?: `0x${string}`;
464
465
  transactionIndex?: `0x${string}` | null;
465
- blobVersionedHashes?: undefined;
466
466
  chainId?: `0x${string}` | undefined;
467
467
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
468
468
  blockHash: `0x${string}` | null;
@@ -506,6 +506,7 @@ export declare const celo: {
506
506
  gas?: `0x${string}`;
507
507
  nonce?: `0x${string}`;
508
508
  value?: `0x${string}`;
509
+ blobVersionedHashes?: undefined;
509
510
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
510
511
  accessList?: import("../../index.js").AccessList | undefined;
511
512
  blockHash?: `0x${string}` | null;
@@ -513,7 +514,6 @@ export declare const celo: {
513
514
  hash?: `0x${string}`;
514
515
  input?: `0x${string}`;
515
516
  transactionIndex?: `0x${string}` | null;
516
- blobVersionedHashes?: undefined;
517
517
  chainId?: `0x${string}` | undefined;
518
518
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
519
519
  blockHash: `0x${string}` | null;
@@ -557,6 +557,7 @@ export declare const celo: {
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 celo: {
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 celo: {
585
585
  gas?: `0x${string}`;
586
586
  nonce?: `0x${string}`;
587
587
  value?: `0x${string}`;
588
+ blobVersionedHashes?: 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 celo: {
592
593
  hash?: `0x${string}`;
593
594
  input?: `0x${string}`;
594
595
  transactionIndex?: `0x${string}` | null;
595
- blobVersionedHashes?: undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
598
598
  feeCurrency: `0x${string}` | null;
@@ -613,6 +613,7 @@ export declare const celo: {
613
613
  gas?: `0x${string}`;
614
614
  nonce?: `0x${string}`;
615
615
  value?: `0x${string}`;
616
+ blobVersionedHashes?: `0x${string}`[] | undefined;
616
617
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
617
618
  accessList?: import("../../index.js").AccessList | undefined;
618
619
  blockHash?: `0x${string}` | null;
@@ -620,7 +621,6 @@ export declare const celo: {
620
621
  hash?: `0x${string}`;
621
622
  input?: `0x${string}`;
622
623
  transactionIndex?: `0x${string}` | null;
623
- blobVersionedHashes?: `0x${string}`[] | undefined;
624
624
  chainId?: `0x${string}` | undefined;
625
625
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
626
626
  r: `0x${string}`;
@@ -664,6 +664,7 @@ export declare const celo: {
664
664
  gas?: `0x${string}`;
665
665
  nonce?: `0x${string}`;
666
666
  value?: `0x${string}`;
667
+ blobVersionedHashes?: `0x${string}`[] | undefined;
667
668
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
668
669
  accessList?: import("../../index.js").AccessList | undefined;
669
670
  blockHash?: `0x${string}` | null;
@@ -671,7 +672,6 @@ export declare const celo: {
671
672
  hash?: `0x${string}`;
672
673
  input?: `0x${string}`;
673
674
  transactionIndex?: `0x${string}` | null;
674
- blobVersionedHashes?: `0x${string}`[] | undefined;
675
675
  chainId?: `0x${string}` | undefined;
676
676
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
677
677
  blockHash: `0x${string}` | null;
@@ -715,6 +715,7 @@ export declare const celo: {
715
715
  gas?: `0x${string}`;
716
716
  nonce?: `0x${string}`;
717
717
  value?: `0x${string}`;
718
+ blobVersionedHashes?: `0x${string}`[] | undefined;
718
719
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
719
720
  accessList?: import("../../index.js").AccessList | undefined;
720
721
  blockHash?: `0x${string}` | null;
@@ -722,7 +723,6 @@ export declare const celo: {
722
723
  hash?: `0x${string}`;
723
724
  input?: `0x${string}`;
724
725
  transactionIndex?: `0x${string}` | null;
725
- blobVersionedHashes?: `0x${string}`[] | undefined;
726
726
  chainId?: `0x${string}` | undefined;
727
727
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
728
728
  blockHash: `0x${string}` | null;
@@ -766,6 +766,7 @@ export declare const celo: {
766
766
  gas?: `0x${string}`;
767
767
  nonce?: `0x${string}`;
768
768
  value?: `0x${string}`;
769
+ blobVersionedHashes?: `0x${string}`[] | undefined;
769
770
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
770
771
  accessList?: import("../../index.js").AccessList | undefined;
771
772
  blockHash?: `0x${string}` | null;
@@ -773,7 +774,6 @@ export declare const celo: {
773
774
  hash?: `0x${string}`;
774
775
  input?: `0x${string}`;
775
776
  transactionIndex?: `0x${string}` | null;
776
- blobVersionedHashes?: `0x${string}`[] | undefined;
777
777
  chainId?: `0x${string}` | undefined;
778
778
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
779
779
  blockHash: `0x${string}` | null;
@@ -817,6 +817,7 @@ export declare const celo: {
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 celo: {
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;
@@ -845,6 +845,7 @@ export declare const celo: {
845
845
  gas?: `0x${string}`;
846
846
  nonce?: `0x${string}`;
847
847
  value?: `0x${string}`;
848
+ blobVersionedHashes?: `0x${string}`[] | undefined;
848
849
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
849
850
  accessList?: import("../../index.js").AccessList | undefined;
850
851
  blockHash?: `0x${string}` | null;
@@ -852,7 +853,6 @@ export declare const celo: {
852
853
  hash?: `0x${string}`;
853
854
  input?: `0x${string}`;
854
855
  transactionIndex?: `0x${string}` | null;
855
- blobVersionedHashes?: `0x${string}`[] | undefined;
856
856
  chainId?: `0x${string}` | undefined;
857
857
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
858
858
  feeCurrency: `0x${string}` | null;
@@ -1256,6 +1256,9 @@ export declare const celo: {
1256
1256
  accessList?: import("../../index.js").AccessList | undefined;
1257
1257
  blobs?: undefined;
1258
1258
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1259
+ kzg?: undefined;
1260
+ blobVersionedHashes?: undefined;
1261
+ sidecars?: undefined;
1259
1262
  } & {
1260
1263
  data?: `0x${string}` | undefined;
1261
1264
  from: `0x${string}`;
@@ -1270,6 +1273,9 @@ export declare const celo: {
1270
1273
  accessList?: undefined;
1271
1274
  blobs?: undefined;
1272
1275
  type?: "legacy" | undefined;
1276
+ kzg?: undefined;
1277
+ blobVersionedHashes?: undefined;
1278
+ sidecars?: undefined;
1273
1279
  } & {
1274
1280
  feeCurrency?: `0x${string}` | undefined;
1275
1281
  gatewayFee?: bigint | undefined;
@@ -1288,6 +1294,9 @@ export declare const celo: {
1288
1294
  accessList?: import("../../index.js").AccessList | undefined;
1289
1295
  blobs?: undefined;
1290
1296
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1297
+ kzg?: undefined;
1298
+ blobVersionedHashes?: undefined;
1299
+ sidecars?: undefined;
1291
1300
  } & {
1292
1301
  data?: `0x${string}` | undefined;
1293
1302
  from: `0x${string}`;
@@ -1302,6 +1311,9 @@ export declare const celo: {
1302
1311
  accessList?: import("../../index.js").AccessList | undefined;
1303
1312
  blobs?: undefined;
1304
1313
  type?: "eip2930" | undefined;
1314
+ kzg?: undefined;
1315
+ blobVersionedHashes?: undefined;
1316
+ sidecars?: undefined;
1305
1317
  } & {
1306
1318
  feeCurrency?: `0x${string}` | undefined;
1307
1319
  gatewayFee?: bigint | undefined;
@@ -1320,6 +1332,9 @@ export declare const celo: {
1320
1332
  accessList?: import("../../index.js").AccessList | undefined;
1321
1333
  blobs?: undefined;
1322
1334
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1335
+ kzg?: undefined;
1336
+ blobVersionedHashes?: undefined;
1337
+ sidecars?: undefined;
1323
1338
  } & {
1324
1339
  data?: `0x${string}` | undefined;
1325
1340
  from: `0x${string}`;
@@ -1334,6 +1349,9 @@ export declare const celo: {
1334
1349
  accessList?: import("../../index.js").AccessList | undefined;
1335
1350
  blobs?: undefined;
1336
1351
  type?: "eip1559" | undefined;
1352
+ kzg?: undefined;
1353
+ blobVersionedHashes?: undefined;
1354
+ sidecars?: undefined;
1337
1355
  } & {
1338
1356
  feeCurrency?: `0x${string}` | undefined;
1339
1357
  gatewayFee?: bigint | undefined;
@@ -1352,6 +1370,9 @@ export declare const celo: {
1352
1370
  accessList?: import("../../index.js").AccessList | undefined;
1353
1371
  blobs?: undefined;
1354
1372
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1373
+ kzg?: undefined;
1374
+ blobVersionedHashes?: undefined;
1375
+ sidecars?: undefined;
1355
1376
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1356
1377
  accessList?: import("../../index.js").AccessList | undefined;
1357
1378
  feeCurrency?: `0x${string}` | undefined;
@@ -1372,6 +1393,9 @@ export declare const celo: {
1372
1393
  accessList?: import("../../index.js").AccessList | undefined;
1373
1394
  blobs?: undefined;
1374
1395
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1396
+ kzg?: undefined;
1397
+ blobVersionedHashes?: undefined;
1398
+ sidecars?: undefined;
1375
1399
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1376
1400
  accessList?: import("../../index.js").AccessList | undefined;
1377
1401
  feeCurrency?: `0x${string}` | undefined;
@@ -1392,6 +1416,9 @@ export declare const celo: {
1392
1416
  accessList?: import("../../index.js").AccessList | undefined;
1393
1417
  blobs?: undefined;
1394
1418
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1419
+ kzg?: undefined;
1420
+ blobVersionedHashes?: undefined;
1421
+ sidecars?: undefined;
1395
1422
  } & {
1396
1423
  data?: `0x${string}` | undefined;
1397
1424
  from: `0x${string}`;
@@ -1406,6 +1433,9 @@ export declare const celo: {
1406
1433
  accessList?: undefined;
1407
1434
  blobs?: undefined;
1408
1435
  type?: "legacy" | undefined;
1436
+ kzg?: undefined;
1437
+ blobVersionedHashes?: undefined;
1438
+ sidecars?: undefined;
1409
1439
  } & {
1410
1440
  feeCurrency?: `0x${string}` | undefined;
1411
1441
  gatewayFee?: bigint | undefined;
@@ -1424,6 +1454,9 @@ export declare const celo: {
1424
1454
  accessList?: import("../../index.js").AccessList | undefined;
1425
1455
  blobs?: undefined;
1426
1456
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1457
+ kzg?: undefined;
1458
+ blobVersionedHashes?: undefined;
1459
+ sidecars?: undefined;
1427
1460
  } & {
1428
1461
  data?: `0x${string}` | undefined;
1429
1462
  from: `0x${string}`;
@@ -1438,6 +1471,9 @@ export declare const celo: {
1438
1471
  accessList?: import("../../index.js").AccessList | undefined;
1439
1472
  blobs?: undefined;
1440
1473
  type?: "eip2930" | undefined;
1474
+ kzg?: undefined;
1475
+ blobVersionedHashes?: undefined;
1476
+ sidecars?: undefined;
1441
1477
  } & {
1442
1478
  feeCurrency?: `0x${string}` | undefined;
1443
1479
  gatewayFee?: bigint | undefined;
@@ -1456,6 +1492,9 @@ export declare const celo: {
1456
1492
  accessList?: import("../../index.js").AccessList | undefined;
1457
1493
  blobs?: undefined;
1458
1494
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1495
+ kzg?: undefined;
1496
+ blobVersionedHashes?: undefined;
1497
+ sidecars?: undefined;
1459
1498
  } & {
1460
1499
  data?: `0x${string}` | undefined;
1461
1500
  from: `0x${string}`;
@@ -1470,6 +1509,9 @@ export declare const celo: {
1470
1509
  accessList?: import("../../index.js").AccessList | undefined;
1471
1510
  blobs?: undefined;
1472
1511
  type?: "eip1559" | undefined;
1512
+ kzg?: undefined;
1513
+ blobVersionedHashes?: undefined;
1514
+ sidecars?: undefined;
1473
1515
  } & {
1474
1516
  feeCurrency?: `0x${string}` | undefined;
1475
1517
  gatewayFee?: bigint | undefined;
@@ -1488,6 +1530,9 @@ export declare const celo: {
1488
1530
  accessList?: import("../../index.js").AccessList | undefined;
1489
1531
  blobs?: undefined;
1490
1532
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1533
+ kzg?: undefined;
1534
+ blobVersionedHashes?: undefined;
1535
+ sidecars?: undefined;
1491
1536
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1492
1537
  accessList?: import("../../index.js").AccessList | undefined;
1493
1538
  feeCurrency?: `0x${string}` | undefined;
@@ -1508,6 +1553,9 @@ export declare const celo: {
1508
1553
  accessList?: import("../../index.js").AccessList | undefined;
1509
1554
  blobs?: undefined;
1510
1555
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1556
+ kzg?: undefined;
1557
+ blobVersionedHashes?: undefined;
1558
+ sidecars?: undefined;
1511
1559
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1512
1560
  accessList?: import("../../index.js").AccessList | undefined;
1513
1561
  feeCurrency?: `0x${string}` | undefined;
@@ -1528,6 +1576,9 @@ export declare const celo: {
1528
1576
  accessList?: import("../../index.js").AccessList | undefined;
1529
1577
  blobs?: undefined;
1530
1578
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1579
+ kzg?: undefined;
1580
+ blobVersionedHashes?: undefined;
1581
+ sidecars?: undefined;
1531
1582
  } & {
1532
1583
  data?: `0x${string}` | undefined;
1533
1584
  from: `0x${string}`;
@@ -1542,6 +1593,9 @@ export declare const celo: {
1542
1593
  accessList?: undefined;
1543
1594
  blobs?: undefined;
1544
1595
  type?: "legacy" | undefined;
1596
+ kzg?: undefined;
1597
+ blobVersionedHashes?: undefined;
1598
+ sidecars?: undefined;
1545
1599
  } & {
1546
1600
  feeCurrency?: `0x${string}` | undefined;
1547
1601
  gatewayFee?: bigint | undefined;
@@ -1560,6 +1614,9 @@ export declare const celo: {
1560
1614
  accessList?: import("../../index.js").AccessList | undefined;
1561
1615
  blobs?: undefined;
1562
1616
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1617
+ kzg?: undefined;
1618
+ blobVersionedHashes?: undefined;
1619
+ sidecars?: undefined;
1563
1620
  } & {
1564
1621
  data?: `0x${string}` | undefined;
1565
1622
  from: `0x${string}`;
@@ -1574,6 +1631,9 @@ export declare const celo: {
1574
1631
  accessList?: import("../../index.js").AccessList | undefined;
1575
1632
  blobs?: undefined;
1576
1633
  type?: "eip2930" | undefined;
1634
+ kzg?: undefined;
1635
+ blobVersionedHashes?: undefined;
1636
+ sidecars?: undefined;
1577
1637
  } & {
1578
1638
  feeCurrency?: `0x${string}` | undefined;
1579
1639
  gatewayFee?: bigint | undefined;
@@ -1592,6 +1652,9 @@ export declare const celo: {
1592
1652
  accessList?: import("../../index.js").AccessList | undefined;
1593
1653
  blobs?: undefined;
1594
1654
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1655
+ kzg?: undefined;
1656
+ blobVersionedHashes?: undefined;
1657
+ sidecars?: undefined;
1595
1658
  } & {
1596
1659
  data?: `0x${string}` | undefined;
1597
1660
  from: `0x${string}`;
@@ -1606,6 +1669,9 @@ export declare const celo: {
1606
1669
  accessList?: import("../../index.js").AccessList | undefined;
1607
1670
  blobs?: undefined;
1608
1671
  type?: "eip1559" | undefined;
1672
+ kzg?: undefined;
1673
+ blobVersionedHashes?: undefined;
1674
+ sidecars?: undefined;
1609
1675
  } & {
1610
1676
  feeCurrency?: `0x${string}` | undefined;
1611
1677
  gatewayFee?: bigint | undefined;
@@ -1624,6 +1690,9 @@ export declare const celo: {
1624
1690
  accessList?: import("../../index.js").AccessList | undefined;
1625
1691
  blobs?: undefined;
1626
1692
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1693
+ kzg?: undefined;
1694
+ blobVersionedHashes?: undefined;
1695
+ sidecars?: undefined;
1627
1696
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1628
1697
  accessList?: import("../../index.js").AccessList | undefined;
1629
1698
  feeCurrency?: `0x${string}` | undefined;
@@ -1644,6 +1713,9 @@ export declare const celo: {
1644
1713
  accessList?: import("../../index.js").AccessList | undefined;
1645
1714
  blobs?: undefined;
1646
1715
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1716
+ kzg?: undefined;
1717
+ blobVersionedHashes?: undefined;
1718
+ sidecars?: undefined;
1647
1719
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1648
1720
  accessList?: import("../../index.js").AccessList | undefined;
1649
1721
  feeCurrency?: `0x${string}` | undefined;
@@ -1664,6 +1736,9 @@ export declare const celo: {
1664
1736
  accessList?: import("../../index.js").AccessList | undefined;
1665
1737
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1666
1738
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1739
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1740
+ blobVersionedHashes?: undefined;
1741
+ sidecars?: undefined;
1667
1742
  } & {
1668
1743
  data?: `0x${string}` | undefined;
1669
1744
  from: `0x${string}`;
@@ -1678,6 +1753,9 @@ export declare const celo: {
1678
1753
  accessList?: undefined;
1679
1754
  blobs?: undefined;
1680
1755
  type?: "legacy" | undefined;
1756
+ kzg?: undefined;
1757
+ blobVersionedHashes?: undefined;
1758
+ sidecars?: undefined;
1681
1759
  } & {
1682
1760
  feeCurrency?: `0x${string}` | undefined;
1683
1761
  gatewayFee?: bigint | undefined;
@@ -1696,6 +1774,9 @@ export declare const celo: {
1696
1774
  accessList?: import("../../index.js").AccessList | undefined;
1697
1775
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1698
1776
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1777
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1778
+ blobVersionedHashes?: undefined;
1779
+ sidecars?: undefined;
1699
1780
  } & {
1700
1781
  data?: `0x${string}` | undefined;
1701
1782
  from: `0x${string}`;
@@ -1710,6 +1791,9 @@ export declare const celo: {
1710
1791
  accessList?: import("../../index.js").AccessList | undefined;
1711
1792
  blobs?: undefined;
1712
1793
  type?: "eip2930" | undefined;
1794
+ kzg?: undefined;
1795
+ blobVersionedHashes?: undefined;
1796
+ sidecars?: undefined;
1713
1797
  } & {
1714
1798
  feeCurrency?: `0x${string}` | undefined;
1715
1799
  gatewayFee?: bigint | undefined;
@@ -1728,6 +1812,9 @@ export declare const celo: {
1728
1812
  accessList?: import("../../index.js").AccessList | undefined;
1729
1813
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1730
1814
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1815
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1816
+ blobVersionedHashes?: undefined;
1817
+ sidecars?: undefined;
1731
1818
  } & {
1732
1819
  data?: `0x${string}` | undefined;
1733
1820
  from: `0x${string}`;
@@ -1742,6 +1829,9 @@ export declare const celo: {
1742
1829
  accessList?: import("../../index.js").AccessList | undefined;
1743
1830
  blobs?: undefined;
1744
1831
  type?: "eip1559" | undefined;
1832
+ kzg?: undefined;
1833
+ blobVersionedHashes?: undefined;
1834
+ sidecars?: undefined;
1745
1835
  } & {
1746
1836
  feeCurrency?: `0x${string}` | undefined;
1747
1837
  gatewayFee?: bigint | undefined;
@@ -1760,6 +1850,9 @@ export declare const celo: {
1760
1850
  accessList?: import("../../index.js").AccessList | undefined;
1761
1851
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1762
1852
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1853
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1854
+ blobVersionedHashes?: undefined;
1855
+ sidecars?: undefined;
1763
1856
  } & {
1764
1857
  data?: `0x${string}` | undefined;
1765
1858
  from: `0x${string}`;
@@ -1774,6 +1867,9 @@ export declare const celo: {
1774
1867
  accessList?: import("../../index.js").AccessList | undefined;
1775
1868
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1776
1869
  type?: "eip4844" | undefined;
1870
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1871
+ blobVersionedHashes?: undefined;
1872
+ sidecars?: undefined;
1777
1873
  } & {
1778
1874
  feeCurrency?: `0x${string}` | undefined;
1779
1875
  gatewayFee?: bigint | undefined;
@@ -1792,6 +1888,9 @@ export declare const celo: {
1792
1888
  accessList?: import("../../index.js").AccessList | undefined;
1793
1889
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1794
1890
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1891
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1892
+ blobVersionedHashes?: undefined;
1893
+ sidecars?: undefined;
1795
1894
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1796
1895
  accessList?: import("../../index.js").AccessList | undefined;
1797
1896
  feeCurrency?: `0x${string}` | undefined;
@@ -1812,135 +1911,731 @@ export declare const celo: {
1812
1911
  accessList?: import("../../index.js").AccessList | undefined;
1813
1912
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1814
1913
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1914
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1915
+ blobVersionedHashes?: undefined;
1916
+ sidecars?: undefined;
1815
1917
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1816
1918
  accessList?: import("../../index.js").AccessList | undefined;
1817
1919
  feeCurrency?: `0x${string}` | undefined;
1818
1920
  gatewayFee?: undefined;
1819
1921
  gatewayFeeRecipient?: undefined;
1820
1922
  type?: "cip64" | undefined;
1821
- })) => ({
1923
+ }) | ({
1924
+ data?: `0x${string}` | undefined;
1925
+ from?: `0x${string}`;
1926
+ gas?: bigint | undefined;
1927
+ nonce?: number | undefined;
1928
+ value?: bigint | undefined;
1929
+ to?: `0x${string}` | null | undefined;
1930
+ gasPrice?: bigint | undefined;
1931
+ maxFeePerGas?: bigint | undefined;
1932
+ maxPriorityFeePerGas?: bigint | undefined;
1933
+ maxFeePerBlobGas?: bigint | undefined;
1934
+ accessList?: import("../../index.js").AccessList | undefined;
1935
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1936
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1937
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1938
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1939
+ sidecars?: undefined;
1940
+ } & {
1822
1941
  data?: `0x${string}` | undefined;
1823
1942
  from: `0x${string}`;
1824
- gas?: `0x${string}` | undefined;
1825
- nonce?: `0x${string}` | undefined;
1943
+ gas?: bigint | undefined;
1944
+ nonce?: number | undefined;
1826
1945
  to?: `0x${string}` | null | undefined;
1827
- value?: `0x${string}` | undefined;
1828
- gasPrice?: `0x${string}` | undefined;
1946
+ value?: bigint | undefined;
1947
+ gasPrice?: bigint | undefined;
1829
1948
  maxFeePerBlobGas?: undefined;
1830
1949
  maxFeePerGas?: undefined;
1831
1950
  maxPriorityFeePerGas?: undefined;
1832
1951
  accessList?: undefined;
1833
1952
  blobs?: undefined;
1834
- type?: "0x0" | undefined;
1953
+ type?: "legacy" | undefined;
1954
+ kzg?: undefined;
1955
+ blobVersionedHashes?: undefined;
1956
+ sidecars?: undefined;
1957
+ } & {
1835
1958
  feeCurrency?: `0x${string}` | undefined;
1836
- gatewayFee?: `0x${string}` | undefined;
1959
+ gatewayFee?: bigint | undefined;
1837
1960
  gatewayFeeRecipient?: `0x${string}` | undefined;
1838
- } | {
1961
+ }) | ({
1962
+ data?: `0x${string}` | undefined;
1963
+ from?: `0x${string}`;
1964
+ gas?: bigint | undefined;
1965
+ nonce?: number | undefined;
1966
+ value?: bigint | undefined;
1967
+ to?: `0x${string}` | null | undefined;
1968
+ gasPrice?: bigint | undefined;
1969
+ maxFeePerGas?: bigint | undefined;
1970
+ maxPriorityFeePerGas?: bigint | undefined;
1971
+ maxFeePerBlobGas?: bigint | undefined;
1972
+ accessList?: import("../../index.js").AccessList | undefined;
1973
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1974
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1975
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1976
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1977
+ sidecars?: undefined;
1978
+ } & {
1839
1979
  data?: `0x${string}` | undefined;
1840
1980
  from: `0x${string}`;
1841
- gas?: `0x${string}` | undefined;
1842
- nonce?: `0x${string}` | undefined;
1981
+ gas?: bigint | undefined;
1982
+ nonce?: number | undefined;
1843
1983
  to?: `0x${string}` | null | undefined;
1844
- value?: `0x${string}` | undefined;
1845
- gasPrice?: `0x${string}` | undefined;
1984
+ value?: bigint | undefined;
1985
+ gasPrice?: bigint | undefined;
1846
1986
  maxFeePerBlobGas?: undefined;
1847
1987
  maxFeePerGas?: undefined;
1848
1988
  maxPriorityFeePerGas?: undefined;
1849
1989
  accessList?: import("../../index.js").AccessList | undefined;
1850
1990
  blobs?: undefined;
1851
- type?: "0x1" | undefined;
1991
+ type?: "eip2930" | undefined;
1992
+ kzg?: undefined;
1993
+ blobVersionedHashes?: undefined;
1994
+ sidecars?: undefined;
1995
+ } & {
1852
1996
  feeCurrency?: `0x${string}` | undefined;
1853
- gatewayFee?: `0x${string}` | undefined;
1997
+ gatewayFee?: bigint | undefined;
1854
1998
  gatewayFeeRecipient?: `0x${string}` | undefined;
1855
- } | {
1999
+ }) | ({
1856
2000
  data?: `0x${string}` | undefined;
1857
- from: `0x${string}`;
1858
- gas?: `0x${string}` | undefined;
1859
- nonce?: `0x${string}` | undefined;
2001
+ from?: `0x${string}`;
2002
+ gas?: bigint | undefined;
2003
+ nonce?: number | undefined;
2004
+ value?: bigint | undefined;
1860
2005
  to?: `0x${string}` | null | undefined;
1861
- value?: `0x${string}` | undefined;
1862
- gasPrice?: undefined;
1863
- maxFeePerBlobGas?: undefined;
1864
- maxFeePerGas?: `0x${string}` | undefined;
1865
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2006
+ gasPrice?: bigint | undefined;
2007
+ maxFeePerGas?: bigint | undefined;
2008
+ maxPriorityFeePerGas?: bigint | undefined;
2009
+ maxFeePerBlobGas?: bigint | undefined;
1866
2010
  accessList?: import("../../index.js").AccessList | undefined;
1867
- blobs?: undefined;
1868
- type?: "0x2" | undefined;
1869
- feeCurrency?: `0x${string}` | undefined;
1870
- gatewayFee?: `0x${string}` | undefined;
1871
- gatewayFeeRecipient?: `0x${string}` | undefined;
1872
- } | {
2011
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2012
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2013
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2014
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2015
+ sidecars?: undefined;
2016
+ } & {
1873
2017
  data?: `0x${string}` | undefined;
1874
2018
  from: `0x${string}`;
1875
- gas?: `0x${string}` | undefined;
1876
- nonce?: `0x${string}` | undefined;
2019
+ gas?: bigint | undefined;
2020
+ nonce?: number | undefined;
1877
2021
  to?: `0x${string}` | null | undefined;
1878
- value?: `0x${string}` | undefined;
2022
+ value?: bigint | undefined;
1879
2023
  gasPrice?: undefined;
1880
2024
  maxFeePerBlobGas?: undefined;
1881
- maxFeePerGas?: `0x${string}` | undefined;
1882
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2025
+ maxFeePerGas?: bigint | undefined;
2026
+ maxPriorityFeePerGas?: bigint | undefined;
1883
2027
  accessList?: import("../../index.js").AccessList | undefined;
1884
2028
  blobs?: undefined;
1885
- type?: "0x7c" | undefined;
2029
+ type?: "eip1559" | undefined;
2030
+ kzg?: undefined;
2031
+ blobVersionedHashes?: undefined;
2032
+ sidecars?: undefined;
2033
+ } & {
1886
2034
  feeCurrency?: `0x${string}` | undefined;
1887
- gatewayFee?: `0x${string}` | undefined;
2035
+ gatewayFee?: bigint | undefined;
1888
2036
  gatewayFeeRecipient?: `0x${string}` | undefined;
1889
- } | {
2037
+ }) | ({
1890
2038
  data?: `0x${string}` | undefined;
1891
- from: `0x${string}`;
1892
- gas?: `0x${string}` | undefined;
1893
- nonce?: `0x${string}` | undefined;
2039
+ from?: `0x${string}`;
2040
+ gas?: bigint | undefined;
2041
+ nonce?: number | undefined;
2042
+ value?: bigint | undefined;
1894
2043
  to?: `0x${string}` | null | undefined;
1895
- value?: `0x${string}` | undefined;
1896
- gasPrice?: undefined;
1897
- maxFeePerBlobGas?: undefined;
1898
- maxFeePerGas?: `0x${string}` | undefined;
1899
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2044
+ gasPrice?: bigint | undefined;
2045
+ maxFeePerGas?: bigint | undefined;
2046
+ maxPriorityFeePerGas?: bigint | undefined;
2047
+ maxFeePerBlobGas?: bigint | undefined;
1900
2048
  accessList?: import("../../index.js").AccessList | undefined;
1901
- blobs?: undefined;
1902
- type?: "0x7b" | undefined;
1903
- feeCurrency?: `0x${string}` | undefined;
1904
- gatewayFee?: undefined;
1905
- gatewayFeeRecipient?: undefined;
1906
- } | {
2049
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2050
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2051
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2052
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2053
+ sidecars?: undefined;
2054
+ } & {
1907
2055
  data?: `0x${string}` | undefined;
1908
2056
  from: `0x${string}`;
1909
- gas?: `0x${string}` | undefined;
1910
- nonce?: `0x${string}` | undefined;
1911
- to?: `0x${string}` | null | undefined;
1912
- value?: `0x${string}` | undefined;
1913
- gasPrice?: `0x${string}` | undefined;
1914
- maxFeePerBlobGas?: undefined;
1915
- maxFeePerGas?: undefined;
1916
- maxPriorityFeePerGas?: undefined;
1917
- accessList?: undefined;
1918
- blobs?: undefined;
1919
- type?: "0x0" | undefined;
2057
+ gas?: bigint | undefined;
2058
+ nonce?: number | undefined;
2059
+ value?: bigint | undefined;
2060
+ to: `0x${string}` | null;
2061
+ gasPrice?: undefined;
2062
+ maxFeePerGas?: bigint | undefined;
2063
+ maxPriorityFeePerGas?: bigint | undefined;
2064
+ maxFeePerBlobGas: bigint;
2065
+ accessList?: import("../../index.js").AccessList | undefined;
2066
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2067
+ type?: "eip4844" | undefined;
2068
+ kzg: import("../../types/kzg.js").Kzg | undefined;
2069
+ blobVersionedHashes?: undefined;
2070
+ sidecars?: undefined;
2071
+ } & {
1920
2072
  feeCurrency?: `0x${string}` | undefined;
1921
- gatewayFee?: `0x${string}` | undefined;
2073
+ gatewayFee?: bigint | undefined;
1922
2074
  gatewayFeeRecipient?: `0x${string}` | undefined;
1923
- } | {
2075
+ }) | ({
1924
2076
  data?: `0x${string}` | undefined;
1925
- from: `0x${string}`;
1926
- gas?: `0x${string}` | undefined;
1927
- nonce?: `0x${string}` | undefined;
2077
+ from?: `0x${string}`;
2078
+ gas?: bigint | undefined;
2079
+ nonce?: number | undefined;
2080
+ value?: bigint | undefined;
1928
2081
  to?: `0x${string}` | null | undefined;
1929
- value?: `0x${string}` | undefined;
1930
- gasPrice?: `0x${string}` | undefined;
1931
- maxFeePerBlobGas?: undefined;
1932
- maxFeePerGas?: undefined;
1933
- maxPriorityFeePerGas?: undefined;
2082
+ gasPrice?: bigint | undefined;
2083
+ maxFeePerGas?: bigint | undefined;
2084
+ maxPriorityFeePerGas?: bigint | undefined;
2085
+ maxFeePerBlobGas?: bigint | undefined;
1934
2086
  accessList?: import("../../index.js").AccessList | undefined;
1935
- blobs?: undefined;
1936
- type?: "0x1" | undefined;
1937
- feeCurrency?: `0x${string}` | undefined;
1938
- gatewayFee?: `0x${string}` | undefined;
1939
- gatewayFeeRecipient?: `0x${string}` | undefined;
1940
- } | {
2087
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2088
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2089
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2090
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2091
+ sidecars?: undefined;
2092
+ } & {
1941
2093
  data?: `0x${string}` | undefined;
1942
2094
  from: `0x${string}`;
1943
- gas?: `0x${string}` | undefined;
2095
+ gas?: bigint | undefined;
2096
+ nonce?: number | undefined;
2097
+ value?: bigint | undefined;
2098
+ to: `0x${string}` | null;
2099
+ gasPrice?: undefined;
2100
+ maxFeePerGas?: bigint | undefined;
2101
+ maxPriorityFeePerGas?: bigint | undefined;
2102
+ maxFeePerBlobGas: bigint;
2103
+ accessList?: import("../../index.js").AccessList | undefined;
2104
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2105
+ type?: "eip4844" | undefined;
2106
+ blobVersionedHashes: readonly `0x${string}`[];
2107
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2108
+ sidecars?: undefined;
2109
+ } & {
2110
+ feeCurrency?: `0x${string}` | undefined;
2111
+ gatewayFee?: bigint | undefined;
2112
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2113
+ }) | ({
2114
+ data?: `0x${string}` | undefined;
2115
+ from?: `0x${string}`;
2116
+ gas?: bigint | undefined;
2117
+ nonce?: number | undefined;
2118
+ value?: bigint | undefined;
2119
+ to?: `0x${string}` | null | undefined;
2120
+ gasPrice?: bigint | undefined;
2121
+ maxFeePerGas?: bigint | undefined;
2122
+ maxPriorityFeePerGas?: bigint | undefined;
2123
+ maxFeePerBlobGas?: bigint | undefined;
2124
+ accessList?: import("../../index.js").AccessList | undefined;
2125
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2126
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2127
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2128
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2129
+ sidecars?: undefined;
2130
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
2131
+ accessList?: import("../../index.js").AccessList | undefined;
2132
+ feeCurrency?: `0x${string}` | undefined;
2133
+ gatewayFee?: bigint | undefined;
2134
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2135
+ type?: "cip42" | undefined;
2136
+ }) | ({
2137
+ data?: `0x${string}` | undefined;
2138
+ from?: `0x${string}`;
2139
+ gas?: bigint | undefined;
2140
+ nonce?: number | undefined;
2141
+ value?: bigint | undefined;
2142
+ to?: `0x${string}` | null | undefined;
2143
+ gasPrice?: bigint | undefined;
2144
+ maxFeePerGas?: bigint | undefined;
2145
+ maxPriorityFeePerGas?: bigint | undefined;
2146
+ maxFeePerBlobGas?: bigint | undefined;
2147
+ accessList?: import("../../index.js").AccessList | undefined;
2148
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2149
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2150
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2151
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2152
+ sidecars?: undefined;
2153
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
2154
+ accessList?: import("../../index.js").AccessList | undefined;
2155
+ feeCurrency?: `0x${string}` | undefined;
2156
+ gatewayFee?: undefined;
2157
+ gatewayFeeRecipient?: undefined;
2158
+ type?: "cip64" | undefined;
2159
+ }) | ({
2160
+ data?: `0x${string}` | undefined;
2161
+ from?: `0x${string}`;
2162
+ gas?: bigint | undefined;
2163
+ nonce?: number | undefined;
2164
+ value?: bigint | undefined;
2165
+ to?: `0x${string}` | null | undefined;
2166
+ gasPrice?: bigint | undefined;
2167
+ maxFeePerGas?: bigint | undefined;
2168
+ maxPriorityFeePerGas?: bigint | undefined;
2169
+ maxFeePerBlobGas?: bigint | undefined;
2170
+ accessList?: import("../../index.js").AccessList | undefined;
2171
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2172
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2173
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2174
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2175
+ blobVersionedHashes?: undefined;
2176
+ } & {
2177
+ data?: `0x${string}` | undefined;
2178
+ from: `0x${string}`;
2179
+ gas?: bigint | undefined;
2180
+ nonce?: number | undefined;
2181
+ to?: `0x${string}` | null | undefined;
2182
+ value?: bigint | undefined;
2183
+ gasPrice?: bigint | undefined;
2184
+ maxFeePerBlobGas?: undefined;
2185
+ maxFeePerGas?: undefined;
2186
+ maxPriorityFeePerGas?: undefined;
2187
+ accessList?: undefined;
2188
+ blobs?: undefined;
2189
+ type?: "legacy" | undefined;
2190
+ kzg?: undefined;
2191
+ blobVersionedHashes?: undefined;
2192
+ sidecars?: undefined;
2193
+ } & {
2194
+ feeCurrency?: `0x${string}` | undefined;
2195
+ gatewayFee?: bigint | undefined;
2196
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2197
+ }) | ({
2198
+ data?: `0x${string}` | undefined;
2199
+ from?: `0x${string}`;
2200
+ gas?: bigint | undefined;
2201
+ nonce?: number | undefined;
2202
+ value?: bigint | undefined;
2203
+ to?: `0x${string}` | null | undefined;
2204
+ gasPrice?: bigint | undefined;
2205
+ maxFeePerGas?: bigint | undefined;
2206
+ maxPriorityFeePerGas?: bigint | undefined;
2207
+ maxFeePerBlobGas?: bigint | undefined;
2208
+ accessList?: import("../../index.js").AccessList | undefined;
2209
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2210
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2211
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2212
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2213
+ blobVersionedHashes?: undefined;
2214
+ } & {
2215
+ data?: `0x${string}` | undefined;
2216
+ from: `0x${string}`;
2217
+ gas?: bigint | undefined;
2218
+ nonce?: number | undefined;
2219
+ to?: `0x${string}` | null | undefined;
2220
+ value?: bigint | undefined;
2221
+ gasPrice?: bigint | undefined;
2222
+ maxFeePerBlobGas?: undefined;
2223
+ maxFeePerGas?: undefined;
2224
+ maxPriorityFeePerGas?: undefined;
2225
+ accessList?: import("../../index.js").AccessList | undefined;
2226
+ blobs?: undefined;
2227
+ type?: "eip2930" | undefined;
2228
+ kzg?: undefined;
2229
+ blobVersionedHashes?: undefined;
2230
+ sidecars?: undefined;
2231
+ } & {
2232
+ feeCurrency?: `0x${string}` | undefined;
2233
+ gatewayFee?: bigint | undefined;
2234
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2235
+ }) | ({
2236
+ data?: `0x${string}` | undefined;
2237
+ from?: `0x${string}`;
2238
+ gas?: bigint | undefined;
2239
+ nonce?: number | undefined;
2240
+ value?: bigint | undefined;
2241
+ to?: `0x${string}` | null | undefined;
2242
+ gasPrice?: bigint | undefined;
2243
+ maxFeePerGas?: bigint | undefined;
2244
+ maxPriorityFeePerGas?: bigint | undefined;
2245
+ maxFeePerBlobGas?: bigint | undefined;
2246
+ accessList?: import("../../index.js").AccessList | undefined;
2247
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2248
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2249
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2250
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2251
+ blobVersionedHashes?: undefined;
2252
+ } & {
2253
+ data?: `0x${string}` | undefined;
2254
+ from: `0x${string}`;
2255
+ gas?: bigint | undefined;
2256
+ nonce?: number | undefined;
2257
+ to?: `0x${string}` | null | undefined;
2258
+ value?: bigint | undefined;
2259
+ gasPrice?: undefined;
2260
+ maxFeePerBlobGas?: undefined;
2261
+ maxFeePerGas?: bigint | undefined;
2262
+ maxPriorityFeePerGas?: bigint | undefined;
2263
+ accessList?: import("../../index.js").AccessList | undefined;
2264
+ blobs?: undefined;
2265
+ type?: "eip1559" | undefined;
2266
+ kzg?: undefined;
2267
+ blobVersionedHashes?: undefined;
2268
+ sidecars?: undefined;
2269
+ } & {
2270
+ feeCurrency?: `0x${string}` | undefined;
2271
+ gatewayFee?: bigint | undefined;
2272
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2273
+ }) | ({
2274
+ data?: `0x${string}` | undefined;
2275
+ from?: `0x${string}`;
2276
+ gas?: bigint | undefined;
2277
+ nonce?: number | undefined;
2278
+ value?: bigint | undefined;
2279
+ to?: `0x${string}` | null | undefined;
2280
+ gasPrice?: bigint | undefined;
2281
+ maxFeePerGas?: bigint | undefined;
2282
+ maxPriorityFeePerGas?: bigint | undefined;
2283
+ maxFeePerBlobGas?: bigint | undefined;
2284
+ accessList?: import("../../index.js").AccessList | undefined;
2285
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2286
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2287
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2288
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2289
+ blobVersionedHashes?: undefined;
2290
+ } & {
2291
+ data?: `0x${string}` | undefined;
2292
+ from: `0x${string}`;
2293
+ gas?: bigint | undefined;
2294
+ nonce?: number | undefined;
2295
+ value?: bigint | undefined;
2296
+ to: `0x${string}` | null;
2297
+ gasPrice?: undefined;
2298
+ maxFeePerGas?: bigint | undefined;
2299
+ maxPriorityFeePerGas?: bigint | undefined;
2300
+ maxFeePerBlobGas: bigint;
2301
+ accessList?: import("../../index.js").AccessList | undefined;
2302
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2303
+ type?: "eip4844" | undefined;
2304
+ kzg: import("../../types/kzg.js").Kzg | undefined;
2305
+ blobVersionedHashes?: undefined;
2306
+ sidecars?: undefined;
2307
+ } & {
2308
+ feeCurrency?: `0x${string}` | undefined;
2309
+ gatewayFee?: bigint | undefined;
2310
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2311
+ }) | ({
2312
+ data?: `0x${string}` | undefined;
2313
+ from?: `0x${string}`;
2314
+ gas?: bigint | undefined;
2315
+ nonce?: number | undefined;
2316
+ value?: bigint | undefined;
2317
+ to?: `0x${string}` | null | undefined;
2318
+ gasPrice?: bigint | undefined;
2319
+ maxFeePerGas?: bigint | undefined;
2320
+ maxPriorityFeePerGas?: bigint | undefined;
2321
+ maxFeePerBlobGas?: bigint | undefined;
2322
+ accessList?: import("../../index.js").AccessList | undefined;
2323
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2324
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2325
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2326
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2327
+ blobVersionedHashes?: undefined;
2328
+ } & {
2329
+ data?: `0x${string}` | undefined;
2330
+ from: `0x${string}`;
2331
+ gas?: bigint | undefined;
2332
+ nonce?: number | undefined;
2333
+ value?: bigint | undefined;
2334
+ to: `0x${string}` | null;
2335
+ gasPrice?: undefined;
2336
+ maxFeePerGas?: bigint | undefined;
2337
+ maxPriorityFeePerGas?: bigint | undefined;
2338
+ maxFeePerBlobGas: bigint;
2339
+ accessList?: import("../../index.js").AccessList | undefined;
2340
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2341
+ type?: "eip4844" | undefined;
2342
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2343
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2344
+ blobVersionedHashes?: undefined;
2345
+ } & {
2346
+ feeCurrency?: `0x${string}` | undefined;
2347
+ gatewayFee?: bigint | undefined;
2348
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2349
+ }) | ({
2350
+ data?: `0x${string}` | undefined;
2351
+ from?: `0x${string}`;
2352
+ gas?: bigint | undefined;
2353
+ nonce?: number | undefined;
2354
+ value?: bigint | undefined;
2355
+ to?: `0x${string}` | null | undefined;
2356
+ gasPrice?: bigint | undefined;
2357
+ maxFeePerGas?: bigint | undefined;
2358
+ maxPriorityFeePerGas?: bigint | undefined;
2359
+ maxFeePerBlobGas?: bigint | undefined;
2360
+ accessList?: import("../../index.js").AccessList | undefined;
2361
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2362
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2363
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2364
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2365
+ blobVersionedHashes?: undefined;
2366
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
2367
+ accessList?: import("../../index.js").AccessList | undefined;
2368
+ feeCurrency?: `0x${string}` | undefined;
2369
+ gatewayFee?: bigint | undefined;
2370
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2371
+ type?: "cip42" | undefined;
2372
+ }) | ({
2373
+ data?: `0x${string}` | undefined;
2374
+ from?: `0x${string}`;
2375
+ gas?: bigint | undefined;
2376
+ nonce?: number | undefined;
2377
+ value?: bigint | undefined;
2378
+ to?: `0x${string}` | null | undefined;
2379
+ gasPrice?: bigint | undefined;
2380
+ maxFeePerGas?: bigint | undefined;
2381
+ maxPriorityFeePerGas?: bigint | undefined;
2382
+ maxFeePerBlobGas?: bigint | undefined;
2383
+ accessList?: import("../../index.js").AccessList | undefined;
2384
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
2385
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
2386
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2387
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2388
+ blobVersionedHashes?: undefined;
2389
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
2390
+ accessList?: import("../../index.js").AccessList | undefined;
2391
+ feeCurrency?: `0x${string}` | undefined;
2392
+ gatewayFee?: undefined;
2393
+ gatewayFeeRecipient?: undefined;
2394
+ type?: "cip64" | undefined;
2395
+ })) => ({
2396
+ data?: `0x${string}` | undefined;
2397
+ from: `0x${string}`;
2398
+ gas?: `0x${string}` | undefined;
2399
+ nonce?: `0x${string}` | undefined;
2400
+ to?: `0x${string}` | null | undefined;
2401
+ value?: `0x${string}` | undefined;
2402
+ gasPrice?: `0x${string}` | undefined;
2403
+ maxFeePerBlobGas?: undefined;
2404
+ maxFeePerGas?: undefined;
2405
+ maxPriorityFeePerGas?: undefined;
2406
+ accessList?: undefined;
2407
+ blobs?: undefined;
2408
+ type?: "0x0" | undefined;
2409
+ kzg?: undefined;
2410
+ blobVersionedHashes?: undefined;
2411
+ sidecars?: undefined;
2412
+ feeCurrency?: `0x${string}` | undefined;
2413
+ gatewayFee?: `0x${string}` | undefined;
2414
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2415
+ } | {
2416
+ data?: `0x${string}` | undefined;
2417
+ from: `0x${string}`;
2418
+ gas?: `0x${string}` | undefined;
2419
+ nonce?: `0x${string}` | undefined;
2420
+ to?: `0x${string}` | null | undefined;
2421
+ value?: `0x${string}` | undefined;
2422
+ gasPrice?: `0x${string}` | undefined;
2423
+ maxFeePerBlobGas?: undefined;
2424
+ maxFeePerGas?: undefined;
2425
+ maxPriorityFeePerGas?: undefined;
2426
+ accessList?: import("../../index.js").AccessList | undefined;
2427
+ blobs?: undefined;
2428
+ type?: "0x1" | undefined;
2429
+ kzg?: undefined;
2430
+ blobVersionedHashes?: undefined;
2431
+ sidecars?: undefined;
2432
+ feeCurrency?: `0x${string}` | undefined;
2433
+ gatewayFee?: `0x${string}` | undefined;
2434
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2435
+ } | {
2436
+ data?: `0x${string}` | undefined;
2437
+ from: `0x${string}`;
2438
+ gas?: `0x${string}` | undefined;
2439
+ nonce?: `0x${string}` | undefined;
2440
+ to?: `0x${string}` | null | undefined;
2441
+ value?: `0x${string}` | undefined;
2442
+ gasPrice?: undefined;
2443
+ maxFeePerBlobGas?: undefined;
2444
+ maxFeePerGas?: `0x${string}` | undefined;
2445
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2446
+ accessList?: import("../../index.js").AccessList | undefined;
2447
+ blobs?: undefined;
2448
+ type?: "0x2" | undefined;
2449
+ kzg?: undefined;
2450
+ blobVersionedHashes?: undefined;
2451
+ sidecars?: undefined;
2452
+ feeCurrency?: `0x${string}` | undefined;
2453
+ gatewayFee?: `0x${string}` | undefined;
2454
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2455
+ } | {
2456
+ data?: `0x${string}` | undefined;
2457
+ from: `0x${string}`;
2458
+ gas?: `0x${string}` | undefined;
2459
+ nonce?: `0x${string}` | undefined;
2460
+ to?: `0x${string}` | null | undefined;
2461
+ value?: `0x${string}` | undefined;
2462
+ gasPrice?: undefined;
2463
+ maxFeePerBlobGas?: undefined;
2464
+ maxFeePerGas?: `0x${string}` | undefined;
2465
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2466
+ accessList?: import("../../index.js").AccessList | undefined;
2467
+ blobs?: undefined;
2468
+ type?: "0x7c" | undefined;
2469
+ kzg?: undefined;
2470
+ blobVersionedHashes?: undefined;
2471
+ sidecars?: undefined;
2472
+ feeCurrency?: `0x${string}` | undefined;
2473
+ gatewayFee?: `0x${string}` | undefined;
2474
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2475
+ } | {
2476
+ data?: `0x${string}` | undefined;
2477
+ from: `0x${string}`;
2478
+ gas?: `0x${string}` | undefined;
2479
+ nonce?: `0x${string}` | undefined;
2480
+ to?: `0x${string}` | null | undefined;
2481
+ value?: `0x${string}` | undefined;
2482
+ gasPrice?: undefined;
2483
+ maxFeePerBlobGas?: undefined;
2484
+ maxFeePerGas?: `0x${string}` | undefined;
2485
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2486
+ accessList?: import("../../index.js").AccessList | undefined;
2487
+ blobs?: undefined;
2488
+ type?: "0x7b" | undefined;
2489
+ kzg?: undefined;
2490
+ blobVersionedHashes?: undefined;
2491
+ sidecars?: undefined;
2492
+ feeCurrency?: `0x${string}` | undefined;
2493
+ gatewayFee?: undefined;
2494
+ gatewayFeeRecipient?: undefined;
2495
+ } | {
2496
+ data?: `0x${string}` | undefined;
2497
+ from: `0x${string}`;
2498
+ gas?: `0x${string}` | undefined;
2499
+ nonce?: `0x${string}` | undefined;
2500
+ to?: `0x${string}` | null | undefined;
2501
+ value?: `0x${string}` | undefined;
2502
+ gasPrice?: `0x${string}` | undefined;
2503
+ maxFeePerBlobGas?: undefined;
2504
+ maxFeePerGas?: undefined;
2505
+ maxPriorityFeePerGas?: undefined;
2506
+ accessList?: undefined;
2507
+ blobs?: undefined;
2508
+ type?: "0x0" | undefined;
2509
+ kzg?: undefined;
2510
+ blobVersionedHashes?: undefined;
2511
+ sidecars?: undefined;
2512
+ feeCurrency?: `0x${string}` | undefined;
2513
+ gatewayFee?: `0x${string}` | undefined;
2514
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2515
+ } | {
2516
+ data?: `0x${string}` | undefined;
2517
+ from: `0x${string}`;
2518
+ gas?: `0x${string}` | undefined;
2519
+ nonce?: `0x${string}` | undefined;
2520
+ to?: `0x${string}` | null | undefined;
2521
+ value?: `0x${string}` | undefined;
2522
+ gasPrice?: `0x${string}` | undefined;
2523
+ maxFeePerBlobGas?: undefined;
2524
+ maxFeePerGas?: undefined;
2525
+ maxPriorityFeePerGas?: undefined;
2526
+ accessList?: import("../../index.js").AccessList | undefined;
2527
+ blobs?: undefined;
2528
+ type?: "0x1" | undefined;
2529
+ kzg?: undefined;
2530
+ blobVersionedHashes?: undefined;
2531
+ sidecars?: undefined;
2532
+ feeCurrency?: `0x${string}` | undefined;
2533
+ gatewayFee?: `0x${string}` | undefined;
2534
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2535
+ } | {
2536
+ data?: `0x${string}` | undefined;
2537
+ from: `0x${string}`;
2538
+ gas?: `0x${string}` | undefined;
2539
+ nonce?: `0x${string}` | undefined;
2540
+ to?: `0x${string}` | null | undefined;
2541
+ value?: `0x${string}` | undefined;
2542
+ gasPrice?: undefined;
2543
+ maxFeePerBlobGas?: undefined;
2544
+ maxFeePerGas?: `0x${string}` | undefined;
2545
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2546
+ accessList?: import("../../index.js").AccessList | undefined;
2547
+ blobs?: undefined;
2548
+ type?: "0x2" | undefined;
2549
+ kzg?: undefined;
2550
+ blobVersionedHashes?: undefined;
2551
+ sidecars?: undefined;
2552
+ feeCurrency?: `0x${string}` | undefined;
2553
+ gatewayFee?: `0x${string}` | undefined;
2554
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2555
+ } | {
2556
+ data?: `0x${string}` | undefined;
2557
+ from: `0x${string}`;
2558
+ gas?: `0x${string}` | undefined;
2559
+ nonce?: `0x${string}` | undefined;
2560
+ to?: `0x${string}` | null | undefined;
2561
+ value?: `0x${string}` | undefined;
2562
+ gasPrice?: undefined;
2563
+ maxFeePerBlobGas?: undefined;
2564
+ maxFeePerGas?: `0x${string}` | undefined;
2565
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2566
+ accessList?: import("../../index.js").AccessList | undefined;
2567
+ blobs?: undefined;
2568
+ type?: "0x7c" | undefined;
2569
+ kzg?: undefined;
2570
+ blobVersionedHashes?: undefined;
2571
+ sidecars?: undefined;
2572
+ feeCurrency?: `0x${string}` | undefined;
2573
+ gatewayFee?: `0x${string}` | undefined;
2574
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2575
+ } | {
2576
+ data?: `0x${string}` | undefined;
2577
+ from: `0x${string}`;
2578
+ gas?: `0x${string}` | undefined;
2579
+ nonce?: `0x${string}` | undefined;
2580
+ to?: `0x${string}` | null | undefined;
2581
+ value?: `0x${string}` | undefined;
2582
+ gasPrice?: undefined;
2583
+ maxFeePerBlobGas?: undefined;
2584
+ maxFeePerGas?: `0x${string}` | undefined;
2585
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2586
+ accessList?: import("../../index.js").AccessList | undefined;
2587
+ blobs?: undefined;
2588
+ type?: "0x7b" | undefined;
2589
+ kzg?: undefined;
2590
+ blobVersionedHashes?: undefined;
2591
+ sidecars?: undefined;
2592
+ feeCurrency?: `0x${string}` | undefined;
2593
+ gatewayFee?: undefined;
2594
+ gatewayFeeRecipient?: undefined;
2595
+ } | {
2596
+ data?: `0x${string}` | undefined;
2597
+ from: `0x${string}`;
2598
+ gas?: `0x${string}` | undefined;
2599
+ nonce?: `0x${string}` | undefined;
2600
+ to?: `0x${string}` | null | undefined;
2601
+ value?: `0x${string}` | undefined;
2602
+ gasPrice?: `0x${string}` | undefined;
2603
+ maxFeePerBlobGas?: undefined;
2604
+ maxFeePerGas?: undefined;
2605
+ maxPriorityFeePerGas?: undefined;
2606
+ accessList?: undefined;
2607
+ blobs?: undefined;
2608
+ type?: "0x0" | undefined;
2609
+ kzg?: undefined;
2610
+ blobVersionedHashes?: undefined;
2611
+ sidecars?: undefined;
2612
+ feeCurrency?: `0x${string}` | undefined;
2613
+ gatewayFee?: `0x${string}` | undefined;
2614
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2615
+ } | {
2616
+ data?: `0x${string}` | undefined;
2617
+ from: `0x${string}`;
2618
+ gas?: `0x${string}` | undefined;
2619
+ nonce?: `0x${string}` | undefined;
2620
+ to?: `0x${string}` | null | undefined;
2621
+ value?: `0x${string}` | undefined;
2622
+ gasPrice?: `0x${string}` | undefined;
2623
+ maxFeePerBlobGas?: undefined;
2624
+ maxFeePerGas?: undefined;
2625
+ maxPriorityFeePerGas?: undefined;
2626
+ accessList?: import("../../index.js").AccessList | undefined;
2627
+ blobs?: undefined;
2628
+ type?: "0x1" | undefined;
2629
+ kzg?: undefined;
2630
+ blobVersionedHashes?: undefined;
2631
+ sidecars?: undefined;
2632
+ feeCurrency?: `0x${string}` | undefined;
2633
+ gatewayFee?: `0x${string}` | undefined;
2634
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2635
+ } | {
2636
+ data?: `0x${string}` | undefined;
2637
+ from: `0x${string}`;
2638
+ gas?: `0x${string}` | undefined;
1944
2639
  nonce?: `0x${string}` | undefined;
1945
2640
  to?: `0x${string}` | null | undefined;
1946
2641
  value?: `0x${string}` | undefined;
@@ -1951,6 +2646,9 @@ export declare const celo: {
1951
2646
  accessList?: import("../../index.js").AccessList | undefined;
1952
2647
  blobs?: undefined;
1953
2648
  type?: "0x2" | undefined;
2649
+ kzg?: undefined;
2650
+ blobVersionedHashes?: undefined;
2651
+ sidecars?: undefined;
1954
2652
  feeCurrency?: `0x${string}` | undefined;
1955
2653
  gatewayFee?: `0x${string}` | undefined;
1956
2654
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1968,6 +2666,9 @@ export declare const celo: {
1968
2666
  accessList?: import("../../index.js").AccessList | undefined;
1969
2667
  blobs?: undefined;
1970
2668
  type?: "0x7c" | undefined;
2669
+ kzg?: undefined;
2670
+ blobVersionedHashes?: undefined;
2671
+ sidecars?: undefined;
1971
2672
  feeCurrency?: `0x${string}` | undefined;
1972
2673
  gatewayFee?: `0x${string}` | undefined;
1973
2674
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1985,6 +2686,9 @@ export declare const celo: {
1985
2686
  accessList?: import("../../index.js").AccessList | undefined;
1986
2687
  blobs?: undefined;
1987
2688
  type?: "0x7b" | undefined;
2689
+ kzg?: undefined;
2690
+ blobVersionedHashes?: undefined;
2691
+ sidecars?: undefined;
1988
2692
  feeCurrency?: `0x${string}` | undefined;
1989
2693
  gatewayFee?: undefined;
1990
2694
  gatewayFeeRecipient?: undefined;
@@ -1993,15 +2697,18 @@ export declare const celo: {
1993
2697
  from: `0x${string}`;
1994
2698
  gas?: `0x${string}` | undefined;
1995
2699
  nonce?: `0x${string}` | undefined;
1996
- to?: `0x${string}` | null | undefined;
1997
2700
  value?: `0x${string}` | undefined;
1998
- gasPrice?: `0x${string}` | undefined;
1999
- maxFeePerBlobGas?: undefined;
2000
- maxFeePerGas?: undefined;
2001
- maxPriorityFeePerGas?: undefined;
2002
- accessList?: undefined;
2003
- blobs?: undefined;
2004
- type?: "0x0" | undefined;
2701
+ to: `0x${string}` | null;
2702
+ gasPrice?: undefined;
2703
+ maxFeePerGas?: `0x${string}` | undefined;
2704
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2705
+ maxFeePerBlobGas: `0x${string}`;
2706
+ accessList?: import("../../index.js").AccessList | undefined;
2707
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2708
+ type?: "0x3" | undefined;
2709
+ kzg: import("../../types/kzg.js").Kzg | undefined;
2710
+ blobVersionedHashes?: undefined;
2711
+ sidecars?: undefined;
2005
2712
  feeCurrency?: `0x${string}` | undefined;
2006
2713
  gatewayFee?: `0x${string}` | undefined;
2007
2714
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2010,15 +2717,18 @@ export declare const celo: {
2010
2717
  from: `0x${string}`;
2011
2718
  gas?: `0x${string}` | undefined;
2012
2719
  nonce?: `0x${string}` | undefined;
2013
- to?: `0x${string}` | null | undefined;
2014
2720
  value?: `0x${string}` | undefined;
2015
- gasPrice?: `0x${string}` | undefined;
2016
- maxFeePerBlobGas?: undefined;
2017
- maxFeePerGas?: undefined;
2018
- maxPriorityFeePerGas?: undefined;
2721
+ to: `0x${string}` | null | undefined;
2722
+ gasPrice?: undefined;
2723
+ maxFeePerGas?: `0x${string}` | undefined;
2724
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2725
+ maxFeePerBlobGas: undefined;
2019
2726
  accessList?: import("../../index.js").AccessList | undefined;
2020
- blobs?: undefined;
2021
- type?: "0x1" | undefined;
2727
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2728
+ type?: "0x7c" | undefined;
2729
+ kzg: import("../../types/kzg.js").Kzg | undefined;
2730
+ blobVersionedHashes?: undefined;
2731
+ sidecars?: undefined;
2022
2732
  feeCurrency?: `0x${string}` | undefined;
2023
2733
  gatewayFee?: `0x${string}` | undefined;
2024
2734
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2027,15 +2737,38 @@ export declare const celo: {
2027
2737
  from: `0x${string}`;
2028
2738
  gas?: `0x${string}` | undefined;
2029
2739
  nonce?: `0x${string}` | undefined;
2030
- to?: `0x${string}` | null | undefined;
2031
2740
  value?: `0x${string}` | undefined;
2741
+ to: `0x${string}` | null | undefined;
2032
2742
  gasPrice?: undefined;
2033
- maxFeePerBlobGas?: undefined;
2034
2743
  maxFeePerGas?: `0x${string}` | undefined;
2035
2744
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2745
+ maxFeePerBlobGas: undefined;
2036
2746
  accessList?: import("../../index.js").AccessList | undefined;
2037
- blobs?: undefined;
2038
- type?: "0x2" | undefined;
2747
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2748
+ type?: "0x7b" | undefined;
2749
+ kzg: import("../../types/kzg.js").Kzg | undefined;
2750
+ blobVersionedHashes?: undefined;
2751
+ sidecars?: undefined;
2752
+ feeCurrency?: `0x${string}` | undefined;
2753
+ gatewayFee?: undefined;
2754
+ gatewayFeeRecipient?: undefined;
2755
+ } | {
2756
+ data?: `0x${string}` | undefined;
2757
+ from: `0x${string}`;
2758
+ gas?: `0x${string}` | undefined;
2759
+ nonce?: `0x${string}` | undefined;
2760
+ value?: `0x${string}` | undefined;
2761
+ to: `0x${string}` | null;
2762
+ gasPrice?: undefined;
2763
+ maxFeePerGas?: `0x${string}` | undefined;
2764
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2765
+ maxFeePerBlobGas: `0x${string}`;
2766
+ accessList?: import("../../index.js").AccessList | undefined;
2767
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2768
+ type?: "0x3" | undefined;
2769
+ blobVersionedHashes: readonly `0x${string}`[];
2770
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2771
+ sidecars?: undefined;
2039
2772
  feeCurrency?: `0x${string}` | undefined;
2040
2773
  gatewayFee?: `0x${string}` | undefined;
2041
2774
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2044,15 +2777,18 @@ export declare const celo: {
2044
2777
  from: `0x${string}`;
2045
2778
  gas?: `0x${string}` | undefined;
2046
2779
  nonce?: `0x${string}` | undefined;
2047
- to?: `0x${string}` | null | undefined;
2048
2780
  value?: `0x${string}` | undefined;
2781
+ to: `0x${string}` | null | undefined;
2049
2782
  gasPrice?: undefined;
2050
- maxFeePerBlobGas?: undefined;
2051
2783
  maxFeePerGas?: `0x${string}` | undefined;
2052
2784
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2785
+ maxFeePerBlobGas: undefined;
2053
2786
  accessList?: import("../../index.js").AccessList | undefined;
2054
- blobs?: undefined;
2787
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2055
2788
  type?: "0x7c" | undefined;
2789
+ blobVersionedHashes: readonly `0x${string}`[];
2790
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2791
+ sidecars?: undefined;
2056
2792
  feeCurrency?: `0x${string}` | undefined;
2057
2793
  gatewayFee?: `0x${string}` | undefined;
2058
2794
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2061,15 +2797,18 @@ export declare const celo: {
2061
2797
  from: `0x${string}`;
2062
2798
  gas?: `0x${string}` | undefined;
2063
2799
  nonce?: `0x${string}` | undefined;
2064
- to?: `0x${string}` | null | undefined;
2065
2800
  value?: `0x${string}` | undefined;
2801
+ to: `0x${string}` | null | undefined;
2066
2802
  gasPrice?: undefined;
2067
- maxFeePerBlobGas?: undefined;
2068
2803
  maxFeePerGas?: `0x${string}` | undefined;
2069
2804
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2805
+ maxFeePerBlobGas: undefined;
2070
2806
  accessList?: import("../../index.js").AccessList | undefined;
2071
- blobs?: undefined;
2807
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2072
2808
  type?: "0x7b" | undefined;
2809
+ blobVersionedHashes: readonly `0x${string}`[];
2810
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2811
+ sidecars?: undefined;
2073
2812
  feeCurrency?: `0x${string}` | undefined;
2074
2813
  gatewayFee?: undefined;
2075
2814
  gatewayFeeRecipient?: undefined;
@@ -2087,6 +2826,9 @@ export declare const celo: {
2087
2826
  accessList?: import("../../index.js").AccessList | undefined;
2088
2827
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2089
2828
  type?: "0x3" | undefined;
2829
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2830
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2831
+ blobVersionedHashes?: undefined;
2090
2832
  feeCurrency?: `0x${string}` | undefined;
2091
2833
  gatewayFee?: `0x${string}` | undefined;
2092
2834
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2104,6 +2846,9 @@ export declare const celo: {
2104
2846
  accessList?: import("../../index.js").AccessList | undefined;
2105
2847
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2106
2848
  type?: "0x7c" | undefined;
2849
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2850
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2851
+ blobVersionedHashes?: undefined;
2107
2852
  feeCurrency?: `0x${string}` | undefined;
2108
2853
  gatewayFee?: `0x${string}` | undefined;
2109
2854
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2121,6 +2866,9 @@ export declare const celo: {
2121
2866
  accessList?: import("../../index.js").AccessList | undefined;
2122
2867
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2123
2868
  type?: "0x7b" | undefined;
2869
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2870
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2871
+ blobVersionedHashes?: undefined;
2124
2872
  feeCurrency?: `0x${string}` | undefined;
2125
2873
  gatewayFee?: undefined;
2126
2874
  gatewayFeeRecipient?: undefined;
@@ -2192,6 +2940,7 @@ export declare const celo: {
2192
2940
  gas?: `0x${string}`;
2193
2941
  nonce?: `0x${string}`;
2194
2942
  value?: `0x${string}`;
2943
+ blobVersionedHashes?: undefined;
2195
2944
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2196
2945
  accessList?: undefined;
2197
2946
  blockHash?: `0x${string}` | null;
@@ -2199,7 +2948,6 @@ export declare const celo: {
2199
2948
  hash?: `0x${string}`;
2200
2949
  input?: `0x${string}`;
2201
2950
  transactionIndex?: `0x${string}` | null;
2202
- blobVersionedHashes?: undefined;
2203
2951
  chainId?: `0x${string}` | undefined;
2204
2952
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2205
2953
  r: `0x${string}`;
@@ -2243,6 +2991,7 @@ export declare const celo: {
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 celo: {
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 celo: {
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?: undefined;
2276
3025
  blockHash?: `0x${string}` | null;
@@ -2278,7 +3027,6 @@ export declare const celo: {
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
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2284
3032
  feeCurrency: `0x${string}` | null;
@@ -2299,6 +3047,7 @@ export declare const celo: {
2299
3047
  gas?: `0x${string}`;
2300
3048
  nonce?: `0x${string}`;
2301
3049
  value?: `0x${string}`;
3050
+ blobVersionedHashes?: undefined;
2302
3051
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2303
3052
  accessList?: import("../../index.js").AccessList | undefined;
2304
3053
  blockHash?: `0x${string}` | null;
@@ -2306,7 +3055,6 @@ export declare const celo: {
2306
3055
  hash?: `0x${string}`;
2307
3056
  input?: `0x${string}`;
2308
3057
  transactionIndex?: `0x${string}` | null;
2309
- blobVersionedHashes?: undefined;
2310
3058
  chainId?: `0x${string}` | undefined;
2311
3059
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2312
3060
  r: `0x${string}`;
@@ -2350,6 +3098,7 @@ export declare const celo: {
2350
3098
  gas?: `0x${string}`;
2351
3099
  nonce?: `0x${string}`;
2352
3100
  value?: `0x${string}`;
3101
+ blobVersionedHashes?: undefined;
2353
3102
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2354
3103
  accessList?: import("../../index.js").AccessList | undefined;
2355
3104
  blockHash?: `0x${string}` | null;
@@ -2357,7 +3106,6 @@ export declare const celo: {
2357
3106
  hash?: `0x${string}`;
2358
3107
  input?: `0x${string}`;
2359
3108
  transactionIndex?: `0x${string}` | null;
2360
- blobVersionedHashes?: undefined;
2361
3109
  chainId?: `0x${string}` | undefined;
2362
3110
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2363
3111
  blockHash: `0x${string}` | null;
@@ -2401,6 +3149,7 @@ export declare const celo: {
2401
3149
  gas?: `0x${string}`;
2402
3150
  nonce?: `0x${string}`;
2403
3151
  value?: `0x${string}`;
3152
+ blobVersionedHashes?: undefined;
2404
3153
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2405
3154
  accessList?: import("../../index.js").AccessList | undefined;
2406
3155
  blockHash?: `0x${string}` | null;
@@ -2408,7 +3157,6 @@ export declare const celo: {
2408
3157
  hash?: `0x${string}`;
2409
3158
  input?: `0x${string}`;
2410
3159
  transactionIndex?: `0x${string}` | null;
2411
- blobVersionedHashes?: undefined;
2412
3160
  chainId?: `0x${string}` | undefined;
2413
3161
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2414
3162
  blockHash: `0x${string}` | null;
@@ -2452,6 +3200,7 @@ export declare const celo: {
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 celo: {
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 celo: {
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 celo: {
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
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2493
3241
  feeCurrency: `0x${string}` | null;
@@ -2508,6 +3256,7 @@ export declare const celo: {
2508
3256
  gas?: `0x${string}`;
2509
3257
  nonce?: `0x${string}`;
2510
3258
  value?: `0x${string}`;
3259
+ blobVersionedHashes?: undefined;
2511
3260
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2512
3261
  accessList?: import("../../index.js").AccessList | undefined;
2513
3262
  blockHash?: `0x${string}` | null;
@@ -2515,7 +3264,6 @@ export declare const celo: {
2515
3264
  hash?: `0x${string}`;
2516
3265
  input?: `0x${string}`;
2517
3266
  transactionIndex?: `0x${string}` | null;
2518
- blobVersionedHashes?: undefined;
2519
3267
  chainId?: `0x${string}` | undefined;
2520
3268
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2521
3269
  r: `0x${string}`;
@@ -2559,6 +3307,7 @@ export declare const celo: {
2559
3307
  gas?: `0x${string}`;
2560
3308
  nonce?: `0x${string}`;
2561
3309
  value?: `0x${string}`;
3310
+ blobVersionedHashes?: undefined;
2562
3311
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2563
3312
  accessList?: import("../../index.js").AccessList | undefined;
2564
3313
  blockHash?: `0x${string}` | null;
@@ -2566,7 +3315,6 @@ export declare const celo: {
2566
3315
  hash?: `0x${string}`;
2567
3316
  input?: `0x${string}`;
2568
3317
  transactionIndex?: `0x${string}` | null;
2569
- blobVersionedHashes?: undefined;
2570
3318
  chainId?: `0x${string}` | undefined;
2571
3319
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2572
3320
  blockHash: `0x${string}` | null;
@@ -2610,6 +3358,7 @@ export declare const celo: {
2610
3358
  gas?: `0x${string}`;
2611
3359
  nonce?: `0x${string}`;
2612
3360
  value?: `0x${string}`;
3361
+ blobVersionedHashes?: undefined;
2613
3362
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2614
3363
  accessList?: import("../../index.js").AccessList | undefined;
2615
3364
  blockHash?: `0x${string}` | null;
@@ -2617,7 +3366,6 @@ export declare const celo: {
2617
3366
  hash?: `0x${string}`;
2618
3367
  input?: `0x${string}`;
2619
3368
  transactionIndex?: `0x${string}` | null;
2620
- blobVersionedHashes?: undefined;
2621
3369
  chainId?: `0x${string}` | undefined;
2622
3370
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2623
3371
  blockHash: `0x${string}` | null;
@@ -2661,6 +3409,7 @@ export declare const celo: {
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 celo: {
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 celo: {
2689
3437
  gas?: `0x${string}`;
2690
3438
  nonce?: `0x${string}`;
2691
3439
  value?: `0x${string}`;
3440
+ blobVersionedHashes?: 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 celo: {
2696
3445
  hash?: `0x${string}`;
2697
3446
  input?: `0x${string}`;
2698
3447
  transactionIndex?: `0x${string}` | null;
2699
- blobVersionedHashes?: undefined;
2700
3448
  chainId?: `0x${string}` | undefined;
2701
3449
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2702
3450
  feeCurrency: `0x${string}` | null;
@@ -2717,6 +3465,7 @@ export declare const celo: {
2717
3465
  gas?: `0x${string}`;
2718
3466
  nonce?: `0x${string}`;
2719
3467
  value?: `0x${string}`;
3468
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2720
3469
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2721
3470
  accessList?: import("../../index.js").AccessList | undefined;
2722
3471
  blockHash?: `0x${string}` | null;
@@ -2724,7 +3473,6 @@ export declare const celo: {
2724
3473
  hash?: `0x${string}`;
2725
3474
  input?: `0x${string}`;
2726
3475
  transactionIndex?: `0x${string}` | null;
2727
- blobVersionedHashes?: `0x${string}`[] | undefined;
2728
3476
  chainId?: `0x${string}` | undefined;
2729
3477
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2730
3478
  r: `0x${string}`;
@@ -2768,6 +3516,7 @@ export declare const celo: {
2768
3516
  gas?: `0x${string}`;
2769
3517
  nonce?: `0x${string}`;
2770
3518
  value?: `0x${string}`;
3519
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2771
3520
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2772
3521
  accessList?: import("../../index.js").AccessList | undefined;
2773
3522
  blockHash?: `0x${string}` | null;
@@ -2775,7 +3524,6 @@ export declare const celo: {
2775
3524
  hash?: `0x${string}`;
2776
3525
  input?: `0x${string}`;
2777
3526
  transactionIndex?: `0x${string}` | null;
2778
- blobVersionedHashes?: `0x${string}`[] | undefined;
2779
3527
  chainId?: `0x${string}` | undefined;
2780
3528
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2781
3529
  blockHash: `0x${string}` | null;
@@ -2819,6 +3567,7 @@ export declare const celo: {
2819
3567
  gas?: `0x${string}`;
2820
3568
  nonce?: `0x${string}`;
2821
3569
  value?: `0x${string}`;
3570
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2822
3571
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2823
3572
  accessList?: import("../../index.js").AccessList | undefined;
2824
3573
  blockHash?: `0x${string}` | null;
@@ -2826,7 +3575,6 @@ export declare const celo: {
2826
3575
  hash?: `0x${string}`;
2827
3576
  input?: `0x${string}`;
2828
3577
  transactionIndex?: `0x${string}` | null;
2829
- blobVersionedHashes?: `0x${string}`[] | undefined;
2830
3578
  chainId?: `0x${string}` | undefined;
2831
3579
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2832
3580
  blockHash: `0x${string}` | null;
@@ -2870,6 +3618,7 @@ export declare const celo: {
2870
3618
  gas?: `0x${string}`;
2871
3619
  nonce?: `0x${string}`;
2872
3620
  value?: `0x${string}`;
3621
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2873
3622
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2874
3623
  accessList?: import("../../index.js").AccessList | undefined;
2875
3624
  blockHash?: `0x${string}` | null;
@@ -2877,7 +3626,6 @@ export declare const celo: {
2877
3626
  hash?: `0x${string}`;
2878
3627
  input?: `0x${string}`;
2879
3628
  transactionIndex?: `0x${string}` | null;
2880
- blobVersionedHashes?: `0x${string}`[] | undefined;
2881
3629
  chainId?: `0x${string}` | undefined;
2882
3630
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2883
3631
  blockHash: `0x${string}` | null;
@@ -2921,6 +3669,7 @@ export declare const celo: {
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 celo: {
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;
@@ -2949,6 +3697,7 @@ export declare const celo: {
2949
3697
  gas?: `0x${string}`;
2950
3698
  nonce?: `0x${string}`;
2951
3699
  value?: `0x${string}`;
3700
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2952
3701
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2953
3702
  accessList?: import("../../index.js").AccessList | undefined;
2954
3703
  blockHash?: `0x${string}` | null;
@@ -2956,7 +3705,6 @@ export declare const celo: {
2956
3705
  hash?: `0x${string}`;
2957
3706
  input?: `0x${string}`;
2958
3707
  transactionIndex?: `0x${string}` | null;
2959
- blobVersionedHashes?: `0x${string}`[] | undefined;
2960
3708
  chainId?: `0x${string}` | undefined;
2961
3709
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2962
3710
  feeCurrency: `0x${string}` | null;
@@ -3360,6 +4108,169 @@ export declare const celo: {
3360
4108
  accessList?: import("../../index.js").AccessList | undefined;
3361
4109
  blobs?: undefined;
3362
4110
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4111
+ kzg?: undefined;
4112
+ blobVersionedHashes?: undefined;
4113
+ sidecars?: undefined;
4114
+ } & {
4115
+ data?: `0x${string}` | undefined;
4116
+ from: `0x${string}`;
4117
+ gas?: bigint | undefined;
4118
+ nonce?: number | undefined;
4119
+ to?: `0x${string}` | null | undefined;
4120
+ value?: bigint | undefined;
4121
+ gasPrice?: bigint | undefined;
4122
+ maxFeePerBlobGas?: undefined;
4123
+ maxFeePerGas?: undefined;
4124
+ maxPriorityFeePerGas?: undefined;
4125
+ accessList?: undefined;
4126
+ blobs?: undefined;
4127
+ type?: "legacy" | undefined;
4128
+ kzg?: undefined;
4129
+ blobVersionedHashes?: undefined;
4130
+ sidecars?: undefined;
4131
+ } & {
4132
+ feeCurrency?: `0x${string}` | undefined;
4133
+ gatewayFee?: bigint | undefined;
4134
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4135
+ }) | ({
4136
+ data?: `0x${string}` | undefined;
4137
+ from?: `0x${string}`;
4138
+ gas?: bigint | undefined;
4139
+ nonce?: number | undefined;
4140
+ to?: `0x${string}` | null | undefined;
4141
+ value?: bigint | undefined;
4142
+ gasPrice?: bigint | undefined;
4143
+ maxFeePerBlobGas?: bigint | undefined;
4144
+ maxFeePerGas?: bigint | undefined;
4145
+ maxPriorityFeePerGas?: bigint | undefined;
4146
+ accessList?: import("../../index.js").AccessList | undefined;
4147
+ blobs?: undefined;
4148
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4149
+ kzg?: undefined;
4150
+ blobVersionedHashes?: undefined;
4151
+ sidecars?: undefined;
4152
+ } & {
4153
+ data?: `0x${string}` | undefined;
4154
+ from: `0x${string}`;
4155
+ gas?: bigint | undefined;
4156
+ nonce?: number | undefined;
4157
+ to?: `0x${string}` | null | undefined;
4158
+ value?: bigint | undefined;
4159
+ gasPrice?: bigint | undefined;
4160
+ maxFeePerBlobGas?: undefined;
4161
+ maxFeePerGas?: undefined;
4162
+ maxPriorityFeePerGas?: undefined;
4163
+ accessList?: import("../../index.js").AccessList | undefined;
4164
+ blobs?: undefined;
4165
+ type?: "eip2930" | undefined;
4166
+ kzg?: undefined;
4167
+ blobVersionedHashes?: undefined;
4168
+ sidecars?: undefined;
4169
+ } & {
4170
+ feeCurrency?: `0x${string}` | undefined;
4171
+ gatewayFee?: bigint | undefined;
4172
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4173
+ }) | ({
4174
+ data?: `0x${string}` | undefined;
4175
+ from?: `0x${string}`;
4176
+ gas?: bigint | undefined;
4177
+ nonce?: number | undefined;
4178
+ to?: `0x${string}` | null | undefined;
4179
+ value?: bigint | undefined;
4180
+ gasPrice?: bigint | undefined;
4181
+ maxFeePerBlobGas?: bigint | undefined;
4182
+ maxFeePerGas?: bigint | undefined;
4183
+ maxPriorityFeePerGas?: bigint | undefined;
4184
+ accessList?: import("../../index.js").AccessList | undefined;
4185
+ blobs?: undefined;
4186
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4187
+ kzg?: undefined;
4188
+ blobVersionedHashes?: undefined;
4189
+ sidecars?: undefined;
4190
+ } & {
4191
+ data?: `0x${string}` | undefined;
4192
+ from: `0x${string}`;
4193
+ gas?: bigint | undefined;
4194
+ nonce?: number | undefined;
4195
+ to?: `0x${string}` | null | undefined;
4196
+ value?: bigint | undefined;
4197
+ gasPrice?: undefined;
4198
+ maxFeePerBlobGas?: undefined;
4199
+ maxFeePerGas?: bigint | undefined;
4200
+ maxPriorityFeePerGas?: bigint | undefined;
4201
+ accessList?: import("../../index.js").AccessList | undefined;
4202
+ blobs?: undefined;
4203
+ type?: "eip1559" | undefined;
4204
+ kzg?: undefined;
4205
+ blobVersionedHashes?: undefined;
4206
+ sidecars?: undefined;
4207
+ } & {
4208
+ feeCurrency?: `0x${string}` | undefined;
4209
+ gatewayFee?: bigint | undefined;
4210
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4211
+ }) | ({
4212
+ data?: `0x${string}` | undefined;
4213
+ from?: `0x${string}`;
4214
+ gas?: bigint | undefined;
4215
+ nonce?: number | undefined;
4216
+ to?: `0x${string}` | null | undefined;
4217
+ value?: bigint | undefined;
4218
+ gasPrice?: bigint | undefined;
4219
+ maxFeePerBlobGas?: bigint | undefined;
4220
+ maxFeePerGas?: bigint | undefined;
4221
+ maxPriorityFeePerGas?: bigint | undefined;
4222
+ accessList?: import("../../index.js").AccessList | undefined;
4223
+ blobs?: undefined;
4224
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4225
+ kzg?: undefined;
4226
+ blobVersionedHashes?: undefined;
4227
+ sidecars?: undefined;
4228
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
4229
+ accessList?: import("../../index.js").AccessList | undefined;
4230
+ feeCurrency?: `0x${string}` | undefined;
4231
+ gatewayFee?: bigint | undefined;
4232
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4233
+ type?: "cip42" | undefined;
4234
+ }) | ({
4235
+ data?: `0x${string}` | undefined;
4236
+ from?: `0x${string}`;
4237
+ gas?: bigint | undefined;
4238
+ nonce?: number | undefined;
4239
+ to?: `0x${string}` | null | undefined;
4240
+ value?: bigint | undefined;
4241
+ gasPrice?: bigint | undefined;
4242
+ maxFeePerBlobGas?: bigint | undefined;
4243
+ maxFeePerGas?: bigint | undefined;
4244
+ maxPriorityFeePerGas?: bigint | undefined;
4245
+ accessList?: import("../../index.js").AccessList | undefined;
4246
+ blobs?: undefined;
4247
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4248
+ kzg?: undefined;
4249
+ blobVersionedHashes?: undefined;
4250
+ sidecars?: undefined;
4251
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
4252
+ accessList?: import("../../index.js").AccessList | undefined;
4253
+ feeCurrency?: `0x${string}` | undefined;
4254
+ gatewayFee?: undefined;
4255
+ gatewayFeeRecipient?: undefined;
4256
+ type?: "cip64" | undefined;
4257
+ }) | ({
4258
+ data?: `0x${string}` | undefined;
4259
+ from?: `0x${string}`;
4260
+ gas?: bigint | undefined;
4261
+ nonce?: number | undefined;
4262
+ to?: `0x${string}` | null | undefined;
4263
+ value?: bigint | undefined;
4264
+ gasPrice?: bigint | undefined;
4265
+ maxFeePerBlobGas?: bigint | undefined;
4266
+ maxFeePerGas?: bigint | undefined;
4267
+ maxPriorityFeePerGas?: bigint | undefined;
4268
+ accessList?: import("../../index.js").AccessList | undefined;
4269
+ blobs?: undefined;
4270
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4271
+ kzg?: undefined;
4272
+ blobVersionedHashes?: undefined;
4273
+ sidecars?: undefined;
3363
4274
  } & {
3364
4275
  data?: `0x${string}` | undefined;
3365
4276
  from: `0x${string}`;
@@ -3374,6 +4285,9 @@ export declare const celo: {
3374
4285
  accessList?: undefined;
3375
4286
  blobs?: undefined;
3376
4287
  type?: "legacy" | undefined;
4288
+ kzg?: undefined;
4289
+ blobVersionedHashes?: undefined;
4290
+ sidecars?: undefined;
3377
4291
  } & {
3378
4292
  feeCurrency?: `0x${string}` | undefined;
3379
4293
  gatewayFee?: bigint | undefined;
@@ -3392,6 +4306,9 @@ export declare const celo: {
3392
4306
  accessList?: import("../../index.js").AccessList | undefined;
3393
4307
  blobs?: undefined;
3394
4308
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4309
+ kzg?: undefined;
4310
+ blobVersionedHashes?: undefined;
4311
+ sidecars?: undefined;
3395
4312
  } & {
3396
4313
  data?: `0x${string}` | undefined;
3397
4314
  from: `0x${string}`;
@@ -3406,6 +4323,9 @@ export declare const celo: {
3406
4323
  accessList?: import("../../index.js").AccessList | undefined;
3407
4324
  blobs?: undefined;
3408
4325
  type?: "eip2930" | undefined;
4326
+ kzg?: undefined;
4327
+ blobVersionedHashes?: undefined;
4328
+ sidecars?: undefined;
3409
4329
  } & {
3410
4330
  feeCurrency?: `0x${string}` | undefined;
3411
4331
  gatewayFee?: bigint | undefined;
@@ -3424,6 +4344,9 @@ export declare const celo: {
3424
4344
  accessList?: import("../../index.js").AccessList | undefined;
3425
4345
  blobs?: undefined;
3426
4346
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4347
+ kzg?: undefined;
4348
+ blobVersionedHashes?: undefined;
4349
+ sidecars?: undefined;
3427
4350
  } & {
3428
4351
  data?: `0x${string}` | undefined;
3429
4352
  from: `0x${string}`;
@@ -3438,6 +4361,9 @@ export declare const celo: {
3438
4361
  accessList?: import("../../index.js").AccessList | undefined;
3439
4362
  blobs?: undefined;
3440
4363
  type?: "eip1559" | undefined;
4364
+ kzg?: undefined;
4365
+ blobVersionedHashes?: undefined;
4366
+ sidecars?: undefined;
3441
4367
  } & {
3442
4368
  feeCurrency?: `0x${string}` | undefined;
3443
4369
  gatewayFee?: bigint | undefined;
@@ -3456,6 +4382,9 @@ export declare const celo: {
3456
4382
  accessList?: import("../../index.js").AccessList | undefined;
3457
4383
  blobs?: undefined;
3458
4384
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4385
+ kzg?: undefined;
4386
+ blobVersionedHashes?: undefined;
4387
+ sidecars?: undefined;
3459
4388
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3460
4389
  accessList?: import("../../index.js").AccessList | undefined;
3461
4390
  feeCurrency?: `0x${string}` | undefined;
@@ -3476,6 +4405,9 @@ export declare const celo: {
3476
4405
  accessList?: import("../../index.js").AccessList | undefined;
3477
4406
  blobs?: undefined;
3478
4407
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4408
+ kzg?: undefined;
4409
+ blobVersionedHashes?: undefined;
4410
+ sidecars?: undefined;
3479
4411
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3480
4412
  accessList?: import("../../index.js").AccessList | undefined;
3481
4413
  feeCurrency?: `0x${string}` | undefined;
@@ -3496,6 +4428,9 @@ export declare const celo: {
3496
4428
  accessList?: import("../../index.js").AccessList | undefined;
3497
4429
  blobs?: undefined;
3498
4430
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4431
+ kzg?: undefined;
4432
+ blobVersionedHashes?: undefined;
4433
+ sidecars?: undefined;
3499
4434
  } & {
3500
4435
  data?: `0x${string}` | undefined;
3501
4436
  from: `0x${string}`;
@@ -3510,6 +4445,9 @@ export declare const celo: {
3510
4445
  accessList?: undefined;
3511
4446
  blobs?: undefined;
3512
4447
  type?: "legacy" | undefined;
4448
+ kzg?: undefined;
4449
+ blobVersionedHashes?: undefined;
4450
+ sidecars?: undefined;
3513
4451
  } & {
3514
4452
  feeCurrency?: `0x${string}` | undefined;
3515
4453
  gatewayFee?: bigint | undefined;
@@ -3528,6 +4466,9 @@ export declare const celo: {
3528
4466
  accessList?: import("../../index.js").AccessList | undefined;
3529
4467
  blobs?: undefined;
3530
4468
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4469
+ kzg?: undefined;
4470
+ blobVersionedHashes?: undefined;
4471
+ sidecars?: undefined;
3531
4472
  } & {
3532
4473
  data?: `0x${string}` | undefined;
3533
4474
  from: `0x${string}`;
@@ -3542,6 +4483,9 @@ export declare const celo: {
3542
4483
  accessList?: import("../../index.js").AccessList | undefined;
3543
4484
  blobs?: undefined;
3544
4485
  type?: "eip2930" | undefined;
4486
+ kzg?: undefined;
4487
+ blobVersionedHashes?: undefined;
4488
+ sidecars?: undefined;
3545
4489
  } & {
3546
4490
  feeCurrency?: `0x${string}` | undefined;
3547
4491
  gatewayFee?: bigint | undefined;
@@ -3560,6 +4504,9 @@ export declare const celo: {
3560
4504
  accessList?: import("../../index.js").AccessList | undefined;
3561
4505
  blobs?: undefined;
3562
4506
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4507
+ kzg?: undefined;
4508
+ blobVersionedHashes?: undefined;
4509
+ sidecars?: undefined;
3563
4510
  } & {
3564
4511
  data?: `0x${string}` | undefined;
3565
4512
  from: `0x${string}`;
@@ -3574,6 +4521,93 @@ export declare const celo: {
3574
4521
  accessList?: import("../../index.js").AccessList | undefined;
3575
4522
  blobs?: undefined;
3576
4523
  type?: "eip1559" | undefined;
4524
+ kzg?: undefined;
4525
+ blobVersionedHashes?: undefined;
4526
+ sidecars?: undefined;
4527
+ } & {
4528
+ feeCurrency?: `0x${string}` | undefined;
4529
+ gatewayFee?: bigint | undefined;
4530
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4531
+ }) | ({
4532
+ data?: `0x${string}` | undefined;
4533
+ from?: `0x${string}`;
4534
+ gas?: bigint | undefined;
4535
+ nonce?: number | undefined;
4536
+ to?: `0x${string}` | null | undefined;
4537
+ value?: bigint | undefined;
4538
+ gasPrice?: bigint | undefined;
4539
+ maxFeePerBlobGas?: bigint | undefined;
4540
+ maxFeePerGas?: bigint | undefined;
4541
+ maxPriorityFeePerGas?: bigint | undefined;
4542
+ accessList?: import("../../index.js").AccessList | undefined;
4543
+ blobs?: undefined;
4544
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4545
+ kzg?: undefined;
4546
+ blobVersionedHashes?: undefined;
4547
+ sidecars?: undefined;
4548
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
4549
+ accessList?: import("../../index.js").AccessList | undefined;
4550
+ feeCurrency?: `0x${string}` | undefined;
4551
+ gatewayFee?: bigint | undefined;
4552
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4553
+ type?: "cip42" | undefined;
4554
+ }) | ({
4555
+ data?: `0x${string}` | undefined;
4556
+ from?: `0x${string}`;
4557
+ gas?: bigint | undefined;
4558
+ nonce?: number | undefined;
4559
+ to?: `0x${string}` | null | undefined;
4560
+ value?: bigint | undefined;
4561
+ gasPrice?: bigint | undefined;
4562
+ maxFeePerBlobGas?: bigint | undefined;
4563
+ maxFeePerGas?: bigint | undefined;
4564
+ maxPriorityFeePerGas?: bigint | undefined;
4565
+ accessList?: import("../../index.js").AccessList | undefined;
4566
+ blobs?: undefined;
4567
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4568
+ kzg?: undefined;
4569
+ blobVersionedHashes?: undefined;
4570
+ sidecars?: undefined;
4571
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
4572
+ accessList?: import("../../index.js").AccessList | undefined;
4573
+ feeCurrency?: `0x${string}` | undefined;
4574
+ gatewayFee?: undefined;
4575
+ gatewayFeeRecipient?: undefined;
4576
+ type?: "cip64" | undefined;
4577
+ }) | ({
4578
+ data?: `0x${string}` | undefined;
4579
+ from?: `0x${string}`;
4580
+ gas?: bigint | undefined;
4581
+ nonce?: number | undefined;
4582
+ value?: bigint | undefined;
4583
+ to?: `0x${string}` | null | undefined;
4584
+ gasPrice?: bigint | undefined;
4585
+ maxFeePerGas?: bigint | undefined;
4586
+ maxPriorityFeePerGas?: bigint | undefined;
4587
+ maxFeePerBlobGas?: bigint | undefined;
4588
+ accessList?: import("../../index.js").AccessList | undefined;
4589
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4590
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4591
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4592
+ blobVersionedHashes?: undefined;
4593
+ sidecars?: undefined;
4594
+ } & {
4595
+ data?: `0x${string}` | undefined;
4596
+ from: `0x${string}`;
4597
+ gas?: bigint | undefined;
4598
+ nonce?: number | undefined;
4599
+ to?: `0x${string}` | null | undefined;
4600
+ value?: bigint | undefined;
4601
+ gasPrice?: bigint | undefined;
4602
+ maxFeePerBlobGas?: undefined;
4603
+ maxFeePerGas?: undefined;
4604
+ maxPriorityFeePerGas?: undefined;
4605
+ accessList?: undefined;
4606
+ blobs?: undefined;
4607
+ type?: "legacy" | undefined;
4608
+ kzg?: undefined;
4609
+ blobVersionedHashes?: undefined;
4610
+ sidecars?: undefined;
3577
4611
  } & {
3578
4612
  feeCurrency?: `0x${string}` | undefined;
3579
4613
  gatewayFee?: bigint | undefined;
@@ -3583,15 +4617,132 @@ export declare const celo: {
3583
4617
  from?: `0x${string}`;
3584
4618
  gas?: bigint | undefined;
3585
4619
  nonce?: number | undefined;
4620
+ value?: bigint | undefined;
4621
+ to?: `0x${string}` | null | undefined;
4622
+ gasPrice?: bigint | undefined;
4623
+ maxFeePerGas?: bigint | undefined;
4624
+ maxPriorityFeePerGas?: bigint | undefined;
4625
+ maxFeePerBlobGas?: bigint | undefined;
4626
+ accessList?: import("../../index.js").AccessList | undefined;
4627
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4628
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4629
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4630
+ blobVersionedHashes?: undefined;
4631
+ sidecars?: undefined;
4632
+ } & {
4633
+ data?: `0x${string}` | undefined;
4634
+ from: `0x${string}`;
4635
+ gas?: bigint | undefined;
4636
+ nonce?: number | undefined;
3586
4637
  to?: `0x${string}` | null | undefined;
3587
4638
  value?: bigint | undefined;
3588
4639
  gasPrice?: bigint | undefined;
4640
+ maxFeePerBlobGas?: undefined;
4641
+ maxFeePerGas?: undefined;
4642
+ maxPriorityFeePerGas?: undefined;
4643
+ accessList?: import("../../index.js").AccessList | undefined;
4644
+ blobs?: undefined;
4645
+ type?: "eip2930" | undefined;
4646
+ kzg?: undefined;
4647
+ blobVersionedHashes?: undefined;
4648
+ sidecars?: undefined;
4649
+ } & {
4650
+ feeCurrency?: `0x${string}` | undefined;
4651
+ gatewayFee?: bigint | undefined;
4652
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4653
+ }) | ({
4654
+ data?: `0x${string}` | undefined;
4655
+ from?: `0x${string}`;
4656
+ gas?: bigint | undefined;
4657
+ nonce?: number | undefined;
4658
+ value?: bigint | undefined;
4659
+ to?: `0x${string}` | null | undefined;
4660
+ gasPrice?: bigint | undefined;
4661
+ maxFeePerGas?: bigint | undefined;
4662
+ maxPriorityFeePerGas?: bigint | undefined;
3589
4663
  maxFeePerBlobGas?: bigint | undefined;
4664
+ accessList?: import("../../index.js").AccessList | undefined;
4665
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4666
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4667
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4668
+ blobVersionedHashes?: undefined;
4669
+ sidecars?: undefined;
4670
+ } & {
4671
+ data?: `0x${string}` | undefined;
4672
+ from: `0x${string}`;
4673
+ gas?: bigint | undefined;
4674
+ nonce?: number | undefined;
4675
+ to?: `0x${string}` | null | undefined;
4676
+ value?: bigint | undefined;
4677
+ gasPrice?: undefined;
4678
+ maxFeePerBlobGas?: undefined;
3590
4679
  maxFeePerGas?: bigint | undefined;
3591
4680
  maxPriorityFeePerGas?: bigint | undefined;
3592
4681
  accessList?: import("../../index.js").AccessList | undefined;
3593
4682
  blobs?: undefined;
4683
+ type?: "eip1559" | undefined;
4684
+ kzg?: undefined;
4685
+ blobVersionedHashes?: undefined;
4686
+ sidecars?: undefined;
4687
+ } & {
4688
+ feeCurrency?: `0x${string}` | undefined;
4689
+ gatewayFee?: bigint | undefined;
4690
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4691
+ }) | ({
4692
+ data?: `0x${string}` | undefined;
4693
+ from?: `0x${string}`;
4694
+ gas?: bigint | undefined;
4695
+ nonce?: number | undefined;
4696
+ value?: bigint | undefined;
4697
+ to?: `0x${string}` | null | undefined;
4698
+ gasPrice?: bigint | undefined;
4699
+ maxFeePerGas?: bigint | undefined;
4700
+ maxPriorityFeePerGas?: bigint | undefined;
4701
+ maxFeePerBlobGas?: bigint | undefined;
4702
+ accessList?: import("../../index.js").AccessList | undefined;
4703
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4704
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4705
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4706
+ blobVersionedHashes?: undefined;
4707
+ sidecars?: undefined;
4708
+ } & {
4709
+ data?: `0x${string}` | undefined;
4710
+ from: `0x${string}`;
4711
+ gas?: bigint | undefined;
4712
+ nonce?: number | undefined;
4713
+ value?: bigint | undefined;
4714
+ to: `0x${string}` | null;
4715
+ gasPrice?: undefined;
4716
+ maxFeePerGas?: bigint | undefined;
4717
+ maxPriorityFeePerGas?: bigint | undefined;
4718
+ maxFeePerBlobGas: bigint;
4719
+ accessList?: import("../../index.js").AccessList | undefined;
4720
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4721
+ type?: "eip4844" | undefined;
4722
+ kzg: import("../../types/kzg.js").Kzg | undefined;
4723
+ blobVersionedHashes?: undefined;
4724
+ sidecars?: undefined;
4725
+ } & {
4726
+ feeCurrency?: `0x${string}` | undefined;
4727
+ gatewayFee?: bigint | undefined;
4728
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4729
+ }) | ({
4730
+ data?: `0x${string}` | undefined;
4731
+ from?: `0x${string}`;
4732
+ gas?: bigint | undefined;
4733
+ nonce?: number | undefined;
4734
+ value?: bigint | undefined;
4735
+ to?: `0x${string}` | null | undefined;
4736
+ gasPrice?: bigint | undefined;
4737
+ maxFeePerGas?: bigint | undefined;
4738
+ maxPriorityFeePerGas?: bigint | undefined;
4739
+ maxFeePerBlobGas?: bigint | undefined;
4740
+ accessList?: import("../../index.js").AccessList | undefined;
4741
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3594
4742
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4743
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4744
+ blobVersionedHashes?: undefined;
4745
+ sidecars?: undefined;
3595
4746
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3596
4747
  accessList?: import("../../index.js").AccessList | undefined;
3597
4748
  feeCurrency?: `0x${string}` | undefined;
@@ -3600,38 +4751,120 @@ export declare const celo: {
3600
4751
  type?: "cip42" | undefined;
3601
4752
  }) | ({
3602
4753
  data?: `0x${string}` | undefined;
3603
- from?: `0x${string}`;
4754
+ from?: `0x${string}`;
4755
+ gas?: bigint | undefined;
4756
+ nonce?: number | undefined;
4757
+ value?: bigint | undefined;
4758
+ to?: `0x${string}` | null | undefined;
4759
+ gasPrice?: bigint | undefined;
4760
+ maxFeePerGas?: bigint | undefined;
4761
+ maxPriorityFeePerGas?: bigint | undefined;
4762
+ maxFeePerBlobGas?: bigint | undefined;
4763
+ accessList?: import("../../index.js").AccessList | undefined;
4764
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4765
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4766
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4767
+ blobVersionedHashes?: undefined;
4768
+ sidecars?: undefined;
4769
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
4770
+ accessList?: import("../../index.js").AccessList | undefined;
4771
+ feeCurrency?: `0x${string}` | undefined;
4772
+ gatewayFee?: undefined;
4773
+ gatewayFeeRecipient?: undefined;
4774
+ type?: "cip64" | undefined;
4775
+ }) | ({
4776
+ data?: `0x${string}` | undefined;
4777
+ from?: `0x${string}`;
4778
+ gas?: bigint | undefined;
4779
+ nonce?: number | undefined;
4780
+ value?: bigint | undefined;
4781
+ to?: `0x${string}` | null | undefined;
4782
+ gasPrice?: bigint | undefined;
4783
+ maxFeePerGas?: bigint | undefined;
4784
+ maxPriorityFeePerGas?: bigint | undefined;
4785
+ maxFeePerBlobGas?: bigint | undefined;
4786
+ accessList?: import("../../index.js").AccessList | undefined;
4787
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4788
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4789
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4790
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4791
+ sidecars?: undefined;
4792
+ } & {
4793
+ data?: `0x${string}` | undefined;
4794
+ from: `0x${string}`;
4795
+ gas?: bigint | undefined;
4796
+ nonce?: number | undefined;
4797
+ to?: `0x${string}` | null | undefined;
4798
+ value?: bigint | undefined;
4799
+ gasPrice?: bigint | undefined;
4800
+ maxFeePerBlobGas?: undefined;
4801
+ maxFeePerGas?: undefined;
4802
+ maxPriorityFeePerGas?: undefined;
4803
+ accessList?: undefined;
4804
+ blobs?: undefined;
4805
+ type?: "legacy" | undefined;
4806
+ kzg?: undefined;
4807
+ blobVersionedHashes?: undefined;
4808
+ sidecars?: undefined;
4809
+ } & {
4810
+ feeCurrency?: `0x${string}` | undefined;
4811
+ gatewayFee?: bigint | undefined;
4812
+ gatewayFeeRecipient?: `0x${string}` | undefined;
4813
+ }) | ({
4814
+ data?: `0x${string}` | undefined;
4815
+ from?: `0x${string}`;
4816
+ gas?: bigint | undefined;
4817
+ nonce?: number | undefined;
4818
+ value?: bigint | undefined;
4819
+ to?: `0x${string}` | null | undefined;
4820
+ gasPrice?: bigint | undefined;
4821
+ maxFeePerGas?: bigint | undefined;
4822
+ maxPriorityFeePerGas?: bigint | undefined;
4823
+ maxFeePerBlobGas?: bigint | undefined;
4824
+ accessList?: import("../../index.js").AccessList | undefined;
4825
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4826
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4827
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4828
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4829
+ sidecars?: undefined;
4830
+ } & {
4831
+ data?: `0x${string}` | undefined;
4832
+ from: `0x${string}`;
3604
4833
  gas?: bigint | undefined;
3605
4834
  nonce?: number | undefined;
3606
4835
  to?: `0x${string}` | null | undefined;
3607
4836
  value?: bigint | undefined;
3608
4837
  gasPrice?: bigint | undefined;
3609
- maxFeePerBlobGas?: bigint | undefined;
3610
- maxFeePerGas?: bigint | undefined;
3611
- maxPriorityFeePerGas?: bigint | undefined;
4838
+ maxFeePerBlobGas?: undefined;
4839
+ maxFeePerGas?: undefined;
4840
+ maxPriorityFeePerGas?: undefined;
3612
4841
  accessList?: import("../../index.js").AccessList | undefined;
3613
4842
  blobs?: undefined;
3614
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3615
- } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3616
- accessList?: import("../../index.js").AccessList | undefined;
4843
+ type?: "eip2930" | undefined;
4844
+ kzg?: undefined;
4845
+ blobVersionedHashes?: undefined;
4846
+ sidecars?: undefined;
4847
+ } & {
3617
4848
  feeCurrency?: `0x${string}` | undefined;
3618
- gatewayFee?: undefined;
3619
- gatewayFeeRecipient?: undefined;
3620
- type?: "cip64" | undefined;
4849
+ gatewayFee?: bigint | undefined;
4850
+ gatewayFeeRecipient?: `0x${string}` | undefined;
3621
4851
  }) | ({
3622
4852
  data?: `0x${string}` | undefined;
3623
4853
  from?: `0x${string}`;
3624
4854
  gas?: bigint | undefined;
3625
4855
  nonce?: number | undefined;
3626
- to?: `0x${string}` | null | undefined;
3627
4856
  value?: bigint | undefined;
4857
+ to?: `0x${string}` | null | undefined;
3628
4858
  gasPrice?: bigint | undefined;
3629
- maxFeePerBlobGas?: bigint | undefined;
3630
4859
  maxFeePerGas?: bigint | undefined;
3631
4860
  maxPriorityFeePerGas?: bigint | undefined;
4861
+ maxFeePerBlobGas?: bigint | undefined;
3632
4862
  accessList?: import("../../index.js").AccessList | undefined;
3633
- blobs?: undefined;
4863
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3634
4864
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4865
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4866
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4867
+ sidecars?: undefined;
3635
4868
  } & {
3636
4869
  data?: `0x${string}` | undefined;
3637
4870
  from: `0x${string}`;
@@ -3639,13 +4872,16 @@ export declare const celo: {
3639
4872
  nonce?: number | undefined;
3640
4873
  to?: `0x${string}` | null | undefined;
3641
4874
  value?: bigint | undefined;
3642
- gasPrice?: bigint | undefined;
4875
+ gasPrice?: undefined;
3643
4876
  maxFeePerBlobGas?: undefined;
3644
- maxFeePerGas?: undefined;
3645
- maxPriorityFeePerGas?: undefined;
3646
- accessList?: undefined;
4877
+ maxFeePerGas?: bigint | undefined;
4878
+ maxPriorityFeePerGas?: bigint | undefined;
4879
+ accessList?: import("../../index.js").AccessList | undefined;
3647
4880
  blobs?: undefined;
3648
- type?: "legacy" | undefined;
4881
+ type?: "eip1559" | undefined;
4882
+ kzg?: undefined;
4883
+ blobVersionedHashes?: undefined;
4884
+ sidecars?: undefined;
3649
4885
  } & {
3650
4886
  feeCurrency?: `0x${string}` | undefined;
3651
4887
  gatewayFee?: bigint | undefined;
@@ -3655,29 +4891,35 @@ export declare const celo: {
3655
4891
  from?: `0x${string}`;
3656
4892
  gas?: bigint | undefined;
3657
4893
  nonce?: number | undefined;
3658
- to?: `0x${string}` | null | undefined;
3659
4894
  value?: bigint | undefined;
4895
+ to?: `0x${string}` | null | undefined;
3660
4896
  gasPrice?: bigint | undefined;
3661
- maxFeePerBlobGas?: bigint | undefined;
3662
4897
  maxFeePerGas?: bigint | undefined;
3663
4898
  maxPriorityFeePerGas?: bigint | undefined;
4899
+ maxFeePerBlobGas?: bigint | undefined;
3664
4900
  accessList?: import("../../index.js").AccessList | undefined;
3665
- blobs?: undefined;
4901
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3666
4902
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4903
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4904
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4905
+ sidecars?: undefined;
3667
4906
  } & {
3668
4907
  data?: `0x${string}` | undefined;
3669
4908
  from: `0x${string}`;
3670
4909
  gas?: bigint | undefined;
3671
4910
  nonce?: number | undefined;
3672
- to?: `0x${string}` | null | undefined;
3673
4911
  value?: bigint | undefined;
3674
- gasPrice?: bigint | undefined;
3675
- maxFeePerBlobGas?: undefined;
3676
- maxFeePerGas?: undefined;
3677
- maxPriorityFeePerGas?: undefined;
4912
+ to: `0x${string}` | null;
4913
+ gasPrice?: undefined;
4914
+ maxFeePerGas?: bigint | undefined;
4915
+ maxPriorityFeePerGas?: bigint | undefined;
4916
+ maxFeePerBlobGas: bigint;
3678
4917
  accessList?: import("../../index.js").AccessList | undefined;
3679
- blobs?: undefined;
3680
- type?: "eip2930" | undefined;
4918
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4919
+ type?: "eip4844" | undefined;
4920
+ kzg: import("../../types/kzg.js").Kzg | undefined;
4921
+ blobVersionedHashes?: undefined;
4922
+ sidecars?: undefined;
3681
4923
  } & {
3682
4924
  feeCurrency?: `0x${string}` | undefined;
3683
4925
  gatewayFee?: bigint | undefined;
@@ -3687,29 +4929,35 @@ export declare const celo: {
3687
4929
  from?: `0x${string}`;
3688
4930
  gas?: bigint | undefined;
3689
4931
  nonce?: number | undefined;
3690
- to?: `0x${string}` | null | undefined;
3691
4932
  value?: bigint | undefined;
4933
+ to?: `0x${string}` | null | undefined;
3692
4934
  gasPrice?: bigint | undefined;
3693
- maxFeePerBlobGas?: bigint | undefined;
3694
4935
  maxFeePerGas?: bigint | undefined;
3695
4936
  maxPriorityFeePerGas?: bigint | undefined;
4937
+ maxFeePerBlobGas?: bigint | undefined;
3696
4938
  accessList?: import("../../index.js").AccessList | undefined;
3697
- blobs?: undefined;
4939
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3698
4940
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4941
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4942
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4943
+ sidecars?: undefined;
3699
4944
  } & {
3700
4945
  data?: `0x${string}` | undefined;
3701
4946
  from: `0x${string}`;
3702
4947
  gas?: bigint | undefined;
3703
4948
  nonce?: number | undefined;
3704
- to?: `0x${string}` | null | undefined;
3705
4949
  value?: bigint | undefined;
4950
+ to: `0x${string}` | null;
3706
4951
  gasPrice?: undefined;
3707
- maxFeePerBlobGas?: undefined;
3708
4952
  maxFeePerGas?: bigint | undefined;
3709
4953
  maxPriorityFeePerGas?: bigint | undefined;
4954
+ maxFeePerBlobGas: bigint;
3710
4955
  accessList?: import("../../index.js").AccessList | undefined;
3711
- blobs?: undefined;
3712
- type?: "eip1559" | undefined;
4956
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4957
+ type?: "eip4844" | undefined;
4958
+ blobVersionedHashes: readonly `0x${string}`[];
4959
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4960
+ sidecars?: undefined;
3713
4961
  } & {
3714
4962
  feeCurrency?: `0x${string}` | undefined;
3715
4963
  gatewayFee?: bigint | undefined;
@@ -3719,15 +4967,18 @@ export declare const celo: {
3719
4967
  from?: `0x${string}`;
3720
4968
  gas?: bigint | undefined;
3721
4969
  nonce?: number | undefined;
3722
- to?: `0x${string}` | null | undefined;
3723
4970
  value?: bigint | undefined;
4971
+ to?: `0x${string}` | null | undefined;
3724
4972
  gasPrice?: bigint | undefined;
3725
- maxFeePerBlobGas?: bigint | undefined;
3726
4973
  maxFeePerGas?: bigint | undefined;
3727
4974
  maxPriorityFeePerGas?: bigint | undefined;
4975
+ maxFeePerBlobGas?: bigint | undefined;
3728
4976
  accessList?: import("../../index.js").AccessList | undefined;
3729
- blobs?: undefined;
4977
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3730
4978
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4979
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4980
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
4981
+ sidecars?: undefined;
3731
4982
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3732
4983
  accessList?: import("../../index.js").AccessList | undefined;
3733
4984
  feeCurrency?: `0x${string}` | undefined;
@@ -3739,15 +4990,18 @@ export declare const celo: {
3739
4990
  from?: `0x${string}`;
3740
4991
  gas?: bigint | undefined;
3741
4992
  nonce?: number | undefined;
3742
- to?: `0x${string}` | null | undefined;
3743
4993
  value?: bigint | undefined;
4994
+ to?: `0x${string}` | null | undefined;
3744
4995
  gasPrice?: bigint | undefined;
3745
- maxFeePerBlobGas?: bigint | undefined;
3746
4996
  maxFeePerGas?: bigint | undefined;
3747
4997
  maxPriorityFeePerGas?: bigint | undefined;
4998
+ maxFeePerBlobGas?: bigint | undefined;
3748
4999
  accessList?: import("../../index.js").AccessList | undefined;
3749
- blobs?: undefined;
5000
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3750
5001
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5002
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5003
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5004
+ sidecars?: undefined;
3751
5005
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3752
5006
  accessList?: import("../../index.js").AccessList | undefined;
3753
5007
  feeCurrency?: `0x${string}` | undefined;
@@ -3768,6 +5022,9 @@ export declare const celo: {
3768
5022
  accessList?: import("../../index.js").AccessList | undefined;
3769
5023
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3770
5024
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5025
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5026
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5027
+ blobVersionedHashes?: undefined;
3771
5028
  } & {
3772
5029
  data?: `0x${string}` | undefined;
3773
5030
  from: `0x${string}`;
@@ -3782,6 +5039,9 @@ export declare const celo: {
3782
5039
  accessList?: undefined;
3783
5040
  blobs?: undefined;
3784
5041
  type?: "legacy" | undefined;
5042
+ kzg?: undefined;
5043
+ blobVersionedHashes?: undefined;
5044
+ sidecars?: undefined;
3785
5045
  } & {
3786
5046
  feeCurrency?: `0x${string}` | undefined;
3787
5047
  gatewayFee?: bigint | undefined;
@@ -3800,6 +5060,9 @@ export declare const celo: {
3800
5060
  accessList?: import("../../index.js").AccessList | undefined;
3801
5061
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3802
5062
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5063
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5064
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5065
+ blobVersionedHashes?: undefined;
3803
5066
  } & {
3804
5067
  data?: `0x${string}` | undefined;
3805
5068
  from: `0x${string}`;
@@ -3814,6 +5077,9 @@ export declare const celo: {
3814
5077
  accessList?: import("../../index.js").AccessList | undefined;
3815
5078
  blobs?: undefined;
3816
5079
  type?: "eip2930" | undefined;
5080
+ kzg?: undefined;
5081
+ blobVersionedHashes?: undefined;
5082
+ sidecars?: undefined;
3817
5083
  } & {
3818
5084
  feeCurrency?: `0x${string}` | undefined;
3819
5085
  gatewayFee?: bigint | undefined;
@@ -3832,6 +5098,9 @@ export declare const celo: {
3832
5098
  accessList?: import("../../index.js").AccessList | undefined;
3833
5099
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3834
5100
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5101
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5102
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5103
+ blobVersionedHashes?: undefined;
3835
5104
  } & {
3836
5105
  data?: `0x${string}` | undefined;
3837
5106
  from: `0x${string}`;
@@ -3846,6 +5115,47 @@ export declare const celo: {
3846
5115
  accessList?: import("../../index.js").AccessList | undefined;
3847
5116
  blobs?: undefined;
3848
5117
  type?: "eip1559" | undefined;
5118
+ kzg?: undefined;
5119
+ blobVersionedHashes?: undefined;
5120
+ sidecars?: undefined;
5121
+ } & {
5122
+ feeCurrency?: `0x${string}` | undefined;
5123
+ gatewayFee?: bigint | undefined;
5124
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5125
+ }) | ({
5126
+ data?: `0x${string}` | undefined;
5127
+ from?: `0x${string}`;
5128
+ gas?: bigint | undefined;
5129
+ nonce?: number | undefined;
5130
+ value?: bigint | undefined;
5131
+ to?: `0x${string}` | null | undefined;
5132
+ gasPrice?: bigint | undefined;
5133
+ maxFeePerGas?: bigint | undefined;
5134
+ maxPriorityFeePerGas?: bigint | undefined;
5135
+ maxFeePerBlobGas?: bigint | undefined;
5136
+ accessList?: import("../../index.js").AccessList | undefined;
5137
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
5138
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5139
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5140
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5141
+ blobVersionedHashes?: undefined;
5142
+ } & {
5143
+ data?: `0x${string}` | undefined;
5144
+ from: `0x${string}`;
5145
+ gas?: bigint | undefined;
5146
+ nonce?: number | undefined;
5147
+ value?: bigint | undefined;
5148
+ to: `0x${string}` | null;
5149
+ gasPrice?: undefined;
5150
+ maxFeePerGas?: bigint | undefined;
5151
+ maxPriorityFeePerGas?: bigint | undefined;
5152
+ maxFeePerBlobGas: bigint;
5153
+ accessList?: import("../../index.js").AccessList | undefined;
5154
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5155
+ type?: "eip4844" | undefined;
5156
+ kzg: import("../../types/kzg.js").Kzg | undefined;
5157
+ blobVersionedHashes?: undefined;
5158
+ sidecars?: undefined;
3849
5159
  } & {
3850
5160
  feeCurrency?: `0x${string}` | undefined;
3851
5161
  gatewayFee?: bigint | undefined;
@@ -3864,6 +5174,9 @@ export declare const celo: {
3864
5174
  accessList?: import("../../index.js").AccessList | undefined;
3865
5175
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3866
5176
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5177
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5178
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5179
+ blobVersionedHashes?: undefined;
3867
5180
  } & {
3868
5181
  data?: `0x${string}` | undefined;
3869
5182
  from: `0x${string}`;
@@ -3878,6 +5191,9 @@ export declare const celo: {
3878
5191
  accessList?: import("../../index.js").AccessList | undefined;
3879
5192
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3880
5193
  type?: "eip4844" | undefined;
5194
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5195
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
5196
+ blobVersionedHashes?: undefined;
3881
5197
  } & {
3882
5198
  feeCurrency?: `0x${string}` | undefined;
3883
5199
  gatewayFee?: bigint | undefined;
@@ -3896,6 +5212,9 @@ export declare const celo: {
3896
5212
  accessList?: import("../../index.js").AccessList | undefined;
3897
5213
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3898
5214
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5215
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5216
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5217
+ blobVersionedHashes?: undefined;
3899
5218
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3900
5219
  accessList?: import("../../index.js").AccessList | undefined;
3901
5220
  feeCurrency?: `0x${string}` | undefined;
@@ -3916,6 +5235,9 @@ export declare const celo: {
3916
5235
  accessList?: import("../../index.js").AccessList | undefined;
3917
5236
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3918
5237
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
5238
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5239
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
5240
+ blobVersionedHashes?: undefined;
3919
5241
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
3920
5242
  accessList?: import("../../index.js").AccessList | undefined;
3921
5243
  feeCurrency?: `0x${string}` | undefined;
@@ -3936,6 +5258,9 @@ export declare const celo: {
3936
5258
  accessList?: undefined;
3937
5259
  blobs?: undefined;
3938
5260
  type?: "0x0" | undefined;
5261
+ kzg?: undefined;
5262
+ blobVersionedHashes?: undefined;
5263
+ sidecars?: undefined;
3939
5264
  feeCurrency?: `0x${string}` | undefined;
3940
5265
  gatewayFee?: `0x${string}` | undefined;
3941
5266
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3953,6 +5278,9 @@ export declare const celo: {
3953
5278
  accessList?: import("../../index.js").AccessList | undefined;
3954
5279
  blobs?: undefined;
3955
5280
  type?: "0x1" | undefined;
5281
+ kzg?: undefined;
5282
+ blobVersionedHashes?: undefined;
5283
+ sidecars?: undefined;
3956
5284
  feeCurrency?: `0x${string}` | undefined;
3957
5285
  gatewayFee?: `0x${string}` | undefined;
3958
5286
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3970,6 +5298,9 @@ export declare const celo: {
3970
5298
  accessList?: import("../../index.js").AccessList | undefined;
3971
5299
  blobs?: undefined;
3972
5300
  type?: "0x2" | undefined;
5301
+ kzg?: undefined;
5302
+ blobVersionedHashes?: undefined;
5303
+ sidecars?: undefined;
3973
5304
  feeCurrency?: `0x${string}` | undefined;
3974
5305
  gatewayFee?: `0x${string}` | undefined;
3975
5306
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3987,6 +5318,9 @@ export declare const celo: {
3987
5318
  accessList?: import("../../index.js").AccessList | undefined;
3988
5319
  blobs?: undefined;
3989
5320
  type?: "0x7c" | undefined;
5321
+ kzg?: undefined;
5322
+ blobVersionedHashes?: undefined;
5323
+ sidecars?: undefined;
3990
5324
  feeCurrency?: `0x${string}` | undefined;
3991
5325
  gatewayFee?: `0x${string}` | undefined;
3992
5326
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4004,6 +5338,9 @@ export declare const celo: {
4004
5338
  accessList?: import("../../index.js").AccessList | undefined;
4005
5339
  blobs?: undefined;
4006
5340
  type?: "0x7b" | undefined;
5341
+ kzg?: undefined;
5342
+ blobVersionedHashes?: undefined;
5343
+ sidecars?: undefined;
4007
5344
  feeCurrency?: `0x${string}` | undefined;
4008
5345
  gatewayFee?: undefined;
4009
5346
  gatewayFeeRecipient?: undefined;
@@ -4021,6 +5358,9 @@ export declare const celo: {
4021
5358
  accessList?: undefined;
4022
5359
  blobs?: undefined;
4023
5360
  type?: "0x0" | undefined;
5361
+ kzg?: undefined;
5362
+ blobVersionedHashes?: undefined;
5363
+ sidecars?: undefined;
4024
5364
  feeCurrency?: `0x${string}` | undefined;
4025
5365
  gatewayFee?: `0x${string}` | undefined;
4026
5366
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4038,6 +5378,9 @@ export declare const celo: {
4038
5378
  accessList?: import("../../index.js").AccessList | undefined;
4039
5379
  blobs?: undefined;
4040
5380
  type?: "0x1" | undefined;
5381
+ kzg?: undefined;
5382
+ blobVersionedHashes?: undefined;
5383
+ sidecars?: undefined;
4041
5384
  feeCurrency?: `0x${string}` | undefined;
4042
5385
  gatewayFee?: `0x${string}` | undefined;
4043
5386
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4055,6 +5398,9 @@ export declare const celo: {
4055
5398
  accessList?: import("../../index.js").AccessList | undefined;
4056
5399
  blobs?: undefined;
4057
5400
  type?: "0x2" | undefined;
5401
+ kzg?: undefined;
5402
+ blobVersionedHashes?: undefined;
5403
+ sidecars?: undefined;
4058
5404
  feeCurrency?: `0x${string}` | undefined;
4059
5405
  gatewayFee?: `0x${string}` | undefined;
4060
5406
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4072,6 +5418,9 @@ export declare const celo: {
4072
5418
  accessList?: import("../../index.js").AccessList | undefined;
4073
5419
  blobs?: undefined;
4074
5420
  type?: "0x7c" | undefined;
5421
+ kzg?: undefined;
5422
+ blobVersionedHashes?: undefined;
5423
+ sidecars?: undefined;
4075
5424
  feeCurrency?: `0x${string}` | undefined;
4076
5425
  gatewayFee?: `0x${string}` | undefined;
4077
5426
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4089,6 +5438,9 @@ export declare const celo: {
4089
5438
  accessList?: import("../../index.js").AccessList | undefined;
4090
5439
  blobs?: undefined;
4091
5440
  type?: "0x7b" | undefined;
5441
+ kzg?: undefined;
5442
+ blobVersionedHashes?: undefined;
5443
+ sidecars?: undefined;
4092
5444
  feeCurrency?: `0x${string}` | undefined;
4093
5445
  gatewayFee?: undefined;
4094
5446
  gatewayFeeRecipient?: undefined;
@@ -4106,6 +5458,9 @@ export declare const celo: {
4106
5458
  accessList?: undefined;
4107
5459
  blobs?: undefined;
4108
5460
  type?: "0x0" | undefined;
5461
+ kzg?: undefined;
5462
+ blobVersionedHashes?: undefined;
5463
+ sidecars?: undefined;
4109
5464
  feeCurrency?: `0x${string}` | undefined;
4110
5465
  gatewayFee?: `0x${string}` | undefined;
4111
5466
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4123,6 +5478,9 @@ export declare const celo: {
4123
5478
  accessList?: import("../../index.js").AccessList | undefined;
4124
5479
  blobs?: undefined;
4125
5480
  type?: "0x1" | undefined;
5481
+ kzg?: undefined;
5482
+ blobVersionedHashes?: undefined;
5483
+ sidecars?: undefined;
4126
5484
  feeCurrency?: `0x${string}` | undefined;
4127
5485
  gatewayFee?: `0x${string}` | undefined;
4128
5486
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4140,6 +5498,9 @@ export declare const celo: {
4140
5498
  accessList?: import("../../index.js").AccessList | undefined;
4141
5499
  blobs?: undefined;
4142
5500
  type?: "0x2" | undefined;
5501
+ kzg?: undefined;
5502
+ blobVersionedHashes?: undefined;
5503
+ sidecars?: undefined;
4143
5504
  feeCurrency?: `0x${string}` | undefined;
4144
5505
  gatewayFee?: `0x${string}` | undefined;
4145
5506
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4157,6 +5518,9 @@ export declare const celo: {
4157
5518
  accessList?: import("../../index.js").AccessList | undefined;
4158
5519
  blobs?: undefined;
4159
5520
  type?: "0x7c" | undefined;
5521
+ kzg?: undefined;
5522
+ blobVersionedHashes?: undefined;
5523
+ sidecars?: undefined;
4160
5524
  feeCurrency?: `0x${string}` | undefined;
4161
5525
  gatewayFee?: `0x${string}` | undefined;
4162
5526
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4174,6 +5538,129 @@ export declare const celo: {
4174
5538
  accessList?: import("../../index.js").AccessList | undefined;
4175
5539
  blobs?: undefined;
4176
5540
  type?: "0x7b" | undefined;
5541
+ kzg?: undefined;
5542
+ blobVersionedHashes?: undefined;
5543
+ sidecars?: undefined;
5544
+ feeCurrency?: `0x${string}` | undefined;
5545
+ gatewayFee?: undefined;
5546
+ gatewayFeeRecipient?: undefined;
5547
+ } | {
5548
+ data?: `0x${string}` | undefined;
5549
+ from: `0x${string}`;
5550
+ gas?: `0x${string}` | undefined;
5551
+ nonce?: `0x${string}` | undefined;
5552
+ value?: `0x${string}` | undefined;
5553
+ to: `0x${string}` | null;
5554
+ gasPrice?: undefined;
5555
+ maxFeePerGas?: `0x${string}` | undefined;
5556
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5557
+ maxFeePerBlobGas: `0x${string}`;
5558
+ accessList?: import("../../index.js").AccessList | undefined;
5559
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5560
+ type?: "0x3" | undefined;
5561
+ kzg: import("../../types/kzg.js").Kzg | undefined;
5562
+ blobVersionedHashes?: undefined;
5563
+ sidecars?: undefined;
5564
+ feeCurrency?: `0x${string}` | undefined;
5565
+ gatewayFee?: `0x${string}` | undefined;
5566
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5567
+ } | {
5568
+ data?: `0x${string}` | undefined;
5569
+ from: `0x${string}`;
5570
+ gas?: `0x${string}` | undefined;
5571
+ nonce?: `0x${string}` | undefined;
5572
+ value?: `0x${string}` | undefined;
5573
+ to: `0x${string}` | null | undefined;
5574
+ gasPrice?: undefined;
5575
+ maxFeePerGas?: `0x${string}` | undefined;
5576
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5577
+ maxFeePerBlobGas: undefined;
5578
+ accessList?: import("../../index.js").AccessList | undefined;
5579
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5580
+ type?: "0x7c" | undefined;
5581
+ kzg: import("../../types/kzg.js").Kzg | undefined;
5582
+ blobVersionedHashes?: undefined;
5583
+ sidecars?: undefined;
5584
+ feeCurrency?: `0x${string}` | undefined;
5585
+ gatewayFee?: `0x${string}` | undefined;
5586
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5587
+ } | {
5588
+ data?: `0x${string}` | undefined;
5589
+ from: `0x${string}`;
5590
+ gas?: `0x${string}` | undefined;
5591
+ nonce?: `0x${string}` | undefined;
5592
+ value?: `0x${string}` | undefined;
5593
+ to: `0x${string}` | null | undefined;
5594
+ gasPrice?: undefined;
5595
+ maxFeePerGas?: `0x${string}` | undefined;
5596
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5597
+ maxFeePerBlobGas: undefined;
5598
+ accessList?: import("../../index.js").AccessList | undefined;
5599
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5600
+ type?: "0x7b" | undefined;
5601
+ kzg: import("../../types/kzg.js").Kzg | undefined;
5602
+ blobVersionedHashes?: undefined;
5603
+ sidecars?: undefined;
5604
+ feeCurrency?: `0x${string}` | undefined;
5605
+ gatewayFee?: undefined;
5606
+ gatewayFeeRecipient?: undefined;
5607
+ } | {
5608
+ data?: `0x${string}` | undefined;
5609
+ from: `0x${string}`;
5610
+ gas?: `0x${string}` | undefined;
5611
+ nonce?: `0x${string}` | undefined;
5612
+ value?: `0x${string}` | undefined;
5613
+ to: `0x${string}` | null;
5614
+ gasPrice?: undefined;
5615
+ maxFeePerGas?: `0x${string}` | undefined;
5616
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5617
+ maxFeePerBlobGas: `0x${string}`;
5618
+ accessList?: import("../../index.js").AccessList | undefined;
5619
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5620
+ type?: "0x3" | undefined;
5621
+ blobVersionedHashes: readonly `0x${string}`[];
5622
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5623
+ sidecars?: undefined;
5624
+ feeCurrency?: `0x${string}` | undefined;
5625
+ gatewayFee?: `0x${string}` | undefined;
5626
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5627
+ } | {
5628
+ data?: `0x${string}` | undefined;
5629
+ from: `0x${string}`;
5630
+ gas?: `0x${string}` | undefined;
5631
+ nonce?: `0x${string}` | undefined;
5632
+ value?: `0x${string}` | undefined;
5633
+ to: `0x${string}` | null | undefined;
5634
+ gasPrice?: undefined;
5635
+ maxFeePerGas?: `0x${string}` | undefined;
5636
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5637
+ maxFeePerBlobGas: undefined;
5638
+ accessList?: import("../../index.js").AccessList | undefined;
5639
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5640
+ type?: "0x7c" | undefined;
5641
+ blobVersionedHashes: readonly `0x${string}`[];
5642
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5643
+ sidecars?: undefined;
5644
+ feeCurrency?: `0x${string}` | undefined;
5645
+ gatewayFee?: `0x${string}` | undefined;
5646
+ gatewayFeeRecipient?: `0x${string}` | undefined;
5647
+ } | {
5648
+ data?: `0x${string}` | undefined;
5649
+ from: `0x${string}`;
5650
+ gas?: `0x${string}` | undefined;
5651
+ nonce?: `0x${string}` | undefined;
5652
+ value?: `0x${string}` | undefined;
5653
+ to: `0x${string}` | null | undefined;
5654
+ gasPrice?: undefined;
5655
+ maxFeePerGas?: `0x${string}` | undefined;
5656
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
5657
+ maxFeePerBlobGas: undefined;
5658
+ accessList?: import("../../index.js").AccessList | undefined;
5659
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
5660
+ type?: "0x7b" | undefined;
5661
+ blobVersionedHashes: readonly `0x${string}`[];
5662
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5663
+ sidecars?: undefined;
4177
5664
  feeCurrency?: `0x${string}` | undefined;
4178
5665
  gatewayFee?: undefined;
4179
5666
  gatewayFeeRecipient?: undefined;
@@ -4191,6 +5678,9 @@ export declare const celo: {
4191
5678
  accessList?: import("../../index.js").AccessList | undefined;
4192
5679
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4193
5680
  type?: "0x3" | undefined;
5681
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5682
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
5683
+ blobVersionedHashes?: undefined;
4194
5684
  feeCurrency?: `0x${string}` | undefined;
4195
5685
  gatewayFee?: `0x${string}` | undefined;
4196
5686
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4208,6 +5698,9 @@ export declare const celo: {
4208
5698
  accessList?: import("../../index.js").AccessList | undefined;
4209
5699
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4210
5700
  type?: "0x7c" | undefined;
5701
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5702
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
5703
+ blobVersionedHashes?: undefined;
4211
5704
  feeCurrency?: `0x${string}` | undefined;
4212
5705
  gatewayFee?: `0x${string}` | undefined;
4213
5706
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4225,6 +5718,9 @@ export declare const celo: {
4225
5718
  accessList?: import("../../index.js").AccessList | undefined;
4226
5719
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4227
5720
  type?: "0x7b" | undefined;
5721
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
5722
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
5723
+ blobVersionedHashes?: undefined;
4228
5724
  feeCurrency?: `0x${string}` | undefined;
4229
5725
  gatewayFee?: undefined;
4230
5726
  gatewayFeeRecipient?: undefined;