@dynamic-labs/ethereum-core 4.12.2-preview.0 → 4.12.3
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.
|
@@ -27,7 +27,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
27
27
|
ChainWallet: typeof EthereumWallet;
|
|
28
28
|
private activeAccount;
|
|
29
29
|
private activeChain;
|
|
30
|
-
|
|
30
|
+
walletUiUtils: WalletUiUtils<InternalWalletConnector>;
|
|
31
31
|
abstract getWalletClient(chainId?: string): WalletClient<Transport, ViemChain, Account> | undefined;
|
|
32
32
|
constructor(props: EthereumWalletConnectorOpts);
|
|
33
33
|
getPublicClient(): Promise<void | PublicClient<Transport, ViemChain> | undefined>;
|
|
@@ -60,6 +60,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
60
60
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
61
61
|
getChainId: () => Promise<number>;
|
|
62
62
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
63
|
+
prepareAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationReturnType>;
|
|
63
64
|
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<ViemChain, chainOverride_1>, chainOverride_1 extends ViemChain | undefined = undefined, accountOverride extends `0x${string}` | Account | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<ViemChain, Account, chainOverride_1, accountOverride, request>) => Promise<import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_1>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<ViemChain, chainOverride_1> extends infer T_14 ? T_14 extends import("viem").DeriveChain<ViemChain, chainOverride_1> ? T_14 extends ViemChain ? {
|
|
64
65
|
chain: T_14;
|
|
65
66
|
} : {
|
|
@@ -131,7 +132,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
131
132
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
132
133
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
133
134
|
accessList?: import("viem").AccessList | undefined;
|
|
134
|
-
authorizationList?: import("viem
|
|
135
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
135
136
|
blobs?: undefined;
|
|
136
137
|
blobVersionedHashes?: undefined;
|
|
137
138
|
gasPrice?: undefined;
|
|
@@ -141,7 +142,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
141
142
|
sidecars?: undefined;
|
|
142
143
|
} | {
|
|
143
144
|
accessList?: import("viem").AccessList | undefined;
|
|
144
|
-
authorizationList?: import("viem
|
|
145
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
145
146
|
blobs?: undefined;
|
|
146
147
|
blobVersionedHashes?: undefined;
|
|
147
148
|
gasPrice?: undefined;
|
|
@@ -150,7 +151,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
150
151
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
151
152
|
sidecars?: undefined;
|
|
152
153
|
}) & {
|
|
153
|
-
authorizationList: import("viem
|
|
154
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
154
155
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
155
156
|
accessList?: undefined;
|
|
156
157
|
authorizationList?: undefined;
|
|
@@ -212,7 +213,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
212
213
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
213
214
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
214
215
|
accessList?: import("viem").AccessList | undefined;
|
|
215
|
-
authorizationList?: import("viem
|
|
216
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
216
217
|
blobs?: undefined;
|
|
217
218
|
blobVersionedHashes?: undefined;
|
|
218
219
|
gasPrice?: undefined;
|
|
@@ -222,7 +223,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
222
223
|
sidecars?: undefined;
|
|
223
224
|
} | {
|
|
224
225
|
accessList?: import("viem").AccessList | undefined;
|
|
225
|
-
authorizationList?: import("viem
|
|
226
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
226
227
|
blobs?: undefined;
|
|
227
228
|
blobVersionedHashes?: undefined;
|
|
228
229
|
gasPrice?: undefined;
|
|
@@ -231,7 +232,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
231
232
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
232
233
|
sidecars?: undefined;
|
|
233
234
|
}) & {
|
|
234
|
-
authorizationList: import("viem
|
|
235
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
235
236
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_16 ? T_16 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
236
237
|
accessList?: undefined;
|
|
237
238
|
authorizationList?: undefined;
|
|
@@ -293,7 +294,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
293
294
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
294
295
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
295
296
|
accessList?: import("viem").AccessList | undefined;
|
|
296
|
-
authorizationList?: import("viem
|
|
297
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
297
298
|
blobs?: undefined;
|
|
298
299
|
blobVersionedHashes?: undefined;
|
|
299
300
|
gasPrice?: undefined;
|
|
@@ -303,7 +304,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
303
304
|
sidecars?: undefined;
|
|
304
305
|
} | {
|
|
305
306
|
accessList?: import("viem").AccessList | undefined;
|
|
306
|
-
authorizationList?: import("viem
|
|
307
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
307
308
|
blobs?: undefined;
|
|
308
309
|
blobVersionedHashes?: undefined;
|
|
309
310
|
gasPrice?: undefined;
|
|
@@ -312,7 +313,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
312
313
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
313
314
|
sidecars?: undefined;
|
|
314
315
|
}) & {
|
|
315
|
-
authorizationList: import("viem
|
|
316
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
316
317
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
317
318
|
accessList?: undefined;
|
|
318
319
|
authorizationList?: undefined;
|
|
@@ -374,7 +375,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
374
375
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
375
376
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
376
377
|
accessList?: import("viem").AccessList | undefined;
|
|
377
|
-
authorizationList?: import("viem
|
|
378
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
378
379
|
blobs?: undefined;
|
|
379
380
|
blobVersionedHashes?: undefined;
|
|
380
381
|
gasPrice?: undefined;
|
|
@@ -384,7 +385,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
384
385
|
sidecars?: undefined;
|
|
385
386
|
} | {
|
|
386
387
|
accessList?: import("viem").AccessList | undefined;
|
|
387
|
-
authorizationList?: import("viem
|
|
388
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
388
389
|
blobs?: undefined;
|
|
389
390
|
blobVersionedHashes?: undefined;
|
|
390
391
|
gasPrice?: undefined;
|
|
@@ -393,7 +394,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
393
394
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
394
395
|
sidecars?: undefined;
|
|
395
396
|
}) & {
|
|
396
|
-
authorizationList: import("viem
|
|
397
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
397
398
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_16 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
398
399
|
accessList?: undefined;
|
|
399
400
|
authorizationList?: undefined;
|
|
@@ -455,7 +456,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
455
456
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
456
457
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
457
458
|
accessList?: import("viem").AccessList | undefined;
|
|
458
|
-
authorizationList?: import("viem
|
|
459
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
459
460
|
blobs?: undefined;
|
|
460
461
|
blobVersionedHashes?: undefined;
|
|
461
462
|
gasPrice?: undefined;
|
|
@@ -465,7 +466,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
465
466
|
sidecars?: undefined;
|
|
466
467
|
} | {
|
|
467
468
|
accessList?: import("viem").AccessList | undefined;
|
|
468
|
-
authorizationList?: import("viem
|
|
469
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
469
470
|
blobs?: undefined;
|
|
470
471
|
blobVersionedHashes?: undefined;
|
|
471
472
|
gasPrice?: undefined;
|
|
@@ -474,7 +475,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
474
475
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
475
476
|
sidecars?: undefined;
|
|
476
477
|
}) & {
|
|
477
|
-
authorizationList: import("viem
|
|
478
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
478
479
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
479
480
|
accessList?: undefined;
|
|
480
481
|
authorizationList?: undefined;
|
|
@@ -536,7 +537,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
536
537
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
537
538
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
538
539
|
accessList?: import("viem").AccessList | undefined;
|
|
539
|
-
authorizationList?: import("viem
|
|
540
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
540
541
|
blobs?: undefined;
|
|
541
542
|
blobVersionedHashes?: undefined;
|
|
542
543
|
gasPrice?: undefined;
|
|
@@ -546,7 +547,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
546
547
|
sidecars?: undefined;
|
|
547
548
|
} | {
|
|
548
549
|
accessList?: import("viem").AccessList | undefined;
|
|
549
|
-
authorizationList?: import("viem
|
|
550
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
550
551
|
blobs?: undefined;
|
|
551
552
|
blobVersionedHashes?: undefined;
|
|
552
553
|
gasPrice?: undefined;
|
|
@@ -555,7 +556,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
555
556
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
556
557
|
sidecars?: undefined;
|
|
557
558
|
}) & {
|
|
558
|
-
authorizationList: import("viem
|
|
559
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
559
560
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_17 ? T_17 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
560
561
|
accessList?: undefined;
|
|
561
562
|
authorizationList?: undefined;
|
|
@@ -617,7 +618,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
617
618
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
618
619
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
619
620
|
accessList?: import("viem").AccessList | undefined;
|
|
620
|
-
authorizationList?: import("viem
|
|
621
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
621
622
|
blobs?: undefined;
|
|
622
623
|
blobVersionedHashes?: undefined;
|
|
623
624
|
gasPrice?: undefined;
|
|
@@ -627,7 +628,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
627
628
|
sidecars?: undefined;
|
|
628
629
|
} | {
|
|
629
630
|
accessList?: import("viem").AccessList | undefined;
|
|
630
|
-
authorizationList?: import("viem
|
|
631
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
631
632
|
blobs?: undefined;
|
|
632
633
|
blobVersionedHashes?: undefined;
|
|
633
634
|
gasPrice?: undefined;
|
|
@@ -636,7 +637,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
636
637
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
637
638
|
sidecars?: undefined;
|
|
638
639
|
}) & {
|
|
639
|
-
authorizationList: import("viem
|
|
640
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
640
641
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
641
642
|
accessList?: undefined;
|
|
642
643
|
authorizationList?: undefined;
|
|
@@ -698,7 +699,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
698
699
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
699
700
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
700
701
|
accessList?: import("viem").AccessList | undefined;
|
|
701
|
-
authorizationList?: import("viem
|
|
702
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
702
703
|
blobs?: undefined;
|
|
703
704
|
blobVersionedHashes?: undefined;
|
|
704
705
|
gasPrice?: undefined;
|
|
@@ -708,7 +709,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
708
709
|
sidecars?: undefined;
|
|
709
710
|
} | {
|
|
710
711
|
accessList?: import("viem").AccessList | undefined;
|
|
711
|
-
authorizationList?: import("viem
|
|
712
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
712
713
|
blobs?: undefined;
|
|
713
714
|
blobVersionedHashes?: undefined;
|
|
714
715
|
gasPrice?: undefined;
|
|
@@ -717,7 +718,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
717
718
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
718
719
|
sidecars?: undefined;
|
|
719
720
|
}) & {
|
|
720
|
-
authorizationList: import("viem
|
|
721
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
721
722
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_17 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
722
723
|
accessList?: undefined;
|
|
723
724
|
authorizationList?: undefined;
|
|
@@ -779,7 +780,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
779
780
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
780
781
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
781
782
|
accessList?: import("viem").AccessList | undefined;
|
|
782
|
-
authorizationList?: import("viem
|
|
783
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
783
784
|
blobs?: undefined;
|
|
784
785
|
blobVersionedHashes?: undefined;
|
|
785
786
|
gasPrice?: undefined;
|
|
@@ -789,7 +790,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
789
790
|
sidecars?: undefined;
|
|
790
791
|
} | {
|
|
791
792
|
accessList?: import("viem").AccessList | undefined;
|
|
792
|
-
authorizationList?: import("viem
|
|
793
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
793
794
|
blobs?: undefined;
|
|
794
795
|
blobVersionedHashes?: undefined;
|
|
795
796
|
gasPrice?: undefined;
|
|
@@ -798,7 +799,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
798
799
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
799
800
|
sidecars?: undefined;
|
|
800
801
|
}) & {
|
|
801
|
-
authorizationList: import("viem
|
|
802
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
802
803
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
803
804
|
accessList?: undefined;
|
|
804
805
|
authorizationList?: undefined;
|
|
@@ -860,7 +861,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
860
861
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
861
862
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
862
863
|
accessList?: import("viem").AccessList | undefined;
|
|
863
|
-
authorizationList?: import("viem
|
|
864
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
864
865
|
blobs?: undefined;
|
|
865
866
|
blobVersionedHashes?: undefined;
|
|
866
867
|
gasPrice?: undefined;
|
|
@@ -870,7 +871,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
870
871
|
sidecars?: undefined;
|
|
871
872
|
} | {
|
|
872
873
|
accessList?: import("viem").AccessList | undefined;
|
|
873
|
-
authorizationList?: import("viem
|
|
874
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
874
875
|
blobs?: undefined;
|
|
875
876
|
blobVersionedHashes?: undefined;
|
|
876
877
|
gasPrice?: undefined;
|
|
@@ -879,7 +880,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
879
880
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
880
881
|
sidecars?: undefined;
|
|
881
882
|
}) & {
|
|
882
|
-
authorizationList: import("viem
|
|
883
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
883
884
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_18 ? T_18 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
884
885
|
accessList?: undefined;
|
|
885
886
|
authorizationList?: undefined;
|
|
@@ -941,7 +942,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
941
942
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
942
943
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
943
944
|
accessList?: import("viem").AccessList | undefined;
|
|
944
|
-
authorizationList?: import("viem
|
|
945
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
945
946
|
blobs?: undefined;
|
|
946
947
|
blobVersionedHashes?: undefined;
|
|
947
948
|
gasPrice?: undefined;
|
|
@@ -951,7 +952,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
951
952
|
sidecars?: undefined;
|
|
952
953
|
} | {
|
|
953
954
|
accessList?: import("viem").AccessList | undefined;
|
|
954
|
-
authorizationList?: import("viem
|
|
955
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
955
956
|
blobs?: undefined;
|
|
956
957
|
blobVersionedHashes?: undefined;
|
|
957
958
|
gasPrice?: undefined;
|
|
@@ -960,7 +961,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
960
961
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
961
962
|
sidecars?: undefined;
|
|
962
963
|
}) & {
|
|
963
|
-
authorizationList: import("viem
|
|
964
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
964
965
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
965
966
|
accessList?: undefined;
|
|
966
967
|
authorizationList?: undefined;
|
|
@@ -1022,7 +1023,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1022
1023
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1023
1024
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1024
1025
|
accessList?: import("viem").AccessList | undefined;
|
|
1025
|
-
authorizationList?: import("viem
|
|
1026
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1026
1027
|
blobs?: undefined;
|
|
1027
1028
|
blobVersionedHashes?: undefined;
|
|
1028
1029
|
gasPrice?: undefined;
|
|
@@ -1032,7 +1033,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1032
1033
|
sidecars?: undefined;
|
|
1033
1034
|
} | {
|
|
1034
1035
|
accessList?: import("viem").AccessList | undefined;
|
|
1035
|
-
authorizationList?: import("viem
|
|
1036
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1036
1037
|
blobs?: undefined;
|
|
1037
1038
|
blobVersionedHashes?: undefined;
|
|
1038
1039
|
gasPrice?: undefined;
|
|
@@ -1041,7 +1042,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1041
1042
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1042
1043
|
sidecars?: undefined;
|
|
1043
1044
|
}) & {
|
|
1044
|
-
authorizationList: import("viem
|
|
1045
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1045
1046
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_18 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1046
1047
|
accessList?: undefined;
|
|
1047
1048
|
authorizationList?: undefined;
|
|
@@ -1103,7 +1104,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1103
1104
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1104
1105
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1105
1106
|
accessList?: import("viem").AccessList | undefined;
|
|
1106
|
-
authorizationList?: import("viem
|
|
1107
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1107
1108
|
blobs?: undefined;
|
|
1108
1109
|
blobVersionedHashes?: undefined;
|
|
1109
1110
|
gasPrice?: undefined;
|
|
@@ -1113,7 +1114,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1113
1114
|
sidecars?: undefined;
|
|
1114
1115
|
} | {
|
|
1115
1116
|
accessList?: import("viem").AccessList | undefined;
|
|
1116
|
-
authorizationList?: import("viem
|
|
1117
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1117
1118
|
blobs?: undefined;
|
|
1118
1119
|
blobVersionedHashes?: undefined;
|
|
1119
1120
|
gasPrice?: undefined;
|
|
@@ -1122,7 +1123,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1122
1123
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1123
1124
|
sidecars?: undefined;
|
|
1124
1125
|
}) & {
|
|
1125
|
-
authorizationList: import("viem
|
|
1126
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1126
1127
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1127
1128
|
accessList?: undefined;
|
|
1128
1129
|
authorizationList?: undefined;
|
|
@@ -1184,7 +1185,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1184
1185
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1185
1186
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1186
1187
|
accessList?: import("viem").AccessList | undefined;
|
|
1187
|
-
authorizationList?: import("viem
|
|
1188
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1188
1189
|
blobs?: undefined;
|
|
1189
1190
|
blobVersionedHashes?: undefined;
|
|
1190
1191
|
gasPrice?: undefined;
|
|
@@ -1194,7 +1195,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1194
1195
|
sidecars?: undefined;
|
|
1195
1196
|
} | {
|
|
1196
1197
|
accessList?: import("viem").AccessList | undefined;
|
|
1197
|
-
authorizationList?: import("viem
|
|
1198
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1198
1199
|
blobs?: undefined;
|
|
1199
1200
|
blobVersionedHashes?: undefined;
|
|
1200
1201
|
gasPrice?: undefined;
|
|
@@ -1203,7 +1204,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1203
1204
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1204
1205
|
sidecars?: undefined;
|
|
1205
1206
|
}) & {
|
|
1206
|
-
authorizationList: import("viem
|
|
1207
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1207
1208
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_19 ? T_19 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1208
1209
|
accessList?: undefined;
|
|
1209
1210
|
authorizationList?: undefined;
|
|
@@ -1265,7 +1266,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1265
1266
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1266
1267
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1267
1268
|
accessList?: import("viem").AccessList | undefined;
|
|
1268
|
-
authorizationList?: import("viem
|
|
1269
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1269
1270
|
blobs?: undefined;
|
|
1270
1271
|
blobVersionedHashes?: undefined;
|
|
1271
1272
|
gasPrice?: undefined;
|
|
@@ -1275,7 +1276,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1275
1276
|
sidecars?: undefined;
|
|
1276
1277
|
} | {
|
|
1277
1278
|
accessList?: import("viem").AccessList | undefined;
|
|
1278
|
-
authorizationList?: import("viem
|
|
1279
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1279
1280
|
blobs?: undefined;
|
|
1280
1281
|
blobVersionedHashes?: undefined;
|
|
1281
1282
|
gasPrice?: undefined;
|
|
@@ -1284,7 +1285,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1284
1285
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1285
1286
|
sidecars?: undefined;
|
|
1286
1287
|
}) & {
|
|
1287
|
-
authorizationList: import("viem
|
|
1288
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1288
1289
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1289
1290
|
accessList?: undefined;
|
|
1290
1291
|
authorizationList?: undefined;
|
|
@@ -1346,7 +1347,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1346
1347
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1347
1348
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1348
1349
|
accessList?: import("viem").AccessList | undefined;
|
|
1349
|
-
authorizationList?: import("viem
|
|
1350
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1350
1351
|
blobs?: undefined;
|
|
1351
1352
|
blobVersionedHashes?: undefined;
|
|
1352
1353
|
gasPrice?: undefined;
|
|
@@ -1356,7 +1357,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1356
1357
|
sidecars?: undefined;
|
|
1357
1358
|
} | {
|
|
1358
1359
|
accessList?: import("viem").AccessList | undefined;
|
|
1359
|
-
authorizationList?: import("viem
|
|
1360
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1360
1361
|
blobs?: undefined;
|
|
1361
1362
|
blobVersionedHashes?: undefined;
|
|
1362
1363
|
gasPrice?: undefined;
|
|
@@ -1365,7 +1366,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1365
1366
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1366
1367
|
sidecars?: undefined;
|
|
1367
1368
|
}) & {
|
|
1368
|
-
authorizationList: import("viem
|
|
1369
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1369
1370
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_19 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1370
1371
|
accessList?: undefined;
|
|
1371
1372
|
authorizationList?: undefined;
|
|
@@ -1427,7 +1428,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1427
1428
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1428
1429
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1429
1430
|
accessList?: import("viem").AccessList | undefined;
|
|
1430
|
-
authorizationList?: import("viem
|
|
1431
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1431
1432
|
blobs?: undefined;
|
|
1432
1433
|
blobVersionedHashes?: undefined;
|
|
1433
1434
|
gasPrice?: undefined;
|
|
@@ -1437,7 +1438,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1437
1438
|
sidecars?: undefined;
|
|
1438
1439
|
} | {
|
|
1439
1440
|
accessList?: import("viem").AccessList | undefined;
|
|
1440
|
-
authorizationList?: import("viem
|
|
1441
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1441
1442
|
blobs?: undefined;
|
|
1442
1443
|
blobVersionedHashes?: undefined;
|
|
1443
1444
|
gasPrice?: undefined;
|
|
@@ -1446,7 +1447,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1446
1447
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1447
1448
|
sidecars?: undefined;
|
|
1448
1449
|
}) & {
|
|
1449
|
-
authorizationList: import("viem
|
|
1450
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1450
1451
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1451
1452
|
accessList?: undefined;
|
|
1452
1453
|
authorizationList?: undefined;
|
|
@@ -1508,7 +1509,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1508
1509
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1509
1510
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1510
1511
|
accessList?: import("viem").AccessList | undefined;
|
|
1511
|
-
authorizationList?: import("viem
|
|
1512
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1512
1513
|
blobs?: undefined;
|
|
1513
1514
|
blobVersionedHashes?: undefined;
|
|
1514
1515
|
gasPrice?: undefined;
|
|
@@ -1518,7 +1519,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1518
1519
|
sidecars?: undefined;
|
|
1519
1520
|
} | {
|
|
1520
1521
|
accessList?: import("viem").AccessList | undefined;
|
|
1521
|
-
authorizationList?: import("viem
|
|
1522
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1522
1523
|
blobs?: undefined;
|
|
1523
1524
|
blobVersionedHashes?: undefined;
|
|
1524
1525
|
gasPrice?: undefined;
|
|
@@ -1527,7 +1528,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1527
1528
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1528
1529
|
sidecars?: undefined;
|
|
1529
1530
|
}) & {
|
|
1530
|
-
authorizationList: import("viem
|
|
1531
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1531
1532
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_20 ? T_20 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1532
1533
|
accessList?: undefined;
|
|
1533
1534
|
authorizationList?: undefined;
|
|
@@ -1589,7 +1590,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1589
1590
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1590
1591
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1591
1592
|
accessList?: import("viem").AccessList | undefined;
|
|
1592
|
-
authorizationList?: import("viem
|
|
1593
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1593
1594
|
blobs?: undefined;
|
|
1594
1595
|
blobVersionedHashes?: undefined;
|
|
1595
1596
|
gasPrice?: undefined;
|
|
@@ -1599,7 +1600,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1599
1600
|
sidecars?: undefined;
|
|
1600
1601
|
} | {
|
|
1601
1602
|
accessList?: import("viem").AccessList | undefined;
|
|
1602
|
-
authorizationList?: import("viem
|
|
1603
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1603
1604
|
blobs?: undefined;
|
|
1604
1605
|
blobVersionedHashes?: undefined;
|
|
1605
1606
|
gasPrice?: undefined;
|
|
@@ -1608,7 +1609,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1608
1609
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1609
1610
|
sidecars?: undefined;
|
|
1610
1611
|
}) & {
|
|
1611
|
-
authorizationList: import("viem
|
|
1612
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1612
1613
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1613
1614
|
accessList?: undefined;
|
|
1614
1615
|
authorizationList?: undefined;
|
|
@@ -1670,7 +1671,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1670
1671
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1671
1672
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1672
1673
|
accessList?: import("viem").AccessList | undefined;
|
|
1673
|
-
authorizationList?: import("viem
|
|
1674
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1674
1675
|
blobs?: undefined;
|
|
1675
1676
|
blobVersionedHashes?: undefined;
|
|
1676
1677
|
gasPrice?: undefined;
|
|
@@ -1680,7 +1681,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1680
1681
|
sidecars?: undefined;
|
|
1681
1682
|
} | {
|
|
1682
1683
|
accessList?: import("viem").AccessList | undefined;
|
|
1683
|
-
authorizationList?: import("viem
|
|
1684
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1684
1685
|
blobs?: undefined;
|
|
1685
1686
|
blobVersionedHashes?: undefined;
|
|
1686
1687
|
gasPrice?: undefined;
|
|
@@ -1689,7 +1690,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1689
1690
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1690
1691
|
sidecars?: undefined;
|
|
1691
1692
|
}) & {
|
|
1692
|
-
authorizationList: import("viem
|
|
1693
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1693
1694
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_20 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)> extends true ? unknown : import("viem").ExactPartial<((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1694
1695
|
accessList?: undefined;
|
|
1695
1696
|
authorizationList?: undefined;
|
|
@@ -1751,7 +1752,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1751
1752
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1752
1753
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1753
1754
|
accessList?: import("viem").AccessList | undefined;
|
|
1754
|
-
authorizationList?: import("viem
|
|
1755
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1755
1756
|
blobs?: undefined;
|
|
1756
1757
|
blobVersionedHashes?: undefined;
|
|
1757
1758
|
gasPrice?: undefined;
|
|
@@ -1761,7 +1762,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1761
1762
|
sidecars?: undefined;
|
|
1762
1763
|
} | {
|
|
1763
1764
|
accessList?: import("viem").AccessList | undefined;
|
|
1764
|
-
authorizationList?: import("viem
|
|
1765
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1765
1766
|
blobs?: undefined;
|
|
1766
1767
|
blobVersionedHashes?: undefined;
|
|
1767
1768
|
gasPrice?: undefined;
|
|
@@ -1770,7 +1771,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1770
1771
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1771
1772
|
sidecars?: undefined;
|
|
1772
1773
|
}) & {
|
|
1773
|
-
authorizationList: import("viem
|
|
1774
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1774
1775
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1775
1776
|
accessList?: undefined;
|
|
1776
1777
|
authorizationList?: undefined;
|
|
@@ -1832,7 +1833,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1832
1833
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1833
1834
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1834
1835
|
accessList?: import("viem").AccessList | undefined;
|
|
1835
|
-
authorizationList?: import("viem
|
|
1836
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1836
1837
|
blobs?: undefined;
|
|
1837
1838
|
blobVersionedHashes?: undefined;
|
|
1838
1839
|
gasPrice?: undefined;
|
|
@@ -1842,7 +1843,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1842
1843
|
sidecars?: undefined;
|
|
1843
1844
|
} | {
|
|
1844
1845
|
accessList?: import("viem").AccessList | undefined;
|
|
1845
|
-
authorizationList?: import("viem
|
|
1846
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1846
1847
|
blobs?: undefined;
|
|
1847
1848
|
blobVersionedHashes?: undefined;
|
|
1848
1849
|
gasPrice?: undefined;
|
|
@@ -1851,7 +1852,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1851
1852
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1852
1853
|
sidecars?: undefined;
|
|
1853
1854
|
}) & {
|
|
1854
|
-
authorizationList: import("viem
|
|
1855
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1855
1856
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_21 ? T_21 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
1856
1857
|
accessList?: undefined;
|
|
1857
1858
|
authorizationList?: undefined;
|
|
@@ -1913,7 +1914,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1913
1914
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1914
1915
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1915
1916
|
accessList?: import("viem").AccessList | undefined;
|
|
1916
|
-
authorizationList?: import("viem
|
|
1917
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1917
1918
|
blobs?: undefined;
|
|
1918
1919
|
blobVersionedHashes?: undefined;
|
|
1919
1920
|
gasPrice?: undefined;
|
|
@@ -1923,7 +1924,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1923
1924
|
sidecars?: undefined;
|
|
1924
1925
|
} | {
|
|
1925
1926
|
accessList?: import("viem").AccessList | undefined;
|
|
1926
|
-
authorizationList?: import("viem
|
|
1927
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1927
1928
|
blobs?: undefined;
|
|
1928
1929
|
blobVersionedHashes?: undefined;
|
|
1929
1930
|
gasPrice?: undefined;
|
|
@@ -1932,7 +1933,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1932
1933
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1933
1934
|
sidecars?: undefined;
|
|
1934
1935
|
}) & {
|
|
1935
|
-
authorizationList: import("viem
|
|
1936
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1936
1937
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1937
1938
|
accessList?: undefined;
|
|
1938
1939
|
authorizationList?: undefined;
|
|
@@ -1994,7 +1995,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
1994
1995
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1995
1996
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1996
1997
|
accessList?: import("viem").AccessList | undefined;
|
|
1997
|
-
authorizationList?: import("viem
|
|
1998
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1998
1999
|
blobs?: undefined;
|
|
1999
2000
|
blobVersionedHashes?: undefined;
|
|
2000
2001
|
gasPrice?: undefined;
|
|
@@ -2004,7 +2005,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2004
2005
|
sidecars?: undefined;
|
|
2005
2006
|
} | {
|
|
2006
2007
|
accessList?: import("viem").AccessList | undefined;
|
|
2007
|
-
authorizationList?: import("viem
|
|
2008
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2008
2009
|
blobs?: undefined;
|
|
2009
2010
|
blobVersionedHashes?: undefined;
|
|
2010
2011
|
gasPrice?: undefined;
|
|
@@ -2013,7 +2014,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2013
2014
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2014
2015
|
sidecars?: undefined;
|
|
2015
2016
|
}) & {
|
|
2016
|
-
authorizationList: import("viem
|
|
2017
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2017
2018
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_21 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2018
2019
|
accessList?: undefined;
|
|
2019
2020
|
authorizationList?: undefined;
|
|
@@ -2075,7 +2076,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2075
2076
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2076
2077
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2077
2078
|
accessList?: import("viem").AccessList | undefined;
|
|
2078
|
-
authorizationList?: import("viem
|
|
2079
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2079
2080
|
blobs?: undefined;
|
|
2080
2081
|
blobVersionedHashes?: undefined;
|
|
2081
2082
|
gasPrice?: undefined;
|
|
@@ -2085,7 +2086,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2085
2086
|
sidecars?: undefined;
|
|
2086
2087
|
} | {
|
|
2087
2088
|
accessList?: import("viem").AccessList | undefined;
|
|
2088
|
-
authorizationList?: import("viem
|
|
2089
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2089
2090
|
blobs?: undefined;
|
|
2090
2091
|
blobVersionedHashes?: undefined;
|
|
2091
2092
|
gasPrice?: undefined;
|
|
@@ -2094,7 +2095,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2094
2095
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2095
2096
|
sidecars?: undefined;
|
|
2096
2097
|
}) & {
|
|
2097
|
-
authorizationList: import("viem
|
|
2098
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2098
2099
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2099
2100
|
accessList?: undefined;
|
|
2100
2101
|
authorizationList?: undefined;
|
|
@@ -2156,7 +2157,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2156
2157
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2157
2158
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2158
2159
|
accessList?: import("viem").AccessList | undefined;
|
|
2159
|
-
authorizationList?: import("viem
|
|
2160
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2160
2161
|
blobs?: undefined;
|
|
2161
2162
|
blobVersionedHashes?: undefined;
|
|
2162
2163
|
gasPrice?: undefined;
|
|
@@ -2166,7 +2167,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2166
2167
|
sidecars?: undefined;
|
|
2167
2168
|
} | {
|
|
2168
2169
|
accessList?: import("viem").AccessList | undefined;
|
|
2169
|
-
authorizationList?: import("viem
|
|
2170
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2170
2171
|
blobs?: undefined;
|
|
2171
2172
|
blobVersionedHashes?: undefined;
|
|
2172
2173
|
gasPrice?: undefined;
|
|
@@ -2175,7 +2176,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2175
2176
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2176
2177
|
sidecars?: undefined;
|
|
2177
2178
|
}) & {
|
|
2178
|
-
authorizationList: import("viem
|
|
2179
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2179
2180
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_22 ? T_22 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2180
2181
|
accessList?: undefined;
|
|
2181
2182
|
authorizationList?: undefined;
|
|
@@ -2237,7 +2238,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2237
2238
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2238
2239
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2239
2240
|
accessList?: import("viem").AccessList | undefined;
|
|
2240
|
-
authorizationList?: import("viem
|
|
2241
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2241
2242
|
blobs?: undefined;
|
|
2242
2243
|
blobVersionedHashes?: undefined;
|
|
2243
2244
|
gasPrice?: undefined;
|
|
@@ -2247,7 +2248,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2247
2248
|
sidecars?: undefined;
|
|
2248
2249
|
} | {
|
|
2249
2250
|
accessList?: import("viem").AccessList | undefined;
|
|
2250
|
-
authorizationList?: import("viem
|
|
2251
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2251
2252
|
blobs?: undefined;
|
|
2252
2253
|
blobVersionedHashes?: undefined;
|
|
2253
2254
|
gasPrice?: undefined;
|
|
@@ -2256,7 +2257,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2256
2257
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2257
2258
|
sidecars?: undefined;
|
|
2258
2259
|
}) & {
|
|
2259
|
-
authorizationList: import("viem
|
|
2260
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2260
2261
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2261
2262
|
accessList?: undefined;
|
|
2262
2263
|
authorizationList?: undefined;
|
|
@@ -2318,7 +2319,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2318
2319
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2319
2320
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2320
2321
|
accessList?: import("viem").AccessList | undefined;
|
|
2321
|
-
authorizationList?: import("viem
|
|
2322
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2322
2323
|
blobs?: undefined;
|
|
2323
2324
|
blobVersionedHashes?: undefined;
|
|
2324
2325
|
gasPrice?: undefined;
|
|
@@ -2328,7 +2329,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2328
2329
|
sidecars?: undefined;
|
|
2329
2330
|
} | {
|
|
2330
2331
|
accessList?: import("viem").AccessList | undefined;
|
|
2331
|
-
authorizationList?: import("viem
|
|
2332
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2332
2333
|
blobs?: undefined;
|
|
2333
2334
|
blobVersionedHashes?: undefined;
|
|
2334
2335
|
gasPrice?: undefined;
|
|
@@ -2337,7 +2338,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2337
2338
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2338
2339
|
sidecars?: undefined;
|
|
2339
2340
|
}) & {
|
|
2340
|
-
authorizationList: import("viem
|
|
2341
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2341
2342
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_22 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2342
2343
|
accessList?: undefined;
|
|
2343
2344
|
authorizationList?: undefined;
|
|
@@ -2399,7 +2400,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2399
2400
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2400
2401
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2401
2402
|
accessList?: import("viem").AccessList | undefined;
|
|
2402
|
-
authorizationList?: import("viem
|
|
2403
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2403
2404
|
blobs?: undefined;
|
|
2404
2405
|
blobVersionedHashes?: undefined;
|
|
2405
2406
|
gasPrice?: undefined;
|
|
@@ -2409,7 +2410,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2409
2410
|
sidecars?: undefined;
|
|
2410
2411
|
} | {
|
|
2411
2412
|
accessList?: import("viem").AccessList | undefined;
|
|
2412
|
-
authorizationList?: import("viem
|
|
2413
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2413
2414
|
blobs?: undefined;
|
|
2414
2415
|
blobVersionedHashes?: undefined;
|
|
2415
2416
|
gasPrice?: undefined;
|
|
@@ -2418,7 +2419,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2418
2419
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2419
2420
|
sidecars?: undefined;
|
|
2420
2421
|
}) & {
|
|
2421
|
-
authorizationList: import("viem
|
|
2422
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2422
2423
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2423
2424
|
accessList?: undefined;
|
|
2424
2425
|
authorizationList?: undefined;
|
|
@@ -2480,7 +2481,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2480
2481
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2481
2482
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2482
2483
|
accessList?: import("viem").AccessList | undefined;
|
|
2483
|
-
authorizationList?: import("viem
|
|
2484
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2484
2485
|
blobs?: undefined;
|
|
2485
2486
|
blobVersionedHashes?: undefined;
|
|
2486
2487
|
gasPrice?: undefined;
|
|
@@ -2490,7 +2491,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2490
2491
|
sidecars?: undefined;
|
|
2491
2492
|
} | {
|
|
2492
2493
|
accessList?: import("viem").AccessList | undefined;
|
|
2493
|
-
authorizationList?: import("viem
|
|
2494
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2494
2495
|
blobs?: undefined;
|
|
2495
2496
|
blobVersionedHashes?: undefined;
|
|
2496
2497
|
gasPrice?: undefined;
|
|
@@ -2499,7 +2500,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2499
2500
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2500
2501
|
sidecars?: undefined;
|
|
2501
2502
|
}) & {
|
|
2502
|
-
authorizationList: import("viem
|
|
2503
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2503
2504
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_23 ? T_23 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2504
2505
|
accessList?: undefined;
|
|
2505
2506
|
authorizationList?: undefined;
|
|
@@ -2561,7 +2562,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2561
2562
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2562
2563
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2563
2564
|
accessList?: import("viem").AccessList | undefined;
|
|
2564
|
-
authorizationList?: import("viem
|
|
2565
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2565
2566
|
blobs?: undefined;
|
|
2566
2567
|
blobVersionedHashes?: undefined;
|
|
2567
2568
|
gasPrice?: undefined;
|
|
@@ -2571,7 +2572,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2571
2572
|
sidecars?: undefined;
|
|
2572
2573
|
} | {
|
|
2573
2574
|
accessList?: import("viem").AccessList | undefined;
|
|
2574
|
-
authorizationList?: import("viem
|
|
2575
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2575
2576
|
blobs?: undefined;
|
|
2576
2577
|
blobVersionedHashes?: undefined;
|
|
2577
2578
|
gasPrice?: undefined;
|
|
@@ -2580,7 +2581,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2580
2581
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2581
2582
|
sidecars?: undefined;
|
|
2582
2583
|
}) & {
|
|
2583
|
-
authorizationList: import("viem
|
|
2584
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2584
2585
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2585
2586
|
accessList?: undefined;
|
|
2586
2587
|
authorizationList?: undefined;
|
|
@@ -2642,7 +2643,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2642
2643
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2643
2644
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2644
2645
|
accessList?: import("viem").AccessList | undefined;
|
|
2645
|
-
authorizationList?: import("viem
|
|
2646
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2646
2647
|
blobs?: undefined;
|
|
2647
2648
|
blobVersionedHashes?: undefined;
|
|
2648
2649
|
gasPrice?: undefined;
|
|
@@ -2652,7 +2653,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2652
2653
|
sidecars?: undefined;
|
|
2653
2654
|
} | {
|
|
2654
2655
|
accessList?: import("viem").AccessList | undefined;
|
|
2655
|
-
authorizationList?: import("viem
|
|
2656
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2656
2657
|
blobs?: undefined;
|
|
2657
2658
|
blobVersionedHashes?: undefined;
|
|
2658
2659
|
gasPrice?: undefined;
|
|
@@ -2661,7 +2662,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2661
2662
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2662
2663
|
sidecars?: undefined;
|
|
2663
2664
|
}) & {
|
|
2664
|
-
authorizationList: import("viem
|
|
2665
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2665
2666
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_23 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2666
2667
|
accessList?: undefined;
|
|
2667
2668
|
authorizationList?: undefined;
|
|
@@ -2723,7 +2724,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2723
2724
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2724
2725
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2725
2726
|
accessList?: import("viem").AccessList | undefined;
|
|
2726
|
-
authorizationList?: import("viem
|
|
2727
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2727
2728
|
blobs?: undefined;
|
|
2728
2729
|
blobVersionedHashes?: undefined;
|
|
2729
2730
|
gasPrice?: undefined;
|
|
@@ -2733,7 +2734,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2733
2734
|
sidecars?: undefined;
|
|
2734
2735
|
} | {
|
|
2735
2736
|
accessList?: import("viem").AccessList | undefined;
|
|
2736
|
-
authorizationList?: import("viem
|
|
2737
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2737
2738
|
blobs?: undefined;
|
|
2738
2739
|
blobVersionedHashes?: undefined;
|
|
2739
2740
|
gasPrice?: undefined;
|
|
@@ -2742,7 +2743,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2742
2743
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2743
2744
|
sidecars?: undefined;
|
|
2744
2745
|
}) & {
|
|
2745
|
-
authorizationList: import("viem
|
|
2746
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2746
2747
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2747
2748
|
accessList?: undefined;
|
|
2748
2749
|
authorizationList?: undefined;
|
|
@@ -2804,7 +2805,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2804
2805
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2805
2806
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2806
2807
|
accessList?: import("viem").AccessList | undefined;
|
|
2807
|
-
authorizationList?: import("viem
|
|
2808
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2808
2809
|
blobs?: undefined;
|
|
2809
2810
|
blobVersionedHashes?: undefined;
|
|
2810
2811
|
gasPrice?: undefined;
|
|
@@ -2814,7 +2815,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2814
2815
|
sidecars?: undefined;
|
|
2815
2816
|
} | {
|
|
2816
2817
|
accessList?: import("viem").AccessList | undefined;
|
|
2817
|
-
authorizationList?: import("viem
|
|
2818
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2818
2819
|
blobs?: undefined;
|
|
2819
2820
|
blobVersionedHashes?: undefined;
|
|
2820
2821
|
gasPrice?: undefined;
|
|
@@ -2823,7 +2824,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2823
2824
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2824
2825
|
sidecars?: undefined;
|
|
2825
2826
|
}) & {
|
|
2826
|
-
authorizationList: import("viem
|
|
2827
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2827
2828
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_24 ? T_24 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2828
2829
|
accessList?: undefined;
|
|
2829
2830
|
authorizationList?: undefined;
|
|
@@ -2885,7 +2886,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2885
2886
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2886
2887
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2887
2888
|
accessList?: import("viem").AccessList | undefined;
|
|
2888
|
-
authorizationList?: import("viem
|
|
2889
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2889
2890
|
blobs?: undefined;
|
|
2890
2891
|
blobVersionedHashes?: undefined;
|
|
2891
2892
|
gasPrice?: undefined;
|
|
@@ -2895,7 +2896,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2895
2896
|
sidecars?: undefined;
|
|
2896
2897
|
} | {
|
|
2897
2898
|
accessList?: import("viem").AccessList | undefined;
|
|
2898
|
-
authorizationList?: import("viem
|
|
2899
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2899
2900
|
blobs?: undefined;
|
|
2900
2901
|
blobVersionedHashes?: undefined;
|
|
2901
2902
|
gasPrice?: undefined;
|
|
@@ -2904,7 +2905,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2904
2905
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2905
2906
|
sidecars?: undefined;
|
|
2906
2907
|
}) & {
|
|
2907
|
-
authorizationList: import("viem
|
|
2908
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2908
2909
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2909
2910
|
accessList?: undefined;
|
|
2910
2911
|
authorizationList?: undefined;
|
|
@@ -2966,7 +2967,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2966
2967
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2967
2968
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2968
2969
|
accessList?: import("viem").AccessList | undefined;
|
|
2969
|
-
authorizationList?: import("viem
|
|
2970
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2970
2971
|
blobs?: undefined;
|
|
2971
2972
|
blobVersionedHashes?: undefined;
|
|
2972
2973
|
gasPrice?: undefined;
|
|
@@ -2976,7 +2977,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2976
2977
|
sidecars?: undefined;
|
|
2977
2978
|
} | {
|
|
2978
2979
|
accessList?: import("viem").AccessList | undefined;
|
|
2979
|
-
authorizationList?: import("viem
|
|
2980
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2980
2981
|
blobs?: undefined;
|
|
2981
2982
|
blobVersionedHashes?: undefined;
|
|
2982
2983
|
gasPrice?: undefined;
|
|
@@ -2985,7 +2986,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
2985
2986
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2986
2987
|
sidecars?: undefined;
|
|
2987
2988
|
}) & {
|
|
2988
|
-
authorizationList: import("viem
|
|
2989
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2989
2990
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_24 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
2990
2991
|
accessList?: undefined;
|
|
2991
2992
|
authorizationList?: undefined;
|
|
@@ -3047,7 +3048,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3047
3048
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3048
3049
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3049
3050
|
accessList?: import("viem").AccessList | undefined;
|
|
3050
|
-
authorizationList?: import("viem
|
|
3051
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3051
3052
|
blobs?: undefined;
|
|
3052
3053
|
blobVersionedHashes?: undefined;
|
|
3053
3054
|
gasPrice?: undefined;
|
|
@@ -3057,7 +3058,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3057
3058
|
sidecars?: undefined;
|
|
3058
3059
|
} | {
|
|
3059
3060
|
accessList?: import("viem").AccessList | undefined;
|
|
3060
|
-
authorizationList?: import("viem
|
|
3061
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3061
3062
|
blobs?: undefined;
|
|
3062
3063
|
blobVersionedHashes?: undefined;
|
|
3063
3064
|
gasPrice?: undefined;
|
|
@@ -3066,7 +3067,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3066
3067
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3067
3068
|
sidecars?: undefined;
|
|
3068
3069
|
}) & {
|
|
3069
|
-
authorizationList: import("viem
|
|
3070
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3070
3071
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3071
3072
|
accessList?: undefined;
|
|
3072
3073
|
authorizationList?: undefined;
|
|
@@ -3128,7 +3129,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3128
3129
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3129
3130
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3130
3131
|
accessList?: import("viem").AccessList | undefined;
|
|
3131
|
-
authorizationList?: import("viem
|
|
3132
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3132
3133
|
blobs?: undefined;
|
|
3133
3134
|
blobVersionedHashes?: undefined;
|
|
3134
3135
|
gasPrice?: undefined;
|
|
@@ -3138,7 +3139,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3138
3139
|
sidecars?: undefined;
|
|
3139
3140
|
} | {
|
|
3140
3141
|
accessList?: import("viem").AccessList | undefined;
|
|
3141
|
-
authorizationList?: import("viem
|
|
3142
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3142
3143
|
blobs?: undefined;
|
|
3143
3144
|
blobVersionedHashes?: undefined;
|
|
3144
3145
|
gasPrice?: undefined;
|
|
@@ -3147,7 +3148,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3147
3148
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3148
3149
|
sidecars?: undefined;
|
|
3149
3150
|
}) & {
|
|
3150
|
-
authorizationList: import("viem
|
|
3151
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3151
3152
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_25 ? T_25 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
3152
3153
|
accessList?: undefined;
|
|
3153
3154
|
authorizationList?: undefined;
|
|
@@ -3209,7 +3210,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3209
3210
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3210
3211
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3211
3212
|
accessList?: import("viem").AccessList | undefined;
|
|
3212
|
-
authorizationList?: import("viem
|
|
3213
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3213
3214
|
blobs?: undefined;
|
|
3214
3215
|
blobVersionedHashes?: undefined;
|
|
3215
3216
|
gasPrice?: undefined;
|
|
@@ -3219,7 +3220,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3219
3220
|
sidecars?: undefined;
|
|
3220
3221
|
} | {
|
|
3221
3222
|
accessList?: import("viem").AccessList | undefined;
|
|
3222
|
-
authorizationList?: import("viem
|
|
3223
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3223
3224
|
blobs?: undefined;
|
|
3224
3225
|
blobVersionedHashes?: undefined;
|
|
3225
3226
|
gasPrice?: undefined;
|
|
@@ -3228,7 +3229,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3228
3229
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3229
3230
|
sidecars?: undefined;
|
|
3230
3231
|
}) & {
|
|
3231
|
-
authorizationList: import("viem
|
|
3232
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3232
3233
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3233
3234
|
accessList?: undefined;
|
|
3234
3235
|
authorizationList?: undefined;
|
|
@@ -3290,7 +3291,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3290
3291
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3291
3292
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3292
3293
|
accessList?: import("viem").AccessList | undefined;
|
|
3293
|
-
authorizationList?: import("viem
|
|
3294
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3294
3295
|
blobs?: undefined;
|
|
3295
3296
|
blobVersionedHashes?: undefined;
|
|
3296
3297
|
gasPrice?: undefined;
|
|
@@ -3300,7 +3301,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3300
3301
|
sidecars?: undefined;
|
|
3301
3302
|
} | {
|
|
3302
3303
|
accessList?: import("viem").AccessList | undefined;
|
|
3303
|
-
authorizationList?: import("viem
|
|
3304
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3304
3305
|
blobs?: undefined;
|
|
3305
3306
|
blobVersionedHashes?: undefined;
|
|
3306
3307
|
gasPrice?: undefined;
|
|
@@ -3309,7 +3310,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3309
3310
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3310
3311
|
sidecars?: undefined;
|
|
3311
3312
|
}) & {
|
|
3312
|
-
authorizationList: import("viem
|
|
3313
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3313
3314
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
3314
3315
|
chainId?: number | undefined;
|
|
3315
3316
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_1>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<ViemChain, chainOverride_1> extends infer T_1 ? T_1 extends import("viem").DeriveChain<ViemChain, chainOverride_1> ? T_1 extends ViemChain ? {
|
|
@@ -3383,7 +3384,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3383
3384
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3384
3385
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3385
3386
|
accessList?: import("viem").AccessList | undefined;
|
|
3386
|
-
authorizationList?: import("viem
|
|
3387
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3387
3388
|
blobs?: undefined;
|
|
3388
3389
|
blobVersionedHashes?: undefined;
|
|
3389
3390
|
gasPrice?: undefined;
|
|
@@ -3393,7 +3394,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3393
3394
|
sidecars?: undefined;
|
|
3394
3395
|
} | {
|
|
3395
3396
|
accessList?: import("viem").AccessList | undefined;
|
|
3396
|
-
authorizationList?: import("viem
|
|
3397
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3397
3398
|
blobs?: undefined;
|
|
3398
3399
|
blobVersionedHashes?: undefined;
|
|
3399
3400
|
gasPrice?: undefined;
|
|
@@ -3402,7 +3403,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3402
3403
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3403
3404
|
sidecars?: undefined;
|
|
3404
3405
|
}) & {
|
|
3405
|
-
authorizationList: import("viem
|
|
3406
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3406
3407
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3407
3408
|
accessList?: undefined;
|
|
3408
3409
|
authorizationList?: undefined;
|
|
@@ -3464,7 +3465,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3464
3465
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3465
3466
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3466
3467
|
accessList?: import("viem").AccessList | undefined;
|
|
3467
|
-
authorizationList?: import("viem
|
|
3468
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3468
3469
|
blobs?: undefined;
|
|
3469
3470
|
blobVersionedHashes?: undefined;
|
|
3470
3471
|
gasPrice?: undefined;
|
|
@@ -3474,7 +3475,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3474
3475
|
sidecars?: undefined;
|
|
3475
3476
|
} | {
|
|
3476
3477
|
accessList?: import("viem").AccessList | undefined;
|
|
3477
|
-
authorizationList?: import("viem
|
|
3478
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3478
3479
|
blobs?: undefined;
|
|
3479
3480
|
blobVersionedHashes?: undefined;
|
|
3480
3481
|
gasPrice?: undefined;
|
|
@@ -3483,7 +3484,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3483
3484
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3484
3485
|
sidecars?: undefined;
|
|
3485
3486
|
}) & {
|
|
3486
|
-
authorizationList: import("viem
|
|
3487
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3487
3488
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_3 ? T_3 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
3488
3489
|
accessList?: undefined;
|
|
3489
3490
|
authorizationList?: undefined;
|
|
@@ -3545,7 +3546,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3545
3546
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3546
3547
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3547
3548
|
accessList?: import("viem").AccessList | undefined;
|
|
3548
|
-
authorizationList?: import("viem
|
|
3549
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3549
3550
|
blobs?: undefined;
|
|
3550
3551
|
blobVersionedHashes?: undefined;
|
|
3551
3552
|
gasPrice?: undefined;
|
|
@@ -3555,7 +3556,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3555
3556
|
sidecars?: undefined;
|
|
3556
3557
|
} | {
|
|
3557
3558
|
accessList?: import("viem").AccessList | undefined;
|
|
3558
|
-
authorizationList?: import("viem
|
|
3559
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3559
3560
|
blobs?: undefined;
|
|
3560
3561
|
blobVersionedHashes?: undefined;
|
|
3561
3562
|
gasPrice?: undefined;
|
|
@@ -3564,7 +3565,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3564
3565
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3565
3566
|
sidecars?: undefined;
|
|
3566
3567
|
}) & {
|
|
3567
|
-
authorizationList: import("viem
|
|
3568
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3568
3569
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3569
3570
|
accessList?: undefined;
|
|
3570
3571
|
authorizationList?: undefined;
|
|
@@ -3626,7 +3627,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3626
3627
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3627
3628
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3628
3629
|
accessList?: import("viem").AccessList | undefined;
|
|
3629
|
-
authorizationList?: import("viem
|
|
3630
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3630
3631
|
blobs?: undefined;
|
|
3631
3632
|
blobVersionedHashes?: undefined;
|
|
3632
3633
|
gasPrice?: undefined;
|
|
@@ -3636,7 +3637,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3636
3637
|
sidecars?: undefined;
|
|
3637
3638
|
} | {
|
|
3638
3639
|
accessList?: import("viem").AccessList | undefined;
|
|
3639
|
-
authorizationList?: import("viem
|
|
3640
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3640
3641
|
blobs?: undefined;
|
|
3641
3642
|
blobVersionedHashes?: undefined;
|
|
3642
3643
|
gasPrice?: undefined;
|
|
@@ -3645,7 +3646,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3645
3646
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3646
3647
|
sidecars?: undefined;
|
|
3647
3648
|
}) & {
|
|
3648
|
-
authorizationList: import("viem
|
|
3649
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3649
3650
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_3 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
3650
3651
|
accessList?: undefined;
|
|
3651
3652
|
authorizationList?: undefined;
|
|
@@ -3707,7 +3708,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3707
3708
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3708
3709
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3709
3710
|
accessList?: import("viem").AccessList | undefined;
|
|
3710
|
-
authorizationList?: import("viem
|
|
3711
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3711
3712
|
blobs?: undefined;
|
|
3712
3713
|
blobVersionedHashes?: undefined;
|
|
3713
3714
|
gasPrice?: undefined;
|
|
@@ -3717,7 +3718,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3717
3718
|
sidecars?: undefined;
|
|
3718
3719
|
} | {
|
|
3719
3720
|
accessList?: import("viem").AccessList | undefined;
|
|
3720
|
-
authorizationList?: import("viem
|
|
3721
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3721
3722
|
blobs?: undefined;
|
|
3722
3723
|
blobVersionedHashes?: undefined;
|
|
3723
3724
|
gasPrice?: undefined;
|
|
@@ -3726,7 +3727,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3726
3727
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3727
3728
|
sidecars?: undefined;
|
|
3728
3729
|
}) & {
|
|
3729
|
-
authorizationList: import("viem
|
|
3730
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3730
3731
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3731
3732
|
accessList?: undefined;
|
|
3732
3733
|
authorizationList?: undefined;
|
|
@@ -3788,7 +3789,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3788
3789
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3789
3790
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3790
3791
|
accessList?: import("viem").AccessList | undefined;
|
|
3791
|
-
authorizationList?: import("viem
|
|
3792
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3792
3793
|
blobs?: undefined;
|
|
3793
3794
|
blobVersionedHashes?: undefined;
|
|
3794
3795
|
gasPrice?: undefined;
|
|
@@ -3798,7 +3799,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3798
3799
|
sidecars?: undefined;
|
|
3799
3800
|
} | {
|
|
3800
3801
|
accessList?: import("viem").AccessList | undefined;
|
|
3801
|
-
authorizationList?: import("viem
|
|
3802
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3802
3803
|
blobs?: undefined;
|
|
3803
3804
|
blobVersionedHashes?: undefined;
|
|
3804
3805
|
gasPrice?: undefined;
|
|
@@ -3807,7 +3808,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3807
3808
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3808
3809
|
sidecars?: undefined;
|
|
3809
3810
|
}) & {
|
|
3810
|
-
authorizationList: import("viem
|
|
3811
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3811
3812
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_4 ? T_4 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
3812
3813
|
accessList?: undefined;
|
|
3813
3814
|
authorizationList?: undefined;
|
|
@@ -3869,7 +3870,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3869
3870
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3870
3871
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3871
3872
|
accessList?: import("viem").AccessList | undefined;
|
|
3872
|
-
authorizationList?: import("viem
|
|
3873
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3873
3874
|
blobs?: undefined;
|
|
3874
3875
|
blobVersionedHashes?: undefined;
|
|
3875
3876
|
gasPrice?: undefined;
|
|
@@ -3879,7 +3880,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3879
3880
|
sidecars?: undefined;
|
|
3880
3881
|
} | {
|
|
3881
3882
|
accessList?: import("viem").AccessList | undefined;
|
|
3882
|
-
authorizationList?: import("viem
|
|
3883
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3883
3884
|
blobs?: undefined;
|
|
3884
3885
|
blobVersionedHashes?: undefined;
|
|
3885
3886
|
gasPrice?: undefined;
|
|
@@ -3888,7 +3889,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3888
3889
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3889
3890
|
sidecars?: undefined;
|
|
3890
3891
|
}) & {
|
|
3891
|
-
authorizationList: import("viem
|
|
3892
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3892
3893
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3893
3894
|
accessList?: undefined;
|
|
3894
3895
|
authorizationList?: undefined;
|
|
@@ -3950,7 +3951,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3950
3951
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3951
3952
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3952
3953
|
accessList?: import("viem").AccessList | undefined;
|
|
3953
|
-
authorizationList?: import("viem
|
|
3954
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3954
3955
|
blobs?: undefined;
|
|
3955
3956
|
blobVersionedHashes?: undefined;
|
|
3956
3957
|
gasPrice?: undefined;
|
|
@@ -3960,7 +3961,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3960
3961
|
sidecars?: undefined;
|
|
3961
3962
|
} | {
|
|
3962
3963
|
accessList?: import("viem").AccessList | undefined;
|
|
3963
|
-
authorizationList?: import("viem
|
|
3964
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3964
3965
|
blobs?: undefined;
|
|
3965
3966
|
blobVersionedHashes?: undefined;
|
|
3966
3967
|
gasPrice?: undefined;
|
|
@@ -3969,7 +3970,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
3969
3970
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3970
3971
|
sidecars?: undefined;
|
|
3971
3972
|
}) & {
|
|
3972
|
-
authorizationList: import("viem
|
|
3973
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3973
3974
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_4 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
3974
3975
|
accessList?: undefined;
|
|
3975
3976
|
authorizationList?: undefined;
|
|
@@ -4031,7 +4032,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4031
4032
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4032
4033
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4033
4034
|
accessList?: import("viem").AccessList | undefined;
|
|
4034
|
-
authorizationList?: import("viem
|
|
4035
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4035
4036
|
blobs?: undefined;
|
|
4036
4037
|
blobVersionedHashes?: undefined;
|
|
4037
4038
|
gasPrice?: undefined;
|
|
@@ -4041,7 +4042,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4041
4042
|
sidecars?: undefined;
|
|
4042
4043
|
} | {
|
|
4043
4044
|
accessList?: import("viem").AccessList | undefined;
|
|
4044
|
-
authorizationList?: import("viem
|
|
4045
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4045
4046
|
blobs?: undefined;
|
|
4046
4047
|
blobVersionedHashes?: undefined;
|
|
4047
4048
|
gasPrice?: undefined;
|
|
@@ -4050,7 +4051,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4050
4051
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4051
4052
|
sidecars?: undefined;
|
|
4052
4053
|
}) & {
|
|
4053
|
-
authorizationList: import("viem
|
|
4054
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4054
4055
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4055
4056
|
accessList?: undefined;
|
|
4056
4057
|
authorizationList?: undefined;
|
|
@@ -4112,7 +4113,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4112
4113
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4113
4114
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4114
4115
|
accessList?: import("viem").AccessList | undefined;
|
|
4115
|
-
authorizationList?: import("viem
|
|
4116
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4116
4117
|
blobs?: undefined;
|
|
4117
4118
|
blobVersionedHashes?: undefined;
|
|
4118
4119
|
gasPrice?: undefined;
|
|
@@ -4122,7 +4123,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4122
4123
|
sidecars?: undefined;
|
|
4123
4124
|
} | {
|
|
4124
4125
|
accessList?: import("viem").AccessList | undefined;
|
|
4125
|
-
authorizationList?: import("viem
|
|
4126
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4126
4127
|
blobs?: undefined;
|
|
4127
4128
|
blobVersionedHashes?: undefined;
|
|
4128
4129
|
gasPrice?: undefined;
|
|
@@ -4131,7 +4132,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4131
4132
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4132
4133
|
sidecars?: undefined;
|
|
4133
4134
|
}) & {
|
|
4134
|
-
authorizationList: import("viem
|
|
4135
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4135
4136
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_5 ? T_5 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4136
4137
|
accessList?: undefined;
|
|
4137
4138
|
authorizationList?: undefined;
|
|
@@ -4193,7 +4194,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4193
4194
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4194
4195
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4195
4196
|
accessList?: import("viem").AccessList | undefined;
|
|
4196
|
-
authorizationList?: import("viem
|
|
4197
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4197
4198
|
blobs?: undefined;
|
|
4198
4199
|
blobVersionedHashes?: undefined;
|
|
4199
4200
|
gasPrice?: undefined;
|
|
@@ -4203,7 +4204,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4203
4204
|
sidecars?: undefined;
|
|
4204
4205
|
} | {
|
|
4205
4206
|
accessList?: import("viem").AccessList | undefined;
|
|
4206
|
-
authorizationList?: import("viem
|
|
4207
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4207
4208
|
blobs?: undefined;
|
|
4208
4209
|
blobVersionedHashes?: undefined;
|
|
4209
4210
|
gasPrice?: undefined;
|
|
@@ -4212,7 +4213,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4212
4213
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4213
4214
|
sidecars?: undefined;
|
|
4214
4215
|
}) & {
|
|
4215
|
-
authorizationList: import("viem
|
|
4216
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4216
4217
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4217
4218
|
accessList?: undefined;
|
|
4218
4219
|
authorizationList?: undefined;
|
|
@@ -4274,7 +4275,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4274
4275
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4275
4276
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4276
4277
|
accessList?: import("viem").AccessList | undefined;
|
|
4277
|
-
authorizationList?: import("viem
|
|
4278
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4278
4279
|
blobs?: undefined;
|
|
4279
4280
|
blobVersionedHashes?: undefined;
|
|
4280
4281
|
gasPrice?: undefined;
|
|
@@ -4284,7 +4285,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4284
4285
|
sidecars?: undefined;
|
|
4285
4286
|
} | {
|
|
4286
4287
|
accessList?: import("viem").AccessList | undefined;
|
|
4287
|
-
authorizationList?: import("viem
|
|
4288
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4288
4289
|
blobs?: undefined;
|
|
4289
4290
|
blobVersionedHashes?: undefined;
|
|
4290
4291
|
gasPrice?: undefined;
|
|
@@ -4293,7 +4294,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4293
4294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4294
4295
|
sidecars?: undefined;
|
|
4295
4296
|
}) & {
|
|
4296
|
-
authorizationList: import("viem
|
|
4297
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4297
4298
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_5 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4298
4299
|
accessList?: undefined;
|
|
4299
4300
|
authorizationList?: undefined;
|
|
@@ -4355,7 +4356,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4355
4356
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4356
4357
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4357
4358
|
accessList?: import("viem").AccessList | undefined;
|
|
4358
|
-
authorizationList?: import("viem
|
|
4359
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4359
4360
|
blobs?: undefined;
|
|
4360
4361
|
blobVersionedHashes?: undefined;
|
|
4361
4362
|
gasPrice?: undefined;
|
|
@@ -4365,7 +4366,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4365
4366
|
sidecars?: undefined;
|
|
4366
4367
|
} | {
|
|
4367
4368
|
accessList?: import("viem").AccessList | undefined;
|
|
4368
|
-
authorizationList?: import("viem
|
|
4369
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4369
4370
|
blobs?: undefined;
|
|
4370
4371
|
blobVersionedHashes?: undefined;
|
|
4371
4372
|
gasPrice?: undefined;
|
|
@@ -4374,7 +4375,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4374
4375
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4375
4376
|
sidecars?: undefined;
|
|
4376
4377
|
}) & {
|
|
4377
|
-
authorizationList: import("viem
|
|
4378
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4378
4379
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4379
4380
|
accessList?: undefined;
|
|
4380
4381
|
authorizationList?: undefined;
|
|
@@ -4436,7 +4437,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4436
4437
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4437
4438
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4438
4439
|
accessList?: import("viem").AccessList | undefined;
|
|
4439
|
-
authorizationList?: import("viem
|
|
4440
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4440
4441
|
blobs?: undefined;
|
|
4441
4442
|
blobVersionedHashes?: undefined;
|
|
4442
4443
|
gasPrice?: undefined;
|
|
@@ -4446,7 +4447,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4446
4447
|
sidecars?: undefined;
|
|
4447
4448
|
} | {
|
|
4448
4449
|
accessList?: import("viem").AccessList | undefined;
|
|
4449
|
-
authorizationList?: import("viem
|
|
4450
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4450
4451
|
blobs?: undefined;
|
|
4451
4452
|
blobVersionedHashes?: undefined;
|
|
4452
4453
|
gasPrice?: undefined;
|
|
@@ -4455,7 +4456,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4455
4456
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4456
4457
|
sidecars?: undefined;
|
|
4457
4458
|
}) & {
|
|
4458
|
-
authorizationList: import("viem
|
|
4459
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4459
4460
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_6 ? T_6 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4460
4461
|
accessList?: undefined;
|
|
4461
4462
|
authorizationList?: undefined;
|
|
@@ -4517,7 +4518,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4517
4518
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4518
4519
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4519
4520
|
accessList?: import("viem").AccessList | undefined;
|
|
4520
|
-
authorizationList?: import("viem
|
|
4521
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4521
4522
|
blobs?: undefined;
|
|
4522
4523
|
blobVersionedHashes?: undefined;
|
|
4523
4524
|
gasPrice?: undefined;
|
|
@@ -4527,7 +4528,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4527
4528
|
sidecars?: undefined;
|
|
4528
4529
|
} | {
|
|
4529
4530
|
accessList?: import("viem").AccessList | undefined;
|
|
4530
|
-
authorizationList?: import("viem
|
|
4531
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4531
4532
|
blobs?: undefined;
|
|
4532
4533
|
blobVersionedHashes?: undefined;
|
|
4533
4534
|
gasPrice?: undefined;
|
|
@@ -4536,7 +4537,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4536
4537
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4537
4538
|
sidecars?: undefined;
|
|
4538
4539
|
}) & {
|
|
4539
|
-
authorizationList: import("viem
|
|
4540
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4540
4541
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4541
4542
|
accessList?: undefined;
|
|
4542
4543
|
authorizationList?: undefined;
|
|
@@ -4598,7 +4599,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4598
4599
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4599
4600
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4600
4601
|
accessList?: import("viem").AccessList | undefined;
|
|
4601
|
-
authorizationList?: import("viem
|
|
4602
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4602
4603
|
blobs?: undefined;
|
|
4603
4604
|
blobVersionedHashes?: undefined;
|
|
4604
4605
|
gasPrice?: undefined;
|
|
@@ -4608,7 +4609,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4608
4609
|
sidecars?: undefined;
|
|
4609
4610
|
} | {
|
|
4610
4611
|
accessList?: import("viem").AccessList | undefined;
|
|
4611
|
-
authorizationList?: import("viem
|
|
4612
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4612
4613
|
blobs?: undefined;
|
|
4613
4614
|
blobVersionedHashes?: undefined;
|
|
4614
4615
|
gasPrice?: undefined;
|
|
@@ -4617,7 +4618,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4617
4618
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4618
4619
|
sidecars?: undefined;
|
|
4619
4620
|
}) & {
|
|
4620
|
-
authorizationList: import("viem
|
|
4621
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4621
4622
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_6 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4622
4623
|
accessList?: undefined;
|
|
4623
4624
|
authorizationList?: undefined;
|
|
@@ -4679,7 +4680,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4679
4680
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4680
4681
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4681
4682
|
accessList?: import("viem").AccessList | undefined;
|
|
4682
|
-
authorizationList?: import("viem
|
|
4683
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4683
4684
|
blobs?: undefined;
|
|
4684
4685
|
blobVersionedHashes?: undefined;
|
|
4685
4686
|
gasPrice?: undefined;
|
|
@@ -4689,7 +4690,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4689
4690
|
sidecars?: undefined;
|
|
4690
4691
|
} | {
|
|
4691
4692
|
accessList?: import("viem").AccessList | undefined;
|
|
4692
|
-
authorizationList?: import("viem
|
|
4693
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4693
4694
|
blobs?: undefined;
|
|
4694
4695
|
blobVersionedHashes?: undefined;
|
|
4695
4696
|
gasPrice?: undefined;
|
|
@@ -4698,7 +4699,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4698
4699
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4699
4700
|
sidecars?: undefined;
|
|
4700
4701
|
}) & {
|
|
4701
|
-
authorizationList: import("viem
|
|
4702
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4702
4703
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4703
4704
|
accessList?: undefined;
|
|
4704
4705
|
authorizationList?: undefined;
|
|
@@ -4760,7 +4761,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4760
4761
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4761
4762
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4762
4763
|
accessList?: import("viem").AccessList | undefined;
|
|
4763
|
-
authorizationList?: import("viem
|
|
4764
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4764
4765
|
blobs?: undefined;
|
|
4765
4766
|
blobVersionedHashes?: undefined;
|
|
4766
4767
|
gasPrice?: undefined;
|
|
@@ -4770,7 +4771,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4770
4771
|
sidecars?: undefined;
|
|
4771
4772
|
} | {
|
|
4772
4773
|
accessList?: import("viem").AccessList | undefined;
|
|
4773
|
-
authorizationList?: import("viem
|
|
4774
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4774
4775
|
blobs?: undefined;
|
|
4775
4776
|
blobVersionedHashes?: undefined;
|
|
4776
4777
|
gasPrice?: undefined;
|
|
@@ -4779,7 +4780,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4779
4780
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4780
4781
|
sidecars?: undefined;
|
|
4781
4782
|
}) & {
|
|
4782
|
-
authorizationList: import("viem
|
|
4783
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4783
4784
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_7 ? T_7 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4784
4785
|
accessList?: undefined;
|
|
4785
4786
|
authorizationList?: undefined;
|
|
@@ -4841,7 +4842,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4841
4842
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4842
4843
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4843
4844
|
accessList?: import("viem").AccessList | undefined;
|
|
4844
|
-
authorizationList?: import("viem
|
|
4845
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4845
4846
|
blobs?: undefined;
|
|
4846
4847
|
blobVersionedHashes?: undefined;
|
|
4847
4848
|
gasPrice?: undefined;
|
|
@@ -4851,7 +4852,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4851
4852
|
sidecars?: undefined;
|
|
4852
4853
|
} | {
|
|
4853
4854
|
accessList?: import("viem").AccessList | undefined;
|
|
4854
|
-
authorizationList?: import("viem
|
|
4855
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4855
4856
|
blobs?: undefined;
|
|
4856
4857
|
blobVersionedHashes?: undefined;
|
|
4857
4858
|
gasPrice?: undefined;
|
|
@@ -4860,7 +4861,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4860
4861
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4861
4862
|
sidecars?: undefined;
|
|
4862
4863
|
}) & {
|
|
4863
|
-
authorizationList: import("viem
|
|
4864
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4864
4865
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4865
4866
|
accessList?: undefined;
|
|
4866
4867
|
authorizationList?: undefined;
|
|
@@ -4922,7 +4923,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4922
4923
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4923
4924
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4924
4925
|
accessList?: import("viem").AccessList | undefined;
|
|
4925
|
-
authorizationList?: import("viem
|
|
4926
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4926
4927
|
blobs?: undefined;
|
|
4927
4928
|
blobVersionedHashes?: undefined;
|
|
4928
4929
|
gasPrice?: undefined;
|
|
@@ -4932,7 +4933,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4932
4933
|
sidecars?: undefined;
|
|
4933
4934
|
} | {
|
|
4934
4935
|
accessList?: import("viem").AccessList | undefined;
|
|
4935
|
-
authorizationList?: import("viem
|
|
4936
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4936
4937
|
blobs?: undefined;
|
|
4937
4938
|
blobVersionedHashes?: undefined;
|
|
4938
4939
|
gasPrice?: undefined;
|
|
@@ -4941,7 +4942,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
4941
4942
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4942
4943
|
sidecars?: undefined;
|
|
4943
4944
|
}) & {
|
|
4944
|
-
authorizationList: import("viem
|
|
4945
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4945
4946
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_7 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)> extends true ? unknown : import("viem").ExactPartial<((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
4946
4947
|
accessList?: undefined;
|
|
4947
4948
|
authorizationList?: undefined;
|
|
@@ -5003,7 +5004,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5003
5004
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5004
5005
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5005
5006
|
accessList?: import("viem").AccessList | undefined;
|
|
5006
|
-
authorizationList?: import("viem
|
|
5007
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5007
5008
|
blobs?: undefined;
|
|
5008
5009
|
blobVersionedHashes?: undefined;
|
|
5009
5010
|
gasPrice?: undefined;
|
|
@@ -5013,7 +5014,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5013
5014
|
sidecars?: undefined;
|
|
5014
5015
|
} | {
|
|
5015
5016
|
accessList?: import("viem").AccessList | undefined;
|
|
5016
|
-
authorizationList?: import("viem
|
|
5017
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5017
5018
|
blobs?: undefined;
|
|
5018
5019
|
blobVersionedHashes?: undefined;
|
|
5019
5020
|
gasPrice?: undefined;
|
|
@@ -5022,7 +5023,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5022
5023
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5023
5024
|
sidecars?: undefined;
|
|
5024
5025
|
}) & {
|
|
5025
|
-
authorizationList: import("viem
|
|
5026
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5026
5027
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5027
5028
|
accessList?: undefined;
|
|
5028
5029
|
authorizationList?: undefined;
|
|
@@ -5084,7 +5085,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5084
5085
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5085
5086
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5086
5087
|
accessList?: import("viem").AccessList | undefined;
|
|
5087
|
-
authorizationList?: import("viem
|
|
5088
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5088
5089
|
blobs?: undefined;
|
|
5089
5090
|
blobVersionedHashes?: undefined;
|
|
5090
5091
|
gasPrice?: undefined;
|
|
@@ -5094,7 +5095,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5094
5095
|
sidecars?: undefined;
|
|
5095
5096
|
} | {
|
|
5096
5097
|
accessList?: import("viem").AccessList | undefined;
|
|
5097
|
-
authorizationList?: import("viem
|
|
5098
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5098
5099
|
blobs?: undefined;
|
|
5099
5100
|
blobVersionedHashes?: undefined;
|
|
5100
5101
|
gasPrice?: undefined;
|
|
@@ -5103,7 +5104,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5103
5104
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5104
5105
|
sidecars?: undefined;
|
|
5105
5106
|
}) & {
|
|
5106
|
-
authorizationList: import("viem
|
|
5107
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5107
5108
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_8 ? T_8 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5108
5109
|
accessList?: undefined;
|
|
5109
5110
|
authorizationList?: undefined;
|
|
@@ -5165,7 +5166,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5165
5166
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5166
5167
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5167
5168
|
accessList?: import("viem").AccessList | undefined;
|
|
5168
|
-
authorizationList?: import("viem
|
|
5169
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5169
5170
|
blobs?: undefined;
|
|
5170
5171
|
blobVersionedHashes?: undefined;
|
|
5171
5172
|
gasPrice?: undefined;
|
|
@@ -5175,7 +5176,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5175
5176
|
sidecars?: undefined;
|
|
5176
5177
|
} | {
|
|
5177
5178
|
accessList?: import("viem").AccessList | undefined;
|
|
5178
|
-
authorizationList?: import("viem
|
|
5179
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5179
5180
|
blobs?: undefined;
|
|
5180
5181
|
blobVersionedHashes?: undefined;
|
|
5181
5182
|
gasPrice?: undefined;
|
|
@@ -5184,7 +5185,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5184
5185
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5185
5186
|
sidecars?: undefined;
|
|
5186
5187
|
}) & {
|
|
5187
|
-
authorizationList: import("viem
|
|
5188
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5188
5189
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5189
5190
|
accessList?: undefined;
|
|
5190
5191
|
authorizationList?: undefined;
|
|
@@ -5246,7 +5247,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5246
5247
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5247
5248
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5248
5249
|
accessList?: import("viem").AccessList | undefined;
|
|
5249
|
-
authorizationList?: import("viem
|
|
5250
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5250
5251
|
blobs?: undefined;
|
|
5251
5252
|
blobVersionedHashes?: undefined;
|
|
5252
5253
|
gasPrice?: undefined;
|
|
@@ -5256,7 +5257,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5256
5257
|
sidecars?: undefined;
|
|
5257
5258
|
} | {
|
|
5258
5259
|
accessList?: import("viem").AccessList | undefined;
|
|
5259
|
-
authorizationList?: import("viem
|
|
5260
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5260
5261
|
blobs?: undefined;
|
|
5261
5262
|
blobVersionedHashes?: undefined;
|
|
5262
5263
|
gasPrice?: undefined;
|
|
@@ -5265,7 +5266,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5265
5266
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5266
5267
|
sidecars?: undefined;
|
|
5267
5268
|
}) & {
|
|
5268
|
-
authorizationList: import("viem
|
|
5269
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5269
5270
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_8 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5270
5271
|
accessList?: undefined;
|
|
5271
5272
|
authorizationList?: undefined;
|
|
@@ -5327,7 +5328,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5327
5328
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5328
5329
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5329
5330
|
accessList?: import("viem").AccessList | undefined;
|
|
5330
|
-
authorizationList?: import("viem
|
|
5331
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5331
5332
|
blobs?: undefined;
|
|
5332
5333
|
blobVersionedHashes?: undefined;
|
|
5333
5334
|
gasPrice?: undefined;
|
|
@@ -5337,7 +5338,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5337
5338
|
sidecars?: undefined;
|
|
5338
5339
|
} | {
|
|
5339
5340
|
accessList?: import("viem").AccessList | undefined;
|
|
5340
|
-
authorizationList?: import("viem
|
|
5341
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5341
5342
|
blobs?: undefined;
|
|
5342
5343
|
blobVersionedHashes?: undefined;
|
|
5343
5344
|
gasPrice?: undefined;
|
|
@@ -5346,7 +5347,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5346
5347
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5347
5348
|
sidecars?: undefined;
|
|
5348
5349
|
}) & {
|
|
5349
|
-
authorizationList: import("viem
|
|
5350
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5350
5351
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5351
5352
|
accessList?: undefined;
|
|
5352
5353
|
authorizationList?: undefined;
|
|
@@ -5408,7 +5409,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5408
5409
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5409
5410
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5410
5411
|
accessList?: import("viem").AccessList | undefined;
|
|
5411
|
-
authorizationList?: import("viem
|
|
5412
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5412
5413
|
blobs?: undefined;
|
|
5413
5414
|
blobVersionedHashes?: undefined;
|
|
5414
5415
|
gasPrice?: undefined;
|
|
@@ -5418,7 +5419,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5418
5419
|
sidecars?: undefined;
|
|
5419
5420
|
} | {
|
|
5420
5421
|
accessList?: import("viem").AccessList | undefined;
|
|
5421
|
-
authorizationList?: import("viem
|
|
5422
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5422
5423
|
blobs?: undefined;
|
|
5423
5424
|
blobVersionedHashes?: undefined;
|
|
5424
5425
|
gasPrice?: undefined;
|
|
@@ -5427,7 +5428,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5427
5428
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5428
5429
|
sidecars?: undefined;
|
|
5429
5430
|
}) & {
|
|
5430
|
-
authorizationList: import("viem
|
|
5431
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5431
5432
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_9 ? T_9 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5432
5433
|
accessList?: undefined;
|
|
5433
5434
|
authorizationList?: undefined;
|
|
@@ -5489,7 +5490,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5489
5490
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5490
5491
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5491
5492
|
accessList?: import("viem").AccessList | undefined;
|
|
5492
|
-
authorizationList?: import("viem
|
|
5493
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5493
5494
|
blobs?: undefined;
|
|
5494
5495
|
blobVersionedHashes?: undefined;
|
|
5495
5496
|
gasPrice?: undefined;
|
|
@@ -5499,7 +5500,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5499
5500
|
sidecars?: undefined;
|
|
5500
5501
|
} | {
|
|
5501
5502
|
accessList?: import("viem").AccessList | undefined;
|
|
5502
|
-
authorizationList?: import("viem
|
|
5503
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5503
5504
|
blobs?: undefined;
|
|
5504
5505
|
blobVersionedHashes?: undefined;
|
|
5505
5506
|
gasPrice?: undefined;
|
|
@@ -5508,7 +5509,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5508
5509
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5509
5510
|
sidecars?: undefined;
|
|
5510
5511
|
}) & {
|
|
5511
|
-
authorizationList: import("viem
|
|
5512
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5512
5513
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5513
5514
|
accessList?: undefined;
|
|
5514
5515
|
authorizationList?: undefined;
|
|
@@ -5570,7 +5571,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5570
5571
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5571
5572
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5572
5573
|
accessList?: import("viem").AccessList | undefined;
|
|
5573
|
-
authorizationList?: import("viem
|
|
5574
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5574
5575
|
blobs?: undefined;
|
|
5575
5576
|
blobVersionedHashes?: undefined;
|
|
5576
5577
|
gasPrice?: undefined;
|
|
@@ -5580,7 +5581,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5580
5581
|
sidecars?: undefined;
|
|
5581
5582
|
} | {
|
|
5582
5583
|
accessList?: import("viem").AccessList | undefined;
|
|
5583
|
-
authorizationList?: import("viem
|
|
5584
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5584
5585
|
blobs?: undefined;
|
|
5585
5586
|
blobVersionedHashes?: undefined;
|
|
5586
5587
|
gasPrice?: undefined;
|
|
@@ -5589,7 +5590,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5589
5590
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5590
5591
|
sidecars?: undefined;
|
|
5591
5592
|
}) & {
|
|
5592
|
-
authorizationList: import("viem
|
|
5593
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5593
5594
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_9 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5594
5595
|
accessList?: undefined;
|
|
5595
5596
|
authorizationList?: undefined;
|
|
@@ -5651,7 +5652,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5651
5652
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5652
5653
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5653
5654
|
accessList?: import("viem").AccessList | undefined;
|
|
5654
|
-
authorizationList?: import("viem
|
|
5655
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5655
5656
|
blobs?: undefined;
|
|
5656
5657
|
blobVersionedHashes?: undefined;
|
|
5657
5658
|
gasPrice?: undefined;
|
|
@@ -5661,7 +5662,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5661
5662
|
sidecars?: undefined;
|
|
5662
5663
|
} | {
|
|
5663
5664
|
accessList?: import("viem").AccessList | undefined;
|
|
5664
|
-
authorizationList?: import("viem
|
|
5665
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5665
5666
|
blobs?: undefined;
|
|
5666
5667
|
blobVersionedHashes?: undefined;
|
|
5667
5668
|
gasPrice?: undefined;
|
|
@@ -5670,7 +5671,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5670
5671
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5671
5672
|
sidecars?: undefined;
|
|
5672
5673
|
}) & {
|
|
5673
|
-
authorizationList: import("viem
|
|
5674
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5674
5675
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5675
5676
|
accessList?: undefined;
|
|
5676
5677
|
authorizationList?: undefined;
|
|
@@ -5732,7 +5733,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5732
5733
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5733
5734
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5734
5735
|
accessList?: import("viem").AccessList | undefined;
|
|
5735
|
-
authorizationList?: import("viem
|
|
5736
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5736
5737
|
blobs?: undefined;
|
|
5737
5738
|
blobVersionedHashes?: undefined;
|
|
5738
5739
|
gasPrice?: undefined;
|
|
@@ -5742,7 +5743,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5742
5743
|
sidecars?: undefined;
|
|
5743
5744
|
} | {
|
|
5744
5745
|
accessList?: import("viem").AccessList | undefined;
|
|
5745
|
-
authorizationList?: import("viem
|
|
5746
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5746
5747
|
blobs?: undefined;
|
|
5747
5748
|
blobVersionedHashes?: undefined;
|
|
5748
5749
|
gasPrice?: undefined;
|
|
@@ -5751,7 +5752,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5751
5752
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5752
5753
|
sidecars?: undefined;
|
|
5753
5754
|
}) & {
|
|
5754
|
-
authorizationList: import("viem
|
|
5755
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5755
5756
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_10 ? T_10 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5756
5757
|
accessList?: undefined;
|
|
5757
5758
|
authorizationList?: undefined;
|
|
@@ -5813,7 +5814,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5813
5814
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5814
5815
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5815
5816
|
accessList?: import("viem").AccessList | undefined;
|
|
5816
|
-
authorizationList?: import("viem
|
|
5817
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5817
5818
|
blobs?: undefined;
|
|
5818
5819
|
blobVersionedHashes?: undefined;
|
|
5819
5820
|
gasPrice?: undefined;
|
|
@@ -5823,7 +5824,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5823
5824
|
sidecars?: undefined;
|
|
5824
5825
|
} | {
|
|
5825
5826
|
accessList?: import("viem").AccessList | undefined;
|
|
5826
|
-
authorizationList?: import("viem
|
|
5827
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5827
5828
|
blobs?: undefined;
|
|
5828
5829
|
blobVersionedHashes?: undefined;
|
|
5829
5830
|
gasPrice?: undefined;
|
|
@@ -5832,7 +5833,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5832
5833
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5833
5834
|
sidecars?: undefined;
|
|
5834
5835
|
}) & {
|
|
5835
|
-
authorizationList: import("viem
|
|
5836
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5836
5837
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5837
5838
|
accessList?: undefined;
|
|
5838
5839
|
authorizationList?: undefined;
|
|
@@ -5894,7 +5895,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5894
5895
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5895
5896
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5896
5897
|
accessList?: import("viem").AccessList | undefined;
|
|
5897
|
-
authorizationList?: import("viem
|
|
5898
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5898
5899
|
blobs?: undefined;
|
|
5899
5900
|
blobVersionedHashes?: undefined;
|
|
5900
5901
|
gasPrice?: undefined;
|
|
@@ -5904,7 +5905,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5904
5905
|
sidecars?: undefined;
|
|
5905
5906
|
} | {
|
|
5906
5907
|
accessList?: import("viem").AccessList | undefined;
|
|
5907
|
-
authorizationList?: import("viem
|
|
5908
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5908
5909
|
blobs?: undefined;
|
|
5909
5910
|
blobVersionedHashes?: undefined;
|
|
5910
5911
|
gasPrice?: undefined;
|
|
@@ -5913,7 +5914,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5913
5914
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5914
5915
|
sidecars?: undefined;
|
|
5915
5916
|
}) & {
|
|
5916
|
-
authorizationList: import("viem
|
|
5917
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5917
5918
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_10 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
5918
5919
|
accessList?: undefined;
|
|
5919
5920
|
authorizationList?: undefined;
|
|
@@ -5975,7 +5976,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5975
5976
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5976
5977
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5977
5978
|
accessList?: import("viem").AccessList | undefined;
|
|
5978
|
-
authorizationList?: import("viem
|
|
5979
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5979
5980
|
blobs?: undefined;
|
|
5980
5981
|
blobVersionedHashes?: undefined;
|
|
5981
5982
|
gasPrice?: undefined;
|
|
@@ -5985,7 +5986,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5985
5986
|
sidecars?: undefined;
|
|
5986
5987
|
} | {
|
|
5987
5988
|
accessList?: import("viem").AccessList | undefined;
|
|
5988
|
-
authorizationList?: import("viem
|
|
5989
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5989
5990
|
blobs?: undefined;
|
|
5990
5991
|
blobVersionedHashes?: undefined;
|
|
5991
5992
|
gasPrice?: undefined;
|
|
@@ -5994,7 +5995,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
5994
5995
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5995
5996
|
sidecars?: undefined;
|
|
5996
5997
|
}) & {
|
|
5997
|
-
authorizationList: import("viem
|
|
5998
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5998
5999
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5999
6000
|
accessList?: undefined;
|
|
6000
6001
|
authorizationList?: undefined;
|
|
@@ -6056,7 +6057,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6056
6057
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6057
6058
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6058
6059
|
accessList?: import("viem").AccessList | undefined;
|
|
6059
|
-
authorizationList?: import("viem
|
|
6060
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6060
6061
|
blobs?: undefined;
|
|
6061
6062
|
blobVersionedHashes?: undefined;
|
|
6062
6063
|
gasPrice?: undefined;
|
|
@@ -6066,7 +6067,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6066
6067
|
sidecars?: undefined;
|
|
6067
6068
|
} | {
|
|
6068
6069
|
accessList?: import("viem").AccessList | undefined;
|
|
6069
|
-
authorizationList?: import("viem
|
|
6070
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6070
6071
|
blobs?: undefined;
|
|
6071
6072
|
blobVersionedHashes?: undefined;
|
|
6072
6073
|
gasPrice?: undefined;
|
|
@@ -6075,7 +6076,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6075
6076
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6076
6077
|
sidecars?: undefined;
|
|
6077
6078
|
}) & {
|
|
6078
|
-
authorizationList: import("viem
|
|
6079
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6079
6080
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_11 ? T_11 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
6080
6081
|
accessList?: undefined;
|
|
6081
6082
|
authorizationList?: undefined;
|
|
@@ -6137,7 +6138,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6137
6138
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6138
6139
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6139
6140
|
accessList?: import("viem").AccessList | undefined;
|
|
6140
|
-
authorizationList?: import("viem
|
|
6141
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6141
6142
|
blobs?: undefined;
|
|
6142
6143
|
blobVersionedHashes?: undefined;
|
|
6143
6144
|
gasPrice?: undefined;
|
|
@@ -6147,7 +6148,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6147
6148
|
sidecars?: undefined;
|
|
6148
6149
|
} | {
|
|
6149
6150
|
accessList?: import("viem").AccessList | undefined;
|
|
6150
|
-
authorizationList?: import("viem
|
|
6151
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6151
6152
|
blobs?: undefined;
|
|
6152
6153
|
blobVersionedHashes?: undefined;
|
|
6153
6154
|
gasPrice?: undefined;
|
|
@@ -6156,7 +6157,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6156
6157
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6157
6158
|
sidecars?: undefined;
|
|
6158
6159
|
}) & {
|
|
6159
|
-
authorizationList: import("viem
|
|
6160
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6160
6161
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6161
6162
|
accessList?: undefined;
|
|
6162
6163
|
authorizationList?: undefined;
|
|
@@ -6218,7 +6219,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6218
6219
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6219
6220
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6220
6221
|
accessList?: import("viem").AccessList | undefined;
|
|
6221
|
-
authorizationList?: import("viem
|
|
6222
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6222
6223
|
blobs?: undefined;
|
|
6223
6224
|
blobVersionedHashes?: undefined;
|
|
6224
6225
|
gasPrice?: undefined;
|
|
@@ -6228,7 +6229,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6228
6229
|
sidecars?: undefined;
|
|
6229
6230
|
} | {
|
|
6230
6231
|
accessList?: import("viem").AccessList | undefined;
|
|
6231
|
-
authorizationList?: import("viem
|
|
6232
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6232
6233
|
blobs?: undefined;
|
|
6233
6234
|
blobVersionedHashes?: undefined;
|
|
6234
6235
|
gasPrice?: undefined;
|
|
@@ -6237,7 +6238,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6237
6238
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6238
6239
|
sidecars?: undefined;
|
|
6239
6240
|
}) & {
|
|
6240
|
-
authorizationList: import("viem
|
|
6241
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6241
6242
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_11 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
6242
6243
|
accessList?: undefined;
|
|
6243
6244
|
authorizationList?: undefined;
|
|
@@ -6299,7 +6300,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6299
6300
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6300
6301
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6301
6302
|
accessList?: import("viem").AccessList | undefined;
|
|
6302
|
-
authorizationList?: import("viem
|
|
6303
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6303
6304
|
blobs?: undefined;
|
|
6304
6305
|
blobVersionedHashes?: undefined;
|
|
6305
6306
|
gasPrice?: undefined;
|
|
@@ -6309,7 +6310,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6309
6310
|
sidecars?: undefined;
|
|
6310
6311
|
} | {
|
|
6311
6312
|
accessList?: import("viem").AccessList | undefined;
|
|
6312
|
-
authorizationList?: import("viem
|
|
6313
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6313
6314
|
blobs?: undefined;
|
|
6314
6315
|
blobVersionedHashes?: undefined;
|
|
6315
6316
|
gasPrice?: undefined;
|
|
@@ -6318,7 +6319,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6318
6319
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6319
6320
|
sidecars?: undefined;
|
|
6320
6321
|
}) & {
|
|
6321
|
-
authorizationList: import("viem
|
|
6322
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6322
6323
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6323
6324
|
accessList?: undefined;
|
|
6324
6325
|
authorizationList?: undefined;
|
|
@@ -6380,7 +6381,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6380
6381
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6381
6382
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6382
6383
|
accessList?: import("viem").AccessList | undefined;
|
|
6383
|
-
authorizationList?: import("viem
|
|
6384
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6384
6385
|
blobs?: undefined;
|
|
6385
6386
|
blobVersionedHashes?: undefined;
|
|
6386
6387
|
gasPrice?: undefined;
|
|
@@ -6390,7 +6391,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6390
6391
|
sidecars?: undefined;
|
|
6391
6392
|
} | {
|
|
6392
6393
|
accessList?: import("viem").AccessList | undefined;
|
|
6393
|
-
authorizationList?: import("viem
|
|
6394
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6394
6395
|
blobs?: undefined;
|
|
6395
6396
|
blobVersionedHashes?: undefined;
|
|
6396
6397
|
gasPrice?: undefined;
|
|
@@ -6399,7 +6400,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6399
6400
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6400
6401
|
sidecars?: undefined;
|
|
6401
6402
|
}) & {
|
|
6402
|
-
authorizationList: import("viem
|
|
6403
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6403
6404
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_12 ? T_12 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
|
|
6404
6405
|
accessList?: undefined;
|
|
6405
6406
|
authorizationList?: undefined;
|
|
@@ -6461,7 +6462,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6461
6462
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6462
6463
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6463
6464
|
accessList?: import("viem").AccessList | undefined;
|
|
6464
|
-
authorizationList?: import("viem
|
|
6465
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6465
6466
|
blobs?: undefined;
|
|
6466
6467
|
blobVersionedHashes?: undefined;
|
|
6467
6468
|
gasPrice?: undefined;
|
|
@@ -6471,7 +6472,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6471
6472
|
sidecars?: undefined;
|
|
6472
6473
|
} | {
|
|
6473
6474
|
accessList?: import("viem").AccessList | undefined;
|
|
6474
|
-
authorizationList?: import("viem
|
|
6475
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6475
6476
|
blobs?: undefined;
|
|
6476
6477
|
blobVersionedHashes?: undefined;
|
|
6477
6478
|
gasPrice?: undefined;
|
|
@@ -6480,7 +6481,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6480
6481
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6481
6482
|
sidecars?: undefined;
|
|
6482
6483
|
}) & {
|
|
6483
|
-
authorizationList: import("viem
|
|
6484
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6484
6485
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6485
6486
|
accessList?: undefined;
|
|
6486
6487
|
authorizationList?: undefined;
|
|
@@ -6542,7 +6543,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6542
6543
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6543
6544
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6544
6545
|
accessList?: import("viem").AccessList | undefined;
|
|
6545
|
-
authorizationList?: import("viem
|
|
6546
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6546
6547
|
blobs?: undefined;
|
|
6547
6548
|
blobVersionedHashes?: undefined;
|
|
6548
6549
|
gasPrice?: undefined;
|
|
@@ -6552,7 +6553,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6552
6553
|
sidecars?: undefined;
|
|
6553
6554
|
} | {
|
|
6554
6555
|
accessList?: import("viem").AccessList | undefined;
|
|
6555
|
-
authorizationList?: import("viem
|
|
6556
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6556
6557
|
blobs?: undefined;
|
|
6557
6558
|
blobVersionedHashes?: undefined;
|
|
6558
6559
|
gasPrice?: undefined;
|
|
@@ -6561,7 +6562,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6561
6562
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6562
6563
|
sidecars?: undefined;
|
|
6563
6564
|
}) & {
|
|
6564
|
-
authorizationList: import("viem
|
|
6565
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6565
6566
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
6566
6567
|
chainId?: number | undefined;
|
|
6567
6568
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
@@ -6572,6 +6573,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6572
6573
|
}) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
6573
6574
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
|
|
6574
6575
|
sendTransaction: <const request_1 extends import("viem").SendTransactionRequest<ViemChain, chainOverride_2>, chainOverride_2 extends ViemChain | undefined = undefined>(args: import("viem").SendTransactionParameters<ViemChain, Account, chainOverride_2, request_1>) => Promise<`0x${string}`>;
|
|
6576
|
+
signAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationReturnType>;
|
|
6575
6577
|
signMessage: (args: import("viem").SignMessageParameters<Account>) => Promise<`0x${string}`>;
|
|
6576
6578
|
signTransaction: <chainOverride_3 extends ViemChain | undefined, const request_2 extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_3>, "transactionRequest", import("viem").TransactionRequest>, "from"> = import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_3>, "transactionRequest", import("viem").TransactionRequest>, "from">>(args: import("viem").SignTransactionParameters<ViemChain, Account, chainOverride_3, request_2>) => Promise<import("viem").TransactionSerialized<import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6577
6579
|
accessList?: undefined;
|
|
@@ -6634,7 +6636,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6634
6636
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6635
6637
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6636
6638
|
accessList?: import("viem").AccessList | undefined;
|
|
6637
|
-
authorizationList?: import("viem
|
|
6639
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6638
6640
|
blobs?: undefined;
|
|
6639
6641
|
blobVersionedHashes?: undefined;
|
|
6640
6642
|
gasPrice?: undefined;
|
|
@@ -6644,7 +6646,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6644
6646
|
sidecars?: undefined;
|
|
6645
6647
|
} | {
|
|
6646
6648
|
accessList?: import("viem").AccessList | undefined;
|
|
6647
|
-
authorizationList?: import("viem
|
|
6649
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6648
6650
|
blobs?: undefined;
|
|
6649
6651
|
blobVersionedHashes?: undefined;
|
|
6650
6652
|
gasPrice?: undefined;
|
|
@@ -6653,7 +6655,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6653
6655
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6654
6656
|
sidecars?: undefined;
|
|
6655
6657
|
}) & {
|
|
6656
|
-
authorizationList: import("viem
|
|
6658
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6657
6659
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)>, (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6658
6660
|
accessList?: undefined;
|
|
6659
6661
|
authorizationList?: undefined;
|
|
@@ -6715,7 +6717,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6715
6717
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6716
6718
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6717
6719
|
accessList?: import("viem").AccessList | undefined;
|
|
6718
|
-
authorizationList?: import("viem
|
|
6720
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6719
6721
|
blobs?: undefined;
|
|
6720
6722
|
blobVersionedHashes?: undefined;
|
|
6721
6723
|
gasPrice?: undefined;
|
|
@@ -6725,7 +6727,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6725
6727
|
sidecars?: undefined;
|
|
6726
6728
|
} | {
|
|
6727
6729
|
accessList?: import("viem").AccessList | undefined;
|
|
6728
|
-
authorizationList?: import("viem
|
|
6730
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6729
6731
|
blobs?: undefined;
|
|
6730
6732
|
blobVersionedHashes?: undefined;
|
|
6731
6733
|
gasPrice?: undefined;
|
|
@@ -6734,7 +6736,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6734
6736
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6735
6737
|
sidecars?: undefined;
|
|
6736
6738
|
}) & {
|
|
6737
|
-
authorizationList: import("viem
|
|
6739
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6738
6740
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> extends infer T_27 ? T_27 extends import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6739
6741
|
accessList?: undefined;
|
|
6740
6742
|
authorizationList?: undefined;
|
|
@@ -6796,7 +6798,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6796
6798
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6797
6799
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6798
6800
|
accessList?: import("viem").AccessList | undefined;
|
|
6799
|
-
authorizationList?: import("viem
|
|
6801
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6800
6802
|
blobs?: undefined;
|
|
6801
6803
|
blobVersionedHashes?: undefined;
|
|
6802
6804
|
gasPrice?: undefined;
|
|
@@ -6806,7 +6808,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6806
6808
|
sidecars?: undefined;
|
|
6807
6809
|
} | {
|
|
6808
6810
|
accessList?: import("viem").AccessList | undefined;
|
|
6809
|
-
authorizationList?: import("viem
|
|
6811
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6810
6812
|
blobs?: undefined;
|
|
6811
6813
|
blobVersionedHashes?: undefined;
|
|
6812
6814
|
gasPrice?: undefined;
|
|
@@ -6815,7 +6817,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6815
6817
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6816
6818
|
sidecars?: undefined;
|
|
6817
6819
|
}) & {
|
|
6818
|
-
authorizationList: import("viem
|
|
6820
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6819
6821
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_27 extends "eip1559" ? `0x02${string}` : never : never : never) | (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6820
6822
|
accessList?: undefined;
|
|
6821
6823
|
authorizationList?: undefined;
|
|
@@ -6877,7 +6879,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6877
6879
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6878
6880
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6879
6881
|
accessList?: import("viem").AccessList | undefined;
|
|
6880
|
-
authorizationList?: import("viem
|
|
6882
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6881
6883
|
blobs?: undefined;
|
|
6882
6884
|
blobVersionedHashes?: undefined;
|
|
6883
6885
|
gasPrice?: undefined;
|
|
@@ -6887,7 +6889,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6887
6889
|
sidecars?: undefined;
|
|
6888
6890
|
} | {
|
|
6889
6891
|
accessList?: import("viem").AccessList | undefined;
|
|
6890
|
-
authorizationList?: import("viem
|
|
6892
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6891
6893
|
blobs?: undefined;
|
|
6892
6894
|
blobVersionedHashes?: undefined;
|
|
6893
6895
|
gasPrice?: undefined;
|
|
@@ -6896,7 +6898,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6896
6898
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6897
6899
|
sidecars?: undefined;
|
|
6898
6900
|
}) & {
|
|
6899
|
-
authorizationList: import("viem
|
|
6901
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6900
6902
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> extends infer T_28 ? T_28 extends import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6901
6903
|
accessList?: undefined;
|
|
6902
6904
|
authorizationList?: undefined;
|
|
@@ -6958,7 +6960,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6958
6960
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6959
6961
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6960
6962
|
accessList?: import("viem").AccessList | undefined;
|
|
6961
|
-
authorizationList?: import("viem
|
|
6963
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6962
6964
|
blobs?: undefined;
|
|
6963
6965
|
blobVersionedHashes?: undefined;
|
|
6964
6966
|
gasPrice?: undefined;
|
|
@@ -6968,7 +6970,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6968
6970
|
sidecars?: undefined;
|
|
6969
6971
|
} | {
|
|
6970
6972
|
accessList?: import("viem").AccessList | undefined;
|
|
6971
|
-
authorizationList?: import("viem
|
|
6973
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6972
6974
|
blobs?: undefined;
|
|
6973
6975
|
blobVersionedHashes?: undefined;
|
|
6974
6976
|
gasPrice?: undefined;
|
|
@@ -6977,7 +6979,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
6977
6979
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6978
6980
|
sidecars?: undefined;
|
|
6979
6981
|
}) & {
|
|
6980
|
-
authorizationList: import("viem
|
|
6982
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6981
6983
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_28 extends "eip2930" ? `0x01${string}` : never : never : never) | (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6982
6984
|
accessList?: undefined;
|
|
6983
6985
|
authorizationList?: undefined;
|
|
@@ -7039,7 +7041,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7039
7041
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7040
7042
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7041
7043
|
accessList?: import("viem").AccessList | undefined;
|
|
7042
|
-
authorizationList?: import("viem
|
|
7044
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7043
7045
|
blobs?: undefined;
|
|
7044
7046
|
blobVersionedHashes?: undefined;
|
|
7045
7047
|
gasPrice?: undefined;
|
|
@@ -7049,7 +7051,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7049
7051
|
sidecars?: undefined;
|
|
7050
7052
|
} | {
|
|
7051
7053
|
accessList?: import("viem").AccessList | undefined;
|
|
7052
|
-
authorizationList?: import("viem
|
|
7054
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7053
7055
|
blobs?: undefined;
|
|
7054
7056
|
blobVersionedHashes?: undefined;
|
|
7055
7057
|
gasPrice?: undefined;
|
|
@@ -7058,7 +7060,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7058
7060
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7059
7061
|
sidecars?: undefined;
|
|
7060
7062
|
}) & {
|
|
7061
|
-
authorizationList: import("viem
|
|
7063
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7062
7064
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> extends infer T_29 ? T_29 extends import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
7063
7065
|
accessList?: undefined;
|
|
7064
7066
|
authorizationList?: undefined;
|
|
@@ -7120,7 +7122,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7120
7122
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7121
7123
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7122
7124
|
accessList?: import("viem").AccessList | undefined;
|
|
7123
|
-
authorizationList?: import("viem
|
|
7125
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7124
7126
|
blobs?: undefined;
|
|
7125
7127
|
blobVersionedHashes?: undefined;
|
|
7126
7128
|
gasPrice?: undefined;
|
|
@@ -7130,7 +7132,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7130
7132
|
sidecars?: undefined;
|
|
7131
7133
|
} | {
|
|
7132
7134
|
accessList?: import("viem").AccessList | undefined;
|
|
7133
|
-
authorizationList?: import("viem
|
|
7135
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7134
7136
|
blobs?: undefined;
|
|
7135
7137
|
blobVersionedHashes?: undefined;
|
|
7136
7138
|
gasPrice?: undefined;
|
|
@@ -7139,7 +7141,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7139
7141
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7140
7142
|
sidecars?: undefined;
|
|
7141
7143
|
}) & {
|
|
7142
|
-
authorizationList: import("viem
|
|
7144
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7143
7145
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_29 extends "eip4844" ? `0x03${string}` : never : never : never) | (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
7144
7146
|
accessList?: undefined;
|
|
7145
7147
|
authorizationList?: undefined;
|
|
@@ -7201,7 +7203,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7201
7203
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7202
7204
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7203
7205
|
accessList?: import("viem").AccessList | undefined;
|
|
7204
|
-
authorizationList?: import("viem
|
|
7206
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7205
7207
|
blobs?: undefined;
|
|
7206
7208
|
blobVersionedHashes?: undefined;
|
|
7207
7209
|
gasPrice?: undefined;
|
|
@@ -7211,7 +7213,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7211
7213
|
sidecars?: undefined;
|
|
7212
7214
|
} | {
|
|
7213
7215
|
accessList?: import("viem").AccessList | undefined;
|
|
7214
|
-
authorizationList?: import("viem
|
|
7216
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7215
7217
|
blobs?: undefined;
|
|
7216
7218
|
blobVersionedHashes?: undefined;
|
|
7217
7219
|
gasPrice?: undefined;
|
|
@@ -7220,7 +7222,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7220
7222
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7221
7223
|
sidecars?: undefined;
|
|
7222
7224
|
}) & {
|
|
7223
|
-
authorizationList: import("viem
|
|
7225
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7224
7226
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> extends infer T_30 ? T_30 extends import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
7225
7227
|
accessList?: undefined;
|
|
7226
7228
|
authorizationList?: undefined;
|
|
@@ -7282,7 +7284,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7282
7284
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7283
7285
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7284
7286
|
accessList?: import("viem").AccessList | undefined;
|
|
7285
|
-
authorizationList?: import("viem
|
|
7287
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7286
7288
|
blobs?: undefined;
|
|
7287
7289
|
blobVersionedHashes?: undefined;
|
|
7288
7290
|
gasPrice?: undefined;
|
|
@@ -7292,7 +7294,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7292
7294
|
sidecars?: undefined;
|
|
7293
7295
|
} | {
|
|
7294
7296
|
accessList?: import("viem").AccessList | undefined;
|
|
7295
|
-
authorizationList?: import("viem
|
|
7297
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7296
7298
|
blobs?: undefined;
|
|
7297
7299
|
blobVersionedHashes?: undefined;
|
|
7298
7300
|
gasPrice?: undefined;
|
|
@@ -7301,7 +7303,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7301
7303
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7302
7304
|
sidecars?: undefined;
|
|
7303
7305
|
}) & {
|
|
7304
|
-
authorizationList: import("viem
|
|
7306
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7305
7307
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_30 extends "eip7702" ? `0x04${string}` : never : never : never) | (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
7306
7308
|
accessList?: undefined;
|
|
7307
7309
|
authorizationList?: undefined;
|
|
@@ -7363,7 +7365,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7363
7365
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7364
7366
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7365
7367
|
accessList?: import("viem").AccessList | undefined;
|
|
7366
|
-
authorizationList?: import("viem
|
|
7368
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7367
7369
|
blobs?: undefined;
|
|
7368
7370
|
blobVersionedHashes?: undefined;
|
|
7369
7371
|
gasPrice?: undefined;
|
|
@@ -7373,7 +7375,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7373
7375
|
sidecars?: undefined;
|
|
7374
7376
|
} | {
|
|
7375
7377
|
accessList?: import("viem").AccessList | undefined;
|
|
7376
|
-
authorizationList?: import("viem
|
|
7378
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7377
7379
|
blobs?: undefined;
|
|
7378
7380
|
blobVersionedHashes?: undefined;
|
|
7379
7381
|
gasPrice?: undefined;
|
|
@@ -7382,7 +7384,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7382
7384
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7383
7385
|
sidecars?: undefined;
|
|
7384
7386
|
}) & {
|
|
7385
|
-
authorizationList: import("viem
|
|
7387
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7386
7388
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> extends infer T_31 ? T_31 extends import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
7387
7389
|
accessList?: undefined;
|
|
7388
7390
|
authorizationList?: undefined;
|
|
@@ -7444,7 +7446,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7444
7446
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7445
7447
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7446
7448
|
accessList?: import("viem").AccessList | undefined;
|
|
7447
|
-
authorizationList?: import("viem
|
|
7449
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7448
7450
|
blobs?: undefined;
|
|
7449
7451
|
blobVersionedHashes?: undefined;
|
|
7450
7452
|
gasPrice?: undefined;
|
|
@@ -7454,7 +7456,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7454
7456
|
sidecars?: undefined;
|
|
7455
7457
|
} | {
|
|
7456
7458
|
accessList?: import("viem").AccessList | undefined;
|
|
7457
|
-
authorizationList?: import("viem
|
|
7459
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7458
7460
|
blobs?: undefined;
|
|
7459
7461
|
blobVersionedHashes?: undefined;
|
|
7460
7462
|
gasPrice?: undefined;
|
|
@@ -7463,7 +7465,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7463
7465
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7464
7466
|
sidecars?: undefined;
|
|
7465
7467
|
}) & {
|
|
7466
|
-
authorizationList: import("viem
|
|
7468
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7467
7469
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_31 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
|
|
7468
7470
|
signTypedData: <const typedData extends {
|
|
7469
7471
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
@@ -7487,8 +7489,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7487
7489
|
[x: `bytes22[${string}]`]: undefined;
|
|
7488
7490
|
[x: `bytes21[${string}]`]: undefined;
|
|
7489
7491
|
[x: `bytes20[${string}]`]: undefined;
|
|
7490
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
7491
7492
|
[x: `bytes2[${string}]`]: undefined;
|
|
7493
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
7492
7494
|
[x: `bytes18[${string}]`]: undefined;
|
|
7493
7495
|
[x: `bytes17[${string}]`]: undefined;
|
|
7494
7496
|
[x: `bytes16[${string}]`]: undefined;
|
|
@@ -7589,8 +7591,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
|
|
|
7589
7591
|
bytes22?: undefined;
|
|
7590
7592
|
bytes21?: undefined;
|
|
7591
7593
|
bytes20?: undefined;
|
|
7592
|
-
bytes19?: undefined;
|
|
7593
7594
|
bytes2?: undefined;
|
|
7595
|
+
bytes19?: undefined;
|
|
7594
7596
|
bytes18?: undefined;
|
|
7595
7597
|
bytes17?: undefined;
|
|
7596
7598
|
bytes16?: undefined;
|