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
@@ -110,7 +110,6 @@ export declare const liskSepolia: {
|
|
110
110
|
gas?: `0x${string}`;
|
111
111
|
nonce?: `0x${string}`;
|
112
112
|
value?: `0x${string}`;
|
113
|
-
blobVersionedHashes?: undefined;
|
114
113
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
115
114
|
accessList?: undefined;
|
116
115
|
blockHash?: `0x${string}` | null;
|
@@ -118,6 +117,7 @@ export declare const liskSepolia: {
|
|
118
117
|
hash?: `0x${string}`;
|
119
118
|
input?: `0x${string}`;
|
120
119
|
transactionIndex?: `0x${string}` | null;
|
120
|
+
blobVersionedHashes?: undefined;
|
121
121
|
chainId?: `0x${string}` | undefined;
|
122
122
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
123
123
|
r: `0x${string}`;
|
@@ -161,7 +161,6 @@ export declare const liskSepolia: {
|
|
161
161
|
gas?: `0x${string}`;
|
162
162
|
nonce?: `0x${string}`;
|
163
163
|
value?: `0x${string}`;
|
164
|
-
blobVersionedHashes?: undefined;
|
165
164
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
166
165
|
accessList?: undefined;
|
167
166
|
blockHash?: `0x${string}` | null;
|
@@ -169,6 +168,7 @@ export declare const liskSepolia: {
|
|
169
168
|
hash?: `0x${string}`;
|
170
169
|
input?: `0x${string}`;
|
171
170
|
transactionIndex?: `0x${string}` | null;
|
171
|
+
blobVersionedHashes?: undefined;
|
172
172
|
chainId?: `0x${string}` | undefined;
|
173
173
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
174
174
|
isSystemTx?: boolean | undefined;
|
@@ -189,7 +189,6 @@ export declare const liskSepolia: {
|
|
189
189
|
gas?: `0x${string}`;
|
190
190
|
nonce?: `0x${string}`;
|
191
191
|
value?: `0x${string}`;
|
192
|
-
blobVersionedHashes?: undefined;
|
193
192
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
194
193
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
194
|
blockHash?: `0x${string}` | null;
|
@@ -197,6 +196,7 @@ export declare const liskSepolia: {
|
|
197
196
|
hash?: `0x${string}`;
|
198
197
|
input?: `0x${string}`;
|
199
198
|
transactionIndex?: `0x${string}` | null;
|
199
|
+
blobVersionedHashes?: undefined;
|
200
200
|
chainId?: `0x${string}` | undefined;
|
201
201
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
202
202
|
r: `0x${string}`;
|
@@ -240,7 +240,6 @@ export declare const liskSepolia: {
|
|
240
240
|
gas?: `0x${string}`;
|
241
241
|
nonce?: `0x${string}`;
|
242
242
|
value?: `0x${string}`;
|
243
|
-
blobVersionedHashes?: undefined;
|
244
243
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
245
244
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
245
|
blockHash?: `0x${string}` | null;
|
@@ -248,6 +247,7 @@ export declare const liskSepolia: {
|
|
248
247
|
hash?: `0x${string}`;
|
249
248
|
input?: `0x${string}`;
|
250
249
|
transactionIndex?: `0x${string}` | null;
|
250
|
+
blobVersionedHashes?: undefined;
|
251
251
|
chainId?: `0x${string}` | undefined;
|
252
252
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
253
253
|
blockHash: `0x${string}` | null;
|
@@ -291,7 +291,6 @@ export declare const liskSepolia: {
|
|
291
291
|
gas?: `0x${string}`;
|
292
292
|
nonce?: `0x${string}`;
|
293
293
|
value?: `0x${string}`;
|
294
|
-
blobVersionedHashes?: undefined;
|
295
294
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
296
295
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
296
|
blockHash?: `0x${string}` | null;
|
@@ -299,6 +298,7 @@ export declare const liskSepolia: {
|
|
299
298
|
hash?: `0x${string}`;
|
300
299
|
input?: `0x${string}`;
|
301
300
|
transactionIndex?: `0x${string}` | null;
|
301
|
+
blobVersionedHashes?: undefined;
|
302
302
|
chainId?: `0x${string}` | undefined;
|
303
303
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
304
304
|
blockHash: `0x${string}` | null;
|
@@ -342,7 +342,6 @@ export declare const liskSepolia: {
|
|
342
342
|
gas?: `0x${string}`;
|
343
343
|
nonce?: `0x${string}`;
|
344
344
|
value?: `0x${string}`;
|
345
|
-
blobVersionedHashes?: undefined;
|
346
345
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
347
346
|
accessList?: import("../../index.js").AccessList | undefined;
|
348
347
|
blockHash?: `0x${string}` | null;
|
@@ -350,6 +349,7 @@ export declare const liskSepolia: {
|
|
350
349
|
hash?: `0x${string}`;
|
351
350
|
input?: `0x${string}`;
|
352
351
|
transactionIndex?: `0x${string}` | null;
|
352
|
+
blobVersionedHashes?: undefined;
|
353
353
|
chainId?: `0x${string}` | undefined;
|
354
354
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
355
355
|
isSystemTx?: boolean | undefined;
|
@@ -370,7 +370,6 @@ export declare const liskSepolia: {
|
|
370
370
|
gas?: `0x${string}`;
|
371
371
|
nonce?: `0x${string}`;
|
372
372
|
value?: `0x${string}`;
|
373
|
-
blobVersionedHashes?: undefined;
|
374
373
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
375
374
|
accessList?: import("../../index.js").AccessList | undefined;
|
376
375
|
blockHash?: `0x${string}` | null;
|
@@ -378,6 +377,7 @@ export declare const liskSepolia: {
|
|
378
377
|
hash?: `0x${string}`;
|
379
378
|
input?: `0x${string}`;
|
380
379
|
transactionIndex?: `0x${string}` | null;
|
380
|
+
blobVersionedHashes?: undefined;
|
381
381
|
chainId?: `0x${string}` | undefined;
|
382
382
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
383
383
|
r: `0x${string}`;
|
@@ -421,7 +421,6 @@ export declare const liskSepolia: {
|
|
421
421
|
gas?: `0x${string}`;
|
422
422
|
nonce?: `0x${string}`;
|
423
423
|
value?: `0x${string}`;
|
424
|
-
blobVersionedHashes?: undefined;
|
425
424
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
426
425
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
426
|
blockHash?: `0x${string}` | null;
|
@@ -429,6 +428,7 @@ export declare const liskSepolia: {
|
|
429
428
|
hash?: `0x${string}`;
|
430
429
|
input?: `0x${string}`;
|
431
430
|
transactionIndex?: `0x${string}` | null;
|
431
|
+
blobVersionedHashes?: undefined;
|
432
432
|
chainId?: `0x${string}` | undefined;
|
433
433
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
434
434
|
blockHash: `0x${string}` | null;
|
@@ -472,7 +472,6 @@ export declare const liskSepolia: {
|
|
472
472
|
gas?: `0x${string}`;
|
473
473
|
nonce?: `0x${string}`;
|
474
474
|
value?: `0x${string}`;
|
475
|
-
blobVersionedHashes?: undefined;
|
476
475
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
477
476
|
accessList?: import("../../index.js").AccessList | undefined;
|
478
477
|
blockHash?: `0x${string}` | null;
|
@@ -480,6 +479,7 @@ export declare const liskSepolia: {
|
|
480
479
|
hash?: `0x${string}`;
|
481
480
|
input?: `0x${string}`;
|
482
481
|
transactionIndex?: `0x${string}` | null;
|
482
|
+
blobVersionedHashes?: undefined;
|
483
483
|
chainId?: `0x${string}` | undefined;
|
484
484
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
485
485
|
blockHash: `0x${string}` | null;
|
@@ -523,7 +523,6 @@ export declare const liskSepolia: {
|
|
523
523
|
gas?: `0x${string}`;
|
524
524
|
nonce?: `0x${string}`;
|
525
525
|
value?: `0x${string}`;
|
526
|
-
blobVersionedHashes?: undefined;
|
527
526
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
527
|
accessList?: import("../../index.js").AccessList | undefined;
|
529
528
|
blockHash?: `0x${string}` | null;
|
@@ -531,6 +530,7 @@ export declare const liskSepolia: {
|
|
531
530
|
hash?: `0x${string}`;
|
532
531
|
input?: `0x${string}`;
|
533
532
|
transactionIndex?: `0x${string}` | null;
|
533
|
+
blobVersionedHashes?: undefined;
|
534
534
|
chainId?: `0x${string}` | undefined;
|
535
535
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
536
536
|
isSystemTx?: boolean | undefined;
|
@@ -551,7 +551,6 @@ export declare const liskSepolia: {
|
|
551
551
|
gas?: `0x${string}`;
|
552
552
|
nonce?: `0x${string}`;
|
553
553
|
value?: `0x${string}`;
|
554
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
555
554
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
556
555
|
accessList?: import("../../index.js").AccessList | undefined;
|
557
556
|
blockHash?: `0x${string}` | null;
|
@@ -559,6 +558,7 @@ export declare const liskSepolia: {
|
|
559
558
|
hash?: `0x${string}`;
|
560
559
|
input?: `0x${string}`;
|
561
560
|
transactionIndex?: `0x${string}` | null;
|
561
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
562
562
|
chainId?: `0x${string}` | undefined;
|
563
563
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
564
564
|
r: `0x${string}`;
|
@@ -602,7 +602,6 @@ export declare const liskSepolia: {
|
|
602
602
|
gas?: `0x${string}`;
|
603
603
|
nonce?: `0x${string}`;
|
604
604
|
value?: `0x${string}`;
|
605
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
606
605
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
607
606
|
accessList?: import("../../index.js").AccessList | undefined;
|
608
607
|
blockHash?: `0x${string}` | null;
|
@@ -610,6 +609,7 @@ export declare const liskSepolia: {
|
|
610
609
|
hash?: `0x${string}`;
|
611
610
|
input?: `0x${string}`;
|
612
611
|
transactionIndex?: `0x${string}` | null;
|
612
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
613
613
|
chainId?: `0x${string}` | undefined;
|
614
614
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
615
615
|
blockHash: `0x${string}` | null;
|
@@ -653,7 +653,6 @@ export declare const liskSepolia: {
|
|
653
653
|
gas?: `0x${string}`;
|
654
654
|
nonce?: `0x${string}`;
|
655
655
|
value?: `0x${string}`;
|
656
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
657
656
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
658
657
|
accessList?: import("../../index.js").AccessList | undefined;
|
659
658
|
blockHash?: `0x${string}` | null;
|
@@ -661,6 +660,7 @@ export declare const liskSepolia: {
|
|
661
660
|
hash?: `0x${string}`;
|
662
661
|
input?: `0x${string}`;
|
663
662
|
transactionIndex?: `0x${string}` | null;
|
663
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
664
664
|
chainId?: `0x${string}` | undefined;
|
665
665
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
666
666
|
blockHash: `0x${string}` | null;
|
@@ -704,7 +704,6 @@ export declare const liskSepolia: {
|
|
704
704
|
gas?: `0x${string}`;
|
705
705
|
nonce?: `0x${string}`;
|
706
706
|
value?: `0x${string}`;
|
707
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
708
707
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
709
708
|
accessList?: import("../../index.js").AccessList | undefined;
|
710
709
|
blockHash?: `0x${string}` | null;
|
@@ -712,6 +711,7 @@ export declare const liskSepolia: {
|
|
712
711
|
hash?: `0x${string}`;
|
713
712
|
input?: `0x${string}`;
|
714
713
|
transactionIndex?: `0x${string}` | null;
|
714
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
715
715
|
chainId?: `0x${string}` | undefined;
|
716
716
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
717
717
|
blockHash: `0x${string}` | null;
|
@@ -755,7 +755,6 @@ export declare const liskSepolia: {
|
|
755
755
|
gas?: `0x${string}`;
|
756
756
|
nonce?: `0x${string}`;
|
757
757
|
value?: `0x${string}`;
|
758
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
759
758
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
760
759
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
760
|
blockHash?: `0x${string}` | null;
|
@@ -763,6 +762,7 @@ export declare const liskSepolia: {
|
|
763
762
|
hash?: `0x${string}`;
|
764
763
|
input?: `0x${string}`;
|
765
764
|
transactionIndex?: `0x${string}` | null;
|
765
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
766
766
|
chainId?: `0x${string}` | undefined;
|
767
767
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
768
768
|
isSystemTx?: boolean | undefined;
|
@@ -111,7 +111,6 @@ export declare const optimism: {
|
|
111
111
|
gas?: `0x${string}`;
|
112
112
|
nonce?: `0x${string}`;
|
113
113
|
value?: `0x${string}`;
|
114
|
-
blobVersionedHashes?: undefined;
|
115
114
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
116
115
|
accessList?: undefined;
|
117
116
|
blockHash?: `0x${string}` | null;
|
@@ -119,6 +118,7 @@ export declare const optimism: {
|
|
119
118
|
hash?: `0x${string}`;
|
120
119
|
input?: `0x${string}`;
|
121
120
|
transactionIndex?: `0x${string}` | null;
|
121
|
+
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -162,7 +162,6 @@ export declare const optimism: {
|
|
162
162
|
gas?: `0x${string}`;
|
163
163
|
nonce?: `0x${string}`;
|
164
164
|
value?: `0x${string}`;
|
165
|
-
blobVersionedHashes?: undefined;
|
166
165
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
167
166
|
accessList?: undefined;
|
168
167
|
blockHash?: `0x${string}` | null;
|
@@ -170,6 +169,7 @@ export declare const optimism: {
|
|
170
169
|
hash?: `0x${string}`;
|
171
170
|
input?: `0x${string}`;
|
172
171
|
transactionIndex?: `0x${string}` | null;
|
172
|
+
blobVersionedHashes?: undefined;
|
173
173
|
chainId?: `0x${string}` | undefined;
|
174
174
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
175
175
|
isSystemTx?: boolean | undefined;
|
@@ -190,7 +190,6 @@ export declare const optimism: {
|
|
190
190
|
gas?: `0x${string}`;
|
191
191
|
nonce?: `0x${string}`;
|
192
192
|
value?: `0x${string}`;
|
193
|
-
blobVersionedHashes?: undefined;
|
194
193
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
195
194
|
accessList?: import("../../index.js").AccessList | undefined;
|
196
195
|
blockHash?: `0x${string}` | null;
|
@@ -198,6 +197,7 @@ export declare const optimism: {
|
|
198
197
|
hash?: `0x${string}`;
|
199
198
|
input?: `0x${string}`;
|
200
199
|
transactionIndex?: `0x${string}` | null;
|
200
|
+
blobVersionedHashes?: undefined;
|
201
201
|
chainId?: `0x${string}` | undefined;
|
202
202
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
203
203
|
r: `0x${string}`;
|
@@ -241,7 +241,6 @@ export declare const optimism: {
|
|
241
241
|
gas?: `0x${string}`;
|
242
242
|
nonce?: `0x${string}`;
|
243
243
|
value?: `0x${string}`;
|
244
|
-
blobVersionedHashes?: undefined;
|
245
244
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
246
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
247
246
|
blockHash?: `0x${string}` | null;
|
@@ -249,6 +248,7 @@ export declare const optimism: {
|
|
249
248
|
hash?: `0x${string}`;
|
250
249
|
input?: `0x${string}`;
|
251
250
|
transactionIndex?: `0x${string}` | null;
|
251
|
+
blobVersionedHashes?: undefined;
|
252
252
|
chainId?: `0x${string}` | undefined;
|
253
253
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
254
254
|
blockHash: `0x${string}` | null;
|
@@ -292,7 +292,6 @@ export declare const optimism: {
|
|
292
292
|
gas?: `0x${string}`;
|
293
293
|
nonce?: `0x${string}`;
|
294
294
|
value?: `0x${string}`;
|
295
|
-
blobVersionedHashes?: undefined;
|
296
295
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
297
296
|
accessList?: import("../../index.js").AccessList | undefined;
|
298
297
|
blockHash?: `0x${string}` | null;
|
@@ -300,6 +299,7 @@ export declare const optimism: {
|
|
300
299
|
hash?: `0x${string}`;
|
301
300
|
input?: `0x${string}`;
|
302
301
|
transactionIndex?: `0x${string}` | null;
|
302
|
+
blobVersionedHashes?: undefined;
|
303
303
|
chainId?: `0x${string}` | undefined;
|
304
304
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
305
305
|
blockHash: `0x${string}` | null;
|
@@ -343,7 +343,6 @@ export declare const optimism: {
|
|
343
343
|
gas?: `0x${string}`;
|
344
344
|
nonce?: `0x${string}`;
|
345
345
|
value?: `0x${string}`;
|
346
|
-
blobVersionedHashes?: undefined;
|
347
346
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
348
347
|
accessList?: import("../../index.js").AccessList | undefined;
|
349
348
|
blockHash?: `0x${string}` | null;
|
@@ -351,6 +350,7 @@ export declare const optimism: {
|
|
351
350
|
hash?: `0x${string}`;
|
352
351
|
input?: `0x${string}`;
|
353
352
|
transactionIndex?: `0x${string}` | null;
|
353
|
+
blobVersionedHashes?: undefined;
|
354
354
|
chainId?: `0x${string}` | undefined;
|
355
355
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
356
356
|
isSystemTx?: boolean | undefined;
|
@@ -371,7 +371,6 @@ export declare const optimism: {
|
|
371
371
|
gas?: `0x${string}`;
|
372
372
|
nonce?: `0x${string}`;
|
373
373
|
value?: `0x${string}`;
|
374
|
-
blobVersionedHashes?: undefined;
|
375
374
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
376
375
|
accessList?: import("../../index.js").AccessList | undefined;
|
377
376
|
blockHash?: `0x${string}` | null;
|
@@ -379,6 +378,7 @@ export declare const optimism: {
|
|
379
378
|
hash?: `0x${string}`;
|
380
379
|
input?: `0x${string}`;
|
381
380
|
transactionIndex?: `0x${string}` | null;
|
381
|
+
blobVersionedHashes?: undefined;
|
382
382
|
chainId?: `0x${string}` | undefined;
|
383
383
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
384
384
|
r: `0x${string}`;
|
@@ -422,7 +422,6 @@ export declare const optimism: {
|
|
422
422
|
gas?: `0x${string}`;
|
423
423
|
nonce?: `0x${string}`;
|
424
424
|
value?: `0x${string}`;
|
425
|
-
blobVersionedHashes?: undefined;
|
426
425
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
427
426
|
accessList?: import("../../index.js").AccessList | undefined;
|
428
427
|
blockHash?: `0x${string}` | null;
|
@@ -430,6 +429,7 @@ export declare const optimism: {
|
|
430
429
|
hash?: `0x${string}`;
|
431
430
|
input?: `0x${string}`;
|
432
431
|
transactionIndex?: `0x${string}` | null;
|
432
|
+
blobVersionedHashes?: undefined;
|
433
433
|
chainId?: `0x${string}` | undefined;
|
434
434
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
435
435
|
blockHash: `0x${string}` | null;
|
@@ -473,7 +473,6 @@ export declare const optimism: {
|
|
473
473
|
gas?: `0x${string}`;
|
474
474
|
nonce?: `0x${string}`;
|
475
475
|
value?: `0x${string}`;
|
476
|
-
blobVersionedHashes?: undefined;
|
477
476
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
478
477
|
accessList?: import("../../index.js").AccessList | undefined;
|
479
478
|
blockHash?: `0x${string}` | null;
|
@@ -481,6 +480,7 @@ export declare const optimism: {
|
|
481
480
|
hash?: `0x${string}`;
|
482
481
|
input?: `0x${string}`;
|
483
482
|
transactionIndex?: `0x${string}` | null;
|
483
|
+
blobVersionedHashes?: undefined;
|
484
484
|
chainId?: `0x${string}` | undefined;
|
485
485
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
486
486
|
blockHash: `0x${string}` | null;
|
@@ -524,7 +524,6 @@ export declare const optimism: {
|
|
524
524
|
gas?: `0x${string}`;
|
525
525
|
nonce?: `0x${string}`;
|
526
526
|
value?: `0x${string}`;
|
527
|
-
blobVersionedHashes?: undefined;
|
528
527
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
529
528
|
accessList?: import("../../index.js").AccessList | undefined;
|
530
529
|
blockHash?: `0x${string}` | null;
|
@@ -532,6 +531,7 @@ export declare const optimism: {
|
|
532
531
|
hash?: `0x${string}`;
|
533
532
|
input?: `0x${string}`;
|
534
533
|
transactionIndex?: `0x${string}` | null;
|
534
|
+
blobVersionedHashes?: undefined;
|
535
535
|
chainId?: `0x${string}` | undefined;
|
536
536
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
537
537
|
isSystemTx?: boolean | undefined;
|
@@ -552,7 +552,6 @@ export declare const optimism: {
|
|
552
552
|
gas?: `0x${string}`;
|
553
553
|
nonce?: `0x${string}`;
|
554
554
|
value?: `0x${string}`;
|
555
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
556
555
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
557
556
|
accessList?: import("../../index.js").AccessList | undefined;
|
558
557
|
blockHash?: `0x${string}` | null;
|
@@ -560,6 +559,7 @@ export declare const optimism: {
|
|
560
559
|
hash?: `0x${string}`;
|
561
560
|
input?: `0x${string}`;
|
562
561
|
transactionIndex?: `0x${string}` | null;
|
562
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
563
563
|
chainId?: `0x${string}` | undefined;
|
564
564
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
565
565
|
r: `0x${string}`;
|
@@ -603,7 +603,6 @@ export declare const optimism: {
|
|
603
603
|
gas?: `0x${string}`;
|
604
604
|
nonce?: `0x${string}`;
|
605
605
|
value?: `0x${string}`;
|
606
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
607
606
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
608
607
|
accessList?: import("../../index.js").AccessList | undefined;
|
609
608
|
blockHash?: `0x${string}` | null;
|
@@ -611,6 +610,7 @@ export declare const optimism: {
|
|
611
610
|
hash?: `0x${string}`;
|
612
611
|
input?: `0x${string}`;
|
613
612
|
transactionIndex?: `0x${string}` | null;
|
613
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
614
614
|
chainId?: `0x${string}` | undefined;
|
615
615
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
616
616
|
blockHash: `0x${string}` | null;
|
@@ -654,7 +654,6 @@ export declare const optimism: {
|
|
654
654
|
gas?: `0x${string}`;
|
655
655
|
nonce?: `0x${string}`;
|
656
656
|
value?: `0x${string}`;
|
657
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
658
657
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
659
658
|
accessList?: import("../../index.js").AccessList | undefined;
|
660
659
|
blockHash?: `0x${string}` | null;
|
@@ -662,6 +661,7 @@ export declare const optimism: {
|
|
662
661
|
hash?: `0x${string}`;
|
663
662
|
input?: `0x${string}`;
|
664
663
|
transactionIndex?: `0x${string}` | null;
|
664
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
665
665
|
chainId?: `0x${string}` | undefined;
|
666
666
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
667
667
|
blockHash: `0x${string}` | null;
|
@@ -705,7 +705,6 @@ export declare const optimism: {
|
|
705
705
|
gas?: `0x${string}`;
|
706
706
|
nonce?: `0x${string}`;
|
707
707
|
value?: `0x${string}`;
|
708
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
709
708
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
710
709
|
accessList?: import("../../index.js").AccessList | undefined;
|
711
710
|
blockHash?: `0x${string}` | null;
|
@@ -713,6 +712,7 @@ export declare const optimism: {
|
|
713
712
|
hash?: `0x${string}`;
|
714
713
|
input?: `0x${string}`;
|
715
714
|
transactionIndex?: `0x${string}` | null;
|
715
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
716
716
|
chainId?: `0x${string}` | undefined;
|
717
717
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
718
718
|
blockHash: `0x${string}` | null;
|
@@ -756,7 +756,6 @@ export declare const optimism: {
|
|
756
756
|
gas?: `0x${string}`;
|
757
757
|
nonce?: `0x${string}`;
|
758
758
|
value?: `0x${string}`;
|
759
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
760
759
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
761
760
|
accessList?: import("../../index.js").AccessList | undefined;
|
762
761
|
blockHash?: `0x${string}` | null;
|
@@ -764,6 +763,7 @@ export declare const optimism: {
|
|
764
763
|
hash?: `0x${string}`;
|
765
764
|
input?: `0x${string}`;
|
766
765
|
transactionIndex?: `0x${string}` | null;
|
766
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
767
767
|
chainId?: `0x${string}` | undefined;
|
768
768
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
769
769
|
isSystemTx?: boolean | undefined;
|