viem 0.0.0-main.20240526T170333 → 0.0.0-main.20240526T225326
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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 fraxtal: {
|
|
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;
|
@@ -113,13 +113,13 @@ export declare const fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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 fraxtalTestnet: {
|
|
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;
|