viem 0.0.0-main.20240526T170333 → 0.0.0-main.20240527T071914
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/accounts/privateKeyToAccount.js +0 -4
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +0 -1
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/index.js +1 -15
- package/_cjs/experimental/index.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +0 -4
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +0 -1
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +0 -7
- package/_esm/experimental/index.js.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +2 -4
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +76 -76
- package/_types/celo/formatters.d.ts +38 -38
- package/_types/chains/definitions/ancient8.d.ts +30 -30
- package/_types/chains/definitions/ancient8Sepolia.d.ts +30 -30
- package/_types/chains/definitions/base.d.ts +30 -30
- package/_types/chains/definitions/baseGoerli.d.ts +30 -30
- package/_types/chains/definitions/baseSepolia.d.ts +30 -30
- package/_types/chains/definitions/celo.d.ts +76 -76
- package/_types/chains/definitions/celoAlfajores.d.ts +76 -76
- package/_types/chains/definitions/fraxtal.d.ts +30 -30
- package/_types/chains/definitions/fraxtalTestnet.d.ts +30 -30
- package/_types/chains/definitions/funkiSepolia.d.ts +30 -30
- package/_types/chains/definitions/liskSepolia.d.ts +30 -30
- package/_types/chains/definitions/metalL2.d.ts +30 -30
- package/_types/chains/definitions/optimism.d.ts +30 -30
- package/_types/chains/definitions/optimismGoerli.d.ts +30 -30
- package/_types/chains/definitions/optimismSepolia.d.ts +30 -30
- package/_types/chains/definitions/pgn.d.ts +30 -30
- package/_types/chains/definitions/pgnTestnet.d.ts +30 -30
- package/_types/chains/definitions/rss3.d.ts +30 -30
- package/_types/chains/definitions/rss3Sepolia.d.ts +30 -30
- package/_types/chains/definitions/zora.d.ts +30 -30
- package/_types/chains/definitions/zoraSepolia.d.ts +30 -30
- package/_types/chains/definitions/zoraTestnet.d.ts +30 -30
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/index.d.ts +0 -7
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +30 -30
- package/_types/op-stack/formatters.d.ts +30 -30
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/accounts/privateKeyToAccount.ts +0 -4
- package/accounts/toAccount.ts +0 -1
- package/accounts/types.ts +2 -9
- package/errors/version.ts +1 -1
- package/experimental/index.ts +0 -44
- package/package.json +1 -1
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js +0 -29
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/constants/abis.js +0 -123
- package/_cjs/experimental/eip3074/constants/abis.js.map +0 -1
- package/_cjs/experimental/eip3074/decorators/eip3074.js +0 -13
- package/_cjs/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -26
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -8
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/getInvoker.js +0 -64
- package/_cjs/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -12
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +0 -11
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/actions/signAuthMessage.js +0 -78
- package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/constants/abis.js +0 -120
- package/_esm/experimental/eip3074/constants/abis.js.map +0 -1
- package/_esm/experimental/eip3074/decorators/eip3074.js +0 -26
- package/_esm/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -22
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -4
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/getInvoker.js +0 -60
- package/_esm/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -8
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_esm/experimental/eip3074/utils/signAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/toAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +0 -13
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +0 -82
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/constants/abis.d.ts +0 -91
- package/_types/experimental/eip3074/constants/abis.d.ts.map +0 -1
- package/_types/experimental/eip3074/decorators/eip3074.d.ts +0 -27
- package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts +0 -11
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts +0 -14
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts +0 -48
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +0 -12
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +0 -16
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +0 -20
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +0 -19
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +0 -1
- package/experimental/eip3074/actions/signAuthMessage.ts +0 -151
- package/experimental/eip3074/constants/abis.ts +0 -119
- package/experimental/eip3074/decorators/eip3074.ts +0 -58
- package/experimental/eip3074/invokers/coders/batchInvokerCoder.ts +0 -46
- package/experimental/eip3074/invokers/coders/defineInvokerCoder.ts +0 -20
- package/experimental/eip3074/invokers/getInvoker.ts +0 -192
- package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +0 -29
- package/experimental/eip3074/utils/signAuthMessage.ts +0 -40
- package/experimental/eip3074/utils/toAuthMessage.ts +0 -50
- package/experimental/eip3074/utils/verifyAuthMessage.ts +0 -46
@@ -113,13 +113,13 @@ export declare const metalL2: {
|
|
113
113
|
gas?: `0x${string}`;
|
114
114
|
nonce?: `0x${string}`;
|
115
115
|
value?: `0x${string}`;
|
116
|
+
accessList?: undefined;
|
117
|
+
blobVersionedHashes?: undefined;
|
116
118
|
blockHash?: `0x${string}` | null;
|
117
119
|
blockNumber?: `0x${string}` | null;
|
118
120
|
hash?: `0x${string}`;
|
119
121
|
input?: `0x${string}`;
|
120
122
|
transactionIndex?: `0x${string}` | null;
|
121
|
-
accessList?: undefined;
|
122
|
-
blobVersionedHashes?: undefined;
|
123
123
|
chainId?: `0x${string}` | undefined;
|
124
124
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
125
125
|
r: `0x${string}`;
|
@@ -164,13 +164,13 @@ export declare const metalL2: {
|
|
164
164
|
gas?: `0x${string}`;
|
165
165
|
nonce?: `0x${string}`;
|
166
166
|
value?: `0x${string}`;
|
167
|
+
accessList?: undefined;
|
168
|
+
blobVersionedHashes?: undefined;
|
167
169
|
blockHash?: `0x${string}` | null;
|
168
170
|
blockNumber?: `0x${string}` | null;
|
169
171
|
hash?: `0x${string}`;
|
170
172
|
input?: `0x${string}`;
|
171
173
|
transactionIndex?: `0x${string}` | null;
|
172
|
-
accessList?: undefined;
|
173
|
-
blobVersionedHashes?: undefined;
|
174
174
|
chainId?: `0x${string}` | undefined;
|
175
175
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
176
176
|
isSystemTx?: boolean | undefined;
|
@@ -192,13 +192,13 @@ export declare const metalL2: {
|
|
192
192
|
gas?: `0x${string}`;
|
193
193
|
nonce?: `0x${string}`;
|
194
194
|
value?: `0x${string}`;
|
195
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
196
|
+
blobVersionedHashes?: undefined;
|
195
197
|
blockHash?: `0x${string}` | null;
|
196
198
|
blockNumber?: `0x${string}` | null;
|
197
199
|
hash?: `0x${string}`;
|
198
200
|
input?: `0x${string}`;
|
199
201
|
transactionIndex?: `0x${string}` | null;
|
200
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
201
|
-
blobVersionedHashes?: undefined;
|
202
202
|
chainId?: `0x${string}` | undefined;
|
203
203
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
204
204
|
r: `0x${string}`;
|
@@ -243,13 +243,13 @@ export declare const metalL2: {
|
|
243
243
|
gas?: `0x${string}`;
|
244
244
|
nonce?: `0x${string}`;
|
245
245
|
value?: `0x${string}`;
|
246
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
247
|
+
blobVersionedHashes?: undefined;
|
246
248
|
blockHash?: `0x${string}` | null;
|
247
249
|
blockNumber?: `0x${string}` | null;
|
248
250
|
hash?: `0x${string}`;
|
249
251
|
input?: `0x${string}`;
|
250
252
|
transactionIndex?: `0x${string}` | null;
|
251
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
252
|
-
blobVersionedHashes?: undefined;
|
253
253
|
chainId?: `0x${string}` | undefined;
|
254
254
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
255
255
|
blockHash: `0x${string}` | null;
|
@@ -294,13 +294,13 @@ export declare const metalL2: {
|
|
294
294
|
gas?: `0x${string}`;
|
295
295
|
nonce?: `0x${string}`;
|
296
296
|
value?: `0x${string}`;
|
297
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
298
|
+
blobVersionedHashes?: undefined;
|
297
299
|
blockHash?: `0x${string}` | null;
|
298
300
|
blockNumber?: `0x${string}` | null;
|
299
301
|
hash?: `0x${string}`;
|
300
302
|
input?: `0x${string}`;
|
301
303
|
transactionIndex?: `0x${string}` | null;
|
302
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
303
|
-
blobVersionedHashes?: undefined;
|
304
304
|
chainId?: `0x${string}` | undefined;
|
305
305
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
306
306
|
blockHash: `0x${string}` | null;
|
@@ -345,13 +345,13 @@ export declare const metalL2: {
|
|
345
345
|
gas?: `0x${string}`;
|
346
346
|
nonce?: `0x${string}`;
|
347
347
|
value?: `0x${string}`;
|
348
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
349
|
+
blobVersionedHashes?: undefined;
|
348
350
|
blockHash?: `0x${string}` | null;
|
349
351
|
blockNumber?: `0x${string}` | null;
|
350
352
|
hash?: `0x${string}`;
|
351
353
|
input?: `0x${string}`;
|
352
354
|
transactionIndex?: `0x${string}` | null;
|
353
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
354
|
-
blobVersionedHashes?: undefined;
|
355
355
|
chainId?: `0x${string}` | undefined;
|
356
356
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
357
357
|
isSystemTx?: boolean | undefined;
|
@@ -373,13 +373,13 @@ export declare const metalL2: {
|
|
373
373
|
gas?: `0x${string}`;
|
374
374
|
nonce?: `0x${string}`;
|
375
375
|
value?: `0x${string}`;
|
376
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
377
|
+
blobVersionedHashes?: undefined;
|
376
378
|
blockHash?: `0x${string}` | null;
|
377
379
|
blockNumber?: `0x${string}` | null;
|
378
380
|
hash?: `0x${string}`;
|
379
381
|
input?: `0x${string}`;
|
380
382
|
transactionIndex?: `0x${string}` | null;
|
381
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
382
|
-
blobVersionedHashes?: undefined;
|
383
383
|
chainId?: `0x${string}` | undefined;
|
384
384
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
385
385
|
r: `0x${string}`;
|
@@ -424,13 +424,13 @@ export declare const metalL2: {
|
|
424
424
|
gas?: `0x${string}`;
|
425
425
|
nonce?: `0x${string}`;
|
426
426
|
value?: `0x${string}`;
|
427
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
428
|
+
blobVersionedHashes?: undefined;
|
427
429
|
blockHash?: `0x${string}` | null;
|
428
430
|
blockNumber?: `0x${string}` | null;
|
429
431
|
hash?: `0x${string}`;
|
430
432
|
input?: `0x${string}`;
|
431
433
|
transactionIndex?: `0x${string}` | null;
|
432
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
433
|
-
blobVersionedHashes?: undefined;
|
434
434
|
chainId?: `0x${string}` | undefined;
|
435
435
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
436
436
|
blockHash: `0x${string}` | null;
|
@@ -475,13 +475,13 @@ export declare const metalL2: {
|
|
475
475
|
gas?: `0x${string}`;
|
476
476
|
nonce?: `0x${string}`;
|
477
477
|
value?: `0x${string}`;
|
478
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
479
|
+
blobVersionedHashes?: undefined;
|
478
480
|
blockHash?: `0x${string}` | null;
|
479
481
|
blockNumber?: `0x${string}` | null;
|
480
482
|
hash?: `0x${string}`;
|
481
483
|
input?: `0x${string}`;
|
482
484
|
transactionIndex?: `0x${string}` | null;
|
483
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
484
|
-
blobVersionedHashes?: undefined;
|
485
485
|
chainId?: `0x${string}` | undefined;
|
486
486
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
487
487
|
blockHash: `0x${string}` | null;
|
@@ -526,13 +526,13 @@ export declare const metalL2: {
|
|
526
526
|
gas?: `0x${string}`;
|
527
527
|
nonce?: `0x${string}`;
|
528
528
|
value?: `0x${string}`;
|
529
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
530
|
+
blobVersionedHashes?: undefined;
|
529
531
|
blockHash?: `0x${string}` | null;
|
530
532
|
blockNumber?: `0x${string}` | null;
|
531
533
|
hash?: `0x${string}`;
|
532
534
|
input?: `0x${string}`;
|
533
535
|
transactionIndex?: `0x${string}` | null;
|
534
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
535
|
-
blobVersionedHashes?: undefined;
|
536
536
|
chainId?: `0x${string}` | undefined;
|
537
537
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
538
538
|
isSystemTx?: boolean | undefined;
|
@@ -554,13 +554,13 @@ export declare const metalL2: {
|
|
554
554
|
gas?: `0x${string}`;
|
555
555
|
nonce?: `0x${string}`;
|
556
556
|
value?: `0x${string}`;
|
557
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
558
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
557
559
|
blockHash?: `0x${string}` | null;
|
558
560
|
blockNumber?: `0x${string}` | null;
|
559
561
|
hash?: `0x${string}`;
|
560
562
|
input?: `0x${string}`;
|
561
563
|
transactionIndex?: `0x${string}` | null;
|
562
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
563
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
564
564
|
chainId?: `0x${string}` | undefined;
|
565
565
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
566
566
|
r: `0x${string}`;
|
@@ -605,13 +605,13 @@ export declare const metalL2: {
|
|
605
605
|
gas?: `0x${string}`;
|
606
606
|
nonce?: `0x${string}`;
|
607
607
|
value?: `0x${string}`;
|
608
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
609
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
608
610
|
blockHash?: `0x${string}` | null;
|
609
611
|
blockNumber?: `0x${string}` | null;
|
610
612
|
hash?: `0x${string}`;
|
611
613
|
input?: `0x${string}`;
|
612
614
|
transactionIndex?: `0x${string}` | null;
|
613
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
614
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
615
615
|
chainId?: `0x${string}` | undefined;
|
616
616
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
617
617
|
blockHash: `0x${string}` | null;
|
@@ -656,13 +656,13 @@ export declare const metalL2: {
|
|
656
656
|
gas?: `0x${string}`;
|
657
657
|
nonce?: `0x${string}`;
|
658
658
|
value?: `0x${string}`;
|
659
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
660
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
659
661
|
blockHash?: `0x${string}` | null;
|
660
662
|
blockNumber?: `0x${string}` | null;
|
661
663
|
hash?: `0x${string}`;
|
662
664
|
input?: `0x${string}`;
|
663
665
|
transactionIndex?: `0x${string}` | null;
|
664
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
665
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
666
666
|
chainId?: `0x${string}` | undefined;
|
667
667
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
668
668
|
blockHash: `0x${string}` | null;
|
@@ -707,13 +707,13 @@ export declare const metalL2: {
|
|
707
707
|
gas?: `0x${string}`;
|
708
708
|
nonce?: `0x${string}`;
|
709
709
|
value?: `0x${string}`;
|
710
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
711
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
710
712
|
blockHash?: `0x${string}` | null;
|
711
713
|
blockNumber?: `0x${string}` | null;
|
712
714
|
hash?: `0x${string}`;
|
713
715
|
input?: `0x${string}`;
|
714
716
|
transactionIndex?: `0x${string}` | null;
|
715
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
716
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
717
717
|
chainId?: `0x${string}` | undefined;
|
718
718
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
719
719
|
blockHash: `0x${string}` | null;
|
@@ -758,13 +758,13 @@ export declare const metalL2: {
|
|
758
758
|
gas?: `0x${string}`;
|
759
759
|
nonce?: `0x${string}`;
|
760
760
|
value?: `0x${string}`;
|
761
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
762
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
761
763
|
blockHash?: `0x${string}` | null;
|
762
764
|
blockNumber?: `0x${string}` | null;
|
763
765
|
hash?: `0x${string}`;
|
764
766
|
input?: `0x${string}`;
|
765
767
|
transactionIndex?: `0x${string}` | null;
|
766
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
767
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
768
768
|
chainId?: `0x${string}` | undefined;
|
769
769
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
770
770
|
isSystemTx?: boolean | undefined;
|
@@ -112,13 +112,13 @@ export declare const optimism: {
|
|
112
112
|
gas?: `0x${string}`;
|
113
113
|
nonce?: `0x${string}`;
|
114
114
|
value?: `0x${string}`;
|
115
|
+
accessList?: undefined;
|
116
|
+
blobVersionedHashes?: undefined;
|
115
117
|
blockHash?: `0x${string}` | null;
|
116
118
|
blockNumber?: `0x${string}` | null;
|
117
119
|
hash?: `0x${string}`;
|
118
120
|
input?: `0x${string}`;
|
119
121
|
transactionIndex?: `0x${string}` | null;
|
120
|
-
accessList?: undefined;
|
121
|
-
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -163,13 +163,13 @@ export declare const optimism: {
|
|
163
163
|
gas?: `0x${string}`;
|
164
164
|
nonce?: `0x${string}`;
|
165
165
|
value?: `0x${string}`;
|
166
|
+
accessList?: undefined;
|
167
|
+
blobVersionedHashes?: undefined;
|
166
168
|
blockHash?: `0x${string}` | null;
|
167
169
|
blockNumber?: `0x${string}` | null;
|
168
170
|
hash?: `0x${string}`;
|
169
171
|
input?: `0x${string}`;
|
170
172
|
transactionIndex?: `0x${string}` | null;
|
171
|
-
accessList?: undefined;
|
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;
|
@@ -191,13 +191,13 @@ export declare const optimism: {
|
|
191
191
|
gas?: `0x${string}`;
|
192
192
|
nonce?: `0x${string}`;
|
193
193
|
value?: `0x${string}`;
|
194
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
195
|
+
blobVersionedHashes?: undefined;
|
194
196
|
blockHash?: `0x${string}` | null;
|
195
197
|
blockNumber?: `0x${string}` | null;
|
196
198
|
hash?: `0x${string}`;
|
197
199
|
input?: `0x${string}`;
|
198
200
|
transactionIndex?: `0x${string}` | null;
|
199
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
200
|
-
blobVersionedHashes?: undefined;
|
201
201
|
chainId?: `0x${string}` | undefined;
|
202
202
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
203
203
|
r: `0x${string}`;
|
@@ -242,13 +242,13 @@ export declare const optimism: {
|
|
242
242
|
gas?: `0x${string}`;
|
243
243
|
nonce?: `0x${string}`;
|
244
244
|
value?: `0x${string}`;
|
245
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
246
|
+
blobVersionedHashes?: undefined;
|
245
247
|
blockHash?: `0x${string}` | null;
|
246
248
|
blockNumber?: `0x${string}` | null;
|
247
249
|
hash?: `0x${string}`;
|
248
250
|
input?: `0x${string}`;
|
249
251
|
transactionIndex?: `0x${string}` | null;
|
250
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -293,13 +293,13 @@ export declare const optimism: {
|
|
293
293
|
gas?: `0x${string}`;
|
294
294
|
nonce?: `0x${string}`;
|
295
295
|
value?: `0x${string}`;
|
296
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
297
|
+
blobVersionedHashes?: undefined;
|
296
298
|
blockHash?: `0x${string}` | null;
|
297
299
|
blockNumber?: `0x${string}` | null;
|
298
300
|
hash?: `0x${string}`;
|
299
301
|
input?: `0x${string}`;
|
300
302
|
transactionIndex?: `0x${string}` | null;
|
301
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -344,13 +344,13 @@ export declare const optimism: {
|
|
344
344
|
gas?: `0x${string}`;
|
345
345
|
nonce?: `0x${string}`;
|
346
346
|
value?: `0x${string}`;
|
347
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
348
|
+
blobVersionedHashes?: undefined;
|
347
349
|
blockHash?: `0x${string}` | null;
|
348
350
|
blockNumber?: `0x${string}` | null;
|
349
351
|
hash?: `0x${string}`;
|
350
352
|
input?: `0x${string}`;
|
351
353
|
transactionIndex?: `0x${string}` | null;
|
352
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -372,13 +372,13 @@ export declare const optimism: {
|
|
372
372
|
gas?: `0x${string}`;
|
373
373
|
nonce?: `0x${string}`;
|
374
374
|
value?: `0x${string}`;
|
375
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
376
|
+
blobVersionedHashes?: undefined;
|
375
377
|
blockHash?: `0x${string}` | null;
|
376
378
|
blockNumber?: `0x${string}` | null;
|
377
379
|
hash?: `0x${string}`;
|
378
380
|
input?: `0x${string}`;
|
379
381
|
transactionIndex?: `0x${string}` | null;
|
380
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
-
blobVersionedHashes?: undefined;
|
382
382
|
chainId?: `0x${string}` | undefined;
|
383
383
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
384
384
|
r: `0x${string}`;
|
@@ -423,13 +423,13 @@ export declare const optimism: {
|
|
423
423
|
gas?: `0x${string}`;
|
424
424
|
nonce?: `0x${string}`;
|
425
425
|
value?: `0x${string}`;
|
426
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
+
blobVersionedHashes?: undefined;
|
426
428
|
blockHash?: `0x${string}` | null;
|
427
429
|
blockNumber?: `0x${string}` | null;
|
428
430
|
hash?: `0x${string}`;
|
429
431
|
input?: `0x${string}`;
|
430
432
|
transactionIndex?: `0x${string}` | null;
|
431
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -474,13 +474,13 @@ export declare const optimism: {
|
|
474
474
|
gas?: `0x${string}`;
|
475
475
|
nonce?: `0x${string}`;
|
476
476
|
value?: `0x${string}`;
|
477
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
478
|
+
blobVersionedHashes?: undefined;
|
477
479
|
blockHash?: `0x${string}` | null;
|
478
480
|
blockNumber?: `0x${string}` | null;
|
479
481
|
hash?: `0x${string}`;
|
480
482
|
input?: `0x${string}`;
|
481
483
|
transactionIndex?: `0x${string}` | null;
|
482
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -525,13 +525,13 @@ export declare const optimism: {
|
|
525
525
|
gas?: `0x${string}`;
|
526
526
|
nonce?: `0x${string}`;
|
527
527
|
value?: `0x${string}`;
|
528
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
529
|
+
blobVersionedHashes?: undefined;
|
528
530
|
blockHash?: `0x${string}` | null;
|
529
531
|
blockNumber?: `0x${string}` | null;
|
530
532
|
hash?: `0x${string}`;
|
531
533
|
input?: `0x${string}`;
|
532
534
|
transactionIndex?: `0x${string}` | null;
|
533
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -553,13 +553,13 @@ export declare const optimism: {
|
|
553
553
|
gas?: `0x${string}`;
|
554
554
|
nonce?: `0x${string}`;
|
555
555
|
value?: `0x${string}`;
|
556
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
557
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
556
558
|
blockHash?: `0x${string}` | null;
|
557
559
|
blockNumber?: `0x${string}` | null;
|
558
560
|
hash?: `0x${string}`;
|
559
561
|
input?: `0x${string}`;
|
560
562
|
transactionIndex?: `0x${string}` | null;
|
561
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
563
563
|
chainId?: `0x${string}` | undefined;
|
564
564
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
565
565
|
r: `0x${string}`;
|
@@ -604,13 +604,13 @@ export declare const optimism: {
|
|
604
604
|
gas?: `0x${string}`;
|
605
605
|
nonce?: `0x${string}`;
|
606
606
|
value?: `0x${string}`;
|
607
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
608
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
607
609
|
blockHash?: `0x${string}` | null;
|
608
610
|
blockNumber?: `0x${string}` | null;
|
609
611
|
hash?: `0x${string}`;
|
610
612
|
input?: `0x${string}`;
|
611
613
|
transactionIndex?: `0x${string}` | null;
|
612
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
613
|
-
blobVersionedHashes?: readonly `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;
|
@@ -655,13 +655,13 @@ export declare const optimism: {
|
|
655
655
|
gas?: `0x${string}`;
|
656
656
|
nonce?: `0x${string}`;
|
657
657
|
value?: `0x${string}`;
|
658
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
659
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
658
660
|
blockHash?: `0x${string}` | null;
|
659
661
|
blockNumber?: `0x${string}` | null;
|
660
662
|
hash?: `0x${string}`;
|
661
663
|
input?: `0x${string}`;
|
662
664
|
transactionIndex?: `0x${string}` | null;
|
663
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
664
|
-
blobVersionedHashes?: readonly `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;
|
@@ -706,13 +706,13 @@ export declare const optimism: {
|
|
706
706
|
gas?: `0x${string}`;
|
707
707
|
nonce?: `0x${string}`;
|
708
708
|
value?: `0x${string}`;
|
709
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
710
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
709
711
|
blockHash?: `0x${string}` | null;
|
710
712
|
blockNumber?: `0x${string}` | null;
|
711
713
|
hash?: `0x${string}`;
|
712
714
|
input?: `0x${string}`;
|
713
715
|
transactionIndex?: `0x${string}` | null;
|
714
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
715
|
-
blobVersionedHashes?: readonly `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;
|
@@ -757,13 +757,13 @@ export declare const optimism: {
|
|
757
757
|
gas?: `0x${string}`;
|
758
758
|
nonce?: `0x${string}`;
|
759
759
|
value?: `0x${string}`;
|
760
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
761
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
760
762
|
blockHash?: `0x${string}` | null;
|
761
763
|
blockNumber?: `0x${string}` | null;
|
762
764
|
hash?: `0x${string}`;
|
763
765
|
input?: `0x${string}`;
|
764
766
|
transactionIndex?: `0x${string}` | null;
|
765
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
766
|
-
blobVersionedHashes?: readonly `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;
|