viem 0.0.0-main.20240408T061242 → 0.0.0-main.20240408T070011
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.
- package/_cjs/actions/index.js +1 -2
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +3 -5
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +0 -1
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +0 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +6 -10
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +3 -8
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -2
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +0 -2
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +6 -10
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +6 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +341 -1837
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +97 -845
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +341 -1837
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +101 -817
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +3 -22
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -186
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +101 -817
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +101 -817
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +0 -1
- package/actions/public/estimateGas.ts +7 -9
- package/actions/wallet/prepareTransactionRequest.ts +17 -73
- package/actions/wallet/sendTransaction.ts +0 -2
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +3 -28
- package/utils/blob/blobsToCommitments.ts +7 -9
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +11 -14
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +0 -2
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +6 -12
@@ -113,7 +113,6 @@ export declare const baseSepolia: {
|
|
113
113
|
gas?: `0x${string}`;
|
114
114
|
nonce?: `0x${string}`;
|
115
115
|
value?: `0x${string}`;
|
116
|
-
blobVersionedHashes?: undefined;
|
117
116
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
118
117
|
accessList?: undefined;
|
119
118
|
blockHash?: `0x${string}` | null;
|
@@ -121,6 +120,7 @@ export declare const baseSepolia: {
|
|
121
120
|
hash?: `0x${string}`;
|
122
121
|
input?: `0x${string}`;
|
123
122
|
transactionIndex?: `0x${string}` | null;
|
123
|
+
blobVersionedHashes?: undefined;
|
124
124
|
chainId?: `0x${string}` | undefined;
|
125
125
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
126
126
|
r: `0x${string}`;
|
@@ -164,7 +164,6 @@ export declare const baseSepolia: {
|
|
164
164
|
gas?: `0x${string}`;
|
165
165
|
nonce?: `0x${string}`;
|
166
166
|
value?: `0x${string}`;
|
167
|
-
blobVersionedHashes?: undefined;
|
168
167
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
169
168
|
accessList?: undefined;
|
170
169
|
blockHash?: `0x${string}` | null;
|
@@ -172,6 +171,7 @@ export declare const baseSepolia: {
|
|
172
171
|
hash?: `0x${string}`;
|
173
172
|
input?: `0x${string}`;
|
174
173
|
transactionIndex?: `0x${string}` | null;
|
174
|
+
blobVersionedHashes?: undefined;
|
175
175
|
chainId?: `0x${string}` | undefined;
|
176
176
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
177
177
|
isSystemTx?: boolean | undefined;
|
@@ -192,7 +192,6 @@ export declare const baseSepolia: {
|
|
192
192
|
gas?: `0x${string}`;
|
193
193
|
nonce?: `0x${string}`;
|
194
194
|
value?: `0x${string}`;
|
195
|
-
blobVersionedHashes?: undefined;
|
196
195
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
197
196
|
accessList?: import("../../index.js").AccessList | undefined;
|
198
197
|
blockHash?: `0x${string}` | null;
|
@@ -200,6 +199,7 @@ export declare const baseSepolia: {
|
|
200
199
|
hash?: `0x${string}`;
|
201
200
|
input?: `0x${string}`;
|
202
201
|
transactionIndex?: `0x${string}` | null;
|
202
|
+
blobVersionedHashes?: undefined;
|
203
203
|
chainId?: `0x${string}` | undefined;
|
204
204
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
205
205
|
r: `0x${string}`;
|
@@ -243,7 +243,6 @@ export declare const baseSepolia: {
|
|
243
243
|
gas?: `0x${string}`;
|
244
244
|
nonce?: `0x${string}`;
|
245
245
|
value?: `0x${string}`;
|
246
|
-
blobVersionedHashes?: undefined;
|
247
246
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
248
247
|
accessList?: import("../../index.js").AccessList | undefined;
|
249
248
|
blockHash?: `0x${string}` | null;
|
@@ -251,6 +250,7 @@ export declare const baseSepolia: {
|
|
251
250
|
hash?: `0x${string}`;
|
252
251
|
input?: `0x${string}`;
|
253
252
|
transactionIndex?: `0x${string}` | null;
|
253
|
+
blobVersionedHashes?: undefined;
|
254
254
|
chainId?: `0x${string}` | undefined;
|
255
255
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
256
256
|
blockHash: `0x${string}` | null;
|
@@ -294,7 +294,6 @@ export declare const baseSepolia: {
|
|
294
294
|
gas?: `0x${string}`;
|
295
295
|
nonce?: `0x${string}`;
|
296
296
|
value?: `0x${string}`;
|
297
|
-
blobVersionedHashes?: undefined;
|
298
297
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
299
298
|
accessList?: import("../../index.js").AccessList | undefined;
|
300
299
|
blockHash?: `0x${string}` | null;
|
@@ -302,6 +301,7 @@ export declare const baseSepolia: {
|
|
302
301
|
hash?: `0x${string}`;
|
303
302
|
input?: `0x${string}`;
|
304
303
|
transactionIndex?: `0x${string}` | null;
|
304
|
+
blobVersionedHashes?: undefined;
|
305
305
|
chainId?: `0x${string}` | undefined;
|
306
306
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
307
307
|
blockHash: `0x${string}` | null;
|
@@ -345,7 +345,6 @@ export declare const baseSepolia: {
|
|
345
345
|
gas?: `0x${string}`;
|
346
346
|
nonce?: `0x${string}`;
|
347
347
|
value?: `0x${string}`;
|
348
|
-
blobVersionedHashes?: undefined;
|
349
348
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
350
349
|
accessList?: import("../../index.js").AccessList | undefined;
|
351
350
|
blockHash?: `0x${string}` | null;
|
@@ -353,6 +352,7 @@ export declare const baseSepolia: {
|
|
353
352
|
hash?: `0x${string}`;
|
354
353
|
input?: `0x${string}`;
|
355
354
|
transactionIndex?: `0x${string}` | null;
|
355
|
+
blobVersionedHashes?: undefined;
|
356
356
|
chainId?: `0x${string}` | undefined;
|
357
357
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
358
358
|
isSystemTx?: boolean | undefined;
|
@@ -373,7 +373,6 @@ export declare const baseSepolia: {
|
|
373
373
|
gas?: `0x${string}`;
|
374
374
|
nonce?: `0x${string}`;
|
375
375
|
value?: `0x${string}`;
|
376
|
-
blobVersionedHashes?: undefined;
|
377
376
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
378
377
|
accessList?: import("../../index.js").AccessList | undefined;
|
379
378
|
blockHash?: `0x${string}` | null;
|
@@ -381,6 +380,7 @@ export declare const baseSepolia: {
|
|
381
380
|
hash?: `0x${string}`;
|
382
381
|
input?: `0x${string}`;
|
383
382
|
transactionIndex?: `0x${string}` | null;
|
383
|
+
blobVersionedHashes?: undefined;
|
384
384
|
chainId?: `0x${string}` | undefined;
|
385
385
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
386
386
|
r: `0x${string}`;
|
@@ -424,7 +424,6 @@ export declare const baseSepolia: {
|
|
424
424
|
gas?: `0x${string}`;
|
425
425
|
nonce?: `0x${string}`;
|
426
426
|
value?: `0x${string}`;
|
427
|
-
blobVersionedHashes?: undefined;
|
428
427
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
429
428
|
accessList?: import("../../index.js").AccessList | undefined;
|
430
429
|
blockHash?: `0x${string}` | null;
|
@@ -432,6 +431,7 @@ export declare const baseSepolia: {
|
|
432
431
|
hash?: `0x${string}`;
|
433
432
|
input?: `0x${string}`;
|
434
433
|
transactionIndex?: `0x${string}` | null;
|
434
|
+
blobVersionedHashes?: undefined;
|
435
435
|
chainId?: `0x${string}` | undefined;
|
436
436
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
437
437
|
blockHash: `0x${string}` | null;
|
@@ -475,7 +475,6 @@ export declare const baseSepolia: {
|
|
475
475
|
gas?: `0x${string}`;
|
476
476
|
nonce?: `0x${string}`;
|
477
477
|
value?: `0x${string}`;
|
478
|
-
blobVersionedHashes?: undefined;
|
479
478
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
480
479
|
accessList?: import("../../index.js").AccessList | undefined;
|
481
480
|
blockHash?: `0x${string}` | null;
|
@@ -483,6 +482,7 @@ export declare const baseSepolia: {
|
|
483
482
|
hash?: `0x${string}`;
|
484
483
|
input?: `0x${string}`;
|
485
484
|
transactionIndex?: `0x${string}` | null;
|
485
|
+
blobVersionedHashes?: undefined;
|
486
486
|
chainId?: `0x${string}` | undefined;
|
487
487
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
488
488
|
blockHash: `0x${string}` | null;
|
@@ -526,7 +526,6 @@ export declare const baseSepolia: {
|
|
526
526
|
gas?: `0x${string}`;
|
527
527
|
nonce?: `0x${string}`;
|
528
528
|
value?: `0x${string}`;
|
529
|
-
blobVersionedHashes?: undefined;
|
530
529
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
531
530
|
accessList?: import("../../index.js").AccessList | undefined;
|
532
531
|
blockHash?: `0x${string}` | null;
|
@@ -534,6 +533,7 @@ export declare const baseSepolia: {
|
|
534
533
|
hash?: `0x${string}`;
|
535
534
|
input?: `0x${string}`;
|
536
535
|
transactionIndex?: `0x${string}` | null;
|
536
|
+
blobVersionedHashes?: undefined;
|
537
537
|
chainId?: `0x${string}` | undefined;
|
538
538
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
539
539
|
isSystemTx?: boolean | undefined;
|
@@ -554,7 +554,6 @@ export declare const baseSepolia: {
|
|
554
554
|
gas?: `0x${string}`;
|
555
555
|
nonce?: `0x${string}`;
|
556
556
|
value?: `0x${string}`;
|
557
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
558
557
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
559
558
|
accessList?: import("../../index.js").AccessList | undefined;
|
560
559
|
blockHash?: `0x${string}` | null;
|
@@ -562,6 +561,7 @@ export declare const baseSepolia: {
|
|
562
561
|
hash?: `0x${string}`;
|
563
562
|
input?: `0x${string}`;
|
564
563
|
transactionIndex?: `0x${string}` | null;
|
564
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
565
565
|
chainId?: `0x${string}` | undefined;
|
566
566
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
567
567
|
r: `0x${string}`;
|
@@ -605,7 +605,6 @@ export declare const baseSepolia: {
|
|
605
605
|
gas?: `0x${string}`;
|
606
606
|
nonce?: `0x${string}`;
|
607
607
|
value?: `0x${string}`;
|
608
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
609
608
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
610
609
|
accessList?: import("../../index.js").AccessList | undefined;
|
611
610
|
blockHash?: `0x${string}` | null;
|
@@ -613,6 +612,7 @@ export declare const baseSepolia: {
|
|
613
612
|
hash?: `0x${string}`;
|
614
613
|
input?: `0x${string}`;
|
615
614
|
transactionIndex?: `0x${string}` | null;
|
615
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
616
616
|
chainId?: `0x${string}` | undefined;
|
617
617
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
618
618
|
blockHash: `0x${string}` | null;
|
@@ -656,7 +656,6 @@ export declare const baseSepolia: {
|
|
656
656
|
gas?: `0x${string}`;
|
657
657
|
nonce?: `0x${string}`;
|
658
658
|
value?: `0x${string}`;
|
659
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
660
659
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
661
660
|
accessList?: import("../../index.js").AccessList | undefined;
|
662
661
|
blockHash?: `0x${string}` | null;
|
@@ -664,6 +663,7 @@ export declare const baseSepolia: {
|
|
664
663
|
hash?: `0x${string}`;
|
665
664
|
input?: `0x${string}`;
|
666
665
|
transactionIndex?: `0x${string}` | null;
|
666
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
667
667
|
chainId?: `0x${string}` | undefined;
|
668
668
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
669
669
|
blockHash: `0x${string}` | null;
|
@@ -707,7 +707,6 @@ export declare const baseSepolia: {
|
|
707
707
|
gas?: `0x${string}`;
|
708
708
|
nonce?: `0x${string}`;
|
709
709
|
value?: `0x${string}`;
|
710
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
711
710
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
712
711
|
accessList?: import("../../index.js").AccessList | undefined;
|
713
712
|
blockHash?: `0x${string}` | null;
|
@@ -715,6 +714,7 @@ export declare const baseSepolia: {
|
|
715
714
|
hash?: `0x${string}`;
|
716
715
|
input?: `0x${string}`;
|
717
716
|
transactionIndex?: `0x${string}` | null;
|
717
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
718
718
|
chainId?: `0x${string}` | undefined;
|
719
719
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
720
720
|
blockHash: `0x${string}` | null;
|
@@ -758,7 +758,6 @@ export declare const baseSepolia: {
|
|
758
758
|
gas?: `0x${string}`;
|
759
759
|
nonce?: `0x${string}`;
|
760
760
|
value?: `0x${string}`;
|
761
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
762
761
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
763
762
|
accessList?: import("../../index.js").AccessList | undefined;
|
764
763
|
blockHash?: `0x${string}` | null;
|
@@ -766,6 +765,7 @@ export declare const baseSepolia: {
|
|
766
765
|
hash?: `0x${string}`;
|
767
766
|
input?: `0x${string}`;
|
768
767
|
transactionIndex?: `0x${string}` | null;
|
768
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
769
769
|
chainId?: `0x${string}` | undefined;
|
770
770
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
771
771
|
isSystemTx?: boolean | undefined;
|