viem 0.0.0-main.20240408T210957 → 0.0.0-main.20240408T211145
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/CHANGELOG.md +8 -0
- package/_cjs/actions/index.js +2 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +5 -3
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +1 -0
- 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 +2 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +10 -6
- 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/call.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +8 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +2 -1
- 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 +2 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +10 -6
- 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/call.d.ts +2 -3
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
- 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 +350 -38
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +175 -19
- 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 +350 -38
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
- 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 +144 -0
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
- 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 +16 -2
- 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 +49 -1
- 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 +144 -0
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +144 -0
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +1 -0
- package/actions/public/call.ts +2 -3
- package/actions/public/estimateGas.ts +9 -7
- package/actions/wallet/prepareTransactionRequest.ts +73 -17
- package/actions/wallet/sendTransaction.ts +2 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +20 -2
- package/utils/blob/blobsToCommitments.ts +9 -7
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +14 -11
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +2 -0
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +12 -6
@@ -113,12 +113,12 @@ export declare const optimism: {
|
|
113
113
|
value?: `0x${string}`;
|
114
114
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
115
115
|
accessList?: undefined;
|
116
|
+
blobVersionedHashes?: undefined;
|
116
117
|
blockHash?: `0x${string}` | null;
|
117
118
|
blockNumber?: `0x${string}` | null;
|
118
119
|
hash?: `0x${string}`;
|
119
120
|
input?: `0x${string}`;
|
120
121
|
transactionIndex?: `0x${string}` | null;
|
121
|
-
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -164,12 +164,12 @@ export declare const optimism: {
|
|
164
164
|
value?: `0x${string}`;
|
165
165
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
166
166
|
accessList?: undefined;
|
167
|
+
blobVersionedHashes?: undefined;
|
167
168
|
blockHash?: `0x${string}` | null;
|
168
169
|
blockNumber?: `0x${string}` | null;
|
169
170
|
hash?: `0x${string}`;
|
170
171
|
input?: `0x${string}`;
|
171
172
|
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;
|
@@ -192,12 +192,12 @@ export declare const optimism: {
|
|
192
192
|
value?: `0x${string}`;
|
193
193
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
194
194
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
|
+
blobVersionedHashes?: undefined;
|
195
196
|
blockHash?: `0x${string}` | null;
|
196
197
|
blockNumber?: `0x${string}` | null;
|
197
198
|
hash?: `0x${string}`;
|
198
199
|
input?: `0x${string}`;
|
199
200
|
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}`;
|
@@ -243,12 +243,12 @@ export declare const optimism: {
|
|
243
243
|
value?: `0x${string}`;
|
244
244
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
245
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
|
+
blobVersionedHashes?: undefined;
|
246
247
|
blockHash?: `0x${string}` | null;
|
247
248
|
blockNumber?: `0x${string}` | null;
|
248
249
|
hash?: `0x${string}`;
|
249
250
|
input?: `0x${string}`;
|
250
251
|
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;
|
@@ -294,12 +294,12 @@ export declare const optimism: {
|
|
294
294
|
value?: `0x${string}`;
|
295
295
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
296
296
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
|
+
blobVersionedHashes?: undefined;
|
297
298
|
blockHash?: `0x${string}` | null;
|
298
299
|
blockNumber?: `0x${string}` | null;
|
299
300
|
hash?: `0x${string}`;
|
300
301
|
input?: `0x${string}`;
|
301
302
|
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;
|
@@ -345,12 +345,12 @@ export declare const optimism: {
|
|
345
345
|
value?: `0x${string}`;
|
346
346
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
347
347
|
accessList?: import("../../index.js").AccessList | undefined;
|
348
|
+
blobVersionedHashes?: undefined;
|
348
349
|
blockHash?: `0x${string}` | null;
|
349
350
|
blockNumber?: `0x${string}` | null;
|
350
351
|
hash?: `0x${string}`;
|
351
352
|
input?: `0x${string}`;
|
352
353
|
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;
|
@@ -373,12 +373,12 @@ export declare const optimism: {
|
|
373
373
|
value?: `0x${string}`;
|
374
374
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
375
375
|
accessList?: import("../../index.js").AccessList | undefined;
|
376
|
+
blobVersionedHashes?: undefined;
|
376
377
|
blockHash?: `0x${string}` | null;
|
377
378
|
blockNumber?: `0x${string}` | null;
|
378
379
|
hash?: `0x${string}`;
|
379
380
|
input?: `0x${string}`;
|
380
381
|
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}`;
|
@@ -424,12 +424,12 @@ export declare const optimism: {
|
|
424
424
|
value?: `0x${string}`;
|
425
425
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
426
426
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
+
blobVersionedHashes?: undefined;
|
427
428
|
blockHash?: `0x${string}` | null;
|
428
429
|
blockNumber?: `0x${string}` | null;
|
429
430
|
hash?: `0x${string}`;
|
430
431
|
input?: `0x${string}`;
|
431
432
|
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;
|
@@ -475,12 +475,12 @@ export declare const optimism: {
|
|
475
475
|
value?: `0x${string}`;
|
476
476
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
477
477
|
accessList?: import("../../index.js").AccessList | undefined;
|
478
|
+
blobVersionedHashes?: undefined;
|
478
479
|
blockHash?: `0x${string}` | null;
|
479
480
|
blockNumber?: `0x${string}` | null;
|
480
481
|
hash?: `0x${string}`;
|
481
482
|
input?: `0x${string}`;
|
482
483
|
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;
|
@@ -526,12 +526,12 @@ export declare const optimism: {
|
|
526
526
|
value?: `0x${string}`;
|
527
527
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
528
|
accessList?: import("../../index.js").AccessList | undefined;
|
529
|
+
blobVersionedHashes?: undefined;
|
529
530
|
blockHash?: `0x${string}` | null;
|
530
531
|
blockNumber?: `0x${string}` | null;
|
531
532
|
hash?: `0x${string}`;
|
532
533
|
input?: `0x${string}`;
|
533
534
|
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;
|
@@ -554,12 +554,12 @@ export declare const optimism: {
|
|
554
554
|
value?: `0x${string}`;
|
555
555
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
556
556
|
accessList?: import("../../index.js").AccessList | undefined;
|
557
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
557
558
|
blockHash?: `0x${string}` | null;
|
558
559
|
blockNumber?: `0x${string}` | null;
|
559
560
|
hash?: `0x${string}`;
|
560
561
|
input?: `0x${string}`;
|
561
562
|
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}`;
|
@@ -605,12 +605,12 @@ export declare const optimism: {
|
|
605
605
|
value?: `0x${string}`;
|
606
606
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
607
607
|
accessList?: import("../../index.js").AccessList | undefined;
|
608
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
608
609
|
blockHash?: `0x${string}` | null;
|
609
610
|
blockNumber?: `0x${string}` | null;
|
610
611
|
hash?: `0x${string}`;
|
611
612
|
input?: `0x${string}`;
|
612
613
|
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;
|
@@ -656,12 +656,12 @@ export declare const optimism: {
|
|
656
656
|
value?: `0x${string}`;
|
657
657
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
658
658
|
accessList?: import("../../index.js").AccessList | undefined;
|
659
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
659
660
|
blockHash?: `0x${string}` | null;
|
660
661
|
blockNumber?: `0x${string}` | null;
|
661
662
|
hash?: `0x${string}`;
|
662
663
|
input?: `0x${string}`;
|
663
664
|
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;
|
@@ -707,12 +707,12 @@ export declare const optimism: {
|
|
707
707
|
value?: `0x${string}`;
|
708
708
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
709
709
|
accessList?: import("../../index.js").AccessList | undefined;
|
710
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
710
711
|
blockHash?: `0x${string}` | null;
|
711
712
|
blockNumber?: `0x${string}` | null;
|
712
713
|
hash?: `0x${string}`;
|
713
714
|
input?: `0x${string}`;
|
714
715
|
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;
|
@@ -758,12 +758,12 @@ export declare const optimism: {
|
|
758
758
|
value?: `0x${string}`;
|
759
759
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
760
760
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
761
762
|
blockHash?: `0x${string}` | null;
|
762
763
|
blockNumber?: `0x${string}` | null;
|
763
764
|
hash?: `0x${string}`;
|
764
765
|
input?: `0x${string}`;
|
765
766
|
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;
|
@@ -113,12 +113,12 @@ export declare const optimismGoerli: {
|
|
113
113
|
value?: `0x${string}`;
|
114
114
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
115
115
|
accessList?: undefined;
|
116
|
+
blobVersionedHashes?: undefined;
|
116
117
|
blockHash?: `0x${string}` | null;
|
117
118
|
blockNumber?: `0x${string}` | null;
|
118
119
|
hash?: `0x${string}`;
|
119
120
|
input?: `0x${string}`;
|
120
121
|
transactionIndex?: `0x${string}` | null;
|
121
|
-
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -164,12 +164,12 @@ export declare const optimismGoerli: {
|
|
164
164
|
value?: `0x${string}`;
|
165
165
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
166
166
|
accessList?: undefined;
|
167
|
+
blobVersionedHashes?: undefined;
|
167
168
|
blockHash?: `0x${string}` | null;
|
168
169
|
blockNumber?: `0x${string}` | null;
|
169
170
|
hash?: `0x${string}`;
|
170
171
|
input?: `0x${string}`;
|
171
172
|
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;
|
@@ -192,12 +192,12 @@ export declare const optimismGoerli: {
|
|
192
192
|
value?: `0x${string}`;
|
193
193
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
194
194
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
|
+
blobVersionedHashes?: undefined;
|
195
196
|
blockHash?: `0x${string}` | null;
|
196
197
|
blockNumber?: `0x${string}` | null;
|
197
198
|
hash?: `0x${string}`;
|
198
199
|
input?: `0x${string}`;
|
199
200
|
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}`;
|
@@ -243,12 +243,12 @@ export declare const optimismGoerli: {
|
|
243
243
|
value?: `0x${string}`;
|
244
244
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
245
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
|
+
blobVersionedHashes?: undefined;
|
246
247
|
blockHash?: `0x${string}` | null;
|
247
248
|
blockNumber?: `0x${string}` | null;
|
248
249
|
hash?: `0x${string}`;
|
249
250
|
input?: `0x${string}`;
|
250
251
|
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;
|
@@ -294,12 +294,12 @@ export declare const optimismGoerli: {
|
|
294
294
|
value?: `0x${string}`;
|
295
295
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
296
296
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
|
+
blobVersionedHashes?: undefined;
|
297
298
|
blockHash?: `0x${string}` | null;
|
298
299
|
blockNumber?: `0x${string}` | null;
|
299
300
|
hash?: `0x${string}`;
|
300
301
|
input?: `0x${string}`;
|
301
302
|
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;
|
@@ -345,12 +345,12 @@ export declare const optimismGoerli: {
|
|
345
345
|
value?: `0x${string}`;
|
346
346
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
347
347
|
accessList?: import("../../index.js").AccessList | undefined;
|
348
|
+
blobVersionedHashes?: undefined;
|
348
349
|
blockHash?: `0x${string}` | null;
|
349
350
|
blockNumber?: `0x${string}` | null;
|
350
351
|
hash?: `0x${string}`;
|
351
352
|
input?: `0x${string}`;
|
352
353
|
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;
|
@@ -373,12 +373,12 @@ export declare const optimismGoerli: {
|
|
373
373
|
value?: `0x${string}`;
|
374
374
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
375
375
|
accessList?: import("../../index.js").AccessList | undefined;
|
376
|
+
blobVersionedHashes?: undefined;
|
376
377
|
blockHash?: `0x${string}` | null;
|
377
378
|
blockNumber?: `0x${string}` | null;
|
378
379
|
hash?: `0x${string}`;
|
379
380
|
input?: `0x${string}`;
|
380
381
|
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}`;
|
@@ -424,12 +424,12 @@ export declare const optimismGoerli: {
|
|
424
424
|
value?: `0x${string}`;
|
425
425
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
426
426
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
+
blobVersionedHashes?: undefined;
|
427
428
|
blockHash?: `0x${string}` | null;
|
428
429
|
blockNumber?: `0x${string}` | null;
|
429
430
|
hash?: `0x${string}`;
|
430
431
|
input?: `0x${string}`;
|
431
432
|
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;
|
@@ -475,12 +475,12 @@ export declare const optimismGoerli: {
|
|
475
475
|
value?: `0x${string}`;
|
476
476
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
477
477
|
accessList?: import("../../index.js").AccessList | undefined;
|
478
|
+
blobVersionedHashes?: undefined;
|
478
479
|
blockHash?: `0x${string}` | null;
|
479
480
|
blockNumber?: `0x${string}` | null;
|
480
481
|
hash?: `0x${string}`;
|
481
482
|
input?: `0x${string}`;
|
482
483
|
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;
|
@@ -526,12 +526,12 @@ export declare const optimismGoerli: {
|
|
526
526
|
value?: `0x${string}`;
|
527
527
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
528
|
accessList?: import("../../index.js").AccessList | undefined;
|
529
|
+
blobVersionedHashes?: undefined;
|
529
530
|
blockHash?: `0x${string}` | null;
|
530
531
|
blockNumber?: `0x${string}` | null;
|
531
532
|
hash?: `0x${string}`;
|
532
533
|
input?: `0x${string}`;
|
533
534
|
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;
|
@@ -554,12 +554,12 @@ export declare const optimismGoerli: {
|
|
554
554
|
value?: `0x${string}`;
|
555
555
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
556
556
|
accessList?: import("../../index.js").AccessList | undefined;
|
557
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
557
558
|
blockHash?: `0x${string}` | null;
|
558
559
|
blockNumber?: `0x${string}` | null;
|
559
560
|
hash?: `0x${string}`;
|
560
561
|
input?: `0x${string}`;
|
561
562
|
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}`;
|
@@ -605,12 +605,12 @@ export declare const optimismGoerli: {
|
|
605
605
|
value?: `0x${string}`;
|
606
606
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
607
607
|
accessList?: import("../../index.js").AccessList | undefined;
|
608
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
608
609
|
blockHash?: `0x${string}` | null;
|
609
610
|
blockNumber?: `0x${string}` | null;
|
610
611
|
hash?: `0x${string}`;
|
611
612
|
input?: `0x${string}`;
|
612
613
|
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;
|
@@ -656,12 +656,12 @@ export declare const optimismGoerli: {
|
|
656
656
|
value?: `0x${string}`;
|
657
657
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
658
658
|
accessList?: import("../../index.js").AccessList | undefined;
|
659
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
659
660
|
blockHash?: `0x${string}` | null;
|
660
661
|
blockNumber?: `0x${string}` | null;
|
661
662
|
hash?: `0x${string}`;
|
662
663
|
input?: `0x${string}`;
|
663
664
|
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;
|
@@ -707,12 +707,12 @@ export declare const optimismGoerli: {
|
|
707
707
|
value?: `0x${string}`;
|
708
708
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
709
709
|
accessList?: import("../../index.js").AccessList | undefined;
|
710
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
710
711
|
blockHash?: `0x${string}` | null;
|
711
712
|
blockNumber?: `0x${string}` | null;
|
712
713
|
hash?: `0x${string}`;
|
713
714
|
input?: `0x${string}`;
|
714
715
|
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;
|
@@ -758,12 +758,12 @@ export declare const optimismGoerli: {
|
|
758
758
|
value?: `0x${string}`;
|
759
759
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
760
760
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
761
762
|
blockHash?: `0x${string}` | null;
|
762
763
|
blockNumber?: `0x${string}` | null;
|
763
764
|
hash?: `0x${string}`;
|
764
765
|
input?: `0x${string}`;
|
765
766
|
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;
|
@@ -118,12 +118,12 @@ export declare const optimismSepolia: {
|
|
118
118
|
value?: `0x${string}`;
|
119
119
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
120
120
|
accessList?: undefined;
|
121
|
+
blobVersionedHashes?: undefined;
|
121
122
|
blockHash?: `0x${string}` | null;
|
122
123
|
blockNumber?: `0x${string}` | null;
|
123
124
|
hash?: `0x${string}`;
|
124
125
|
input?: `0x${string}`;
|
125
126
|
transactionIndex?: `0x${string}` | null;
|
126
|
-
blobVersionedHashes?: undefined;
|
127
127
|
chainId?: `0x${string}` | undefined;
|
128
128
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
129
129
|
r: `0x${string}`;
|
@@ -169,12 +169,12 @@ export declare const optimismSepolia: {
|
|
169
169
|
value?: `0x${string}`;
|
170
170
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
171
171
|
accessList?: undefined;
|
172
|
+
blobVersionedHashes?: undefined;
|
172
173
|
blockHash?: `0x${string}` | null;
|
173
174
|
blockNumber?: `0x${string}` | null;
|
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
|
isSystemTx?: boolean | undefined;
|
@@ -197,12 +197,12 @@ export declare const optimismSepolia: {
|
|
197
197
|
value?: `0x${string}`;
|
198
198
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
199
199
|
accessList?: import("../../index.js").AccessList | undefined;
|
200
|
+
blobVersionedHashes?: undefined;
|
200
201
|
blockHash?: `0x${string}` | null;
|
201
202
|
blockNumber?: `0x${string}` | null;
|
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}`;
|
@@ -248,12 +248,12 @@ export declare const optimismSepolia: {
|
|
248
248
|
value?: `0x${string}`;
|
249
249
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
250
250
|
accessList?: import("../../index.js").AccessList | undefined;
|
251
|
+
blobVersionedHashes?: undefined;
|
251
252
|
blockHash?: `0x${string}` | null;
|
252
253
|
blockNumber?: `0x${string}` | null;
|
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;
|
@@ -299,12 +299,12 @@ export declare const optimismSepolia: {
|
|
299
299
|
value?: `0x${string}`;
|
300
300
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
301
301
|
accessList?: import("../../index.js").AccessList | undefined;
|
302
|
+
blobVersionedHashes?: undefined;
|
302
303
|
blockHash?: `0x${string}` | null;
|
303
304
|
blockNumber?: `0x${string}` | null;
|
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;
|
@@ -350,12 +350,12 @@ export declare const optimismSepolia: {
|
|
350
350
|
value?: `0x${string}`;
|
351
351
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
352
352
|
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
+
blobVersionedHashes?: undefined;
|
353
354
|
blockHash?: `0x${string}` | null;
|
354
355
|
blockNumber?: `0x${string}` | null;
|
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
|
isSystemTx?: boolean | undefined;
|
@@ -378,12 +378,12 @@ export declare const optimismSepolia: {
|
|
378
378
|
value?: `0x${string}`;
|
379
379
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
380
380
|
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
+
blobVersionedHashes?: undefined;
|
381
382
|
blockHash?: `0x${string}` | null;
|
382
383
|
blockNumber?: `0x${string}` | null;
|
383
384
|
hash?: `0x${string}`;
|
384
385
|
input?: `0x${string}`;
|
385
386
|
transactionIndex?: `0x${string}` | null;
|
386
|
-
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
389
389
|
r: `0x${string}`;
|
@@ -429,12 +429,12 @@ export declare const optimismSepolia: {
|
|
429
429
|
value?: `0x${string}`;
|
430
430
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
431
431
|
accessList?: import("../../index.js").AccessList | undefined;
|
432
|
+
blobVersionedHashes?: undefined;
|
432
433
|
blockHash?: `0x${string}` | null;
|
433
434
|
blockNumber?: `0x${string}` | null;
|
434
435
|
hash?: `0x${string}`;
|
435
436
|
input?: `0x${string}`;
|
436
437
|
transactionIndex?: `0x${string}` | null;
|
437
|
-
blobVersionedHashes?: undefined;
|
438
438
|
chainId?: `0x${string}` | undefined;
|
439
439
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
440
440
|
blockHash: `0x${string}` | null;
|
@@ -480,12 +480,12 @@ export declare const optimismSepolia: {
|
|
480
480
|
value?: `0x${string}`;
|
481
481
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
482
482
|
accessList?: import("../../index.js").AccessList | undefined;
|
483
|
+
blobVersionedHashes?: undefined;
|
483
484
|
blockHash?: `0x${string}` | null;
|
484
485
|
blockNumber?: `0x${string}` | null;
|
485
486
|
hash?: `0x${string}`;
|
486
487
|
input?: `0x${string}`;
|
487
488
|
transactionIndex?: `0x${string}` | null;
|
488
|
-
blobVersionedHashes?: undefined;
|
489
489
|
chainId?: `0x${string}` | undefined;
|
490
490
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
491
491
|
blockHash: `0x${string}` | null;
|
@@ -531,12 +531,12 @@ export declare const optimismSepolia: {
|
|
531
531
|
value?: `0x${string}`;
|
532
532
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
533
533
|
accessList?: import("../../index.js").AccessList | undefined;
|
534
|
+
blobVersionedHashes?: undefined;
|
534
535
|
blockHash?: `0x${string}` | null;
|
535
536
|
blockNumber?: `0x${string}` | null;
|
536
537
|
hash?: `0x${string}`;
|
537
538
|
input?: `0x${string}`;
|
538
539
|
transactionIndex?: `0x${string}` | null;
|
539
|
-
blobVersionedHashes?: undefined;
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
542
542
|
isSystemTx?: boolean | undefined;
|
@@ -559,12 +559,12 @@ export declare const optimismSepolia: {
|
|
559
559
|
value?: `0x${string}`;
|
560
560
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
561
561
|
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
562
563
|
blockHash?: `0x${string}` | null;
|
563
564
|
blockNumber?: `0x${string}` | null;
|
564
565
|
hash?: `0x${string}`;
|
565
566
|
input?: `0x${string}`;
|
566
567
|
transactionIndex?: `0x${string}` | null;
|
567
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
570
570
|
r: `0x${string}`;
|
@@ -610,12 +610,12 @@ export declare const optimismSepolia: {
|
|
610
610
|
value?: `0x${string}`;
|
611
611
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
612
612
|
accessList?: import("../../index.js").AccessList | undefined;
|
613
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
613
614
|
blockHash?: `0x${string}` | null;
|
614
615
|
blockNumber?: `0x${string}` | null;
|
615
616
|
hash?: `0x${string}`;
|
616
617
|
input?: `0x${string}`;
|
617
618
|
transactionIndex?: `0x${string}` | null;
|
618
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
619
619
|
chainId?: `0x${string}` | undefined;
|
620
620
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
621
621
|
blockHash: `0x${string}` | null;
|
@@ -661,12 +661,12 @@ export declare const optimismSepolia: {
|
|
661
661
|
value?: `0x${string}`;
|
662
662
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
663
663
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
664
665
|
blockHash?: `0x${string}` | null;
|
665
666
|
blockNumber?: `0x${string}` | null;
|
666
667
|
hash?: `0x${string}`;
|
667
668
|
input?: `0x${string}`;
|
668
669
|
transactionIndex?: `0x${string}` | null;
|
669
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
670
670
|
chainId?: `0x${string}` | undefined;
|
671
671
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
672
672
|
blockHash: `0x${string}` | null;
|
@@ -712,12 +712,12 @@ export declare const optimismSepolia: {
|
|
712
712
|
value?: `0x${string}`;
|
713
713
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
714
714
|
accessList?: import("../../index.js").AccessList | undefined;
|
715
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
715
716
|
blockHash?: `0x${string}` | null;
|
716
717
|
blockNumber?: `0x${string}` | null;
|
717
718
|
hash?: `0x${string}`;
|
718
719
|
input?: `0x${string}`;
|
719
720
|
transactionIndex?: `0x${string}` | null;
|
720
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
721
721
|
chainId?: `0x${string}` | undefined;
|
722
722
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
723
723
|
blockHash: `0x${string}` | null;
|
@@ -763,12 +763,12 @@ export declare const optimismSepolia: {
|
|
763
763
|
value?: `0x${string}`;
|
764
764
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
765
765
|
accessList?: import("../../index.js").AccessList | undefined;
|
766
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
766
767
|
blockHash?: `0x${string}` | null;
|
767
768
|
blockNumber?: `0x${string}` | null;
|
768
769
|
hash?: `0x${string}`;
|
769
770
|
input?: `0x${string}`;
|
770
771
|
transactionIndex?: `0x${string}` | null;
|
771
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
772
772
|
chainId?: `0x${string}` | undefined;
|
773
773
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
774
774
|
isSystemTx?: boolean | undefined;
|