@dynamic-labs/ethereum 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.
- package/CHANGELOG.md +14 -2
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +11 -11
- package/src/walletConnect/WalletConnectConnector/WalletConnectConnector.d.ts +275 -273
|
@@ -44,6 +44,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
44
44
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
45
45
|
getChainId: () => Promise<number>;
|
|
46
46
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
47
|
+
prepareAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationReturnType>;
|
|
47
48
|
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 ? {
|
|
48
49
|
chain: T_14;
|
|
49
50
|
} : {
|
|
@@ -115,7 +116,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
115
116
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
116
117
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
117
118
|
accessList?: import("viem").AccessList | undefined;
|
|
118
|
-
authorizationList?: import("viem
|
|
119
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
119
120
|
blobs?: undefined;
|
|
120
121
|
blobVersionedHashes?: undefined;
|
|
121
122
|
gasPrice?: undefined;
|
|
@@ -125,7 +126,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
125
126
|
sidecars?: undefined;
|
|
126
127
|
} | {
|
|
127
128
|
accessList?: import("viem").AccessList | undefined;
|
|
128
|
-
authorizationList?: import("viem
|
|
129
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
129
130
|
blobs?: undefined;
|
|
130
131
|
blobVersionedHashes?: undefined;
|
|
131
132
|
gasPrice?: undefined;
|
|
@@ -134,7 +135,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
134
135
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
135
136
|
sidecars?: undefined;
|
|
136
137
|
}) & {
|
|
137
|
-
authorizationList: import("viem
|
|
138
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
138
139
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
139
140
|
accessList?: undefined;
|
|
140
141
|
authorizationList?: undefined;
|
|
@@ -196,7 +197,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
196
197
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
197
198
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
198
199
|
accessList?: import("viem").AccessList | undefined;
|
|
199
|
-
authorizationList?: import("viem
|
|
200
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
200
201
|
blobs?: undefined;
|
|
201
202
|
blobVersionedHashes?: undefined;
|
|
202
203
|
gasPrice?: undefined;
|
|
@@ -206,7 +207,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
206
207
|
sidecars?: undefined;
|
|
207
208
|
} | {
|
|
208
209
|
accessList?: import("viem").AccessList | undefined;
|
|
209
|
-
authorizationList?: import("viem
|
|
210
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
210
211
|
blobs?: undefined;
|
|
211
212
|
blobVersionedHashes?: undefined;
|
|
212
213
|
gasPrice?: undefined;
|
|
@@ -215,7 +216,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
215
216
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
216
217
|
sidecars?: undefined;
|
|
217
218
|
}) & {
|
|
218
|
-
authorizationList: import("viem
|
|
219
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
219
220
|
} ? "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 {
|
|
220
221
|
accessList?: undefined;
|
|
221
222
|
authorizationList?: undefined;
|
|
@@ -277,7 +278,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
277
278
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
278
279
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
279
280
|
accessList?: import("viem").AccessList | undefined;
|
|
280
|
-
authorizationList?: import("viem
|
|
281
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
281
282
|
blobs?: undefined;
|
|
282
283
|
blobVersionedHashes?: undefined;
|
|
283
284
|
gasPrice?: undefined;
|
|
@@ -287,7 +288,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
287
288
|
sidecars?: undefined;
|
|
288
289
|
} | {
|
|
289
290
|
accessList?: import("viem").AccessList | undefined;
|
|
290
|
-
authorizationList?: import("viem
|
|
291
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
291
292
|
blobs?: undefined;
|
|
292
293
|
blobVersionedHashes?: undefined;
|
|
293
294
|
gasPrice?: undefined;
|
|
@@ -296,7 +297,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
296
297
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
297
298
|
sidecars?: undefined;
|
|
298
299
|
}) & {
|
|
299
|
-
authorizationList: import("viem
|
|
300
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
300
301
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
301
302
|
accessList?: undefined;
|
|
302
303
|
authorizationList?: undefined;
|
|
@@ -358,7 +359,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
358
359
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
359
360
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
360
361
|
accessList?: import("viem").AccessList | undefined;
|
|
361
|
-
authorizationList?: import("viem
|
|
362
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
362
363
|
blobs?: undefined;
|
|
363
364
|
blobVersionedHashes?: undefined;
|
|
364
365
|
gasPrice?: undefined;
|
|
@@ -368,7 +369,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
368
369
|
sidecars?: undefined;
|
|
369
370
|
} | {
|
|
370
371
|
accessList?: import("viem").AccessList | undefined;
|
|
371
|
-
authorizationList?: import("viem
|
|
372
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
372
373
|
blobs?: undefined;
|
|
373
374
|
blobVersionedHashes?: undefined;
|
|
374
375
|
gasPrice?: undefined;
|
|
@@ -377,7 +378,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
377
378
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
378
379
|
sidecars?: undefined;
|
|
379
380
|
}) & {
|
|
380
|
-
authorizationList: import("viem
|
|
381
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
381
382
|
} ? "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 {
|
|
382
383
|
accessList?: undefined;
|
|
383
384
|
authorizationList?: undefined;
|
|
@@ -439,7 +440,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
439
440
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
440
441
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
441
442
|
accessList?: import("viem").AccessList | undefined;
|
|
442
|
-
authorizationList?: import("viem
|
|
443
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
443
444
|
blobs?: undefined;
|
|
444
445
|
blobVersionedHashes?: undefined;
|
|
445
446
|
gasPrice?: undefined;
|
|
@@ -449,7 +450,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
449
450
|
sidecars?: undefined;
|
|
450
451
|
} | {
|
|
451
452
|
accessList?: import("viem").AccessList | undefined;
|
|
452
|
-
authorizationList?: import("viem
|
|
453
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
453
454
|
blobs?: undefined;
|
|
454
455
|
blobVersionedHashes?: undefined;
|
|
455
456
|
gasPrice?: undefined;
|
|
@@ -458,7 +459,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
458
459
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
459
460
|
sidecars?: undefined;
|
|
460
461
|
}) & {
|
|
461
|
-
authorizationList: import("viem
|
|
462
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
462
463
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
463
464
|
accessList?: undefined;
|
|
464
465
|
authorizationList?: undefined;
|
|
@@ -520,7 +521,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
520
521
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
521
522
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
522
523
|
accessList?: import("viem").AccessList | undefined;
|
|
523
|
-
authorizationList?: import("viem
|
|
524
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
524
525
|
blobs?: undefined;
|
|
525
526
|
blobVersionedHashes?: undefined;
|
|
526
527
|
gasPrice?: undefined;
|
|
@@ -530,7 +531,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
530
531
|
sidecars?: undefined;
|
|
531
532
|
} | {
|
|
532
533
|
accessList?: import("viem").AccessList | undefined;
|
|
533
|
-
authorizationList?: import("viem
|
|
534
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
534
535
|
blobs?: undefined;
|
|
535
536
|
blobVersionedHashes?: undefined;
|
|
536
537
|
gasPrice?: undefined;
|
|
@@ -539,7 +540,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
539
540
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
540
541
|
sidecars?: undefined;
|
|
541
542
|
}) & {
|
|
542
|
-
authorizationList: import("viem
|
|
543
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
543
544
|
} ? "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 {
|
|
544
545
|
accessList?: undefined;
|
|
545
546
|
authorizationList?: undefined;
|
|
@@ -601,7 +602,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
601
602
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
602
603
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
603
604
|
accessList?: import("viem").AccessList | undefined;
|
|
604
|
-
authorizationList?: import("viem
|
|
605
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
605
606
|
blobs?: undefined;
|
|
606
607
|
blobVersionedHashes?: undefined;
|
|
607
608
|
gasPrice?: undefined;
|
|
@@ -611,7 +612,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
611
612
|
sidecars?: undefined;
|
|
612
613
|
} | {
|
|
613
614
|
accessList?: import("viem").AccessList | undefined;
|
|
614
|
-
authorizationList?: import("viem
|
|
615
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
615
616
|
blobs?: undefined;
|
|
616
617
|
blobVersionedHashes?: undefined;
|
|
617
618
|
gasPrice?: undefined;
|
|
@@ -620,7 +621,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
620
621
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
621
622
|
sidecars?: undefined;
|
|
622
623
|
}) & {
|
|
623
|
-
authorizationList: import("viem
|
|
624
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
624
625
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
625
626
|
accessList?: undefined;
|
|
626
627
|
authorizationList?: undefined;
|
|
@@ -682,7 +683,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
682
683
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
683
684
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
684
685
|
accessList?: import("viem").AccessList | undefined;
|
|
685
|
-
authorizationList?: import("viem
|
|
686
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
686
687
|
blobs?: undefined;
|
|
687
688
|
blobVersionedHashes?: undefined;
|
|
688
689
|
gasPrice?: undefined;
|
|
@@ -692,7 +693,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
692
693
|
sidecars?: undefined;
|
|
693
694
|
} | {
|
|
694
695
|
accessList?: import("viem").AccessList | undefined;
|
|
695
|
-
authorizationList?: import("viem
|
|
696
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
696
697
|
blobs?: undefined;
|
|
697
698
|
blobVersionedHashes?: undefined;
|
|
698
699
|
gasPrice?: undefined;
|
|
@@ -701,7 +702,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
701
702
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
702
703
|
sidecars?: undefined;
|
|
703
704
|
}) & {
|
|
704
|
-
authorizationList: import("viem
|
|
705
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
705
706
|
} ? "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 {
|
|
706
707
|
accessList?: undefined;
|
|
707
708
|
authorizationList?: undefined;
|
|
@@ -763,7 +764,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
763
764
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
764
765
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
765
766
|
accessList?: import("viem").AccessList | undefined;
|
|
766
|
-
authorizationList?: import("viem
|
|
767
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
767
768
|
blobs?: undefined;
|
|
768
769
|
blobVersionedHashes?: undefined;
|
|
769
770
|
gasPrice?: undefined;
|
|
@@ -773,7 +774,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
773
774
|
sidecars?: undefined;
|
|
774
775
|
} | {
|
|
775
776
|
accessList?: import("viem").AccessList | undefined;
|
|
776
|
-
authorizationList?: import("viem
|
|
777
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
777
778
|
blobs?: undefined;
|
|
778
779
|
blobVersionedHashes?: undefined;
|
|
779
780
|
gasPrice?: undefined;
|
|
@@ -782,7 +783,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
782
783
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
783
784
|
sidecars?: undefined;
|
|
784
785
|
}) & {
|
|
785
|
-
authorizationList: import("viem
|
|
786
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
786
787
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
787
788
|
accessList?: undefined;
|
|
788
789
|
authorizationList?: undefined;
|
|
@@ -844,7 +845,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
844
845
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
845
846
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
846
847
|
accessList?: import("viem").AccessList | undefined;
|
|
847
|
-
authorizationList?: import("viem
|
|
848
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
848
849
|
blobs?: undefined;
|
|
849
850
|
blobVersionedHashes?: undefined;
|
|
850
851
|
gasPrice?: undefined;
|
|
@@ -854,7 +855,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
854
855
|
sidecars?: undefined;
|
|
855
856
|
} | {
|
|
856
857
|
accessList?: import("viem").AccessList | undefined;
|
|
857
|
-
authorizationList?: import("viem
|
|
858
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
858
859
|
blobs?: undefined;
|
|
859
860
|
blobVersionedHashes?: undefined;
|
|
860
861
|
gasPrice?: undefined;
|
|
@@ -863,7 +864,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
863
864
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
864
865
|
sidecars?: undefined;
|
|
865
866
|
}) & {
|
|
866
|
-
authorizationList: import("viem
|
|
867
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
867
868
|
} ? "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 {
|
|
868
869
|
accessList?: undefined;
|
|
869
870
|
authorizationList?: undefined;
|
|
@@ -925,7 +926,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
925
926
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
926
927
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
927
928
|
accessList?: import("viem").AccessList | undefined;
|
|
928
|
-
authorizationList?: import("viem
|
|
929
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
929
930
|
blobs?: undefined;
|
|
930
931
|
blobVersionedHashes?: undefined;
|
|
931
932
|
gasPrice?: undefined;
|
|
@@ -935,7 +936,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
935
936
|
sidecars?: undefined;
|
|
936
937
|
} | {
|
|
937
938
|
accessList?: import("viem").AccessList | undefined;
|
|
938
|
-
authorizationList?: import("viem
|
|
939
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
939
940
|
blobs?: undefined;
|
|
940
941
|
blobVersionedHashes?: undefined;
|
|
941
942
|
gasPrice?: undefined;
|
|
@@ -944,7 +945,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
944
945
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
945
946
|
sidecars?: undefined;
|
|
946
947
|
}) & {
|
|
947
|
-
authorizationList: import("viem
|
|
948
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
948
949
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
949
950
|
accessList?: undefined;
|
|
950
951
|
authorizationList?: undefined;
|
|
@@ -1006,7 +1007,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1006
1007
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1007
1008
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1008
1009
|
accessList?: import("viem").AccessList | undefined;
|
|
1009
|
-
authorizationList?: import("viem
|
|
1010
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1010
1011
|
blobs?: undefined;
|
|
1011
1012
|
blobVersionedHashes?: undefined;
|
|
1012
1013
|
gasPrice?: undefined;
|
|
@@ -1016,7 +1017,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1016
1017
|
sidecars?: undefined;
|
|
1017
1018
|
} | {
|
|
1018
1019
|
accessList?: import("viem").AccessList | undefined;
|
|
1019
|
-
authorizationList?: import("viem
|
|
1020
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1020
1021
|
blobs?: undefined;
|
|
1021
1022
|
blobVersionedHashes?: undefined;
|
|
1022
1023
|
gasPrice?: undefined;
|
|
@@ -1025,7 +1026,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1025
1026
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1026
1027
|
sidecars?: undefined;
|
|
1027
1028
|
}) & {
|
|
1028
|
-
authorizationList: import("viem
|
|
1029
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1029
1030
|
} ? "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 {
|
|
1030
1031
|
accessList?: undefined;
|
|
1031
1032
|
authorizationList?: undefined;
|
|
@@ -1087,7 +1088,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1087
1088
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1088
1089
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1089
1090
|
accessList?: import("viem").AccessList | undefined;
|
|
1090
|
-
authorizationList?: import("viem
|
|
1091
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1091
1092
|
blobs?: undefined;
|
|
1092
1093
|
blobVersionedHashes?: undefined;
|
|
1093
1094
|
gasPrice?: undefined;
|
|
@@ -1097,7 +1098,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1097
1098
|
sidecars?: undefined;
|
|
1098
1099
|
} | {
|
|
1099
1100
|
accessList?: import("viem").AccessList | undefined;
|
|
1100
|
-
authorizationList?: import("viem
|
|
1101
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1101
1102
|
blobs?: undefined;
|
|
1102
1103
|
blobVersionedHashes?: undefined;
|
|
1103
1104
|
gasPrice?: undefined;
|
|
@@ -1106,7 +1107,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1106
1107
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1107
1108
|
sidecars?: undefined;
|
|
1108
1109
|
}) & {
|
|
1109
|
-
authorizationList: import("viem
|
|
1110
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1110
1111
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1111
1112
|
accessList?: undefined;
|
|
1112
1113
|
authorizationList?: undefined;
|
|
@@ -1168,7 +1169,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1168
1169
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1169
1170
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1170
1171
|
accessList?: import("viem").AccessList | undefined;
|
|
1171
|
-
authorizationList?: import("viem
|
|
1172
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1172
1173
|
blobs?: undefined;
|
|
1173
1174
|
blobVersionedHashes?: undefined;
|
|
1174
1175
|
gasPrice?: undefined;
|
|
@@ -1178,7 +1179,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1178
1179
|
sidecars?: undefined;
|
|
1179
1180
|
} | {
|
|
1180
1181
|
accessList?: import("viem").AccessList | undefined;
|
|
1181
|
-
authorizationList?: import("viem
|
|
1182
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1182
1183
|
blobs?: undefined;
|
|
1183
1184
|
blobVersionedHashes?: undefined;
|
|
1184
1185
|
gasPrice?: undefined;
|
|
@@ -1187,7 +1188,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1187
1188
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1188
1189
|
sidecars?: undefined;
|
|
1189
1190
|
}) & {
|
|
1190
|
-
authorizationList: import("viem
|
|
1191
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1191
1192
|
} ? "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 {
|
|
1192
1193
|
accessList?: undefined;
|
|
1193
1194
|
authorizationList?: undefined;
|
|
@@ -1249,7 +1250,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1249
1250
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1250
1251
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1251
1252
|
accessList?: import("viem").AccessList | undefined;
|
|
1252
|
-
authorizationList?: import("viem
|
|
1253
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1253
1254
|
blobs?: undefined;
|
|
1254
1255
|
blobVersionedHashes?: undefined;
|
|
1255
1256
|
gasPrice?: undefined;
|
|
@@ -1259,7 +1260,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1259
1260
|
sidecars?: undefined;
|
|
1260
1261
|
} | {
|
|
1261
1262
|
accessList?: import("viem").AccessList | undefined;
|
|
1262
|
-
authorizationList?: import("viem
|
|
1263
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1263
1264
|
blobs?: undefined;
|
|
1264
1265
|
blobVersionedHashes?: undefined;
|
|
1265
1266
|
gasPrice?: undefined;
|
|
@@ -1268,7 +1269,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1268
1269
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1269
1270
|
sidecars?: undefined;
|
|
1270
1271
|
}) & {
|
|
1271
|
-
authorizationList: import("viem
|
|
1272
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1272
1273
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1273
1274
|
accessList?: undefined;
|
|
1274
1275
|
authorizationList?: undefined;
|
|
@@ -1330,7 +1331,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1330
1331
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1331
1332
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1332
1333
|
accessList?: import("viem").AccessList | undefined;
|
|
1333
|
-
authorizationList?: import("viem
|
|
1334
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1334
1335
|
blobs?: undefined;
|
|
1335
1336
|
blobVersionedHashes?: undefined;
|
|
1336
1337
|
gasPrice?: undefined;
|
|
@@ -1340,7 +1341,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1340
1341
|
sidecars?: undefined;
|
|
1341
1342
|
} | {
|
|
1342
1343
|
accessList?: import("viem").AccessList | undefined;
|
|
1343
|
-
authorizationList?: import("viem
|
|
1344
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1344
1345
|
blobs?: undefined;
|
|
1345
1346
|
blobVersionedHashes?: undefined;
|
|
1346
1347
|
gasPrice?: undefined;
|
|
@@ -1349,7 +1350,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1349
1350
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1350
1351
|
sidecars?: undefined;
|
|
1351
1352
|
}) & {
|
|
1352
|
-
authorizationList: import("viem
|
|
1353
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1353
1354
|
} ? "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 {
|
|
1354
1355
|
accessList?: undefined;
|
|
1355
1356
|
authorizationList?: undefined;
|
|
@@ -1411,7 +1412,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1411
1412
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1412
1413
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1413
1414
|
accessList?: import("viem").AccessList | undefined;
|
|
1414
|
-
authorizationList?: import("viem
|
|
1415
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1415
1416
|
blobs?: undefined;
|
|
1416
1417
|
blobVersionedHashes?: undefined;
|
|
1417
1418
|
gasPrice?: undefined;
|
|
@@ -1421,7 +1422,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1421
1422
|
sidecars?: undefined;
|
|
1422
1423
|
} | {
|
|
1423
1424
|
accessList?: import("viem").AccessList | undefined;
|
|
1424
|
-
authorizationList?: import("viem
|
|
1425
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1425
1426
|
blobs?: undefined;
|
|
1426
1427
|
blobVersionedHashes?: undefined;
|
|
1427
1428
|
gasPrice?: undefined;
|
|
@@ -1430,7 +1431,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1430
1431
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1431
1432
|
sidecars?: undefined;
|
|
1432
1433
|
}) & {
|
|
1433
|
-
authorizationList: import("viem
|
|
1434
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1434
1435
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1435
1436
|
accessList?: undefined;
|
|
1436
1437
|
authorizationList?: undefined;
|
|
@@ -1492,7 +1493,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1492
1493
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1493
1494
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1494
1495
|
accessList?: import("viem").AccessList | undefined;
|
|
1495
|
-
authorizationList?: import("viem
|
|
1496
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1496
1497
|
blobs?: undefined;
|
|
1497
1498
|
blobVersionedHashes?: undefined;
|
|
1498
1499
|
gasPrice?: undefined;
|
|
@@ -1502,7 +1503,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1502
1503
|
sidecars?: undefined;
|
|
1503
1504
|
} | {
|
|
1504
1505
|
accessList?: import("viem").AccessList | undefined;
|
|
1505
|
-
authorizationList?: import("viem
|
|
1506
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1506
1507
|
blobs?: undefined;
|
|
1507
1508
|
blobVersionedHashes?: undefined;
|
|
1508
1509
|
gasPrice?: undefined;
|
|
@@ -1511,7 +1512,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1511
1512
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1512
1513
|
sidecars?: undefined;
|
|
1513
1514
|
}) & {
|
|
1514
|
-
authorizationList: import("viem
|
|
1515
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1515
1516
|
} ? "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 {
|
|
1516
1517
|
accessList?: undefined;
|
|
1517
1518
|
authorizationList?: undefined;
|
|
@@ -1573,7 +1574,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1573
1574
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1574
1575
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1575
1576
|
accessList?: import("viem").AccessList | undefined;
|
|
1576
|
-
authorizationList?: import("viem
|
|
1577
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1577
1578
|
blobs?: undefined;
|
|
1578
1579
|
blobVersionedHashes?: undefined;
|
|
1579
1580
|
gasPrice?: undefined;
|
|
@@ -1583,7 +1584,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1583
1584
|
sidecars?: undefined;
|
|
1584
1585
|
} | {
|
|
1585
1586
|
accessList?: import("viem").AccessList | undefined;
|
|
1586
|
-
authorizationList?: import("viem
|
|
1587
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1587
1588
|
blobs?: undefined;
|
|
1588
1589
|
blobVersionedHashes?: undefined;
|
|
1589
1590
|
gasPrice?: undefined;
|
|
@@ -1592,7 +1593,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1592
1593
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1593
1594
|
sidecars?: undefined;
|
|
1594
1595
|
}) & {
|
|
1595
|
-
authorizationList: import("viem
|
|
1596
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1596
1597
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1597
1598
|
accessList?: undefined;
|
|
1598
1599
|
authorizationList?: undefined;
|
|
@@ -1654,7 +1655,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1654
1655
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1655
1656
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1656
1657
|
accessList?: import("viem").AccessList | undefined;
|
|
1657
|
-
authorizationList?: import("viem
|
|
1658
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1658
1659
|
blobs?: undefined;
|
|
1659
1660
|
blobVersionedHashes?: undefined;
|
|
1660
1661
|
gasPrice?: undefined;
|
|
@@ -1664,7 +1665,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1664
1665
|
sidecars?: undefined;
|
|
1665
1666
|
} | {
|
|
1666
1667
|
accessList?: import("viem").AccessList | undefined;
|
|
1667
|
-
authorizationList?: import("viem
|
|
1668
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1668
1669
|
blobs?: undefined;
|
|
1669
1670
|
blobVersionedHashes?: undefined;
|
|
1670
1671
|
gasPrice?: undefined;
|
|
@@ -1673,7 +1674,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1673
1674
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1674
1675
|
sidecars?: undefined;
|
|
1675
1676
|
}) & {
|
|
1676
|
-
authorizationList: import("viem
|
|
1677
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1677
1678
|
} ? "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 {
|
|
1678
1679
|
accessList?: undefined;
|
|
1679
1680
|
authorizationList?: undefined;
|
|
@@ -1735,7 +1736,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1735
1736
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1736
1737
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1737
1738
|
accessList?: import("viem").AccessList | undefined;
|
|
1738
|
-
authorizationList?: import("viem
|
|
1739
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1739
1740
|
blobs?: undefined;
|
|
1740
1741
|
blobVersionedHashes?: undefined;
|
|
1741
1742
|
gasPrice?: undefined;
|
|
@@ -1745,7 +1746,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1745
1746
|
sidecars?: undefined;
|
|
1746
1747
|
} | {
|
|
1747
1748
|
accessList?: import("viem").AccessList | undefined;
|
|
1748
|
-
authorizationList?: import("viem
|
|
1749
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1749
1750
|
blobs?: undefined;
|
|
1750
1751
|
blobVersionedHashes?: undefined;
|
|
1751
1752
|
gasPrice?: undefined;
|
|
@@ -1754,7 +1755,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1754
1755
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1755
1756
|
sidecars?: undefined;
|
|
1756
1757
|
}) & {
|
|
1757
|
-
authorizationList: import("viem
|
|
1758
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1758
1759
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1759
1760
|
accessList?: undefined;
|
|
1760
1761
|
authorizationList?: undefined;
|
|
@@ -1816,7 +1817,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1816
1817
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1817
1818
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1818
1819
|
accessList?: import("viem").AccessList | undefined;
|
|
1819
|
-
authorizationList?: import("viem
|
|
1820
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1820
1821
|
blobs?: undefined;
|
|
1821
1822
|
blobVersionedHashes?: undefined;
|
|
1822
1823
|
gasPrice?: undefined;
|
|
@@ -1826,7 +1827,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1826
1827
|
sidecars?: undefined;
|
|
1827
1828
|
} | {
|
|
1828
1829
|
accessList?: import("viem").AccessList | undefined;
|
|
1829
|
-
authorizationList?: import("viem
|
|
1830
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1830
1831
|
blobs?: undefined;
|
|
1831
1832
|
blobVersionedHashes?: undefined;
|
|
1832
1833
|
gasPrice?: undefined;
|
|
@@ -1835,7 +1836,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1835
1836
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1836
1837
|
sidecars?: undefined;
|
|
1837
1838
|
}) & {
|
|
1838
|
-
authorizationList: import("viem
|
|
1839
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1839
1840
|
} ? "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 {
|
|
1840
1841
|
accessList?: undefined;
|
|
1841
1842
|
authorizationList?: undefined;
|
|
@@ -1897,7 +1898,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1897
1898
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1898
1899
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1899
1900
|
accessList?: import("viem").AccessList | undefined;
|
|
1900
|
-
authorizationList?: import("viem
|
|
1901
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1901
1902
|
blobs?: undefined;
|
|
1902
1903
|
blobVersionedHashes?: undefined;
|
|
1903
1904
|
gasPrice?: undefined;
|
|
@@ -1907,7 +1908,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1907
1908
|
sidecars?: undefined;
|
|
1908
1909
|
} | {
|
|
1909
1910
|
accessList?: import("viem").AccessList | undefined;
|
|
1910
|
-
authorizationList?: import("viem
|
|
1911
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1911
1912
|
blobs?: undefined;
|
|
1912
1913
|
blobVersionedHashes?: undefined;
|
|
1913
1914
|
gasPrice?: undefined;
|
|
@@ -1916,7 +1917,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1916
1917
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1917
1918
|
sidecars?: undefined;
|
|
1918
1919
|
}) & {
|
|
1919
|
-
authorizationList: import("viem
|
|
1920
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
1920
1921
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
1921
1922
|
accessList?: undefined;
|
|
1922
1923
|
authorizationList?: undefined;
|
|
@@ -1978,7 +1979,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1978
1979
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1979
1980
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1980
1981
|
accessList?: import("viem").AccessList | undefined;
|
|
1981
|
-
authorizationList?: import("viem
|
|
1982
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1982
1983
|
blobs?: undefined;
|
|
1983
1984
|
blobVersionedHashes?: undefined;
|
|
1984
1985
|
gasPrice?: undefined;
|
|
@@ -1988,7 +1989,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1988
1989
|
sidecars?: undefined;
|
|
1989
1990
|
} | {
|
|
1990
1991
|
accessList?: import("viem").AccessList | undefined;
|
|
1991
|
-
authorizationList?: import("viem
|
|
1992
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1992
1993
|
blobs?: undefined;
|
|
1993
1994
|
blobVersionedHashes?: undefined;
|
|
1994
1995
|
gasPrice?: undefined;
|
|
@@ -1997,7 +1998,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
1997
1998
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1998
1999
|
sidecars?: undefined;
|
|
1999
2000
|
}) & {
|
|
2000
|
-
authorizationList: import("viem
|
|
2001
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2001
2002
|
} ? "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 {
|
|
2002
2003
|
accessList?: undefined;
|
|
2003
2004
|
authorizationList?: undefined;
|
|
@@ -2059,7 +2060,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2059
2060
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2060
2061
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2061
2062
|
accessList?: import("viem").AccessList | undefined;
|
|
2062
|
-
authorizationList?: import("viem
|
|
2063
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2063
2064
|
blobs?: undefined;
|
|
2064
2065
|
blobVersionedHashes?: undefined;
|
|
2065
2066
|
gasPrice?: undefined;
|
|
@@ -2069,7 +2070,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2069
2070
|
sidecars?: undefined;
|
|
2070
2071
|
} | {
|
|
2071
2072
|
accessList?: import("viem").AccessList | undefined;
|
|
2072
|
-
authorizationList?: import("viem
|
|
2073
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2073
2074
|
blobs?: undefined;
|
|
2074
2075
|
blobVersionedHashes?: undefined;
|
|
2075
2076
|
gasPrice?: undefined;
|
|
@@ -2078,7 +2079,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2078
2079
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2079
2080
|
sidecars?: undefined;
|
|
2080
2081
|
}) & {
|
|
2081
|
-
authorizationList: import("viem
|
|
2082
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2082
2083
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2083
2084
|
accessList?: undefined;
|
|
2084
2085
|
authorizationList?: undefined;
|
|
@@ -2140,7 +2141,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2140
2141
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2141
2142
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2142
2143
|
accessList?: import("viem").AccessList | undefined;
|
|
2143
|
-
authorizationList?: import("viem
|
|
2144
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2144
2145
|
blobs?: undefined;
|
|
2145
2146
|
blobVersionedHashes?: undefined;
|
|
2146
2147
|
gasPrice?: undefined;
|
|
@@ -2150,7 +2151,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2150
2151
|
sidecars?: undefined;
|
|
2151
2152
|
} | {
|
|
2152
2153
|
accessList?: import("viem").AccessList | undefined;
|
|
2153
|
-
authorizationList?: import("viem
|
|
2154
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2154
2155
|
blobs?: undefined;
|
|
2155
2156
|
blobVersionedHashes?: undefined;
|
|
2156
2157
|
gasPrice?: undefined;
|
|
@@ -2159,7 +2160,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2159
2160
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2160
2161
|
sidecars?: undefined;
|
|
2161
2162
|
}) & {
|
|
2162
|
-
authorizationList: import("viem
|
|
2163
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2163
2164
|
} ? "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 {
|
|
2164
2165
|
accessList?: undefined;
|
|
2165
2166
|
authorizationList?: undefined;
|
|
@@ -2221,7 +2222,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2221
2222
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2222
2223
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2223
2224
|
accessList?: import("viem").AccessList | undefined;
|
|
2224
|
-
authorizationList?: import("viem
|
|
2225
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2225
2226
|
blobs?: undefined;
|
|
2226
2227
|
blobVersionedHashes?: undefined;
|
|
2227
2228
|
gasPrice?: undefined;
|
|
@@ -2231,7 +2232,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2231
2232
|
sidecars?: undefined;
|
|
2232
2233
|
} | {
|
|
2233
2234
|
accessList?: import("viem").AccessList | undefined;
|
|
2234
|
-
authorizationList?: import("viem
|
|
2235
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2235
2236
|
blobs?: undefined;
|
|
2236
2237
|
blobVersionedHashes?: undefined;
|
|
2237
2238
|
gasPrice?: undefined;
|
|
@@ -2240,7 +2241,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2240
2241
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2241
2242
|
sidecars?: undefined;
|
|
2242
2243
|
}) & {
|
|
2243
|
-
authorizationList: import("viem
|
|
2244
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2244
2245
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2245
2246
|
accessList?: undefined;
|
|
2246
2247
|
authorizationList?: undefined;
|
|
@@ -2302,7 +2303,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2302
2303
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2303
2304
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2304
2305
|
accessList?: import("viem").AccessList | undefined;
|
|
2305
|
-
authorizationList?: import("viem
|
|
2306
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2306
2307
|
blobs?: undefined;
|
|
2307
2308
|
blobVersionedHashes?: undefined;
|
|
2308
2309
|
gasPrice?: undefined;
|
|
@@ -2312,7 +2313,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2312
2313
|
sidecars?: undefined;
|
|
2313
2314
|
} | {
|
|
2314
2315
|
accessList?: import("viem").AccessList | undefined;
|
|
2315
|
-
authorizationList?: import("viem
|
|
2316
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2316
2317
|
blobs?: undefined;
|
|
2317
2318
|
blobVersionedHashes?: undefined;
|
|
2318
2319
|
gasPrice?: undefined;
|
|
@@ -2321,7 +2322,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2321
2322
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2322
2323
|
sidecars?: undefined;
|
|
2323
2324
|
}) & {
|
|
2324
|
-
authorizationList: import("viem
|
|
2325
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2325
2326
|
} ? "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 {
|
|
2326
2327
|
accessList?: undefined;
|
|
2327
2328
|
authorizationList?: undefined;
|
|
@@ -2383,7 +2384,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2383
2384
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2384
2385
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2385
2386
|
accessList?: import("viem").AccessList | undefined;
|
|
2386
|
-
authorizationList?: import("viem
|
|
2387
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2387
2388
|
blobs?: undefined;
|
|
2388
2389
|
blobVersionedHashes?: undefined;
|
|
2389
2390
|
gasPrice?: undefined;
|
|
@@ -2393,7 +2394,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2393
2394
|
sidecars?: undefined;
|
|
2394
2395
|
} | {
|
|
2395
2396
|
accessList?: import("viem").AccessList | undefined;
|
|
2396
|
-
authorizationList?: import("viem
|
|
2397
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2397
2398
|
blobs?: undefined;
|
|
2398
2399
|
blobVersionedHashes?: undefined;
|
|
2399
2400
|
gasPrice?: undefined;
|
|
@@ -2402,7 +2403,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2402
2403
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2403
2404
|
sidecars?: undefined;
|
|
2404
2405
|
}) & {
|
|
2405
|
-
authorizationList: import("viem
|
|
2406
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2406
2407
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2407
2408
|
accessList?: undefined;
|
|
2408
2409
|
authorizationList?: undefined;
|
|
@@ -2464,7 +2465,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2464
2465
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2465
2466
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2466
2467
|
accessList?: import("viem").AccessList | undefined;
|
|
2467
|
-
authorizationList?: import("viem
|
|
2468
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2468
2469
|
blobs?: undefined;
|
|
2469
2470
|
blobVersionedHashes?: undefined;
|
|
2470
2471
|
gasPrice?: undefined;
|
|
@@ -2474,7 +2475,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2474
2475
|
sidecars?: undefined;
|
|
2475
2476
|
} | {
|
|
2476
2477
|
accessList?: import("viem").AccessList | undefined;
|
|
2477
|
-
authorizationList?: import("viem
|
|
2478
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2478
2479
|
blobs?: undefined;
|
|
2479
2480
|
blobVersionedHashes?: undefined;
|
|
2480
2481
|
gasPrice?: undefined;
|
|
@@ -2483,7 +2484,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2483
2484
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2484
2485
|
sidecars?: undefined;
|
|
2485
2486
|
}) & {
|
|
2486
|
-
authorizationList: import("viem
|
|
2487
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2487
2488
|
} ? "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 {
|
|
2488
2489
|
accessList?: undefined;
|
|
2489
2490
|
authorizationList?: undefined;
|
|
@@ -2545,7 +2546,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2545
2546
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2546
2547
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2547
2548
|
accessList?: import("viem").AccessList | undefined;
|
|
2548
|
-
authorizationList?: import("viem
|
|
2549
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2549
2550
|
blobs?: undefined;
|
|
2550
2551
|
blobVersionedHashes?: undefined;
|
|
2551
2552
|
gasPrice?: undefined;
|
|
@@ -2555,7 +2556,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2555
2556
|
sidecars?: undefined;
|
|
2556
2557
|
} | {
|
|
2557
2558
|
accessList?: import("viem").AccessList | undefined;
|
|
2558
|
-
authorizationList?: import("viem
|
|
2559
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2559
2560
|
blobs?: undefined;
|
|
2560
2561
|
blobVersionedHashes?: undefined;
|
|
2561
2562
|
gasPrice?: undefined;
|
|
@@ -2564,7 +2565,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2564
2565
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2565
2566
|
sidecars?: undefined;
|
|
2566
2567
|
}) & {
|
|
2567
|
-
authorizationList: import("viem
|
|
2568
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2568
2569
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2569
2570
|
accessList?: undefined;
|
|
2570
2571
|
authorizationList?: undefined;
|
|
@@ -2626,7 +2627,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2626
2627
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2627
2628
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2628
2629
|
accessList?: import("viem").AccessList | undefined;
|
|
2629
|
-
authorizationList?: import("viem
|
|
2630
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2630
2631
|
blobs?: undefined;
|
|
2631
2632
|
blobVersionedHashes?: undefined;
|
|
2632
2633
|
gasPrice?: undefined;
|
|
@@ -2636,7 +2637,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2636
2637
|
sidecars?: undefined;
|
|
2637
2638
|
} | {
|
|
2638
2639
|
accessList?: import("viem").AccessList | undefined;
|
|
2639
|
-
authorizationList?: import("viem
|
|
2640
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2640
2641
|
blobs?: undefined;
|
|
2641
2642
|
blobVersionedHashes?: undefined;
|
|
2642
2643
|
gasPrice?: undefined;
|
|
@@ -2645,7 +2646,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2645
2646
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2646
2647
|
sidecars?: undefined;
|
|
2647
2648
|
}) & {
|
|
2648
|
-
authorizationList: import("viem
|
|
2649
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2649
2650
|
} ? "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 {
|
|
2650
2651
|
accessList?: undefined;
|
|
2651
2652
|
authorizationList?: undefined;
|
|
@@ -2707,7 +2708,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2707
2708
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2708
2709
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2709
2710
|
accessList?: import("viem").AccessList | undefined;
|
|
2710
|
-
authorizationList?: import("viem
|
|
2711
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2711
2712
|
blobs?: undefined;
|
|
2712
2713
|
blobVersionedHashes?: undefined;
|
|
2713
2714
|
gasPrice?: undefined;
|
|
@@ -2717,7 +2718,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2717
2718
|
sidecars?: undefined;
|
|
2718
2719
|
} | {
|
|
2719
2720
|
accessList?: import("viem").AccessList | undefined;
|
|
2720
|
-
authorizationList?: import("viem
|
|
2721
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2721
2722
|
blobs?: undefined;
|
|
2722
2723
|
blobVersionedHashes?: undefined;
|
|
2723
2724
|
gasPrice?: undefined;
|
|
@@ -2726,7 +2727,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2726
2727
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2727
2728
|
sidecars?: undefined;
|
|
2728
2729
|
}) & {
|
|
2729
|
-
authorizationList: import("viem
|
|
2730
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2730
2731
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2731
2732
|
accessList?: undefined;
|
|
2732
2733
|
authorizationList?: undefined;
|
|
@@ -2788,7 +2789,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2788
2789
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2789
2790
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2790
2791
|
accessList?: import("viem").AccessList | undefined;
|
|
2791
|
-
authorizationList?: import("viem
|
|
2792
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2792
2793
|
blobs?: undefined;
|
|
2793
2794
|
blobVersionedHashes?: undefined;
|
|
2794
2795
|
gasPrice?: undefined;
|
|
@@ -2798,7 +2799,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2798
2799
|
sidecars?: undefined;
|
|
2799
2800
|
} | {
|
|
2800
2801
|
accessList?: import("viem").AccessList | undefined;
|
|
2801
|
-
authorizationList?: import("viem
|
|
2802
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2802
2803
|
blobs?: undefined;
|
|
2803
2804
|
blobVersionedHashes?: undefined;
|
|
2804
2805
|
gasPrice?: undefined;
|
|
@@ -2807,7 +2808,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2807
2808
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2808
2809
|
sidecars?: undefined;
|
|
2809
2810
|
}) & {
|
|
2810
|
-
authorizationList: import("viem
|
|
2811
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2811
2812
|
} ? "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 {
|
|
2812
2813
|
accessList?: undefined;
|
|
2813
2814
|
authorizationList?: undefined;
|
|
@@ -2869,7 +2870,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2869
2870
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2870
2871
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2871
2872
|
accessList?: import("viem").AccessList | undefined;
|
|
2872
|
-
authorizationList?: import("viem
|
|
2873
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2873
2874
|
blobs?: undefined;
|
|
2874
2875
|
blobVersionedHashes?: undefined;
|
|
2875
2876
|
gasPrice?: undefined;
|
|
@@ -2879,7 +2880,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2879
2880
|
sidecars?: undefined;
|
|
2880
2881
|
} | {
|
|
2881
2882
|
accessList?: import("viem").AccessList | undefined;
|
|
2882
|
-
authorizationList?: import("viem
|
|
2883
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2883
2884
|
blobs?: undefined;
|
|
2884
2885
|
blobVersionedHashes?: undefined;
|
|
2885
2886
|
gasPrice?: undefined;
|
|
@@ -2888,7 +2889,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2888
2889
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2889
2890
|
sidecars?: undefined;
|
|
2890
2891
|
}) & {
|
|
2891
|
-
authorizationList: import("viem
|
|
2892
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2892
2893
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
2893
2894
|
accessList?: undefined;
|
|
2894
2895
|
authorizationList?: undefined;
|
|
@@ -2950,7 +2951,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2950
2951
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2951
2952
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2952
2953
|
accessList?: import("viem").AccessList | undefined;
|
|
2953
|
-
authorizationList?: import("viem
|
|
2954
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2954
2955
|
blobs?: undefined;
|
|
2955
2956
|
blobVersionedHashes?: undefined;
|
|
2956
2957
|
gasPrice?: undefined;
|
|
@@ -2960,7 +2961,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2960
2961
|
sidecars?: undefined;
|
|
2961
2962
|
} | {
|
|
2962
2963
|
accessList?: import("viem").AccessList | undefined;
|
|
2963
|
-
authorizationList?: import("viem
|
|
2964
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2964
2965
|
blobs?: undefined;
|
|
2965
2966
|
blobVersionedHashes?: undefined;
|
|
2966
2967
|
gasPrice?: undefined;
|
|
@@ -2969,7 +2970,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
2969
2970
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2970
2971
|
sidecars?: undefined;
|
|
2971
2972
|
}) & {
|
|
2972
|
-
authorizationList: import("viem
|
|
2973
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2973
2974
|
} ? "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 {
|
|
2974
2975
|
accessList?: undefined;
|
|
2975
2976
|
authorizationList?: undefined;
|
|
@@ -3031,7 +3032,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3031
3032
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3032
3033
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3033
3034
|
accessList?: import("viem").AccessList | undefined;
|
|
3034
|
-
authorizationList?: import("viem
|
|
3035
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3035
3036
|
blobs?: undefined;
|
|
3036
3037
|
blobVersionedHashes?: undefined;
|
|
3037
3038
|
gasPrice?: undefined;
|
|
@@ -3041,7 +3042,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3041
3042
|
sidecars?: undefined;
|
|
3042
3043
|
} | {
|
|
3043
3044
|
accessList?: import("viem").AccessList | undefined;
|
|
3044
|
-
authorizationList?: import("viem
|
|
3045
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3045
3046
|
blobs?: undefined;
|
|
3046
3047
|
blobVersionedHashes?: undefined;
|
|
3047
3048
|
gasPrice?: undefined;
|
|
@@ -3050,7 +3051,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3050
3051
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3051
3052
|
sidecars?: undefined;
|
|
3052
3053
|
}) & {
|
|
3053
|
-
authorizationList: import("viem
|
|
3054
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3054
3055
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3055
3056
|
accessList?: undefined;
|
|
3056
3057
|
authorizationList?: undefined;
|
|
@@ -3112,7 +3113,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3112
3113
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3113
3114
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3114
3115
|
accessList?: import("viem").AccessList | undefined;
|
|
3115
|
-
authorizationList?: import("viem
|
|
3116
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3116
3117
|
blobs?: undefined;
|
|
3117
3118
|
blobVersionedHashes?: undefined;
|
|
3118
3119
|
gasPrice?: undefined;
|
|
@@ -3122,7 +3123,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3122
3123
|
sidecars?: undefined;
|
|
3123
3124
|
} | {
|
|
3124
3125
|
accessList?: import("viem").AccessList | undefined;
|
|
3125
|
-
authorizationList?: import("viem
|
|
3126
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3126
3127
|
blobs?: undefined;
|
|
3127
3128
|
blobVersionedHashes?: undefined;
|
|
3128
3129
|
gasPrice?: undefined;
|
|
@@ -3131,7 +3132,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3131
3132
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3132
3133
|
sidecars?: undefined;
|
|
3133
3134
|
}) & {
|
|
3134
|
-
authorizationList: import("viem
|
|
3135
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3135
3136
|
} ? "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 {
|
|
3136
3137
|
accessList?: undefined;
|
|
3137
3138
|
authorizationList?: undefined;
|
|
@@ -3193,7 +3194,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3193
3194
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3194
3195
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3195
3196
|
accessList?: import("viem").AccessList | undefined;
|
|
3196
|
-
authorizationList?: import("viem
|
|
3197
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3197
3198
|
blobs?: undefined;
|
|
3198
3199
|
blobVersionedHashes?: undefined;
|
|
3199
3200
|
gasPrice?: undefined;
|
|
@@ -3203,7 +3204,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3203
3204
|
sidecars?: undefined;
|
|
3204
3205
|
} | {
|
|
3205
3206
|
accessList?: import("viem").AccessList | undefined;
|
|
3206
|
-
authorizationList?: import("viem
|
|
3207
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3207
3208
|
blobs?: undefined;
|
|
3208
3209
|
blobVersionedHashes?: undefined;
|
|
3209
3210
|
gasPrice?: undefined;
|
|
@@ -3212,7 +3213,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3212
3213
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3213
3214
|
sidecars?: undefined;
|
|
3214
3215
|
}) & {
|
|
3215
|
-
authorizationList: import("viem
|
|
3216
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3216
3217
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3217
3218
|
accessList?: undefined;
|
|
3218
3219
|
authorizationList?: undefined;
|
|
@@ -3274,7 +3275,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3274
3275
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3275
3276
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3276
3277
|
accessList?: import("viem").AccessList | undefined;
|
|
3277
|
-
authorizationList?: import("viem
|
|
3278
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3278
3279
|
blobs?: undefined;
|
|
3279
3280
|
blobVersionedHashes?: undefined;
|
|
3280
3281
|
gasPrice?: undefined;
|
|
@@ -3284,7 +3285,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3284
3285
|
sidecars?: undefined;
|
|
3285
3286
|
} | {
|
|
3286
3287
|
accessList?: import("viem").AccessList | undefined;
|
|
3287
|
-
authorizationList?: import("viem
|
|
3288
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3288
3289
|
blobs?: undefined;
|
|
3289
3290
|
blobVersionedHashes?: undefined;
|
|
3290
3291
|
gasPrice?: undefined;
|
|
@@ -3293,7 +3294,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3293
3294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3294
3295
|
sidecars?: undefined;
|
|
3295
3296
|
}) & {
|
|
3296
|
-
authorizationList: import("viem
|
|
3297
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3297
3298
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
3298
3299
|
chainId?: number | undefined;
|
|
3299
3300
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "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 ? {
|
|
@@ -3367,7 +3368,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3367
3368
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3368
3369
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3369
3370
|
accessList?: import("viem").AccessList | undefined;
|
|
3370
|
-
authorizationList?: import("viem
|
|
3371
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3371
3372
|
blobs?: undefined;
|
|
3372
3373
|
blobVersionedHashes?: undefined;
|
|
3373
3374
|
gasPrice?: undefined;
|
|
@@ -3377,7 +3378,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3377
3378
|
sidecars?: undefined;
|
|
3378
3379
|
} | {
|
|
3379
3380
|
accessList?: import("viem").AccessList | undefined;
|
|
3380
|
-
authorizationList?: import("viem
|
|
3381
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3381
3382
|
blobs?: undefined;
|
|
3382
3383
|
blobVersionedHashes?: undefined;
|
|
3383
3384
|
gasPrice?: undefined;
|
|
@@ -3386,7 +3387,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3386
3387
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3387
3388
|
sidecars?: undefined;
|
|
3388
3389
|
}) & {
|
|
3389
|
-
authorizationList: import("viem
|
|
3390
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3390
3391
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3391
3392
|
accessList?: undefined;
|
|
3392
3393
|
authorizationList?: undefined;
|
|
@@ -3448,7 +3449,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3448
3449
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3449
3450
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3450
3451
|
accessList?: import("viem").AccessList | undefined;
|
|
3451
|
-
authorizationList?: import("viem
|
|
3452
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3452
3453
|
blobs?: undefined;
|
|
3453
3454
|
blobVersionedHashes?: undefined;
|
|
3454
3455
|
gasPrice?: undefined;
|
|
@@ -3458,7 +3459,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3458
3459
|
sidecars?: undefined;
|
|
3459
3460
|
} | {
|
|
3460
3461
|
accessList?: import("viem").AccessList | undefined;
|
|
3461
|
-
authorizationList?: import("viem
|
|
3462
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3462
3463
|
blobs?: undefined;
|
|
3463
3464
|
blobVersionedHashes?: undefined;
|
|
3464
3465
|
gasPrice?: undefined;
|
|
@@ -3467,7 +3468,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3467
3468
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3468
3469
|
sidecars?: undefined;
|
|
3469
3470
|
}) & {
|
|
3470
|
-
authorizationList: import("viem
|
|
3471
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3471
3472
|
} ? "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 {
|
|
3472
3473
|
accessList?: undefined;
|
|
3473
3474
|
authorizationList?: undefined;
|
|
@@ -3529,7 +3530,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3529
3530
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3530
3531
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3531
3532
|
accessList?: import("viem").AccessList | undefined;
|
|
3532
|
-
authorizationList?: import("viem
|
|
3533
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3533
3534
|
blobs?: undefined;
|
|
3534
3535
|
blobVersionedHashes?: undefined;
|
|
3535
3536
|
gasPrice?: undefined;
|
|
@@ -3539,7 +3540,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3539
3540
|
sidecars?: undefined;
|
|
3540
3541
|
} | {
|
|
3541
3542
|
accessList?: import("viem").AccessList | undefined;
|
|
3542
|
-
authorizationList?: import("viem
|
|
3543
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3543
3544
|
blobs?: undefined;
|
|
3544
3545
|
blobVersionedHashes?: undefined;
|
|
3545
3546
|
gasPrice?: undefined;
|
|
@@ -3548,7 +3549,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3548
3549
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3549
3550
|
sidecars?: undefined;
|
|
3550
3551
|
}) & {
|
|
3551
|
-
authorizationList: import("viem
|
|
3552
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3552
3553
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3553
3554
|
accessList?: undefined;
|
|
3554
3555
|
authorizationList?: undefined;
|
|
@@ -3610,7 +3611,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3610
3611
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3611
3612
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3612
3613
|
accessList?: import("viem").AccessList | undefined;
|
|
3613
|
-
authorizationList?: import("viem
|
|
3614
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3614
3615
|
blobs?: undefined;
|
|
3615
3616
|
blobVersionedHashes?: undefined;
|
|
3616
3617
|
gasPrice?: undefined;
|
|
@@ -3620,7 +3621,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3620
3621
|
sidecars?: undefined;
|
|
3621
3622
|
} | {
|
|
3622
3623
|
accessList?: import("viem").AccessList | undefined;
|
|
3623
|
-
authorizationList?: import("viem
|
|
3624
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3624
3625
|
blobs?: undefined;
|
|
3625
3626
|
blobVersionedHashes?: undefined;
|
|
3626
3627
|
gasPrice?: undefined;
|
|
@@ -3629,7 +3630,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3629
3630
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3630
3631
|
sidecars?: undefined;
|
|
3631
3632
|
}) & {
|
|
3632
|
-
authorizationList: import("viem
|
|
3633
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3633
3634
|
} ? "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 {
|
|
3634
3635
|
accessList?: undefined;
|
|
3635
3636
|
authorizationList?: undefined;
|
|
@@ -3691,7 +3692,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3691
3692
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3692
3693
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3693
3694
|
accessList?: import("viem").AccessList | undefined;
|
|
3694
|
-
authorizationList?: import("viem
|
|
3695
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3695
3696
|
blobs?: undefined;
|
|
3696
3697
|
blobVersionedHashes?: undefined;
|
|
3697
3698
|
gasPrice?: undefined;
|
|
@@ -3701,7 +3702,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3701
3702
|
sidecars?: undefined;
|
|
3702
3703
|
} | {
|
|
3703
3704
|
accessList?: import("viem").AccessList | undefined;
|
|
3704
|
-
authorizationList?: import("viem
|
|
3705
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3705
3706
|
blobs?: undefined;
|
|
3706
3707
|
blobVersionedHashes?: undefined;
|
|
3707
3708
|
gasPrice?: undefined;
|
|
@@ -3710,7 +3711,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3710
3711
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3711
3712
|
sidecars?: undefined;
|
|
3712
3713
|
}) & {
|
|
3713
|
-
authorizationList: import("viem
|
|
3714
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3714
3715
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3715
3716
|
accessList?: undefined;
|
|
3716
3717
|
authorizationList?: undefined;
|
|
@@ -3772,7 +3773,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3772
3773
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3773
3774
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3774
3775
|
accessList?: import("viem").AccessList | undefined;
|
|
3775
|
-
authorizationList?: import("viem
|
|
3776
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3776
3777
|
blobs?: undefined;
|
|
3777
3778
|
blobVersionedHashes?: undefined;
|
|
3778
3779
|
gasPrice?: undefined;
|
|
@@ -3782,7 +3783,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3782
3783
|
sidecars?: undefined;
|
|
3783
3784
|
} | {
|
|
3784
3785
|
accessList?: import("viem").AccessList | undefined;
|
|
3785
|
-
authorizationList?: import("viem
|
|
3786
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3786
3787
|
blobs?: undefined;
|
|
3787
3788
|
blobVersionedHashes?: undefined;
|
|
3788
3789
|
gasPrice?: undefined;
|
|
@@ -3791,7 +3792,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3791
3792
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3792
3793
|
sidecars?: undefined;
|
|
3793
3794
|
}) & {
|
|
3794
|
-
authorizationList: import("viem
|
|
3795
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3795
3796
|
} ? "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 {
|
|
3796
3797
|
accessList?: undefined;
|
|
3797
3798
|
authorizationList?: undefined;
|
|
@@ -3853,7 +3854,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3853
3854
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3854
3855
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3855
3856
|
accessList?: import("viem").AccessList | undefined;
|
|
3856
|
-
authorizationList?: import("viem
|
|
3857
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3857
3858
|
blobs?: undefined;
|
|
3858
3859
|
blobVersionedHashes?: undefined;
|
|
3859
3860
|
gasPrice?: undefined;
|
|
@@ -3863,7 +3864,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3863
3864
|
sidecars?: undefined;
|
|
3864
3865
|
} | {
|
|
3865
3866
|
accessList?: import("viem").AccessList | undefined;
|
|
3866
|
-
authorizationList?: import("viem
|
|
3867
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3867
3868
|
blobs?: undefined;
|
|
3868
3869
|
blobVersionedHashes?: undefined;
|
|
3869
3870
|
gasPrice?: undefined;
|
|
@@ -3872,7 +3873,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3872
3873
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3873
3874
|
sidecars?: undefined;
|
|
3874
3875
|
}) & {
|
|
3875
|
-
authorizationList: import("viem
|
|
3876
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3876
3877
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
3877
3878
|
accessList?: undefined;
|
|
3878
3879
|
authorizationList?: undefined;
|
|
@@ -3934,7 +3935,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3934
3935
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3935
3936
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3936
3937
|
accessList?: import("viem").AccessList | undefined;
|
|
3937
|
-
authorizationList?: import("viem
|
|
3938
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3938
3939
|
blobs?: undefined;
|
|
3939
3940
|
blobVersionedHashes?: undefined;
|
|
3940
3941
|
gasPrice?: undefined;
|
|
@@ -3944,7 +3945,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3944
3945
|
sidecars?: undefined;
|
|
3945
3946
|
} | {
|
|
3946
3947
|
accessList?: import("viem").AccessList | undefined;
|
|
3947
|
-
authorizationList?: import("viem
|
|
3948
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3948
3949
|
blobs?: undefined;
|
|
3949
3950
|
blobVersionedHashes?: undefined;
|
|
3950
3951
|
gasPrice?: undefined;
|
|
@@ -3953,7 +3954,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
3953
3954
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3954
3955
|
sidecars?: undefined;
|
|
3955
3956
|
}) & {
|
|
3956
|
-
authorizationList: import("viem
|
|
3957
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3957
3958
|
} ? "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 {
|
|
3958
3959
|
accessList?: undefined;
|
|
3959
3960
|
authorizationList?: undefined;
|
|
@@ -4015,7 +4016,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4015
4016
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4016
4017
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4017
4018
|
accessList?: import("viem").AccessList | undefined;
|
|
4018
|
-
authorizationList?: import("viem
|
|
4019
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4019
4020
|
blobs?: undefined;
|
|
4020
4021
|
blobVersionedHashes?: undefined;
|
|
4021
4022
|
gasPrice?: undefined;
|
|
@@ -4025,7 +4026,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4025
4026
|
sidecars?: undefined;
|
|
4026
4027
|
} | {
|
|
4027
4028
|
accessList?: import("viem").AccessList | undefined;
|
|
4028
|
-
authorizationList?: import("viem
|
|
4029
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4029
4030
|
blobs?: undefined;
|
|
4030
4031
|
blobVersionedHashes?: undefined;
|
|
4031
4032
|
gasPrice?: undefined;
|
|
@@ -4034,7 +4035,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4034
4035
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4035
4036
|
sidecars?: undefined;
|
|
4036
4037
|
}) & {
|
|
4037
|
-
authorizationList: import("viem
|
|
4038
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4038
4039
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4039
4040
|
accessList?: undefined;
|
|
4040
4041
|
authorizationList?: undefined;
|
|
@@ -4096,7 +4097,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4096
4097
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4097
4098
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4098
4099
|
accessList?: import("viem").AccessList | undefined;
|
|
4099
|
-
authorizationList?: import("viem
|
|
4100
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4100
4101
|
blobs?: undefined;
|
|
4101
4102
|
blobVersionedHashes?: undefined;
|
|
4102
4103
|
gasPrice?: undefined;
|
|
@@ -4106,7 +4107,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4106
4107
|
sidecars?: undefined;
|
|
4107
4108
|
} | {
|
|
4108
4109
|
accessList?: import("viem").AccessList | undefined;
|
|
4109
|
-
authorizationList?: import("viem
|
|
4110
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4110
4111
|
blobs?: undefined;
|
|
4111
4112
|
blobVersionedHashes?: undefined;
|
|
4112
4113
|
gasPrice?: undefined;
|
|
@@ -4115,7 +4116,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4115
4116
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4116
4117
|
sidecars?: undefined;
|
|
4117
4118
|
}) & {
|
|
4118
|
-
authorizationList: import("viem
|
|
4119
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4119
4120
|
} ? "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 {
|
|
4120
4121
|
accessList?: undefined;
|
|
4121
4122
|
authorizationList?: undefined;
|
|
@@ -4177,7 +4178,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4177
4178
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4178
4179
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4179
4180
|
accessList?: import("viem").AccessList | undefined;
|
|
4180
|
-
authorizationList?: import("viem
|
|
4181
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4181
4182
|
blobs?: undefined;
|
|
4182
4183
|
blobVersionedHashes?: undefined;
|
|
4183
4184
|
gasPrice?: undefined;
|
|
@@ -4187,7 +4188,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4187
4188
|
sidecars?: undefined;
|
|
4188
4189
|
} | {
|
|
4189
4190
|
accessList?: import("viem").AccessList | undefined;
|
|
4190
|
-
authorizationList?: import("viem
|
|
4191
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4191
4192
|
blobs?: undefined;
|
|
4192
4193
|
blobVersionedHashes?: undefined;
|
|
4193
4194
|
gasPrice?: undefined;
|
|
@@ -4196,7 +4197,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4196
4197
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4197
4198
|
sidecars?: undefined;
|
|
4198
4199
|
}) & {
|
|
4199
|
-
authorizationList: import("viem
|
|
4200
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4200
4201
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4201
4202
|
accessList?: undefined;
|
|
4202
4203
|
authorizationList?: undefined;
|
|
@@ -4258,7 +4259,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4258
4259
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4259
4260
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4260
4261
|
accessList?: import("viem").AccessList | undefined;
|
|
4261
|
-
authorizationList?: import("viem
|
|
4262
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4262
4263
|
blobs?: undefined;
|
|
4263
4264
|
blobVersionedHashes?: undefined;
|
|
4264
4265
|
gasPrice?: undefined;
|
|
@@ -4268,7 +4269,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4268
4269
|
sidecars?: undefined;
|
|
4269
4270
|
} | {
|
|
4270
4271
|
accessList?: import("viem").AccessList | undefined;
|
|
4271
|
-
authorizationList?: import("viem
|
|
4272
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4272
4273
|
blobs?: undefined;
|
|
4273
4274
|
blobVersionedHashes?: undefined;
|
|
4274
4275
|
gasPrice?: undefined;
|
|
@@ -4277,7 +4278,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4277
4278
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4278
4279
|
sidecars?: undefined;
|
|
4279
4280
|
}) & {
|
|
4280
|
-
authorizationList: import("viem
|
|
4281
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4281
4282
|
} ? "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 {
|
|
4282
4283
|
accessList?: undefined;
|
|
4283
4284
|
authorizationList?: undefined;
|
|
@@ -4339,7 +4340,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4339
4340
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4340
4341
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4341
4342
|
accessList?: import("viem").AccessList | undefined;
|
|
4342
|
-
authorizationList?: import("viem
|
|
4343
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4343
4344
|
blobs?: undefined;
|
|
4344
4345
|
blobVersionedHashes?: undefined;
|
|
4345
4346
|
gasPrice?: undefined;
|
|
@@ -4349,7 +4350,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4349
4350
|
sidecars?: undefined;
|
|
4350
4351
|
} | {
|
|
4351
4352
|
accessList?: import("viem").AccessList | undefined;
|
|
4352
|
-
authorizationList?: import("viem
|
|
4353
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4353
4354
|
blobs?: undefined;
|
|
4354
4355
|
blobVersionedHashes?: undefined;
|
|
4355
4356
|
gasPrice?: undefined;
|
|
@@ -4358,7 +4359,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4358
4359
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4359
4360
|
sidecars?: undefined;
|
|
4360
4361
|
}) & {
|
|
4361
|
-
authorizationList: import("viem
|
|
4362
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4362
4363
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4363
4364
|
accessList?: undefined;
|
|
4364
4365
|
authorizationList?: undefined;
|
|
@@ -4420,7 +4421,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4420
4421
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4421
4422
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4422
4423
|
accessList?: import("viem").AccessList | undefined;
|
|
4423
|
-
authorizationList?: import("viem
|
|
4424
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4424
4425
|
blobs?: undefined;
|
|
4425
4426
|
blobVersionedHashes?: undefined;
|
|
4426
4427
|
gasPrice?: undefined;
|
|
@@ -4430,7 +4431,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4430
4431
|
sidecars?: undefined;
|
|
4431
4432
|
} | {
|
|
4432
4433
|
accessList?: import("viem").AccessList | undefined;
|
|
4433
|
-
authorizationList?: import("viem
|
|
4434
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4434
4435
|
blobs?: undefined;
|
|
4435
4436
|
blobVersionedHashes?: undefined;
|
|
4436
4437
|
gasPrice?: undefined;
|
|
@@ -4439,7 +4440,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4439
4440
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4440
4441
|
sidecars?: undefined;
|
|
4441
4442
|
}) & {
|
|
4442
|
-
authorizationList: import("viem
|
|
4443
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4443
4444
|
} ? "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 {
|
|
4444
4445
|
accessList?: undefined;
|
|
4445
4446
|
authorizationList?: undefined;
|
|
@@ -4501,7 +4502,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4501
4502
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4502
4503
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4503
4504
|
accessList?: import("viem").AccessList | undefined;
|
|
4504
|
-
authorizationList?: import("viem
|
|
4505
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4505
4506
|
blobs?: undefined;
|
|
4506
4507
|
blobVersionedHashes?: undefined;
|
|
4507
4508
|
gasPrice?: undefined;
|
|
@@ -4511,7 +4512,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4511
4512
|
sidecars?: undefined;
|
|
4512
4513
|
} | {
|
|
4513
4514
|
accessList?: import("viem").AccessList | undefined;
|
|
4514
|
-
authorizationList?: import("viem
|
|
4515
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4515
4516
|
blobs?: undefined;
|
|
4516
4517
|
blobVersionedHashes?: undefined;
|
|
4517
4518
|
gasPrice?: undefined;
|
|
@@ -4520,7 +4521,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4520
4521
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4521
4522
|
sidecars?: undefined;
|
|
4522
4523
|
}) & {
|
|
4523
|
-
authorizationList: import("viem
|
|
4524
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4524
4525
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4525
4526
|
accessList?: undefined;
|
|
4526
4527
|
authorizationList?: undefined;
|
|
@@ -4582,7 +4583,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4582
4583
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4583
4584
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4584
4585
|
accessList?: import("viem").AccessList | undefined;
|
|
4585
|
-
authorizationList?: import("viem
|
|
4586
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4586
4587
|
blobs?: undefined;
|
|
4587
4588
|
blobVersionedHashes?: undefined;
|
|
4588
4589
|
gasPrice?: undefined;
|
|
@@ -4592,7 +4593,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4592
4593
|
sidecars?: undefined;
|
|
4593
4594
|
} | {
|
|
4594
4595
|
accessList?: import("viem").AccessList | undefined;
|
|
4595
|
-
authorizationList?: import("viem
|
|
4596
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4596
4597
|
blobs?: undefined;
|
|
4597
4598
|
blobVersionedHashes?: undefined;
|
|
4598
4599
|
gasPrice?: undefined;
|
|
@@ -4601,7 +4602,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4601
4602
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4602
4603
|
sidecars?: undefined;
|
|
4603
4604
|
}) & {
|
|
4604
|
-
authorizationList: import("viem
|
|
4605
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4605
4606
|
} ? "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 {
|
|
4606
4607
|
accessList?: undefined;
|
|
4607
4608
|
authorizationList?: undefined;
|
|
@@ -4663,7 +4664,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4663
4664
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4664
4665
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4665
4666
|
accessList?: import("viem").AccessList | undefined;
|
|
4666
|
-
authorizationList?: import("viem
|
|
4667
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4667
4668
|
blobs?: undefined;
|
|
4668
4669
|
blobVersionedHashes?: undefined;
|
|
4669
4670
|
gasPrice?: undefined;
|
|
@@ -4673,7 +4674,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4673
4674
|
sidecars?: undefined;
|
|
4674
4675
|
} | {
|
|
4675
4676
|
accessList?: import("viem").AccessList | undefined;
|
|
4676
|
-
authorizationList?: import("viem
|
|
4677
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4677
4678
|
blobs?: undefined;
|
|
4678
4679
|
blobVersionedHashes?: undefined;
|
|
4679
4680
|
gasPrice?: undefined;
|
|
@@ -4682,7 +4683,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4682
4683
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4683
4684
|
sidecars?: undefined;
|
|
4684
4685
|
}) & {
|
|
4685
|
-
authorizationList: import("viem
|
|
4686
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4686
4687
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4687
4688
|
accessList?: undefined;
|
|
4688
4689
|
authorizationList?: undefined;
|
|
@@ -4744,7 +4745,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4744
4745
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4745
4746
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4746
4747
|
accessList?: import("viem").AccessList | undefined;
|
|
4747
|
-
authorizationList?: import("viem
|
|
4748
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4748
4749
|
blobs?: undefined;
|
|
4749
4750
|
blobVersionedHashes?: undefined;
|
|
4750
4751
|
gasPrice?: undefined;
|
|
@@ -4754,7 +4755,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4754
4755
|
sidecars?: undefined;
|
|
4755
4756
|
} | {
|
|
4756
4757
|
accessList?: import("viem").AccessList | undefined;
|
|
4757
|
-
authorizationList?: import("viem
|
|
4758
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4758
4759
|
blobs?: undefined;
|
|
4759
4760
|
blobVersionedHashes?: undefined;
|
|
4760
4761
|
gasPrice?: undefined;
|
|
@@ -4763,7 +4764,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4763
4764
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4764
4765
|
sidecars?: undefined;
|
|
4765
4766
|
}) & {
|
|
4766
|
-
authorizationList: import("viem
|
|
4767
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4767
4768
|
} ? "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 {
|
|
4768
4769
|
accessList?: undefined;
|
|
4769
4770
|
authorizationList?: undefined;
|
|
@@ -4825,7 +4826,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4825
4826
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4826
4827
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4827
4828
|
accessList?: import("viem").AccessList | undefined;
|
|
4828
|
-
authorizationList?: import("viem
|
|
4829
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4829
4830
|
blobs?: undefined;
|
|
4830
4831
|
blobVersionedHashes?: undefined;
|
|
4831
4832
|
gasPrice?: undefined;
|
|
@@ -4835,7 +4836,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4835
4836
|
sidecars?: undefined;
|
|
4836
4837
|
} | {
|
|
4837
4838
|
accessList?: import("viem").AccessList | undefined;
|
|
4838
|
-
authorizationList?: import("viem
|
|
4839
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4839
4840
|
blobs?: undefined;
|
|
4840
4841
|
blobVersionedHashes?: undefined;
|
|
4841
4842
|
gasPrice?: undefined;
|
|
@@ -4844,7 +4845,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4844
4845
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4845
4846
|
sidecars?: undefined;
|
|
4846
4847
|
}) & {
|
|
4847
|
-
authorizationList: import("viem
|
|
4848
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4848
4849
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
4849
4850
|
accessList?: undefined;
|
|
4850
4851
|
authorizationList?: undefined;
|
|
@@ -4906,7 +4907,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4906
4907
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4907
4908
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4908
4909
|
accessList?: import("viem").AccessList | undefined;
|
|
4909
|
-
authorizationList?: import("viem
|
|
4910
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4910
4911
|
blobs?: undefined;
|
|
4911
4912
|
blobVersionedHashes?: undefined;
|
|
4912
4913
|
gasPrice?: undefined;
|
|
@@ -4916,7 +4917,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4916
4917
|
sidecars?: undefined;
|
|
4917
4918
|
} | {
|
|
4918
4919
|
accessList?: import("viem").AccessList | undefined;
|
|
4919
|
-
authorizationList?: import("viem
|
|
4920
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4920
4921
|
blobs?: undefined;
|
|
4921
4922
|
blobVersionedHashes?: undefined;
|
|
4922
4923
|
gasPrice?: undefined;
|
|
@@ -4925,7 +4926,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4925
4926
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4926
4927
|
sidecars?: undefined;
|
|
4927
4928
|
}) & {
|
|
4928
|
-
authorizationList: import("viem
|
|
4929
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4929
4930
|
} ? "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 {
|
|
4930
4931
|
accessList?: undefined;
|
|
4931
4932
|
authorizationList?: undefined;
|
|
@@ -4987,7 +4988,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4987
4988
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4988
4989
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4989
4990
|
accessList?: import("viem").AccessList | undefined;
|
|
4990
|
-
authorizationList?: import("viem
|
|
4991
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4991
4992
|
blobs?: undefined;
|
|
4992
4993
|
blobVersionedHashes?: undefined;
|
|
4993
4994
|
gasPrice?: undefined;
|
|
@@ -4997,7 +4998,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
4997
4998
|
sidecars?: undefined;
|
|
4998
4999
|
} | {
|
|
4999
5000
|
accessList?: import("viem").AccessList | undefined;
|
|
5000
|
-
authorizationList?: import("viem
|
|
5001
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5001
5002
|
blobs?: undefined;
|
|
5002
5003
|
blobVersionedHashes?: undefined;
|
|
5003
5004
|
gasPrice?: undefined;
|
|
@@ -5006,7 +5007,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5006
5007
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5007
5008
|
sidecars?: undefined;
|
|
5008
5009
|
}) & {
|
|
5009
|
-
authorizationList: import("viem
|
|
5010
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5010
5011
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5011
5012
|
accessList?: undefined;
|
|
5012
5013
|
authorizationList?: undefined;
|
|
@@ -5068,7 +5069,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5068
5069
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5069
5070
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5070
5071
|
accessList?: import("viem").AccessList | undefined;
|
|
5071
|
-
authorizationList?: import("viem
|
|
5072
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5072
5073
|
blobs?: undefined;
|
|
5073
5074
|
blobVersionedHashes?: undefined;
|
|
5074
5075
|
gasPrice?: undefined;
|
|
@@ -5078,7 +5079,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5078
5079
|
sidecars?: undefined;
|
|
5079
5080
|
} | {
|
|
5080
5081
|
accessList?: import("viem").AccessList | undefined;
|
|
5081
|
-
authorizationList?: import("viem
|
|
5082
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5082
5083
|
blobs?: undefined;
|
|
5083
5084
|
blobVersionedHashes?: undefined;
|
|
5084
5085
|
gasPrice?: undefined;
|
|
@@ -5087,7 +5088,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5087
5088
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5088
5089
|
sidecars?: undefined;
|
|
5089
5090
|
}) & {
|
|
5090
|
-
authorizationList: import("viem
|
|
5091
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5091
5092
|
} ? "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 {
|
|
5092
5093
|
accessList?: undefined;
|
|
5093
5094
|
authorizationList?: undefined;
|
|
@@ -5149,7 +5150,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5149
5150
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5150
5151
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5151
5152
|
accessList?: import("viem").AccessList | undefined;
|
|
5152
|
-
authorizationList?: import("viem
|
|
5153
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5153
5154
|
blobs?: undefined;
|
|
5154
5155
|
blobVersionedHashes?: undefined;
|
|
5155
5156
|
gasPrice?: undefined;
|
|
@@ -5159,7 +5160,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5159
5160
|
sidecars?: undefined;
|
|
5160
5161
|
} | {
|
|
5161
5162
|
accessList?: import("viem").AccessList | undefined;
|
|
5162
|
-
authorizationList?: import("viem
|
|
5163
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5163
5164
|
blobs?: undefined;
|
|
5164
5165
|
blobVersionedHashes?: undefined;
|
|
5165
5166
|
gasPrice?: undefined;
|
|
@@ -5168,7 +5169,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5168
5169
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5169
5170
|
sidecars?: undefined;
|
|
5170
5171
|
}) & {
|
|
5171
|
-
authorizationList: import("viem
|
|
5172
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5172
5173
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5173
5174
|
accessList?: undefined;
|
|
5174
5175
|
authorizationList?: undefined;
|
|
@@ -5230,7 +5231,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5230
5231
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5231
5232
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5232
5233
|
accessList?: import("viem").AccessList | undefined;
|
|
5233
|
-
authorizationList?: import("viem
|
|
5234
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5234
5235
|
blobs?: undefined;
|
|
5235
5236
|
blobVersionedHashes?: undefined;
|
|
5236
5237
|
gasPrice?: undefined;
|
|
@@ -5240,7 +5241,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5240
5241
|
sidecars?: undefined;
|
|
5241
5242
|
} | {
|
|
5242
5243
|
accessList?: import("viem").AccessList | undefined;
|
|
5243
|
-
authorizationList?: import("viem
|
|
5244
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5244
5245
|
blobs?: undefined;
|
|
5245
5246
|
blobVersionedHashes?: undefined;
|
|
5246
5247
|
gasPrice?: undefined;
|
|
@@ -5249,7 +5250,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5249
5250
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5250
5251
|
sidecars?: undefined;
|
|
5251
5252
|
}) & {
|
|
5252
|
-
authorizationList: import("viem
|
|
5253
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5253
5254
|
} ? "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 {
|
|
5254
5255
|
accessList?: undefined;
|
|
5255
5256
|
authorizationList?: undefined;
|
|
@@ -5311,7 +5312,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5311
5312
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5312
5313
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5313
5314
|
accessList?: import("viem").AccessList | undefined;
|
|
5314
|
-
authorizationList?: import("viem
|
|
5315
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5315
5316
|
blobs?: undefined;
|
|
5316
5317
|
blobVersionedHashes?: undefined;
|
|
5317
5318
|
gasPrice?: undefined;
|
|
@@ -5321,7 +5322,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5321
5322
|
sidecars?: undefined;
|
|
5322
5323
|
} | {
|
|
5323
5324
|
accessList?: import("viem").AccessList | undefined;
|
|
5324
|
-
authorizationList?: import("viem
|
|
5325
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5325
5326
|
blobs?: undefined;
|
|
5326
5327
|
blobVersionedHashes?: undefined;
|
|
5327
5328
|
gasPrice?: undefined;
|
|
@@ -5330,7 +5331,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5330
5331
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5331
5332
|
sidecars?: undefined;
|
|
5332
5333
|
}) & {
|
|
5333
|
-
authorizationList: import("viem
|
|
5334
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5334
5335
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5335
5336
|
accessList?: undefined;
|
|
5336
5337
|
authorizationList?: undefined;
|
|
@@ -5392,7 +5393,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5392
5393
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5393
5394
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5394
5395
|
accessList?: import("viem").AccessList | undefined;
|
|
5395
|
-
authorizationList?: import("viem
|
|
5396
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5396
5397
|
blobs?: undefined;
|
|
5397
5398
|
blobVersionedHashes?: undefined;
|
|
5398
5399
|
gasPrice?: undefined;
|
|
@@ -5402,7 +5403,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5402
5403
|
sidecars?: undefined;
|
|
5403
5404
|
} | {
|
|
5404
5405
|
accessList?: import("viem").AccessList | undefined;
|
|
5405
|
-
authorizationList?: import("viem
|
|
5406
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5406
5407
|
blobs?: undefined;
|
|
5407
5408
|
blobVersionedHashes?: undefined;
|
|
5408
5409
|
gasPrice?: undefined;
|
|
@@ -5411,7 +5412,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5411
5412
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5412
5413
|
sidecars?: undefined;
|
|
5413
5414
|
}) & {
|
|
5414
|
-
authorizationList: import("viem
|
|
5415
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5415
5416
|
} ? "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 {
|
|
5416
5417
|
accessList?: undefined;
|
|
5417
5418
|
authorizationList?: undefined;
|
|
@@ -5473,7 +5474,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5473
5474
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5474
5475
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5475
5476
|
accessList?: import("viem").AccessList | undefined;
|
|
5476
|
-
authorizationList?: import("viem
|
|
5477
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5477
5478
|
blobs?: undefined;
|
|
5478
5479
|
blobVersionedHashes?: undefined;
|
|
5479
5480
|
gasPrice?: undefined;
|
|
@@ -5483,7 +5484,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5483
5484
|
sidecars?: undefined;
|
|
5484
5485
|
} | {
|
|
5485
5486
|
accessList?: import("viem").AccessList | undefined;
|
|
5486
|
-
authorizationList?: import("viem
|
|
5487
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5487
5488
|
blobs?: undefined;
|
|
5488
5489
|
blobVersionedHashes?: undefined;
|
|
5489
5490
|
gasPrice?: undefined;
|
|
@@ -5492,7 +5493,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5492
5493
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5493
5494
|
sidecars?: undefined;
|
|
5494
5495
|
}) & {
|
|
5495
|
-
authorizationList: import("viem
|
|
5496
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5496
5497
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5497
5498
|
accessList?: undefined;
|
|
5498
5499
|
authorizationList?: undefined;
|
|
@@ -5554,7 +5555,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5554
5555
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5555
5556
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5556
5557
|
accessList?: import("viem").AccessList | undefined;
|
|
5557
|
-
authorizationList?: import("viem
|
|
5558
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5558
5559
|
blobs?: undefined;
|
|
5559
5560
|
blobVersionedHashes?: undefined;
|
|
5560
5561
|
gasPrice?: undefined;
|
|
@@ -5564,7 +5565,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5564
5565
|
sidecars?: undefined;
|
|
5565
5566
|
} | {
|
|
5566
5567
|
accessList?: import("viem").AccessList | undefined;
|
|
5567
|
-
authorizationList?: import("viem
|
|
5568
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5568
5569
|
blobs?: undefined;
|
|
5569
5570
|
blobVersionedHashes?: undefined;
|
|
5570
5571
|
gasPrice?: undefined;
|
|
@@ -5573,7 +5574,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5573
5574
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5574
5575
|
sidecars?: undefined;
|
|
5575
5576
|
}) & {
|
|
5576
|
-
authorizationList: import("viem
|
|
5577
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5577
5578
|
} ? "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 {
|
|
5578
5579
|
accessList?: undefined;
|
|
5579
5580
|
authorizationList?: undefined;
|
|
@@ -5635,7 +5636,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5635
5636
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5636
5637
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5637
5638
|
accessList?: import("viem").AccessList | undefined;
|
|
5638
|
-
authorizationList?: import("viem
|
|
5639
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5639
5640
|
blobs?: undefined;
|
|
5640
5641
|
blobVersionedHashes?: undefined;
|
|
5641
5642
|
gasPrice?: undefined;
|
|
@@ -5645,7 +5646,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5645
5646
|
sidecars?: undefined;
|
|
5646
5647
|
} | {
|
|
5647
5648
|
accessList?: import("viem").AccessList | undefined;
|
|
5648
|
-
authorizationList?: import("viem
|
|
5649
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5649
5650
|
blobs?: undefined;
|
|
5650
5651
|
blobVersionedHashes?: undefined;
|
|
5651
5652
|
gasPrice?: undefined;
|
|
@@ -5654,7 +5655,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5654
5655
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5655
5656
|
sidecars?: undefined;
|
|
5656
5657
|
}) & {
|
|
5657
|
-
authorizationList: import("viem
|
|
5658
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5658
5659
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5659
5660
|
accessList?: undefined;
|
|
5660
5661
|
authorizationList?: undefined;
|
|
@@ -5716,7 +5717,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5716
5717
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5717
5718
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5718
5719
|
accessList?: import("viem").AccessList | undefined;
|
|
5719
|
-
authorizationList?: import("viem
|
|
5720
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5720
5721
|
blobs?: undefined;
|
|
5721
5722
|
blobVersionedHashes?: undefined;
|
|
5722
5723
|
gasPrice?: undefined;
|
|
@@ -5726,7 +5727,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5726
5727
|
sidecars?: undefined;
|
|
5727
5728
|
} | {
|
|
5728
5729
|
accessList?: import("viem").AccessList | undefined;
|
|
5729
|
-
authorizationList?: import("viem
|
|
5730
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5730
5731
|
blobs?: undefined;
|
|
5731
5732
|
blobVersionedHashes?: undefined;
|
|
5732
5733
|
gasPrice?: undefined;
|
|
@@ -5735,7 +5736,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5735
5736
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5736
5737
|
sidecars?: undefined;
|
|
5737
5738
|
}) & {
|
|
5738
|
-
authorizationList: import("viem
|
|
5739
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5739
5740
|
} ? "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 {
|
|
5740
5741
|
accessList?: undefined;
|
|
5741
5742
|
authorizationList?: undefined;
|
|
@@ -5797,7 +5798,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5797
5798
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5798
5799
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5799
5800
|
accessList?: import("viem").AccessList | undefined;
|
|
5800
|
-
authorizationList?: import("viem
|
|
5801
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5801
5802
|
blobs?: undefined;
|
|
5802
5803
|
blobVersionedHashes?: undefined;
|
|
5803
5804
|
gasPrice?: undefined;
|
|
@@ -5807,7 +5808,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5807
5808
|
sidecars?: undefined;
|
|
5808
5809
|
} | {
|
|
5809
5810
|
accessList?: import("viem").AccessList | undefined;
|
|
5810
|
-
authorizationList?: import("viem
|
|
5811
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5811
5812
|
blobs?: undefined;
|
|
5812
5813
|
blobVersionedHashes?: undefined;
|
|
5813
5814
|
gasPrice?: undefined;
|
|
@@ -5816,7 +5817,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5816
5817
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5817
5818
|
sidecars?: undefined;
|
|
5818
5819
|
}) & {
|
|
5819
|
-
authorizationList: import("viem
|
|
5820
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5820
5821
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5821
5822
|
accessList?: undefined;
|
|
5822
5823
|
authorizationList?: undefined;
|
|
@@ -5878,7 +5879,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5878
5879
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5879
5880
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5880
5881
|
accessList?: import("viem").AccessList | undefined;
|
|
5881
|
-
authorizationList?: import("viem
|
|
5882
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5882
5883
|
blobs?: undefined;
|
|
5883
5884
|
blobVersionedHashes?: undefined;
|
|
5884
5885
|
gasPrice?: undefined;
|
|
@@ -5888,7 +5889,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5888
5889
|
sidecars?: undefined;
|
|
5889
5890
|
} | {
|
|
5890
5891
|
accessList?: import("viem").AccessList | undefined;
|
|
5891
|
-
authorizationList?: import("viem
|
|
5892
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5892
5893
|
blobs?: undefined;
|
|
5893
5894
|
blobVersionedHashes?: undefined;
|
|
5894
5895
|
gasPrice?: undefined;
|
|
@@ -5897,7 +5898,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5897
5898
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5898
5899
|
sidecars?: undefined;
|
|
5899
5900
|
}) & {
|
|
5900
|
-
authorizationList: import("viem
|
|
5901
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5901
5902
|
} ? "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 {
|
|
5902
5903
|
accessList?: undefined;
|
|
5903
5904
|
authorizationList?: undefined;
|
|
@@ -5959,7 +5960,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5959
5960
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5960
5961
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5961
5962
|
accessList?: import("viem").AccessList | undefined;
|
|
5962
|
-
authorizationList?: import("viem
|
|
5963
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5963
5964
|
blobs?: undefined;
|
|
5964
5965
|
blobVersionedHashes?: undefined;
|
|
5965
5966
|
gasPrice?: undefined;
|
|
@@ -5969,7 +5970,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5969
5970
|
sidecars?: undefined;
|
|
5970
5971
|
} | {
|
|
5971
5972
|
accessList?: import("viem").AccessList | undefined;
|
|
5972
|
-
authorizationList?: import("viem
|
|
5973
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5973
5974
|
blobs?: undefined;
|
|
5974
5975
|
blobVersionedHashes?: undefined;
|
|
5975
5976
|
gasPrice?: undefined;
|
|
@@ -5978,7 +5979,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
5978
5979
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5979
5980
|
sidecars?: undefined;
|
|
5980
5981
|
}) & {
|
|
5981
|
-
authorizationList: import("viem
|
|
5982
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
5982
5983
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
5983
5984
|
accessList?: undefined;
|
|
5984
5985
|
authorizationList?: undefined;
|
|
@@ -6040,7 +6041,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6040
6041
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6041
6042
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6042
6043
|
accessList?: import("viem").AccessList | undefined;
|
|
6043
|
-
authorizationList?: import("viem
|
|
6044
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6044
6045
|
blobs?: undefined;
|
|
6045
6046
|
blobVersionedHashes?: undefined;
|
|
6046
6047
|
gasPrice?: undefined;
|
|
@@ -6050,7 +6051,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6050
6051
|
sidecars?: undefined;
|
|
6051
6052
|
} | {
|
|
6052
6053
|
accessList?: import("viem").AccessList | undefined;
|
|
6053
|
-
authorizationList?: import("viem
|
|
6054
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6054
6055
|
blobs?: undefined;
|
|
6055
6056
|
blobVersionedHashes?: undefined;
|
|
6056
6057
|
gasPrice?: undefined;
|
|
@@ -6059,7 +6060,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6059
6060
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6060
6061
|
sidecars?: undefined;
|
|
6061
6062
|
}) & {
|
|
6062
|
-
authorizationList: import("viem
|
|
6063
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6063
6064
|
} ? "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 {
|
|
6064
6065
|
accessList?: undefined;
|
|
6065
6066
|
authorizationList?: undefined;
|
|
@@ -6121,7 +6122,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6121
6122
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6122
6123
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6123
6124
|
accessList?: import("viem").AccessList | undefined;
|
|
6124
|
-
authorizationList?: import("viem
|
|
6125
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6125
6126
|
blobs?: undefined;
|
|
6126
6127
|
blobVersionedHashes?: undefined;
|
|
6127
6128
|
gasPrice?: undefined;
|
|
@@ -6131,7 +6132,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6131
6132
|
sidecars?: undefined;
|
|
6132
6133
|
} | {
|
|
6133
6134
|
accessList?: import("viem").AccessList | undefined;
|
|
6134
|
-
authorizationList?: import("viem
|
|
6135
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6135
6136
|
blobs?: undefined;
|
|
6136
6137
|
blobVersionedHashes?: undefined;
|
|
6137
6138
|
gasPrice?: undefined;
|
|
@@ -6140,7 +6141,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6140
6141
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6141
6142
|
sidecars?: undefined;
|
|
6142
6143
|
}) & {
|
|
6143
|
-
authorizationList: import("viem
|
|
6144
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6144
6145
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6145
6146
|
accessList?: undefined;
|
|
6146
6147
|
authorizationList?: undefined;
|
|
@@ -6202,7 +6203,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6202
6203
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6203
6204
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6204
6205
|
accessList?: import("viem").AccessList | undefined;
|
|
6205
|
-
authorizationList?: import("viem
|
|
6206
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6206
6207
|
blobs?: undefined;
|
|
6207
6208
|
blobVersionedHashes?: undefined;
|
|
6208
6209
|
gasPrice?: undefined;
|
|
@@ -6212,7 +6213,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6212
6213
|
sidecars?: undefined;
|
|
6213
6214
|
} | {
|
|
6214
6215
|
accessList?: import("viem").AccessList | undefined;
|
|
6215
|
-
authorizationList?: import("viem
|
|
6216
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6216
6217
|
blobs?: undefined;
|
|
6217
6218
|
blobVersionedHashes?: undefined;
|
|
6218
6219
|
gasPrice?: undefined;
|
|
@@ -6221,7 +6222,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6221
6222
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6222
6223
|
sidecars?: undefined;
|
|
6223
6224
|
}) & {
|
|
6224
|
-
authorizationList: import("viem
|
|
6225
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6225
6226
|
} ? "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 {
|
|
6226
6227
|
accessList?: undefined;
|
|
6227
6228
|
authorizationList?: undefined;
|
|
@@ -6283,7 +6284,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6283
6284
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6284
6285
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6285
6286
|
accessList?: import("viem").AccessList | undefined;
|
|
6286
|
-
authorizationList?: import("viem
|
|
6287
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6287
6288
|
blobs?: undefined;
|
|
6288
6289
|
blobVersionedHashes?: undefined;
|
|
6289
6290
|
gasPrice?: undefined;
|
|
@@ -6293,7 +6294,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6293
6294
|
sidecars?: undefined;
|
|
6294
6295
|
} | {
|
|
6295
6296
|
accessList?: import("viem").AccessList | undefined;
|
|
6296
|
-
authorizationList?: import("viem
|
|
6297
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6297
6298
|
blobs?: undefined;
|
|
6298
6299
|
blobVersionedHashes?: undefined;
|
|
6299
6300
|
gasPrice?: undefined;
|
|
@@ -6302,7 +6303,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6302
6303
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6303
6304
|
sidecars?: undefined;
|
|
6304
6305
|
}) & {
|
|
6305
|
-
authorizationList: import("viem
|
|
6306
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6306
6307
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6307
6308
|
accessList?: undefined;
|
|
6308
6309
|
authorizationList?: undefined;
|
|
@@ -6364,7 +6365,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6364
6365
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6365
6366
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6366
6367
|
accessList?: import("viem").AccessList | undefined;
|
|
6367
|
-
authorizationList?: import("viem
|
|
6368
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6368
6369
|
blobs?: undefined;
|
|
6369
6370
|
blobVersionedHashes?: undefined;
|
|
6370
6371
|
gasPrice?: undefined;
|
|
@@ -6374,7 +6375,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6374
6375
|
sidecars?: undefined;
|
|
6375
6376
|
} | {
|
|
6376
6377
|
accessList?: import("viem").AccessList | undefined;
|
|
6377
|
-
authorizationList?: import("viem
|
|
6378
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6378
6379
|
blobs?: undefined;
|
|
6379
6380
|
blobVersionedHashes?: undefined;
|
|
6380
6381
|
gasPrice?: undefined;
|
|
@@ -6383,7 +6384,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6383
6384
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6384
6385
|
sidecars?: undefined;
|
|
6385
6386
|
}) & {
|
|
6386
|
-
authorizationList: import("viem
|
|
6387
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6387
6388
|
} ? "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 {
|
|
6388
6389
|
accessList?: undefined;
|
|
6389
6390
|
authorizationList?: undefined;
|
|
@@ -6445,7 +6446,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6445
6446
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6446
6447
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6447
6448
|
accessList?: import("viem").AccessList | undefined;
|
|
6448
|
-
authorizationList?: import("viem
|
|
6449
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6449
6450
|
blobs?: undefined;
|
|
6450
6451
|
blobVersionedHashes?: undefined;
|
|
6451
6452
|
gasPrice?: undefined;
|
|
@@ -6455,7 +6456,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6455
6456
|
sidecars?: undefined;
|
|
6456
6457
|
} | {
|
|
6457
6458
|
accessList?: import("viem").AccessList | undefined;
|
|
6458
|
-
authorizationList?: import("viem
|
|
6459
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6459
6460
|
blobs?: undefined;
|
|
6460
6461
|
blobVersionedHashes?: undefined;
|
|
6461
6462
|
gasPrice?: undefined;
|
|
@@ -6464,7 +6465,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6464
6465
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6465
6466
|
sidecars?: undefined;
|
|
6466
6467
|
}) & {
|
|
6467
|
-
authorizationList: import("viem
|
|
6468
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6468
6469
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
|
|
6469
6470
|
accessList?: undefined;
|
|
6470
6471
|
authorizationList?: undefined;
|
|
@@ -6526,7 +6527,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6526
6527
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6527
6528
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6528
6529
|
accessList?: import("viem").AccessList | undefined;
|
|
6529
|
-
authorizationList?: import("viem
|
|
6530
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6530
6531
|
blobs?: undefined;
|
|
6531
6532
|
blobVersionedHashes?: undefined;
|
|
6532
6533
|
gasPrice?: undefined;
|
|
@@ -6536,7 +6537,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6536
6537
|
sidecars?: undefined;
|
|
6537
6538
|
} | {
|
|
6538
6539
|
accessList?: import("viem").AccessList | undefined;
|
|
6539
|
-
authorizationList?: import("viem
|
|
6540
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6540
6541
|
blobs?: undefined;
|
|
6541
6542
|
blobVersionedHashes?: undefined;
|
|
6542
6543
|
gasPrice?: undefined;
|
|
@@ -6545,7 +6546,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6545
6546
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6546
6547
|
sidecars?: undefined;
|
|
6547
6548
|
}) & {
|
|
6548
|
-
authorizationList: import("viem
|
|
6549
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6549
6550
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
6550
6551
|
chainId?: number | undefined;
|
|
6551
6552
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
@@ -6556,6 +6557,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6556
6557
|
}) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
6557
6558
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
|
|
6558
6559
|
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}`>;
|
|
6560
|
+
signAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationReturnType>;
|
|
6559
6561
|
signMessage: (args: import("viem").SignMessageParameters<Account>) => Promise<`0x${string}`>;
|
|
6560
6562
|
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 {
|
|
6561
6563
|
accessList?: undefined;
|
|
@@ -6618,7 +6620,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6618
6620
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6619
6621
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6620
6622
|
accessList?: import("viem").AccessList | undefined;
|
|
6621
|
-
authorizationList?: import("viem
|
|
6623
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6622
6624
|
blobs?: undefined;
|
|
6623
6625
|
blobVersionedHashes?: undefined;
|
|
6624
6626
|
gasPrice?: undefined;
|
|
@@ -6628,7 +6630,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6628
6630
|
sidecars?: undefined;
|
|
6629
6631
|
} | {
|
|
6630
6632
|
accessList?: import("viem").AccessList | undefined;
|
|
6631
|
-
authorizationList?: import("viem
|
|
6633
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6632
6634
|
blobs?: undefined;
|
|
6633
6635
|
blobVersionedHashes?: undefined;
|
|
6634
6636
|
gasPrice?: undefined;
|
|
@@ -6637,7 +6639,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6637
6639
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6638
6640
|
sidecars?: undefined;
|
|
6639
6641
|
}) & {
|
|
6640
|
-
authorizationList: import("viem
|
|
6642
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6641
6643
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)>, (import("viem").GetTransactionType<request_2, (request_2 extends {
|
|
6642
6644
|
accessList?: undefined;
|
|
6643
6645
|
authorizationList?: undefined;
|
|
@@ -6699,7 +6701,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6699
6701
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6700
6702
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6701
6703
|
accessList?: import("viem").AccessList | undefined;
|
|
6702
|
-
authorizationList?: import("viem
|
|
6704
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6703
6705
|
blobs?: undefined;
|
|
6704
6706
|
blobVersionedHashes?: undefined;
|
|
6705
6707
|
gasPrice?: undefined;
|
|
@@ -6709,7 +6711,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6709
6711
|
sidecars?: undefined;
|
|
6710
6712
|
} | {
|
|
6711
6713
|
accessList?: import("viem").AccessList | undefined;
|
|
6712
|
-
authorizationList?: import("viem
|
|
6714
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6713
6715
|
blobs?: undefined;
|
|
6714
6716
|
blobVersionedHashes?: undefined;
|
|
6715
6717
|
gasPrice?: undefined;
|
|
@@ -6718,7 +6720,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6718
6720
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6719
6721
|
sidecars?: undefined;
|
|
6720
6722
|
}) & {
|
|
6721
|
-
authorizationList: import("viem
|
|
6723
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6722
6724
|
} ? "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 {
|
|
6723
6725
|
accessList?: undefined;
|
|
6724
6726
|
authorizationList?: undefined;
|
|
@@ -6780,7 +6782,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6780
6782
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6781
6783
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6782
6784
|
accessList?: import("viem").AccessList | undefined;
|
|
6783
|
-
authorizationList?: import("viem
|
|
6785
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6784
6786
|
blobs?: undefined;
|
|
6785
6787
|
blobVersionedHashes?: undefined;
|
|
6786
6788
|
gasPrice?: undefined;
|
|
@@ -6790,7 +6792,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6790
6792
|
sidecars?: undefined;
|
|
6791
6793
|
} | {
|
|
6792
6794
|
accessList?: import("viem").AccessList | undefined;
|
|
6793
|
-
authorizationList?: import("viem
|
|
6795
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6794
6796
|
blobs?: undefined;
|
|
6795
6797
|
blobVersionedHashes?: undefined;
|
|
6796
6798
|
gasPrice?: undefined;
|
|
@@ -6799,7 +6801,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6799
6801
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6800
6802
|
sidecars?: undefined;
|
|
6801
6803
|
}) & {
|
|
6802
|
-
authorizationList: import("viem
|
|
6804
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6803
6805
|
} ? "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 {
|
|
6804
6806
|
accessList?: undefined;
|
|
6805
6807
|
authorizationList?: undefined;
|
|
@@ -6861,7 +6863,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6861
6863
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6862
6864
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6863
6865
|
accessList?: import("viem").AccessList | undefined;
|
|
6864
|
-
authorizationList?: import("viem
|
|
6866
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6865
6867
|
blobs?: undefined;
|
|
6866
6868
|
blobVersionedHashes?: undefined;
|
|
6867
6869
|
gasPrice?: undefined;
|
|
@@ -6871,7 +6873,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6871
6873
|
sidecars?: undefined;
|
|
6872
6874
|
} | {
|
|
6873
6875
|
accessList?: import("viem").AccessList | undefined;
|
|
6874
|
-
authorizationList?: import("viem
|
|
6876
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6875
6877
|
blobs?: undefined;
|
|
6876
6878
|
blobVersionedHashes?: undefined;
|
|
6877
6879
|
gasPrice?: undefined;
|
|
@@ -6880,7 +6882,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6880
6882
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6881
6883
|
sidecars?: undefined;
|
|
6882
6884
|
}) & {
|
|
6883
|
-
authorizationList: import("viem
|
|
6885
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6884
6886
|
} ? "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 {
|
|
6885
6887
|
accessList?: undefined;
|
|
6886
6888
|
authorizationList?: undefined;
|
|
@@ -6942,7 +6944,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6942
6944
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6943
6945
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
6944
6946
|
accessList?: import("viem").AccessList | undefined;
|
|
6945
|
-
authorizationList?: import("viem
|
|
6947
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6946
6948
|
blobs?: undefined;
|
|
6947
6949
|
blobVersionedHashes?: undefined;
|
|
6948
6950
|
gasPrice?: undefined;
|
|
@@ -6952,7 +6954,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6952
6954
|
sidecars?: undefined;
|
|
6953
6955
|
} | {
|
|
6954
6956
|
accessList?: import("viem").AccessList | undefined;
|
|
6955
|
-
authorizationList?: import("viem
|
|
6957
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6956
6958
|
blobs?: undefined;
|
|
6957
6959
|
blobVersionedHashes?: undefined;
|
|
6958
6960
|
gasPrice?: undefined;
|
|
@@ -6961,7 +6963,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
6961
6963
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6962
6964
|
sidecars?: undefined;
|
|
6963
6965
|
}) & {
|
|
6964
|
-
authorizationList: import("viem
|
|
6966
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
6965
6967
|
} ? "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 {
|
|
6966
6968
|
accessList?: undefined;
|
|
6967
6969
|
authorizationList?: undefined;
|
|
@@ -7023,7 +7025,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7023
7025
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7024
7026
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7025
7027
|
accessList?: import("viem").AccessList | undefined;
|
|
7026
|
-
authorizationList?: import("viem
|
|
7028
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7027
7029
|
blobs?: undefined;
|
|
7028
7030
|
blobVersionedHashes?: undefined;
|
|
7029
7031
|
gasPrice?: undefined;
|
|
@@ -7033,7 +7035,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7033
7035
|
sidecars?: undefined;
|
|
7034
7036
|
} | {
|
|
7035
7037
|
accessList?: import("viem").AccessList | undefined;
|
|
7036
|
-
authorizationList?: import("viem
|
|
7038
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7037
7039
|
blobs?: undefined;
|
|
7038
7040
|
blobVersionedHashes?: undefined;
|
|
7039
7041
|
gasPrice?: undefined;
|
|
@@ -7042,7 +7044,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7042
7044
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7043
7045
|
sidecars?: undefined;
|
|
7044
7046
|
}) & {
|
|
7045
|
-
authorizationList: import("viem
|
|
7047
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7046
7048
|
} ? "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 {
|
|
7047
7049
|
accessList?: undefined;
|
|
7048
7050
|
authorizationList?: undefined;
|
|
@@ -7104,7 +7106,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7104
7106
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7105
7107
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7106
7108
|
accessList?: import("viem").AccessList | undefined;
|
|
7107
|
-
authorizationList?: import("viem
|
|
7109
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7108
7110
|
blobs?: undefined;
|
|
7109
7111
|
blobVersionedHashes?: undefined;
|
|
7110
7112
|
gasPrice?: undefined;
|
|
@@ -7114,7 +7116,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7114
7116
|
sidecars?: undefined;
|
|
7115
7117
|
} | {
|
|
7116
7118
|
accessList?: import("viem").AccessList | undefined;
|
|
7117
|
-
authorizationList?: import("viem
|
|
7119
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7118
7120
|
blobs?: undefined;
|
|
7119
7121
|
blobVersionedHashes?: undefined;
|
|
7120
7122
|
gasPrice?: undefined;
|
|
@@ -7123,7 +7125,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7123
7125
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7124
7126
|
sidecars?: undefined;
|
|
7125
7127
|
}) & {
|
|
7126
|
-
authorizationList: import("viem
|
|
7128
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7127
7129
|
} ? "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 {
|
|
7128
7130
|
accessList?: undefined;
|
|
7129
7131
|
authorizationList?: undefined;
|
|
@@ -7185,7 +7187,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7185
7187
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7186
7188
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7187
7189
|
accessList?: import("viem").AccessList | undefined;
|
|
7188
|
-
authorizationList?: import("viem
|
|
7190
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7189
7191
|
blobs?: undefined;
|
|
7190
7192
|
blobVersionedHashes?: undefined;
|
|
7191
7193
|
gasPrice?: undefined;
|
|
@@ -7195,7 +7197,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7195
7197
|
sidecars?: undefined;
|
|
7196
7198
|
} | {
|
|
7197
7199
|
accessList?: import("viem").AccessList | undefined;
|
|
7198
|
-
authorizationList?: import("viem
|
|
7200
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7199
7201
|
blobs?: undefined;
|
|
7200
7202
|
blobVersionedHashes?: undefined;
|
|
7201
7203
|
gasPrice?: undefined;
|
|
@@ -7204,7 +7206,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7204
7206
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7205
7207
|
sidecars?: undefined;
|
|
7206
7208
|
}) & {
|
|
7207
|
-
authorizationList: import("viem
|
|
7209
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7208
7210
|
} ? "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 {
|
|
7209
7211
|
accessList?: undefined;
|
|
7210
7212
|
authorizationList?: undefined;
|
|
@@ -7266,7 +7268,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7266
7268
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7267
7269
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7268
7270
|
accessList?: import("viem").AccessList | undefined;
|
|
7269
|
-
authorizationList?: import("viem
|
|
7271
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7270
7272
|
blobs?: undefined;
|
|
7271
7273
|
blobVersionedHashes?: undefined;
|
|
7272
7274
|
gasPrice?: undefined;
|
|
@@ -7276,7 +7278,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7276
7278
|
sidecars?: undefined;
|
|
7277
7279
|
} | {
|
|
7278
7280
|
accessList?: import("viem").AccessList | undefined;
|
|
7279
|
-
authorizationList?: import("viem
|
|
7281
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7280
7282
|
blobs?: undefined;
|
|
7281
7283
|
blobVersionedHashes?: undefined;
|
|
7282
7284
|
gasPrice?: undefined;
|
|
@@ -7285,7 +7287,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7285
7287
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7286
7288
|
sidecars?: undefined;
|
|
7287
7289
|
}) & {
|
|
7288
|
-
authorizationList: import("viem
|
|
7290
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7289
7291
|
} ? "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 {
|
|
7290
7292
|
accessList?: undefined;
|
|
7291
7293
|
authorizationList?: undefined;
|
|
@@ -7347,7 +7349,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7347
7349
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7348
7350
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7349
7351
|
accessList?: import("viem").AccessList | undefined;
|
|
7350
|
-
authorizationList?: import("viem
|
|
7352
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7351
7353
|
blobs?: undefined;
|
|
7352
7354
|
blobVersionedHashes?: undefined;
|
|
7353
7355
|
gasPrice?: undefined;
|
|
@@ -7357,7 +7359,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7357
7359
|
sidecars?: undefined;
|
|
7358
7360
|
} | {
|
|
7359
7361
|
accessList?: import("viem").AccessList | undefined;
|
|
7360
|
-
authorizationList?: import("viem
|
|
7362
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7361
7363
|
blobs?: undefined;
|
|
7362
7364
|
blobVersionedHashes?: undefined;
|
|
7363
7365
|
gasPrice?: undefined;
|
|
@@ -7366,7 +7368,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7366
7368
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7367
7369
|
sidecars?: undefined;
|
|
7368
7370
|
}) & {
|
|
7369
|
-
authorizationList: import("viem
|
|
7371
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7370
7372
|
} ? "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 {
|
|
7371
7373
|
accessList?: undefined;
|
|
7372
7374
|
authorizationList?: undefined;
|
|
@@ -7428,7 +7430,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7428
7430
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7429
7431
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_2 extends ({
|
|
7430
7432
|
accessList?: import("viem").AccessList | undefined;
|
|
7431
|
-
authorizationList?: import("viem
|
|
7433
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7432
7434
|
blobs?: undefined;
|
|
7433
7435
|
blobVersionedHashes?: undefined;
|
|
7434
7436
|
gasPrice?: undefined;
|
|
@@ -7438,7 +7440,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7438
7440
|
sidecars?: undefined;
|
|
7439
7441
|
} | {
|
|
7440
7442
|
accessList?: import("viem").AccessList | undefined;
|
|
7441
|
-
authorizationList?: import("viem
|
|
7443
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7442
7444
|
blobs?: undefined;
|
|
7443
7445
|
blobVersionedHashes?: undefined;
|
|
7444
7446
|
gasPrice?: undefined;
|
|
@@ -7447,7 +7449,7 @@ export declare class WalletConnectConnector extends EthereumWalletConnector impl
|
|
|
7447
7449
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7448
7450
|
sidecars?: undefined;
|
|
7449
7451
|
}) & {
|
|
7450
|
-
authorizationList: import("viem
|
|
7452
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
7451
7453
|
} ? "eip7702" : never) | (request_2["type"] extends string | undefined ? Extract<request_2["type"], string> : never)> ? T_31 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
|
|
7452
7454
|
signTypedData: <const typedData extends {
|
|
7453
7455
|
[x: string]: readonly import("viem").TypedDataParameter[];
|