@wagmi/core 2.16.7 → 2.17.1
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/dist/esm/{experimental/actions → actions}/getCallsStatus.js +2 -2
- package/dist/esm/actions/getCallsStatus.js.map +1 -0
- package/dist/esm/actions/getCapabilities.js +12 -0
- package/dist/esm/actions/getCapabilities.js.map +1 -0
- package/dist/esm/{experimental/actions → actions}/sendCalls.js +2 -2
- package/dist/esm/actions/sendCalls.js.map +1 -0
- package/dist/esm/{experimental/actions → actions}/showCallsStatus.js +2 -2
- package/dist/esm/actions/showCallsStatus.js.map +1 -0
- package/dist/esm/{experimental/actions → actions}/waitForCallsStatus.js +2 -2
- package/dist/esm/actions/waitForCallsStatus.js.map +1 -0
- package/dist/esm/connectors/mock.js +27 -5
- package/dist/esm/connectors/mock.js.map +1 -1
- package/dist/esm/exports/actions.js +5 -0
- package/dist/esm/exports/actions.js.map +1 -1
- package/dist/esm/exports/experimental.js +42 -12
- package/dist/esm/exports/experimental.js.map +1 -1
- package/dist/esm/exports/index.js +5 -0
- package/dist/esm/exports/index.js.map +1 -1
- package/dist/esm/exports/query.js +5 -0
- package/dist/esm/exports/query.js.map +1 -1
- package/dist/esm/{experimental/query → query}/getCallsStatus.js +2 -2
- package/dist/esm/query/getCallsStatus.js.map +1 -0
- package/dist/esm/{experimental/query → query}/getCapabilities.js +2 -2
- package/dist/esm/query/getCapabilities.js.map +1 -0
- package/dist/esm/query/sendCalls.js.map +1 -0
- package/dist/esm/query/showCallsStatus.js.map +1 -0
- package/dist/esm/{experimental/query → query}/waitForCallsStatus.js +2 -2
- package/dist/esm/query/waitForCallsStatus.js.map +1 -0
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/{experimental/actions → actions}/getCallsStatus.d.ts +3 -3
- package/dist/types/actions/getCallsStatus.d.ts.map +1 -0
- package/dist/types/actions/getCapabilities.d.ts +9 -0
- package/dist/types/actions/getCapabilities.d.ts.map +1 -0
- package/dist/types/{experimental/actions → actions}/sendCalls.d.ts +7 -7
- package/dist/types/actions/sendCalls.d.ts.map +1 -0
- package/dist/types/{experimental/actions → actions}/showCallsStatus.d.ts +3 -3
- package/dist/types/actions/showCallsStatus.d.ts.map +1 -0
- package/dist/types/{experimental/actions → actions}/waitForCallsStatus.d.ts +3 -3
- package/dist/types/actions/waitForCallsStatus.d.ts.map +1 -0
- package/dist/types/connectors/mock.d.ts.map +1 -1
- package/dist/types/exports/actions.d.ts +5 -0
- package/dist/types/exports/actions.d.ts.map +1 -1
- package/dist/types/exports/experimental.d.ts +126 -12
- package/dist/types/exports/experimental.d.ts.map +1 -1
- package/dist/types/exports/index.d.ts +5 -0
- package/dist/types/exports/index.d.ts.map +1 -1
- package/dist/types/exports/query.d.ts +5 -0
- package/dist/types/exports/query.d.ts.map +1 -1
- package/dist/types/{experimental/query → query}/getCallsStatus.d.ts +14 -8
- package/dist/types/query/getCallsStatus.d.ts.map +1 -0
- package/dist/types/query/getCapabilities.d.ts +36 -0
- package/dist/types/query/getCapabilities.d.ts.map +1 -0
- package/dist/types/query/getConnectorClient.d.ts +2 -2
- package/dist/types/query/getConnectorClient.d.ts.map +1 -1
- package/dist/types/query/getWalletClient.d.ts +207 -198
- package/dist/types/query/getWalletClient.d.ts.map +1 -1
- package/dist/types/{experimental/query → query}/sendCalls.d.ts +3 -3
- package/dist/types/query/sendCalls.d.ts.map +1 -0
- package/dist/types/{experimental/query → query}/showCallsStatus.d.ts +2 -2
- package/dist/types/query/showCallsStatus.d.ts.map +1 -0
- package/dist/types/query/signTypedData.d.ts +16 -16
- package/dist/types/{experimental/query → query}/waitForCallsStatus.d.ts +17 -11
- package/dist/types/query/waitForCallsStatus.d.ts.map +1 -0
- package/dist/types/query/watchAsset.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/{experimental/actions → actions}/getCallsStatus.ts +4 -4
- package/src/actions/getCapabilities.ts +39 -0
- package/src/{experimental/actions → actions}/sendCalls.ts +10 -10
- package/src/{experimental/actions → actions}/showCallsStatus.ts +4 -4
- package/src/{experimental/actions → actions}/waitForCallsStatus.ts +4 -4
- package/src/connectors/mock.ts +30 -5
- package/src/exports/actions.ts +35 -0
- package/src/exports/experimental.ts +67 -10
- package/src/exports/index.ts +35 -0
- package/src/exports/query.ts +43 -0
- package/src/{experimental/query → query}/getCallsStatus.ts +5 -5
- package/src/query/getCapabilities.ts +65 -0
- package/src/{experimental/query → query}/sendCalls.ts +2 -2
- package/src/{experimental/query → query}/showCallsStatus.ts +2 -2
- package/src/{experimental/query → query}/waitForCallsStatus.ts +5 -5
- package/src/version.ts +1 -1
- package/dist/esm/experimental/actions/getCallsStatus.js.map +0 -1
- package/dist/esm/experimental/actions/getCapabilities.js +0 -9
- package/dist/esm/experimental/actions/getCapabilities.js.map +0 -1
- package/dist/esm/experimental/actions/sendCalls.js.map +0 -1
- package/dist/esm/experimental/actions/showCallsStatus.js.map +0 -1
- package/dist/esm/experimental/actions/waitForCallsStatus.js.map +0 -1
- package/dist/esm/experimental/query/getCallsStatus.js.map +0 -1
- package/dist/esm/experimental/query/getCapabilities.js.map +0 -1
- package/dist/esm/experimental/query/sendCalls.js.map +0 -1
- package/dist/esm/experimental/query/showCallsStatus.js.map +0 -1
- package/dist/esm/experimental/query/waitForCallsStatus.js.map +0 -1
- package/dist/types/experimental/actions/getCallsStatus.d.ts.map +0 -1
- package/dist/types/experimental/actions/getCapabilities.d.ts +0 -9
- package/dist/types/experimental/actions/getCapabilities.d.ts.map +0 -1
- package/dist/types/experimental/actions/sendCalls.d.ts.map +0 -1
- package/dist/types/experimental/actions/showCallsStatus.d.ts.map +0 -1
- package/dist/types/experimental/actions/waitForCallsStatus.d.ts.map +0 -1
- package/dist/types/experimental/query/getCallsStatus.d.ts.map +0 -1
- package/dist/types/experimental/query/getCapabilities.d.ts +0 -35
- package/dist/types/experimental/query/getCapabilities.d.ts.map +0 -1
- package/dist/types/experimental/query/sendCalls.d.ts.map +0 -1
- package/dist/types/experimental/query/showCallsStatus.d.ts.map +0 -1
- package/dist/types/experimental/query/waitForCallsStatus.d.ts.map +0 -1
- package/src/experimental/actions/getCapabilities.ts +0 -28
- package/src/experimental/query/getCapabilities.ts +0 -50
- /package/dist/esm/{experimental/query → query}/sendCalls.js +0 -0
- /package/dist/esm/{experimental/query → query}/showCallsStatus.js +0 -0
|
@@ -36,8 +36,11 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
36
36
|
id: chainId;
|
|
37
37
|
}>, import("viem").Account, chainOverride>) => Promise<import("viem").DeployContractReturnType>;
|
|
38
38
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
39
|
+
getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<import("viem").GetCallsStatusReturnType>;
|
|
40
|
+
getCapabilities: (parameters?: import("viem").GetCapabilitiesParameters) => Promise<import("viem").GetCapabilitiesReturnType>;
|
|
39
41
|
getChainId: () => Promise<import("viem").GetChainIdReturnType>;
|
|
40
42
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
43
|
+
prepareAuthorization: (parameters: import("viem/actions").PrepareAuthorizationParameters<import("viem").Account>) => Promise<import("viem/actions").PrepareAuthorizationReturnType>;
|
|
41
44
|
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<Extract<config["chains"][number], {
|
|
42
45
|
id: chainId;
|
|
43
46
|
}>, chainOverride>, chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("viem").Address | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<Extract<config["chains"][number], {
|
|
@@ -119,7 +122,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
119
122
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
120
123
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
121
124
|
accessList?: import("viem").AccessList | undefined;
|
|
122
|
-
authorizationList?: import("viem
|
|
125
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
123
126
|
blobs?: undefined;
|
|
124
127
|
blobVersionedHashes?: undefined;
|
|
125
128
|
gasPrice?: undefined;
|
|
@@ -129,7 +132,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
129
132
|
sidecars?: undefined;
|
|
130
133
|
} | {
|
|
131
134
|
accessList?: import("viem").AccessList | undefined;
|
|
132
|
-
authorizationList?: import("viem
|
|
135
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
133
136
|
blobs?: undefined;
|
|
134
137
|
blobVersionedHashes?: undefined;
|
|
135
138
|
gasPrice?: undefined;
|
|
@@ -200,7 +203,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
200
203
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
201
204
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
202
205
|
accessList?: import("viem").AccessList | undefined;
|
|
203
|
-
authorizationList?: import("viem
|
|
206
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
204
207
|
blobs?: undefined;
|
|
205
208
|
blobVersionedHashes?: undefined;
|
|
206
209
|
gasPrice?: undefined;
|
|
@@ -210,7 +213,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
210
213
|
sidecars?: undefined;
|
|
211
214
|
} | {
|
|
212
215
|
accessList?: import("viem").AccessList | undefined;
|
|
213
|
-
authorizationList?: import("viem
|
|
216
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
214
217
|
blobs?: undefined;
|
|
215
218
|
blobVersionedHashes?: undefined;
|
|
216
219
|
gasPrice?: undefined;
|
|
@@ -281,7 +284,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
281
284
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
282
285
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
283
286
|
accessList?: import("viem").AccessList | undefined;
|
|
284
|
-
authorizationList?: import("viem
|
|
287
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
285
288
|
blobs?: undefined;
|
|
286
289
|
blobVersionedHashes?: undefined;
|
|
287
290
|
gasPrice?: undefined;
|
|
@@ -291,7 +294,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
291
294
|
sidecars?: undefined;
|
|
292
295
|
} | {
|
|
293
296
|
accessList?: import("viem").AccessList | undefined;
|
|
294
|
-
authorizationList?: import("viem
|
|
297
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
295
298
|
blobs?: undefined;
|
|
296
299
|
blobVersionedHashes?: undefined;
|
|
297
300
|
gasPrice?: undefined;
|
|
@@ -362,7 +365,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
362
365
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
363
366
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
364
367
|
accessList?: import("viem").AccessList | undefined;
|
|
365
|
-
authorizationList?: import("viem
|
|
368
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
366
369
|
blobs?: undefined;
|
|
367
370
|
blobVersionedHashes?: undefined;
|
|
368
371
|
gasPrice?: undefined;
|
|
@@ -372,7 +375,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
372
375
|
sidecars?: undefined;
|
|
373
376
|
} | {
|
|
374
377
|
accessList?: import("viem").AccessList | undefined;
|
|
375
|
-
authorizationList?: import("viem
|
|
378
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
376
379
|
blobs?: undefined;
|
|
377
380
|
blobVersionedHashes?: undefined;
|
|
378
381
|
gasPrice?: undefined;
|
|
@@ -443,7 +446,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
443
446
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
444
447
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
445
448
|
accessList?: import("viem").AccessList | undefined;
|
|
446
|
-
authorizationList?: import("viem
|
|
449
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
447
450
|
blobs?: undefined;
|
|
448
451
|
blobVersionedHashes?: undefined;
|
|
449
452
|
gasPrice?: undefined;
|
|
@@ -453,7 +456,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
453
456
|
sidecars?: undefined;
|
|
454
457
|
} | {
|
|
455
458
|
accessList?: import("viem").AccessList | undefined;
|
|
456
|
-
authorizationList?: import("viem
|
|
459
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
457
460
|
blobs?: undefined;
|
|
458
461
|
blobVersionedHashes?: undefined;
|
|
459
462
|
gasPrice?: undefined;
|
|
@@ -524,7 +527,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
524
527
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
525
528
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
526
529
|
accessList?: import("viem").AccessList | undefined;
|
|
527
|
-
authorizationList?: import("viem
|
|
530
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
528
531
|
blobs?: undefined;
|
|
529
532
|
blobVersionedHashes?: undefined;
|
|
530
533
|
gasPrice?: undefined;
|
|
@@ -534,7 +537,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
534
537
|
sidecars?: undefined;
|
|
535
538
|
} | {
|
|
536
539
|
accessList?: import("viem").AccessList | undefined;
|
|
537
|
-
authorizationList?: import("viem
|
|
540
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
538
541
|
blobs?: undefined;
|
|
539
542
|
blobVersionedHashes?: undefined;
|
|
540
543
|
gasPrice?: undefined;
|
|
@@ -605,7 +608,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
605
608
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
606
609
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
607
610
|
accessList?: import("viem").AccessList | undefined;
|
|
608
|
-
authorizationList?: import("viem
|
|
611
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
609
612
|
blobs?: undefined;
|
|
610
613
|
blobVersionedHashes?: undefined;
|
|
611
614
|
gasPrice?: undefined;
|
|
@@ -615,7 +618,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
615
618
|
sidecars?: undefined;
|
|
616
619
|
} | {
|
|
617
620
|
accessList?: import("viem").AccessList | undefined;
|
|
618
|
-
authorizationList?: import("viem
|
|
621
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
619
622
|
blobs?: undefined;
|
|
620
623
|
blobVersionedHashes?: undefined;
|
|
621
624
|
gasPrice?: undefined;
|
|
@@ -686,7 +689,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
686
689
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
687
690
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
688
691
|
accessList?: import("viem").AccessList | undefined;
|
|
689
|
-
authorizationList?: import("viem
|
|
692
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
690
693
|
blobs?: undefined;
|
|
691
694
|
blobVersionedHashes?: undefined;
|
|
692
695
|
gasPrice?: undefined;
|
|
@@ -696,7 +699,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
696
699
|
sidecars?: undefined;
|
|
697
700
|
} | {
|
|
698
701
|
accessList?: import("viem").AccessList | undefined;
|
|
699
|
-
authorizationList?: import("viem
|
|
702
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
700
703
|
blobs?: undefined;
|
|
701
704
|
blobVersionedHashes?: undefined;
|
|
702
705
|
gasPrice?: undefined;
|
|
@@ -767,7 +770,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
767
770
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
768
771
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
769
772
|
accessList?: import("viem").AccessList | undefined;
|
|
770
|
-
authorizationList?: import("viem
|
|
773
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
771
774
|
blobs?: undefined;
|
|
772
775
|
blobVersionedHashes?: undefined;
|
|
773
776
|
gasPrice?: undefined;
|
|
@@ -777,7 +780,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
777
780
|
sidecars?: undefined;
|
|
778
781
|
} | {
|
|
779
782
|
accessList?: import("viem").AccessList | undefined;
|
|
780
|
-
authorizationList?: import("viem
|
|
783
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
781
784
|
blobs?: undefined;
|
|
782
785
|
blobVersionedHashes?: undefined;
|
|
783
786
|
gasPrice?: undefined;
|
|
@@ -848,7 +851,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
848
851
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
849
852
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
850
853
|
accessList?: import("viem").AccessList | undefined;
|
|
851
|
-
authorizationList?: import("viem
|
|
854
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
852
855
|
blobs?: undefined;
|
|
853
856
|
blobVersionedHashes?: undefined;
|
|
854
857
|
gasPrice?: undefined;
|
|
@@ -858,7 +861,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
858
861
|
sidecars?: undefined;
|
|
859
862
|
} | {
|
|
860
863
|
accessList?: import("viem").AccessList | undefined;
|
|
861
|
-
authorizationList?: import("viem
|
|
864
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
862
865
|
blobs?: undefined;
|
|
863
866
|
blobVersionedHashes?: undefined;
|
|
864
867
|
gasPrice?: undefined;
|
|
@@ -929,7 +932,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
929
932
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
930
933
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
931
934
|
accessList?: import("viem").AccessList | undefined;
|
|
932
|
-
authorizationList?: import("viem
|
|
935
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
933
936
|
blobs?: undefined;
|
|
934
937
|
blobVersionedHashes?: undefined;
|
|
935
938
|
gasPrice?: undefined;
|
|
@@ -939,7 +942,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
939
942
|
sidecars?: undefined;
|
|
940
943
|
} | {
|
|
941
944
|
accessList?: import("viem").AccessList | undefined;
|
|
942
|
-
authorizationList?: import("viem
|
|
945
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
943
946
|
blobs?: undefined;
|
|
944
947
|
blobVersionedHashes?: undefined;
|
|
945
948
|
gasPrice?: undefined;
|
|
@@ -1010,7 +1013,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1010
1013
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1011
1014
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1012
1015
|
accessList?: import("viem").AccessList | undefined;
|
|
1013
|
-
authorizationList?: import("viem
|
|
1016
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1014
1017
|
blobs?: undefined;
|
|
1015
1018
|
blobVersionedHashes?: undefined;
|
|
1016
1019
|
gasPrice?: undefined;
|
|
@@ -1020,7 +1023,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1020
1023
|
sidecars?: undefined;
|
|
1021
1024
|
} | {
|
|
1022
1025
|
accessList?: import("viem").AccessList | undefined;
|
|
1023
|
-
authorizationList?: import("viem
|
|
1026
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1024
1027
|
blobs?: undefined;
|
|
1025
1028
|
blobVersionedHashes?: undefined;
|
|
1026
1029
|
gasPrice?: undefined;
|
|
@@ -1091,7 +1094,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1091
1094
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1092
1095
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1093
1096
|
accessList?: import("viem").AccessList | undefined;
|
|
1094
|
-
authorizationList?: import("viem
|
|
1097
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1095
1098
|
blobs?: undefined;
|
|
1096
1099
|
blobVersionedHashes?: undefined;
|
|
1097
1100
|
gasPrice?: undefined;
|
|
@@ -1101,7 +1104,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1101
1104
|
sidecars?: undefined;
|
|
1102
1105
|
} | {
|
|
1103
1106
|
accessList?: import("viem").AccessList | undefined;
|
|
1104
|
-
authorizationList?: import("viem
|
|
1107
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1105
1108
|
blobs?: undefined;
|
|
1106
1109
|
blobVersionedHashes?: undefined;
|
|
1107
1110
|
gasPrice?: undefined;
|
|
@@ -1172,7 +1175,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1172
1175
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1173
1176
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1174
1177
|
accessList?: import("viem").AccessList | undefined;
|
|
1175
|
-
authorizationList?: import("viem
|
|
1178
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1176
1179
|
blobs?: undefined;
|
|
1177
1180
|
blobVersionedHashes?: undefined;
|
|
1178
1181
|
gasPrice?: undefined;
|
|
@@ -1182,7 +1185,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1182
1185
|
sidecars?: undefined;
|
|
1183
1186
|
} | {
|
|
1184
1187
|
accessList?: import("viem").AccessList | undefined;
|
|
1185
|
-
authorizationList?: import("viem
|
|
1188
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1186
1189
|
blobs?: undefined;
|
|
1187
1190
|
blobVersionedHashes?: undefined;
|
|
1188
1191
|
gasPrice?: undefined;
|
|
@@ -1253,7 +1256,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1253
1256
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1254
1257
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1255
1258
|
accessList?: import("viem").AccessList | undefined;
|
|
1256
|
-
authorizationList?: import("viem
|
|
1259
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1257
1260
|
blobs?: undefined;
|
|
1258
1261
|
blobVersionedHashes?: undefined;
|
|
1259
1262
|
gasPrice?: undefined;
|
|
@@ -1263,7 +1266,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1263
1266
|
sidecars?: undefined;
|
|
1264
1267
|
} | {
|
|
1265
1268
|
accessList?: import("viem").AccessList | undefined;
|
|
1266
|
-
authorizationList?: import("viem
|
|
1269
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1267
1270
|
blobs?: undefined;
|
|
1268
1271
|
blobVersionedHashes?: undefined;
|
|
1269
1272
|
gasPrice?: undefined;
|
|
@@ -1334,7 +1337,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1334
1337
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1335
1338
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1336
1339
|
accessList?: import("viem").AccessList | undefined;
|
|
1337
|
-
authorizationList?: import("viem
|
|
1340
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1338
1341
|
blobs?: undefined;
|
|
1339
1342
|
blobVersionedHashes?: undefined;
|
|
1340
1343
|
gasPrice?: undefined;
|
|
@@ -1344,7 +1347,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1344
1347
|
sidecars?: undefined;
|
|
1345
1348
|
} | {
|
|
1346
1349
|
accessList?: import("viem").AccessList | undefined;
|
|
1347
|
-
authorizationList?: import("viem
|
|
1350
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1348
1351
|
blobs?: undefined;
|
|
1349
1352
|
blobVersionedHashes?: undefined;
|
|
1350
1353
|
gasPrice?: undefined;
|
|
@@ -1415,7 +1418,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1415
1418
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1416
1419
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1417
1420
|
accessList?: import("viem").AccessList | undefined;
|
|
1418
|
-
authorizationList?: import("viem
|
|
1421
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1419
1422
|
blobs?: undefined;
|
|
1420
1423
|
blobVersionedHashes?: undefined;
|
|
1421
1424
|
gasPrice?: undefined;
|
|
@@ -1425,7 +1428,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1425
1428
|
sidecars?: undefined;
|
|
1426
1429
|
} | {
|
|
1427
1430
|
accessList?: import("viem").AccessList | undefined;
|
|
1428
|
-
authorizationList?: import("viem
|
|
1431
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1429
1432
|
blobs?: undefined;
|
|
1430
1433
|
blobVersionedHashes?: undefined;
|
|
1431
1434
|
gasPrice?: undefined;
|
|
@@ -1496,7 +1499,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1496
1499
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1497
1500
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1498
1501
|
accessList?: import("viem").AccessList | undefined;
|
|
1499
|
-
authorizationList?: import("viem
|
|
1502
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1500
1503
|
blobs?: undefined;
|
|
1501
1504
|
blobVersionedHashes?: undefined;
|
|
1502
1505
|
gasPrice?: undefined;
|
|
@@ -1506,7 +1509,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1506
1509
|
sidecars?: undefined;
|
|
1507
1510
|
} | {
|
|
1508
1511
|
accessList?: import("viem").AccessList | undefined;
|
|
1509
|
-
authorizationList?: import("viem
|
|
1512
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1510
1513
|
blobs?: undefined;
|
|
1511
1514
|
blobVersionedHashes?: undefined;
|
|
1512
1515
|
gasPrice?: undefined;
|
|
@@ -1577,7 +1580,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1577
1580
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1578
1581
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1579
1582
|
accessList?: import("viem").AccessList | undefined;
|
|
1580
|
-
authorizationList?: import("viem
|
|
1583
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1581
1584
|
blobs?: undefined;
|
|
1582
1585
|
blobVersionedHashes?: undefined;
|
|
1583
1586
|
gasPrice?: undefined;
|
|
@@ -1587,7 +1590,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1587
1590
|
sidecars?: undefined;
|
|
1588
1591
|
} | {
|
|
1589
1592
|
accessList?: import("viem").AccessList | undefined;
|
|
1590
|
-
authorizationList?: import("viem
|
|
1593
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1591
1594
|
blobs?: undefined;
|
|
1592
1595
|
blobVersionedHashes?: undefined;
|
|
1593
1596
|
gasPrice?: undefined;
|
|
@@ -1658,7 +1661,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1658
1661
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1659
1662
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1660
1663
|
accessList?: import("viem").AccessList | undefined;
|
|
1661
|
-
authorizationList?: import("viem
|
|
1664
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1662
1665
|
blobs?: undefined;
|
|
1663
1666
|
blobVersionedHashes?: undefined;
|
|
1664
1667
|
gasPrice?: undefined;
|
|
@@ -1668,7 +1671,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1668
1671
|
sidecars?: undefined;
|
|
1669
1672
|
} | {
|
|
1670
1673
|
accessList?: import("viem").AccessList | undefined;
|
|
1671
|
-
authorizationList?: import("viem
|
|
1674
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1672
1675
|
blobs?: undefined;
|
|
1673
1676
|
blobVersionedHashes?: undefined;
|
|
1674
1677
|
gasPrice?: undefined;
|
|
@@ -1739,7 +1742,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1739
1742
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1740
1743
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1741
1744
|
accessList?: import("viem").AccessList | undefined;
|
|
1742
|
-
authorizationList?: import("viem
|
|
1745
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1743
1746
|
blobs?: undefined;
|
|
1744
1747
|
blobVersionedHashes?: undefined;
|
|
1745
1748
|
gasPrice?: undefined;
|
|
@@ -1749,7 +1752,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1749
1752
|
sidecars?: undefined;
|
|
1750
1753
|
} | {
|
|
1751
1754
|
accessList?: import("viem").AccessList | undefined;
|
|
1752
|
-
authorizationList?: import("viem
|
|
1755
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1753
1756
|
blobs?: undefined;
|
|
1754
1757
|
blobVersionedHashes?: undefined;
|
|
1755
1758
|
gasPrice?: undefined;
|
|
@@ -1820,7 +1823,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1820
1823
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1821
1824
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1822
1825
|
accessList?: import("viem").AccessList | undefined;
|
|
1823
|
-
authorizationList?: import("viem
|
|
1826
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1824
1827
|
blobs?: undefined;
|
|
1825
1828
|
blobVersionedHashes?: undefined;
|
|
1826
1829
|
gasPrice?: undefined;
|
|
@@ -1830,7 +1833,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1830
1833
|
sidecars?: undefined;
|
|
1831
1834
|
} | {
|
|
1832
1835
|
accessList?: import("viem").AccessList | undefined;
|
|
1833
|
-
authorizationList?: import("viem
|
|
1836
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1834
1837
|
blobs?: undefined;
|
|
1835
1838
|
blobVersionedHashes?: undefined;
|
|
1836
1839
|
gasPrice?: undefined;
|
|
@@ -1901,7 +1904,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1901
1904
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1902
1905
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1903
1906
|
accessList?: import("viem").AccessList | undefined;
|
|
1904
|
-
authorizationList?: import("viem
|
|
1907
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1905
1908
|
blobs?: undefined;
|
|
1906
1909
|
blobVersionedHashes?: undefined;
|
|
1907
1910
|
gasPrice?: undefined;
|
|
@@ -1911,7 +1914,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1911
1914
|
sidecars?: undefined;
|
|
1912
1915
|
} | {
|
|
1913
1916
|
accessList?: import("viem").AccessList | undefined;
|
|
1914
|
-
authorizationList?: import("viem
|
|
1917
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1915
1918
|
blobs?: undefined;
|
|
1916
1919
|
blobVersionedHashes?: undefined;
|
|
1917
1920
|
gasPrice?: undefined;
|
|
@@ -1982,7 +1985,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1982
1985
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1983
1986
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1984
1987
|
accessList?: import("viem").AccessList | undefined;
|
|
1985
|
-
authorizationList?: import("viem
|
|
1988
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1986
1989
|
blobs?: undefined;
|
|
1987
1990
|
blobVersionedHashes?: undefined;
|
|
1988
1991
|
gasPrice?: undefined;
|
|
@@ -1992,7 +1995,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
1992
1995
|
sidecars?: undefined;
|
|
1993
1996
|
} | {
|
|
1994
1997
|
accessList?: import("viem").AccessList | undefined;
|
|
1995
|
-
authorizationList?: import("viem
|
|
1998
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1996
1999
|
blobs?: undefined;
|
|
1997
2000
|
blobVersionedHashes?: undefined;
|
|
1998
2001
|
gasPrice?: undefined;
|
|
@@ -2063,7 +2066,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2063
2066
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2064
2067
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2065
2068
|
accessList?: import("viem").AccessList | undefined;
|
|
2066
|
-
authorizationList?: import("viem
|
|
2069
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2067
2070
|
blobs?: undefined;
|
|
2068
2071
|
blobVersionedHashes?: undefined;
|
|
2069
2072
|
gasPrice?: undefined;
|
|
@@ -2073,7 +2076,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2073
2076
|
sidecars?: undefined;
|
|
2074
2077
|
} | {
|
|
2075
2078
|
accessList?: import("viem").AccessList | undefined;
|
|
2076
|
-
authorizationList?: import("viem
|
|
2079
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2077
2080
|
blobs?: undefined;
|
|
2078
2081
|
blobVersionedHashes?: undefined;
|
|
2079
2082
|
gasPrice?: undefined;
|
|
@@ -2144,7 +2147,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2144
2147
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2145
2148
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2146
2149
|
accessList?: import("viem").AccessList | undefined;
|
|
2147
|
-
authorizationList?: import("viem
|
|
2150
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2148
2151
|
blobs?: undefined;
|
|
2149
2152
|
blobVersionedHashes?: undefined;
|
|
2150
2153
|
gasPrice?: undefined;
|
|
@@ -2154,7 +2157,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2154
2157
|
sidecars?: undefined;
|
|
2155
2158
|
} | {
|
|
2156
2159
|
accessList?: import("viem").AccessList | undefined;
|
|
2157
|
-
authorizationList?: import("viem
|
|
2160
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2158
2161
|
blobs?: undefined;
|
|
2159
2162
|
blobVersionedHashes?: undefined;
|
|
2160
2163
|
gasPrice?: undefined;
|
|
@@ -2225,7 +2228,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2225
2228
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2226
2229
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2227
2230
|
accessList?: import("viem").AccessList | undefined;
|
|
2228
|
-
authorizationList?: import("viem
|
|
2231
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2229
2232
|
blobs?: undefined;
|
|
2230
2233
|
blobVersionedHashes?: undefined;
|
|
2231
2234
|
gasPrice?: undefined;
|
|
@@ -2235,7 +2238,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2235
2238
|
sidecars?: undefined;
|
|
2236
2239
|
} | {
|
|
2237
2240
|
accessList?: import("viem").AccessList | undefined;
|
|
2238
|
-
authorizationList?: import("viem
|
|
2241
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2239
2242
|
blobs?: undefined;
|
|
2240
2243
|
blobVersionedHashes?: undefined;
|
|
2241
2244
|
gasPrice?: undefined;
|
|
@@ -2306,7 +2309,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2306
2309
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2307
2310
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2308
2311
|
accessList?: import("viem").AccessList | undefined;
|
|
2309
|
-
authorizationList?: import("viem
|
|
2312
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2310
2313
|
blobs?: undefined;
|
|
2311
2314
|
blobVersionedHashes?: undefined;
|
|
2312
2315
|
gasPrice?: undefined;
|
|
@@ -2316,7 +2319,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2316
2319
|
sidecars?: undefined;
|
|
2317
2320
|
} | {
|
|
2318
2321
|
accessList?: import("viem").AccessList | undefined;
|
|
2319
|
-
authorizationList?: import("viem
|
|
2322
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2320
2323
|
blobs?: undefined;
|
|
2321
2324
|
blobVersionedHashes?: undefined;
|
|
2322
2325
|
gasPrice?: undefined;
|
|
@@ -2387,7 +2390,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2387
2390
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2388
2391
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2389
2392
|
accessList?: import("viem").AccessList | undefined;
|
|
2390
|
-
authorizationList?: import("viem
|
|
2393
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2391
2394
|
blobs?: undefined;
|
|
2392
2395
|
blobVersionedHashes?: undefined;
|
|
2393
2396
|
gasPrice?: undefined;
|
|
@@ -2397,7 +2400,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2397
2400
|
sidecars?: undefined;
|
|
2398
2401
|
} | {
|
|
2399
2402
|
accessList?: import("viem").AccessList | undefined;
|
|
2400
|
-
authorizationList?: import("viem
|
|
2403
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2401
2404
|
blobs?: undefined;
|
|
2402
2405
|
blobVersionedHashes?: undefined;
|
|
2403
2406
|
gasPrice?: undefined;
|
|
@@ -2468,7 +2471,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2468
2471
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2469
2472
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2470
2473
|
accessList?: import("viem").AccessList | undefined;
|
|
2471
|
-
authorizationList?: import("viem
|
|
2474
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2472
2475
|
blobs?: undefined;
|
|
2473
2476
|
blobVersionedHashes?: undefined;
|
|
2474
2477
|
gasPrice?: undefined;
|
|
@@ -2478,7 +2481,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2478
2481
|
sidecars?: undefined;
|
|
2479
2482
|
} | {
|
|
2480
2483
|
accessList?: import("viem").AccessList | undefined;
|
|
2481
|
-
authorizationList?: import("viem
|
|
2484
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2482
2485
|
blobs?: undefined;
|
|
2483
2486
|
blobVersionedHashes?: undefined;
|
|
2484
2487
|
gasPrice?: undefined;
|
|
@@ -2549,7 +2552,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2549
2552
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2550
2553
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2551
2554
|
accessList?: import("viem").AccessList | undefined;
|
|
2552
|
-
authorizationList?: import("viem
|
|
2555
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2553
2556
|
blobs?: undefined;
|
|
2554
2557
|
blobVersionedHashes?: undefined;
|
|
2555
2558
|
gasPrice?: undefined;
|
|
@@ -2559,7 +2562,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2559
2562
|
sidecars?: undefined;
|
|
2560
2563
|
} | {
|
|
2561
2564
|
accessList?: import("viem").AccessList | undefined;
|
|
2562
|
-
authorizationList?: import("viem
|
|
2565
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2563
2566
|
blobs?: undefined;
|
|
2564
2567
|
blobVersionedHashes?: undefined;
|
|
2565
2568
|
gasPrice?: undefined;
|
|
@@ -2630,7 +2633,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2630
2633
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2631
2634
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2632
2635
|
accessList?: import("viem").AccessList | undefined;
|
|
2633
|
-
authorizationList?: import("viem
|
|
2636
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2634
2637
|
blobs?: undefined;
|
|
2635
2638
|
blobVersionedHashes?: undefined;
|
|
2636
2639
|
gasPrice?: undefined;
|
|
@@ -2640,7 +2643,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2640
2643
|
sidecars?: undefined;
|
|
2641
2644
|
} | {
|
|
2642
2645
|
accessList?: import("viem").AccessList | undefined;
|
|
2643
|
-
authorizationList?: import("viem
|
|
2646
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2644
2647
|
blobs?: undefined;
|
|
2645
2648
|
blobVersionedHashes?: undefined;
|
|
2646
2649
|
gasPrice?: undefined;
|
|
@@ -2711,7 +2714,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2711
2714
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2712
2715
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2713
2716
|
accessList?: import("viem").AccessList | undefined;
|
|
2714
|
-
authorizationList?: import("viem
|
|
2717
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2715
2718
|
blobs?: undefined;
|
|
2716
2719
|
blobVersionedHashes?: undefined;
|
|
2717
2720
|
gasPrice?: undefined;
|
|
@@ -2721,7 +2724,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2721
2724
|
sidecars?: undefined;
|
|
2722
2725
|
} | {
|
|
2723
2726
|
accessList?: import("viem").AccessList | undefined;
|
|
2724
|
-
authorizationList?: import("viem
|
|
2727
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2725
2728
|
blobs?: undefined;
|
|
2726
2729
|
blobVersionedHashes?: undefined;
|
|
2727
2730
|
gasPrice?: undefined;
|
|
@@ -2792,7 +2795,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2792
2795
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2793
2796
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2794
2797
|
accessList?: import("viem").AccessList | undefined;
|
|
2795
|
-
authorizationList?: import("viem
|
|
2798
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2796
2799
|
blobs?: undefined;
|
|
2797
2800
|
blobVersionedHashes?: undefined;
|
|
2798
2801
|
gasPrice?: undefined;
|
|
@@ -2802,7 +2805,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2802
2805
|
sidecars?: undefined;
|
|
2803
2806
|
} | {
|
|
2804
2807
|
accessList?: import("viem").AccessList | undefined;
|
|
2805
|
-
authorizationList?: import("viem
|
|
2808
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2806
2809
|
blobs?: undefined;
|
|
2807
2810
|
blobVersionedHashes?: undefined;
|
|
2808
2811
|
gasPrice?: undefined;
|
|
@@ -2873,7 +2876,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2873
2876
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2874
2877
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2875
2878
|
accessList?: import("viem").AccessList | undefined;
|
|
2876
|
-
authorizationList?: import("viem
|
|
2879
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2877
2880
|
blobs?: undefined;
|
|
2878
2881
|
blobVersionedHashes?: undefined;
|
|
2879
2882
|
gasPrice?: undefined;
|
|
@@ -2883,7 +2886,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2883
2886
|
sidecars?: undefined;
|
|
2884
2887
|
} | {
|
|
2885
2888
|
accessList?: import("viem").AccessList | undefined;
|
|
2886
|
-
authorizationList?: import("viem
|
|
2889
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2887
2890
|
blobs?: undefined;
|
|
2888
2891
|
blobVersionedHashes?: undefined;
|
|
2889
2892
|
gasPrice?: undefined;
|
|
@@ -2954,7 +2957,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2954
2957
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2955
2958
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2956
2959
|
accessList?: import("viem").AccessList | undefined;
|
|
2957
|
-
authorizationList?: import("viem
|
|
2960
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2958
2961
|
blobs?: undefined;
|
|
2959
2962
|
blobVersionedHashes?: undefined;
|
|
2960
2963
|
gasPrice?: undefined;
|
|
@@ -2964,7 +2967,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
2964
2967
|
sidecars?: undefined;
|
|
2965
2968
|
} | {
|
|
2966
2969
|
accessList?: import("viem").AccessList | undefined;
|
|
2967
|
-
authorizationList?: import("viem
|
|
2970
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2968
2971
|
blobs?: undefined;
|
|
2969
2972
|
blobVersionedHashes?: undefined;
|
|
2970
2973
|
gasPrice?: undefined;
|
|
@@ -3035,7 +3038,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3035
3038
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3036
3039
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3037
3040
|
accessList?: import("viem").AccessList | undefined;
|
|
3038
|
-
authorizationList?: import("viem
|
|
3041
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3039
3042
|
blobs?: undefined;
|
|
3040
3043
|
blobVersionedHashes?: undefined;
|
|
3041
3044
|
gasPrice?: undefined;
|
|
@@ -3045,7 +3048,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3045
3048
|
sidecars?: undefined;
|
|
3046
3049
|
} | {
|
|
3047
3050
|
accessList?: import("viem").AccessList | undefined;
|
|
3048
|
-
authorizationList?: import("viem
|
|
3051
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3049
3052
|
blobs?: undefined;
|
|
3050
3053
|
blobVersionedHashes?: undefined;
|
|
3051
3054
|
gasPrice?: undefined;
|
|
@@ -3116,7 +3119,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3116
3119
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3117
3120
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3118
3121
|
accessList?: import("viem").AccessList | undefined;
|
|
3119
|
-
authorizationList?: import("viem
|
|
3122
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3120
3123
|
blobs?: undefined;
|
|
3121
3124
|
blobVersionedHashes?: undefined;
|
|
3122
3125
|
gasPrice?: undefined;
|
|
@@ -3126,7 +3129,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3126
3129
|
sidecars?: undefined;
|
|
3127
3130
|
} | {
|
|
3128
3131
|
accessList?: import("viem").AccessList | undefined;
|
|
3129
|
-
authorizationList?: import("viem
|
|
3132
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3130
3133
|
blobs?: undefined;
|
|
3131
3134
|
blobVersionedHashes?: undefined;
|
|
3132
3135
|
gasPrice?: undefined;
|
|
@@ -3197,7 +3200,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3197
3200
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3198
3201
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3199
3202
|
accessList?: import("viem").AccessList | undefined;
|
|
3200
|
-
authorizationList?: import("viem
|
|
3203
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3201
3204
|
blobs?: undefined;
|
|
3202
3205
|
blobVersionedHashes?: undefined;
|
|
3203
3206
|
gasPrice?: undefined;
|
|
@@ -3207,7 +3210,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3207
3210
|
sidecars?: undefined;
|
|
3208
3211
|
} | {
|
|
3209
3212
|
accessList?: import("viem").AccessList | undefined;
|
|
3210
|
-
authorizationList?: import("viem
|
|
3213
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3211
3214
|
blobs?: undefined;
|
|
3212
3215
|
blobVersionedHashes?: undefined;
|
|
3213
3216
|
gasPrice?: undefined;
|
|
@@ -3278,7 +3281,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3278
3281
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3279
3282
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3280
3283
|
accessList?: import("viem").AccessList | undefined;
|
|
3281
|
-
authorizationList?: import("viem
|
|
3284
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3282
3285
|
blobs?: undefined;
|
|
3283
3286
|
blobVersionedHashes?: undefined;
|
|
3284
3287
|
gasPrice?: undefined;
|
|
@@ -3288,7 +3291,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3288
3291
|
sidecars?: undefined;
|
|
3289
3292
|
} | {
|
|
3290
3293
|
accessList?: import("viem").AccessList | undefined;
|
|
3291
|
-
authorizationList?: import("viem
|
|
3294
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3292
3295
|
blobs?: undefined;
|
|
3293
3296
|
blobVersionedHashes?: undefined;
|
|
3294
3297
|
gasPrice?: undefined;
|
|
@@ -3377,7 +3380,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3377
3380
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3378
3381
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3379
3382
|
accessList?: import("viem").AccessList | undefined;
|
|
3380
|
-
authorizationList?: import("viem
|
|
3383
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3381
3384
|
blobs?: undefined;
|
|
3382
3385
|
blobVersionedHashes?: undefined;
|
|
3383
3386
|
gasPrice?: undefined;
|
|
@@ -3387,7 +3390,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3387
3390
|
sidecars?: undefined;
|
|
3388
3391
|
} | {
|
|
3389
3392
|
accessList?: import("viem").AccessList | undefined;
|
|
3390
|
-
authorizationList?: import("viem
|
|
3393
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3391
3394
|
blobs?: undefined;
|
|
3392
3395
|
blobVersionedHashes?: undefined;
|
|
3393
3396
|
gasPrice?: undefined;
|
|
@@ -3458,7 +3461,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3458
3461
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3459
3462
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3460
3463
|
accessList?: import("viem").AccessList | undefined;
|
|
3461
|
-
authorizationList?: import("viem
|
|
3464
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3462
3465
|
blobs?: undefined;
|
|
3463
3466
|
blobVersionedHashes?: undefined;
|
|
3464
3467
|
gasPrice?: undefined;
|
|
@@ -3468,7 +3471,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3468
3471
|
sidecars?: undefined;
|
|
3469
3472
|
} | {
|
|
3470
3473
|
accessList?: import("viem").AccessList | undefined;
|
|
3471
|
-
authorizationList?: import("viem
|
|
3474
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3472
3475
|
blobs?: undefined;
|
|
3473
3476
|
blobVersionedHashes?: undefined;
|
|
3474
3477
|
gasPrice?: undefined;
|
|
@@ -3539,7 +3542,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3539
3542
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3540
3543
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3541
3544
|
accessList?: import("viem").AccessList | undefined;
|
|
3542
|
-
authorizationList?: import("viem
|
|
3545
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3543
3546
|
blobs?: undefined;
|
|
3544
3547
|
blobVersionedHashes?: undefined;
|
|
3545
3548
|
gasPrice?: undefined;
|
|
@@ -3549,7 +3552,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3549
3552
|
sidecars?: undefined;
|
|
3550
3553
|
} | {
|
|
3551
3554
|
accessList?: import("viem").AccessList | undefined;
|
|
3552
|
-
authorizationList?: import("viem
|
|
3555
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3553
3556
|
blobs?: undefined;
|
|
3554
3557
|
blobVersionedHashes?: undefined;
|
|
3555
3558
|
gasPrice?: undefined;
|
|
@@ -3620,7 +3623,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3620
3623
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3621
3624
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3622
3625
|
accessList?: import("viem").AccessList | undefined;
|
|
3623
|
-
authorizationList?: import("viem
|
|
3626
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3624
3627
|
blobs?: undefined;
|
|
3625
3628
|
blobVersionedHashes?: undefined;
|
|
3626
3629
|
gasPrice?: undefined;
|
|
@@ -3630,7 +3633,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3630
3633
|
sidecars?: undefined;
|
|
3631
3634
|
} | {
|
|
3632
3635
|
accessList?: import("viem").AccessList | undefined;
|
|
3633
|
-
authorizationList?: import("viem
|
|
3636
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3634
3637
|
blobs?: undefined;
|
|
3635
3638
|
blobVersionedHashes?: undefined;
|
|
3636
3639
|
gasPrice?: undefined;
|
|
@@ -3701,7 +3704,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3701
3704
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3702
3705
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3703
3706
|
accessList?: import("viem").AccessList | undefined;
|
|
3704
|
-
authorizationList?: import("viem
|
|
3707
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3705
3708
|
blobs?: undefined;
|
|
3706
3709
|
blobVersionedHashes?: undefined;
|
|
3707
3710
|
gasPrice?: undefined;
|
|
@@ -3711,7 +3714,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3711
3714
|
sidecars?: undefined;
|
|
3712
3715
|
} | {
|
|
3713
3716
|
accessList?: import("viem").AccessList | undefined;
|
|
3714
|
-
authorizationList?: import("viem
|
|
3717
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3715
3718
|
blobs?: undefined;
|
|
3716
3719
|
blobVersionedHashes?: undefined;
|
|
3717
3720
|
gasPrice?: undefined;
|
|
@@ -3782,7 +3785,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3782
3785
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3783
3786
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3784
3787
|
accessList?: import("viem").AccessList | undefined;
|
|
3785
|
-
authorizationList?: import("viem
|
|
3788
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3786
3789
|
blobs?: undefined;
|
|
3787
3790
|
blobVersionedHashes?: undefined;
|
|
3788
3791
|
gasPrice?: undefined;
|
|
@@ -3792,7 +3795,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3792
3795
|
sidecars?: undefined;
|
|
3793
3796
|
} | {
|
|
3794
3797
|
accessList?: import("viem").AccessList | undefined;
|
|
3795
|
-
authorizationList?: import("viem
|
|
3798
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3796
3799
|
blobs?: undefined;
|
|
3797
3800
|
blobVersionedHashes?: undefined;
|
|
3798
3801
|
gasPrice?: undefined;
|
|
@@ -3863,7 +3866,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3863
3866
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3864
3867
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3865
3868
|
accessList?: import("viem").AccessList | undefined;
|
|
3866
|
-
authorizationList?: import("viem
|
|
3869
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3867
3870
|
blobs?: undefined;
|
|
3868
3871
|
blobVersionedHashes?: undefined;
|
|
3869
3872
|
gasPrice?: undefined;
|
|
@@ -3873,7 +3876,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3873
3876
|
sidecars?: undefined;
|
|
3874
3877
|
} | {
|
|
3875
3878
|
accessList?: import("viem").AccessList | undefined;
|
|
3876
|
-
authorizationList?: import("viem
|
|
3879
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3877
3880
|
blobs?: undefined;
|
|
3878
3881
|
blobVersionedHashes?: undefined;
|
|
3879
3882
|
gasPrice?: undefined;
|
|
@@ -3944,7 +3947,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3944
3947
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3945
3948
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3946
3949
|
accessList?: import("viem").AccessList | undefined;
|
|
3947
|
-
authorizationList?: import("viem
|
|
3950
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3948
3951
|
blobs?: undefined;
|
|
3949
3952
|
blobVersionedHashes?: undefined;
|
|
3950
3953
|
gasPrice?: undefined;
|
|
@@ -3954,7 +3957,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
3954
3957
|
sidecars?: undefined;
|
|
3955
3958
|
} | {
|
|
3956
3959
|
accessList?: import("viem").AccessList | undefined;
|
|
3957
|
-
authorizationList?: import("viem
|
|
3960
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3958
3961
|
blobs?: undefined;
|
|
3959
3962
|
blobVersionedHashes?: undefined;
|
|
3960
3963
|
gasPrice?: undefined;
|
|
@@ -4025,7 +4028,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4025
4028
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4026
4029
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4027
4030
|
accessList?: import("viem").AccessList | undefined;
|
|
4028
|
-
authorizationList?: import("viem
|
|
4031
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4029
4032
|
blobs?: undefined;
|
|
4030
4033
|
blobVersionedHashes?: undefined;
|
|
4031
4034
|
gasPrice?: undefined;
|
|
@@ -4035,7 +4038,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4035
4038
|
sidecars?: undefined;
|
|
4036
4039
|
} | {
|
|
4037
4040
|
accessList?: import("viem").AccessList | undefined;
|
|
4038
|
-
authorizationList?: import("viem
|
|
4041
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4039
4042
|
blobs?: undefined;
|
|
4040
4043
|
blobVersionedHashes?: undefined;
|
|
4041
4044
|
gasPrice?: undefined;
|
|
@@ -4106,7 +4109,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4106
4109
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4107
4110
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4108
4111
|
accessList?: import("viem").AccessList | undefined;
|
|
4109
|
-
authorizationList?: import("viem
|
|
4112
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4110
4113
|
blobs?: undefined;
|
|
4111
4114
|
blobVersionedHashes?: undefined;
|
|
4112
4115
|
gasPrice?: undefined;
|
|
@@ -4116,7 +4119,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4116
4119
|
sidecars?: undefined;
|
|
4117
4120
|
} | {
|
|
4118
4121
|
accessList?: import("viem").AccessList | undefined;
|
|
4119
|
-
authorizationList?: import("viem
|
|
4122
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4120
4123
|
blobs?: undefined;
|
|
4121
4124
|
blobVersionedHashes?: undefined;
|
|
4122
4125
|
gasPrice?: undefined;
|
|
@@ -4187,7 +4190,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4187
4190
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4188
4191
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4189
4192
|
accessList?: import("viem").AccessList | undefined;
|
|
4190
|
-
authorizationList?: import("viem
|
|
4193
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4191
4194
|
blobs?: undefined;
|
|
4192
4195
|
blobVersionedHashes?: undefined;
|
|
4193
4196
|
gasPrice?: undefined;
|
|
@@ -4197,7 +4200,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4197
4200
|
sidecars?: undefined;
|
|
4198
4201
|
} | {
|
|
4199
4202
|
accessList?: import("viem").AccessList | undefined;
|
|
4200
|
-
authorizationList?: import("viem
|
|
4203
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4201
4204
|
blobs?: undefined;
|
|
4202
4205
|
blobVersionedHashes?: undefined;
|
|
4203
4206
|
gasPrice?: undefined;
|
|
@@ -4268,7 +4271,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4268
4271
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4269
4272
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4270
4273
|
accessList?: import("viem").AccessList | undefined;
|
|
4271
|
-
authorizationList?: import("viem
|
|
4274
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4272
4275
|
blobs?: undefined;
|
|
4273
4276
|
blobVersionedHashes?: undefined;
|
|
4274
4277
|
gasPrice?: undefined;
|
|
@@ -4278,7 +4281,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4278
4281
|
sidecars?: undefined;
|
|
4279
4282
|
} | {
|
|
4280
4283
|
accessList?: import("viem").AccessList | undefined;
|
|
4281
|
-
authorizationList?: import("viem
|
|
4284
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4282
4285
|
blobs?: undefined;
|
|
4283
4286
|
blobVersionedHashes?: undefined;
|
|
4284
4287
|
gasPrice?: undefined;
|
|
@@ -4349,7 +4352,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4349
4352
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4350
4353
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4351
4354
|
accessList?: import("viem").AccessList | undefined;
|
|
4352
|
-
authorizationList?: import("viem
|
|
4355
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4353
4356
|
blobs?: undefined;
|
|
4354
4357
|
blobVersionedHashes?: undefined;
|
|
4355
4358
|
gasPrice?: undefined;
|
|
@@ -4359,7 +4362,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4359
4362
|
sidecars?: undefined;
|
|
4360
4363
|
} | {
|
|
4361
4364
|
accessList?: import("viem").AccessList | undefined;
|
|
4362
|
-
authorizationList?: import("viem
|
|
4365
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4363
4366
|
blobs?: undefined;
|
|
4364
4367
|
blobVersionedHashes?: undefined;
|
|
4365
4368
|
gasPrice?: undefined;
|
|
@@ -4430,7 +4433,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4430
4433
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4431
4434
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4432
4435
|
accessList?: import("viem").AccessList | undefined;
|
|
4433
|
-
authorizationList?: import("viem
|
|
4436
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4434
4437
|
blobs?: undefined;
|
|
4435
4438
|
blobVersionedHashes?: undefined;
|
|
4436
4439
|
gasPrice?: undefined;
|
|
@@ -4440,7 +4443,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4440
4443
|
sidecars?: undefined;
|
|
4441
4444
|
} | {
|
|
4442
4445
|
accessList?: import("viem").AccessList | undefined;
|
|
4443
|
-
authorizationList?: import("viem
|
|
4446
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4444
4447
|
blobs?: undefined;
|
|
4445
4448
|
blobVersionedHashes?: undefined;
|
|
4446
4449
|
gasPrice?: undefined;
|
|
@@ -4511,7 +4514,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4511
4514
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4512
4515
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4513
4516
|
accessList?: import("viem").AccessList | undefined;
|
|
4514
|
-
authorizationList?: import("viem
|
|
4517
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4515
4518
|
blobs?: undefined;
|
|
4516
4519
|
blobVersionedHashes?: undefined;
|
|
4517
4520
|
gasPrice?: undefined;
|
|
@@ -4521,7 +4524,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4521
4524
|
sidecars?: undefined;
|
|
4522
4525
|
} | {
|
|
4523
4526
|
accessList?: import("viem").AccessList | undefined;
|
|
4524
|
-
authorizationList?: import("viem
|
|
4527
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4525
4528
|
blobs?: undefined;
|
|
4526
4529
|
blobVersionedHashes?: undefined;
|
|
4527
4530
|
gasPrice?: undefined;
|
|
@@ -4592,7 +4595,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4592
4595
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4593
4596
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4594
4597
|
accessList?: import("viem").AccessList | undefined;
|
|
4595
|
-
authorizationList?: import("viem
|
|
4598
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4596
4599
|
blobs?: undefined;
|
|
4597
4600
|
blobVersionedHashes?: undefined;
|
|
4598
4601
|
gasPrice?: undefined;
|
|
@@ -4602,7 +4605,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4602
4605
|
sidecars?: undefined;
|
|
4603
4606
|
} | {
|
|
4604
4607
|
accessList?: import("viem").AccessList | undefined;
|
|
4605
|
-
authorizationList?: import("viem
|
|
4608
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4606
4609
|
blobs?: undefined;
|
|
4607
4610
|
blobVersionedHashes?: undefined;
|
|
4608
4611
|
gasPrice?: undefined;
|
|
@@ -4673,7 +4676,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4673
4676
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4674
4677
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4675
4678
|
accessList?: import("viem").AccessList | undefined;
|
|
4676
|
-
authorizationList?: import("viem
|
|
4679
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4677
4680
|
blobs?: undefined;
|
|
4678
4681
|
blobVersionedHashes?: undefined;
|
|
4679
4682
|
gasPrice?: undefined;
|
|
@@ -4683,7 +4686,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4683
4686
|
sidecars?: undefined;
|
|
4684
4687
|
} | {
|
|
4685
4688
|
accessList?: import("viem").AccessList | undefined;
|
|
4686
|
-
authorizationList?: import("viem
|
|
4689
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4687
4690
|
blobs?: undefined;
|
|
4688
4691
|
blobVersionedHashes?: undefined;
|
|
4689
4692
|
gasPrice?: undefined;
|
|
@@ -4754,7 +4757,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4754
4757
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4755
4758
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4756
4759
|
accessList?: import("viem").AccessList | undefined;
|
|
4757
|
-
authorizationList?: import("viem
|
|
4760
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4758
4761
|
blobs?: undefined;
|
|
4759
4762
|
blobVersionedHashes?: undefined;
|
|
4760
4763
|
gasPrice?: undefined;
|
|
@@ -4764,7 +4767,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4764
4767
|
sidecars?: undefined;
|
|
4765
4768
|
} | {
|
|
4766
4769
|
accessList?: import("viem").AccessList | undefined;
|
|
4767
|
-
authorizationList?: import("viem
|
|
4770
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4768
4771
|
blobs?: undefined;
|
|
4769
4772
|
blobVersionedHashes?: undefined;
|
|
4770
4773
|
gasPrice?: undefined;
|
|
@@ -4835,7 +4838,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4835
4838
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4836
4839
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4837
4840
|
accessList?: import("viem").AccessList | undefined;
|
|
4838
|
-
authorizationList?: import("viem
|
|
4841
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4839
4842
|
blobs?: undefined;
|
|
4840
4843
|
blobVersionedHashes?: undefined;
|
|
4841
4844
|
gasPrice?: undefined;
|
|
@@ -4845,7 +4848,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4845
4848
|
sidecars?: undefined;
|
|
4846
4849
|
} | {
|
|
4847
4850
|
accessList?: import("viem").AccessList | undefined;
|
|
4848
|
-
authorizationList?: import("viem
|
|
4851
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4849
4852
|
blobs?: undefined;
|
|
4850
4853
|
blobVersionedHashes?: undefined;
|
|
4851
4854
|
gasPrice?: undefined;
|
|
@@ -4916,7 +4919,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4916
4919
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4917
4920
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4918
4921
|
accessList?: import("viem").AccessList | undefined;
|
|
4919
|
-
authorizationList?: import("viem
|
|
4922
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4920
4923
|
blobs?: undefined;
|
|
4921
4924
|
blobVersionedHashes?: undefined;
|
|
4922
4925
|
gasPrice?: undefined;
|
|
@@ -4926,7 +4929,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4926
4929
|
sidecars?: undefined;
|
|
4927
4930
|
} | {
|
|
4928
4931
|
accessList?: import("viem").AccessList | undefined;
|
|
4929
|
-
authorizationList?: import("viem
|
|
4932
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4930
4933
|
blobs?: undefined;
|
|
4931
4934
|
blobVersionedHashes?: undefined;
|
|
4932
4935
|
gasPrice?: undefined;
|
|
@@ -4997,7 +5000,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
4997
5000
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4998
5001
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4999
5002
|
accessList?: import("viem").AccessList | undefined;
|
|
5000
|
-
authorizationList?: import("viem
|
|
5003
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5001
5004
|
blobs?: undefined;
|
|
5002
5005
|
blobVersionedHashes?: undefined;
|
|
5003
5006
|
gasPrice?: undefined;
|
|
@@ -5007,7 +5010,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5007
5010
|
sidecars?: undefined;
|
|
5008
5011
|
} | {
|
|
5009
5012
|
accessList?: import("viem").AccessList | undefined;
|
|
5010
|
-
authorizationList?: import("viem
|
|
5013
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5011
5014
|
blobs?: undefined;
|
|
5012
5015
|
blobVersionedHashes?: undefined;
|
|
5013
5016
|
gasPrice?: undefined;
|
|
@@ -5078,7 +5081,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5078
5081
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5079
5082
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5080
5083
|
accessList?: import("viem").AccessList | undefined;
|
|
5081
|
-
authorizationList?: import("viem
|
|
5084
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5082
5085
|
blobs?: undefined;
|
|
5083
5086
|
blobVersionedHashes?: undefined;
|
|
5084
5087
|
gasPrice?: undefined;
|
|
@@ -5088,7 +5091,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5088
5091
|
sidecars?: undefined;
|
|
5089
5092
|
} | {
|
|
5090
5093
|
accessList?: import("viem").AccessList | undefined;
|
|
5091
|
-
authorizationList?: import("viem
|
|
5094
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5092
5095
|
blobs?: undefined;
|
|
5093
5096
|
blobVersionedHashes?: undefined;
|
|
5094
5097
|
gasPrice?: undefined;
|
|
@@ -5159,7 +5162,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5159
5162
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5160
5163
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5161
5164
|
accessList?: import("viem").AccessList | undefined;
|
|
5162
|
-
authorizationList?: import("viem
|
|
5165
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5163
5166
|
blobs?: undefined;
|
|
5164
5167
|
blobVersionedHashes?: undefined;
|
|
5165
5168
|
gasPrice?: undefined;
|
|
@@ -5169,7 +5172,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5169
5172
|
sidecars?: undefined;
|
|
5170
5173
|
} | {
|
|
5171
5174
|
accessList?: import("viem").AccessList | undefined;
|
|
5172
|
-
authorizationList?: import("viem
|
|
5175
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5173
5176
|
blobs?: undefined;
|
|
5174
5177
|
blobVersionedHashes?: undefined;
|
|
5175
5178
|
gasPrice?: undefined;
|
|
@@ -5240,7 +5243,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5240
5243
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5241
5244
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5242
5245
|
accessList?: import("viem").AccessList | undefined;
|
|
5243
|
-
authorizationList?: import("viem
|
|
5246
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5244
5247
|
blobs?: undefined;
|
|
5245
5248
|
blobVersionedHashes?: undefined;
|
|
5246
5249
|
gasPrice?: undefined;
|
|
@@ -5250,7 +5253,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5250
5253
|
sidecars?: undefined;
|
|
5251
5254
|
} | {
|
|
5252
5255
|
accessList?: import("viem").AccessList | undefined;
|
|
5253
|
-
authorizationList?: import("viem
|
|
5256
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5254
5257
|
blobs?: undefined;
|
|
5255
5258
|
blobVersionedHashes?: undefined;
|
|
5256
5259
|
gasPrice?: undefined;
|
|
@@ -5321,7 +5324,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5321
5324
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5322
5325
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5323
5326
|
accessList?: import("viem").AccessList | undefined;
|
|
5324
|
-
authorizationList?: import("viem
|
|
5327
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5325
5328
|
blobs?: undefined;
|
|
5326
5329
|
blobVersionedHashes?: undefined;
|
|
5327
5330
|
gasPrice?: undefined;
|
|
@@ -5331,7 +5334,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5331
5334
|
sidecars?: undefined;
|
|
5332
5335
|
} | {
|
|
5333
5336
|
accessList?: import("viem").AccessList | undefined;
|
|
5334
|
-
authorizationList?: import("viem
|
|
5337
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5335
5338
|
blobs?: undefined;
|
|
5336
5339
|
blobVersionedHashes?: undefined;
|
|
5337
5340
|
gasPrice?: undefined;
|
|
@@ -5402,7 +5405,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5402
5405
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5403
5406
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5404
5407
|
accessList?: import("viem").AccessList | undefined;
|
|
5405
|
-
authorizationList?: import("viem
|
|
5408
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5406
5409
|
blobs?: undefined;
|
|
5407
5410
|
blobVersionedHashes?: undefined;
|
|
5408
5411
|
gasPrice?: undefined;
|
|
@@ -5412,7 +5415,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5412
5415
|
sidecars?: undefined;
|
|
5413
5416
|
} | {
|
|
5414
5417
|
accessList?: import("viem").AccessList | undefined;
|
|
5415
|
-
authorizationList?: import("viem
|
|
5418
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5416
5419
|
blobs?: undefined;
|
|
5417
5420
|
blobVersionedHashes?: undefined;
|
|
5418
5421
|
gasPrice?: undefined;
|
|
@@ -5483,7 +5486,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5483
5486
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5484
5487
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5485
5488
|
accessList?: import("viem").AccessList | undefined;
|
|
5486
|
-
authorizationList?: import("viem
|
|
5489
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5487
5490
|
blobs?: undefined;
|
|
5488
5491
|
blobVersionedHashes?: undefined;
|
|
5489
5492
|
gasPrice?: undefined;
|
|
@@ -5493,7 +5496,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5493
5496
|
sidecars?: undefined;
|
|
5494
5497
|
} | {
|
|
5495
5498
|
accessList?: import("viem").AccessList | undefined;
|
|
5496
|
-
authorizationList?: import("viem
|
|
5499
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5497
5500
|
blobs?: undefined;
|
|
5498
5501
|
blobVersionedHashes?: undefined;
|
|
5499
5502
|
gasPrice?: undefined;
|
|
@@ -5564,7 +5567,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5564
5567
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5565
5568
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5566
5569
|
accessList?: import("viem").AccessList | undefined;
|
|
5567
|
-
authorizationList?: import("viem
|
|
5570
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5568
5571
|
blobs?: undefined;
|
|
5569
5572
|
blobVersionedHashes?: undefined;
|
|
5570
5573
|
gasPrice?: undefined;
|
|
@@ -5574,7 +5577,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5574
5577
|
sidecars?: undefined;
|
|
5575
5578
|
} | {
|
|
5576
5579
|
accessList?: import("viem").AccessList | undefined;
|
|
5577
|
-
authorizationList?: import("viem
|
|
5580
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5578
5581
|
blobs?: undefined;
|
|
5579
5582
|
blobVersionedHashes?: undefined;
|
|
5580
5583
|
gasPrice?: undefined;
|
|
@@ -5645,7 +5648,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5645
5648
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5646
5649
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5647
5650
|
accessList?: import("viem").AccessList | undefined;
|
|
5648
|
-
authorizationList?: import("viem
|
|
5651
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5649
5652
|
blobs?: undefined;
|
|
5650
5653
|
blobVersionedHashes?: undefined;
|
|
5651
5654
|
gasPrice?: undefined;
|
|
@@ -5655,7 +5658,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5655
5658
|
sidecars?: undefined;
|
|
5656
5659
|
} | {
|
|
5657
5660
|
accessList?: import("viem").AccessList | undefined;
|
|
5658
|
-
authorizationList?: import("viem
|
|
5661
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5659
5662
|
blobs?: undefined;
|
|
5660
5663
|
blobVersionedHashes?: undefined;
|
|
5661
5664
|
gasPrice?: undefined;
|
|
@@ -5726,7 +5729,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5726
5729
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5727
5730
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5728
5731
|
accessList?: import("viem").AccessList | undefined;
|
|
5729
|
-
authorizationList?: import("viem
|
|
5732
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5730
5733
|
blobs?: undefined;
|
|
5731
5734
|
blobVersionedHashes?: undefined;
|
|
5732
5735
|
gasPrice?: undefined;
|
|
@@ -5736,7 +5739,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5736
5739
|
sidecars?: undefined;
|
|
5737
5740
|
} | {
|
|
5738
5741
|
accessList?: import("viem").AccessList | undefined;
|
|
5739
|
-
authorizationList?: import("viem
|
|
5742
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5740
5743
|
blobs?: undefined;
|
|
5741
5744
|
blobVersionedHashes?: undefined;
|
|
5742
5745
|
gasPrice?: undefined;
|
|
@@ -5807,7 +5810,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5807
5810
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5808
5811
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5809
5812
|
accessList?: import("viem").AccessList | undefined;
|
|
5810
|
-
authorizationList?: import("viem
|
|
5813
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5811
5814
|
blobs?: undefined;
|
|
5812
5815
|
blobVersionedHashes?: undefined;
|
|
5813
5816
|
gasPrice?: undefined;
|
|
@@ -5817,7 +5820,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5817
5820
|
sidecars?: undefined;
|
|
5818
5821
|
} | {
|
|
5819
5822
|
accessList?: import("viem").AccessList | undefined;
|
|
5820
|
-
authorizationList?: import("viem
|
|
5823
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5821
5824
|
blobs?: undefined;
|
|
5822
5825
|
blobVersionedHashes?: undefined;
|
|
5823
5826
|
gasPrice?: undefined;
|
|
@@ -5888,7 +5891,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5888
5891
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5889
5892
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5890
5893
|
accessList?: import("viem").AccessList | undefined;
|
|
5891
|
-
authorizationList?: import("viem
|
|
5894
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5892
5895
|
blobs?: undefined;
|
|
5893
5896
|
blobVersionedHashes?: undefined;
|
|
5894
5897
|
gasPrice?: undefined;
|
|
@@ -5898,7 +5901,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5898
5901
|
sidecars?: undefined;
|
|
5899
5902
|
} | {
|
|
5900
5903
|
accessList?: import("viem").AccessList | undefined;
|
|
5901
|
-
authorizationList?: import("viem
|
|
5904
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5902
5905
|
blobs?: undefined;
|
|
5903
5906
|
blobVersionedHashes?: undefined;
|
|
5904
5907
|
gasPrice?: undefined;
|
|
@@ -5969,7 +5972,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5969
5972
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5970
5973
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5971
5974
|
accessList?: import("viem").AccessList | undefined;
|
|
5972
|
-
authorizationList?: import("viem
|
|
5975
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5973
5976
|
blobs?: undefined;
|
|
5974
5977
|
blobVersionedHashes?: undefined;
|
|
5975
5978
|
gasPrice?: undefined;
|
|
@@ -5979,7 +5982,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
5979
5982
|
sidecars?: undefined;
|
|
5980
5983
|
} | {
|
|
5981
5984
|
accessList?: import("viem").AccessList | undefined;
|
|
5982
|
-
authorizationList?: import("viem
|
|
5985
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5983
5986
|
blobs?: undefined;
|
|
5984
5987
|
blobVersionedHashes?: undefined;
|
|
5985
5988
|
gasPrice?: undefined;
|
|
@@ -6050,7 +6053,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6050
6053
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6051
6054
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6052
6055
|
accessList?: import("viem").AccessList | undefined;
|
|
6053
|
-
authorizationList?: import("viem
|
|
6056
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6054
6057
|
blobs?: undefined;
|
|
6055
6058
|
blobVersionedHashes?: undefined;
|
|
6056
6059
|
gasPrice?: undefined;
|
|
@@ -6060,7 +6063,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6060
6063
|
sidecars?: undefined;
|
|
6061
6064
|
} | {
|
|
6062
6065
|
accessList?: import("viem").AccessList | undefined;
|
|
6063
|
-
authorizationList?: import("viem
|
|
6066
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6064
6067
|
blobs?: undefined;
|
|
6065
6068
|
blobVersionedHashes?: undefined;
|
|
6066
6069
|
gasPrice?: undefined;
|
|
@@ -6131,7 +6134,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6131
6134
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6132
6135
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6133
6136
|
accessList?: import("viem").AccessList | undefined;
|
|
6134
|
-
authorizationList?: import("viem
|
|
6137
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6135
6138
|
blobs?: undefined;
|
|
6136
6139
|
blobVersionedHashes?: undefined;
|
|
6137
6140
|
gasPrice?: undefined;
|
|
@@ -6141,7 +6144,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6141
6144
|
sidecars?: undefined;
|
|
6142
6145
|
} | {
|
|
6143
6146
|
accessList?: import("viem").AccessList | undefined;
|
|
6144
|
-
authorizationList?: import("viem
|
|
6147
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6145
6148
|
blobs?: undefined;
|
|
6146
6149
|
blobVersionedHashes?: undefined;
|
|
6147
6150
|
gasPrice?: undefined;
|
|
@@ -6212,7 +6215,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6212
6215
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6213
6216
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6214
6217
|
accessList?: import("viem").AccessList | undefined;
|
|
6215
|
-
authorizationList?: import("viem
|
|
6218
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6216
6219
|
blobs?: undefined;
|
|
6217
6220
|
blobVersionedHashes?: undefined;
|
|
6218
6221
|
gasPrice?: undefined;
|
|
@@ -6222,7 +6225,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6222
6225
|
sidecars?: undefined;
|
|
6223
6226
|
} | {
|
|
6224
6227
|
accessList?: import("viem").AccessList | undefined;
|
|
6225
|
-
authorizationList?: import("viem
|
|
6228
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6226
6229
|
blobs?: undefined;
|
|
6227
6230
|
blobVersionedHashes?: undefined;
|
|
6228
6231
|
gasPrice?: undefined;
|
|
@@ -6293,7 +6296,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6293
6296
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6294
6297
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6295
6298
|
accessList?: import("viem").AccessList | undefined;
|
|
6296
|
-
authorizationList?: import("viem
|
|
6299
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6297
6300
|
blobs?: undefined;
|
|
6298
6301
|
blobVersionedHashes?: undefined;
|
|
6299
6302
|
gasPrice?: undefined;
|
|
@@ -6303,7 +6306,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6303
6306
|
sidecars?: undefined;
|
|
6304
6307
|
} | {
|
|
6305
6308
|
accessList?: import("viem").AccessList | undefined;
|
|
6306
|
-
authorizationList?: import("viem
|
|
6309
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6307
6310
|
blobs?: undefined;
|
|
6308
6311
|
blobVersionedHashes?: undefined;
|
|
6309
6312
|
gasPrice?: undefined;
|
|
@@ -6374,7 +6377,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6374
6377
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6375
6378
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6376
6379
|
accessList?: import("viem").AccessList | undefined;
|
|
6377
|
-
authorizationList?: import("viem
|
|
6380
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6378
6381
|
blobs?: undefined;
|
|
6379
6382
|
blobVersionedHashes?: undefined;
|
|
6380
6383
|
gasPrice?: undefined;
|
|
@@ -6384,7 +6387,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6384
6387
|
sidecars?: undefined;
|
|
6385
6388
|
} | {
|
|
6386
6389
|
accessList?: import("viem").AccessList | undefined;
|
|
6387
|
-
authorizationList?: import("viem
|
|
6390
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6388
6391
|
blobs?: undefined;
|
|
6389
6392
|
blobVersionedHashes?: undefined;
|
|
6390
6393
|
gasPrice?: undefined;
|
|
@@ -6455,7 +6458,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6455
6458
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6456
6459
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6457
6460
|
accessList?: import("viem").AccessList | undefined;
|
|
6458
|
-
authorizationList?: import("viem
|
|
6461
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6459
6462
|
blobs?: undefined;
|
|
6460
6463
|
blobVersionedHashes?: undefined;
|
|
6461
6464
|
gasPrice?: undefined;
|
|
@@ -6465,7 +6468,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6465
6468
|
sidecars?: undefined;
|
|
6466
6469
|
} | {
|
|
6467
6470
|
accessList?: import("viem").AccessList | undefined;
|
|
6468
|
-
authorizationList?: import("viem
|
|
6471
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6469
6472
|
blobs?: undefined;
|
|
6470
6473
|
blobVersionedHashes?: undefined;
|
|
6471
6474
|
gasPrice?: undefined;
|
|
@@ -6536,7 +6539,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6536
6539
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6537
6540
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6538
6541
|
accessList?: import("viem").AccessList | undefined;
|
|
6539
|
-
authorizationList?: import("viem
|
|
6542
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6540
6543
|
blobs?: undefined;
|
|
6541
6544
|
blobVersionedHashes?: undefined;
|
|
6542
6545
|
gasPrice?: undefined;
|
|
@@ -6546,7 +6549,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6546
6549
|
sidecars?: undefined;
|
|
6547
6550
|
} | {
|
|
6548
6551
|
accessList?: import("viem").AccessList | undefined;
|
|
6549
|
-
authorizationList?: import("viem
|
|
6552
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6550
6553
|
blobs?: undefined;
|
|
6551
6554
|
blobVersionedHashes?: undefined;
|
|
6552
6555
|
gasPrice?: undefined;
|
|
@@ -6561,12 +6564,17 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6561
6564
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_8 ? T_8 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_8 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_8 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
6562
6565
|
requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
|
|
6563
6566
|
requestPermissions: (args: import("viem").RequestPermissionsParameters) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
6567
|
+
sendCalls: <const calls extends readonly unknown[], chainOverride extends import("viem").Chain | undefined = undefined>(parameters: import("viem").SendCallsParameters<Extract<config["chains"][number], {
|
|
6568
|
+
id: chainId;
|
|
6569
|
+
}>, import("viem").Account, chainOverride, calls>) => Promise<import("viem").SendCallsReturnType>;
|
|
6564
6570
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
|
|
6565
6571
|
sendTransaction: <const request extends import("viem").SendTransactionRequest<Extract<config["chains"][number], {
|
|
6566
6572
|
id: chainId;
|
|
6567
6573
|
}>, chainOverride>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<Extract<config["chains"][number], {
|
|
6568
6574
|
id: chainId;
|
|
6569
6575
|
}>, import("viem").Account, chainOverride, request>) => Promise<import("viem").SendTransactionReturnType>;
|
|
6576
|
+
showCallsStatus: (parameters: import("viem").ShowCallsStatusParameters) => Promise<import("viem").ShowCallsStatusReturnType>;
|
|
6577
|
+
signAuthorization: (parameters: import("viem/actions").SignAuthorizationParameters<import("viem").Account>) => Promise<import("viem/actions").SignAuthorizationReturnType>;
|
|
6570
6578
|
signMessage: (args: import("viem").SignMessageParameters<import("viem").Account>) => Promise<import("viem").SignMessageReturnType>;
|
|
6571
6579
|
signTransaction: <chainOverride extends import("viem").Chain | undefined, const request extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<Extract<config["chains"][number], {
|
|
6572
6580
|
id: chainId;
|
|
@@ -6635,7 +6643,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6635
6643
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6636
6644
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6637
6645
|
accessList?: import("viem").AccessList | undefined;
|
|
6638
|
-
authorizationList?: import("viem
|
|
6646
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6639
6647
|
blobs?: undefined;
|
|
6640
6648
|
blobVersionedHashes?: undefined;
|
|
6641
6649
|
gasPrice?: undefined;
|
|
@@ -6645,7 +6653,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6645
6653
|
sidecars?: undefined;
|
|
6646
6654
|
} | {
|
|
6647
6655
|
accessList?: import("viem").AccessList | undefined;
|
|
6648
|
-
authorizationList?: import("viem
|
|
6656
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6649
6657
|
blobs?: undefined;
|
|
6650
6658
|
blobVersionedHashes?: undefined;
|
|
6651
6659
|
gasPrice?: undefined;
|
|
@@ -6716,7 +6724,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6716
6724
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6717
6725
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6718
6726
|
accessList?: import("viem").AccessList | undefined;
|
|
6719
|
-
authorizationList?: import("viem
|
|
6727
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6720
6728
|
blobs?: undefined;
|
|
6721
6729
|
blobVersionedHashes?: undefined;
|
|
6722
6730
|
gasPrice?: undefined;
|
|
@@ -6726,7 +6734,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6726
6734
|
sidecars?: undefined;
|
|
6727
6735
|
} | {
|
|
6728
6736
|
accessList?: import("viem").AccessList | undefined;
|
|
6729
|
-
authorizationList?: import("viem
|
|
6737
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6730
6738
|
blobs?: undefined;
|
|
6731
6739
|
blobVersionedHashes?: undefined;
|
|
6732
6740
|
gasPrice?: undefined;
|
|
@@ -6797,7 +6805,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6797
6805
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6798
6806
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6799
6807
|
accessList?: import("viem").AccessList | undefined;
|
|
6800
|
-
authorizationList?: import("viem
|
|
6808
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6801
6809
|
blobs?: undefined;
|
|
6802
6810
|
blobVersionedHashes?: undefined;
|
|
6803
6811
|
gasPrice?: undefined;
|
|
@@ -6807,7 +6815,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6807
6815
|
sidecars?: undefined;
|
|
6808
6816
|
} | {
|
|
6809
6817
|
accessList?: import("viem").AccessList | undefined;
|
|
6810
|
-
authorizationList?: import("viem
|
|
6818
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6811
6819
|
blobs?: undefined;
|
|
6812
6820
|
blobVersionedHashes?: undefined;
|
|
6813
6821
|
gasPrice?: undefined;
|
|
@@ -6878,7 +6886,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6878
6886
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6879
6887
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6880
6888
|
accessList?: import("viem").AccessList | undefined;
|
|
6881
|
-
authorizationList?: import("viem
|
|
6889
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6882
6890
|
blobs?: undefined;
|
|
6883
6891
|
blobVersionedHashes?: undefined;
|
|
6884
6892
|
gasPrice?: undefined;
|
|
@@ -6888,7 +6896,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6888
6896
|
sidecars?: undefined;
|
|
6889
6897
|
} | {
|
|
6890
6898
|
accessList?: import("viem").AccessList | undefined;
|
|
6891
|
-
authorizationList?: import("viem
|
|
6899
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6892
6900
|
blobs?: undefined;
|
|
6893
6901
|
blobVersionedHashes?: undefined;
|
|
6894
6902
|
gasPrice?: undefined;
|
|
@@ -6959,7 +6967,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6959
6967
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6960
6968
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6961
6969
|
accessList?: import("viem").AccessList | undefined;
|
|
6962
|
-
authorizationList?: import("viem
|
|
6970
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6963
6971
|
blobs?: undefined;
|
|
6964
6972
|
blobVersionedHashes?: undefined;
|
|
6965
6973
|
gasPrice?: undefined;
|
|
@@ -6969,7 +6977,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
6969
6977
|
sidecars?: undefined;
|
|
6970
6978
|
} | {
|
|
6971
6979
|
accessList?: import("viem").AccessList | undefined;
|
|
6972
|
-
authorizationList?: import("viem
|
|
6980
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6973
6981
|
blobs?: undefined;
|
|
6974
6982
|
blobVersionedHashes?: undefined;
|
|
6975
6983
|
gasPrice?: undefined;
|
|
@@ -7040,7 +7048,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7040
7048
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7041
7049
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7042
7050
|
accessList?: import("viem").AccessList | undefined;
|
|
7043
|
-
authorizationList?: import("viem
|
|
7051
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7044
7052
|
blobs?: undefined;
|
|
7045
7053
|
blobVersionedHashes?: undefined;
|
|
7046
7054
|
gasPrice?: undefined;
|
|
@@ -7050,7 +7058,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7050
7058
|
sidecars?: undefined;
|
|
7051
7059
|
} | {
|
|
7052
7060
|
accessList?: import("viem").AccessList | undefined;
|
|
7053
|
-
authorizationList?: import("viem
|
|
7061
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7054
7062
|
blobs?: undefined;
|
|
7055
7063
|
blobVersionedHashes?: undefined;
|
|
7056
7064
|
gasPrice?: undefined;
|
|
@@ -7121,7 +7129,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7121
7129
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7122
7130
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7123
7131
|
accessList?: import("viem").AccessList | undefined;
|
|
7124
|
-
authorizationList?: import("viem
|
|
7132
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7125
7133
|
blobs?: undefined;
|
|
7126
7134
|
blobVersionedHashes?: undefined;
|
|
7127
7135
|
gasPrice?: undefined;
|
|
@@ -7131,7 +7139,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7131
7139
|
sidecars?: undefined;
|
|
7132
7140
|
} | {
|
|
7133
7141
|
accessList?: import("viem").AccessList | undefined;
|
|
7134
|
-
authorizationList?: import("viem
|
|
7142
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7135
7143
|
blobs?: undefined;
|
|
7136
7144
|
blobVersionedHashes?: undefined;
|
|
7137
7145
|
gasPrice?: undefined;
|
|
@@ -7202,7 +7210,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7202
7210
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7203
7211
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7204
7212
|
accessList?: import("viem").AccessList | undefined;
|
|
7205
|
-
authorizationList?: import("viem
|
|
7213
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7206
7214
|
blobs?: undefined;
|
|
7207
7215
|
blobVersionedHashes?: undefined;
|
|
7208
7216
|
gasPrice?: undefined;
|
|
@@ -7212,7 +7220,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7212
7220
|
sidecars?: undefined;
|
|
7213
7221
|
} | {
|
|
7214
7222
|
accessList?: import("viem").AccessList | undefined;
|
|
7215
|
-
authorizationList?: import("viem
|
|
7223
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7216
7224
|
blobs?: undefined;
|
|
7217
7225
|
blobVersionedHashes?: undefined;
|
|
7218
7226
|
gasPrice?: undefined;
|
|
@@ -7283,7 +7291,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7283
7291
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7284
7292
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7285
7293
|
accessList?: import("viem").AccessList | undefined;
|
|
7286
|
-
authorizationList?: import("viem
|
|
7294
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7287
7295
|
blobs?: undefined;
|
|
7288
7296
|
blobVersionedHashes?: undefined;
|
|
7289
7297
|
gasPrice?: undefined;
|
|
@@ -7293,7 +7301,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7293
7301
|
sidecars?: undefined;
|
|
7294
7302
|
} | {
|
|
7295
7303
|
accessList?: import("viem").AccessList | undefined;
|
|
7296
|
-
authorizationList?: import("viem
|
|
7304
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7297
7305
|
blobs?: undefined;
|
|
7298
7306
|
blobVersionedHashes?: undefined;
|
|
7299
7307
|
gasPrice?: undefined;
|
|
@@ -7364,7 +7372,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7364
7372
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7365
7373
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7366
7374
|
accessList?: import("viem").AccessList | undefined;
|
|
7367
|
-
authorizationList?: import("viem
|
|
7375
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7368
7376
|
blobs?: undefined;
|
|
7369
7377
|
blobVersionedHashes?: undefined;
|
|
7370
7378
|
gasPrice?: undefined;
|
|
@@ -7374,7 +7382,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7374
7382
|
sidecars?: undefined;
|
|
7375
7383
|
} | {
|
|
7376
7384
|
accessList?: import("viem").AccessList | undefined;
|
|
7377
|
-
authorizationList?: import("viem
|
|
7385
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7378
7386
|
blobs?: undefined;
|
|
7379
7387
|
blobVersionedHashes?: undefined;
|
|
7380
7388
|
gasPrice?: undefined;
|
|
@@ -7445,7 +7453,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7445
7453
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
7446
7454
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7447
7455
|
accessList?: import("viem").AccessList | undefined;
|
|
7448
|
-
authorizationList?: import("viem
|
|
7456
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7449
7457
|
blobs?: undefined;
|
|
7450
7458
|
blobVersionedHashes?: undefined;
|
|
7451
7459
|
gasPrice?: undefined;
|
|
@@ -7455,7 +7463,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7455
7463
|
sidecars?: undefined;
|
|
7456
7464
|
} | {
|
|
7457
7465
|
accessList?: import("viem").AccessList | undefined;
|
|
7458
|
-
authorizationList?: import("viem
|
|
7466
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7459
7467
|
blobs?: undefined;
|
|
7460
7468
|
blobVersionedHashes?: undefined;
|
|
7461
7469
|
gasPrice?: undefined;
|
|
@@ -7476,26 +7484,26 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7476
7484
|
[x: `bytes1[${string}]`]: undefined;
|
|
7477
7485
|
[x: `bytes2[${string}]`]: undefined;
|
|
7478
7486
|
[x: `bytes3[${string}]`]: undefined;
|
|
7479
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
7480
|
-
[x: `bytes6[${string}]`]: undefined;
|
|
7481
7487
|
[x: `bytes4[${string}]`]: undefined;
|
|
7482
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
7483
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
7484
7488
|
[x: `bytes5[${string}]`]: undefined;
|
|
7489
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
7485
7490
|
[x: `bytes7[${string}]`]: undefined;
|
|
7486
7491
|
[x: `bytes8[${string}]`]: undefined;
|
|
7487
7492
|
[x: `bytes9[${string}]`]: undefined;
|
|
7488
7493
|
[x: `bytes10[${string}]`]: undefined;
|
|
7494
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
7489
7495
|
[x: `bytes12[${string}]`]: undefined;
|
|
7490
7496
|
[x: `bytes13[${string}]`]: undefined;
|
|
7491
7497
|
[x: `bytes14[${string}]`]: undefined;
|
|
7492
7498
|
[x: `bytes15[${string}]`]: undefined;
|
|
7499
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
7493
7500
|
[x: `bytes17[${string}]`]: undefined;
|
|
7494
7501
|
[x: `bytes18[${string}]`]: undefined;
|
|
7495
7502
|
[x: `bytes19[${string}]`]: undefined;
|
|
7496
7503
|
[x: `bytes20[${string}]`]: undefined;
|
|
7497
7504
|
[x: `bytes21[${string}]`]: undefined;
|
|
7498
7505
|
[x: `bytes22[${string}]`]: undefined;
|
|
7506
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
7499
7507
|
[x: `bytes24[${string}]`]: undefined;
|
|
7500
7508
|
[x: `bytes25[${string}]`]: undefined;
|
|
7501
7509
|
[x: `bytes26[${string}]`]: undefined;
|
|
@@ -7506,9 +7514,8 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7506
7514
|
[x: `bytes31[${string}]`]: undefined;
|
|
7507
7515
|
[x: `bytes32[${string}]`]: undefined;
|
|
7508
7516
|
[x: `int[${string}]`]: undefined;
|
|
7509
|
-
[x: `int256[${string}]`]: undefined;
|
|
7510
|
-
[x: `int16[${string}]`]: undefined;
|
|
7511
7517
|
[x: `int8[${string}]`]: undefined;
|
|
7518
|
+
[x: `int16[${string}]`]: undefined;
|
|
7512
7519
|
[x: `int24[${string}]`]: undefined;
|
|
7513
7520
|
[x: `int32[${string}]`]: undefined;
|
|
7514
7521
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -7538,10 +7545,10 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7538
7545
|
[x: `int232[${string}]`]: undefined;
|
|
7539
7546
|
[x: `int240[${string}]`]: undefined;
|
|
7540
7547
|
[x: `int248[${string}]`]: undefined;
|
|
7548
|
+
[x: `int256[${string}]`]: undefined;
|
|
7541
7549
|
[x: `uint[${string}]`]: undefined;
|
|
7542
|
-
[x: `uint256[${string}]`]: undefined;
|
|
7543
|
-
[x: `uint16[${string}]`]: undefined;
|
|
7544
7550
|
[x: `uint8[${string}]`]: undefined;
|
|
7551
|
+
[x: `uint16[${string}]`]: undefined;
|
|
7545
7552
|
[x: `uint24[${string}]`]: undefined;
|
|
7546
7553
|
[x: `uint32[${string}]`]: undefined;
|
|
7547
7554
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -7571,6 +7578,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7571
7578
|
[x: `uint232[${string}]`]: undefined;
|
|
7572
7579
|
[x: `uint240[${string}]`]: undefined;
|
|
7573
7580
|
[x: `uint248[${string}]`]: undefined;
|
|
7581
|
+
[x: `uint256[${string}]`]: undefined;
|
|
7574
7582
|
string?: undefined;
|
|
7575
7583
|
address?: undefined;
|
|
7576
7584
|
bool?: undefined;
|
|
@@ -7578,26 +7586,26 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7578
7586
|
bytes1?: undefined;
|
|
7579
7587
|
bytes2?: undefined;
|
|
7580
7588
|
bytes3?: undefined;
|
|
7581
|
-
bytes23?: undefined;
|
|
7582
|
-
bytes6?: undefined;
|
|
7583
7589
|
bytes4?: undefined;
|
|
7584
|
-
bytes11?: undefined;
|
|
7585
|
-
bytes16?: undefined;
|
|
7586
7590
|
bytes5?: undefined;
|
|
7591
|
+
bytes6?: undefined;
|
|
7587
7592
|
bytes7?: undefined;
|
|
7588
7593
|
bytes8?: undefined;
|
|
7589
7594
|
bytes9?: undefined;
|
|
7590
7595
|
bytes10?: undefined;
|
|
7596
|
+
bytes11?: undefined;
|
|
7591
7597
|
bytes12?: undefined;
|
|
7592
7598
|
bytes13?: undefined;
|
|
7593
7599
|
bytes14?: undefined;
|
|
7594
7600
|
bytes15?: undefined;
|
|
7601
|
+
bytes16?: undefined;
|
|
7595
7602
|
bytes17?: undefined;
|
|
7596
7603
|
bytes18?: undefined;
|
|
7597
7604
|
bytes19?: undefined;
|
|
7598
7605
|
bytes20?: undefined;
|
|
7599
7606
|
bytes21?: undefined;
|
|
7600
7607
|
bytes22?: undefined;
|
|
7608
|
+
bytes23?: undefined;
|
|
7601
7609
|
bytes24?: undefined;
|
|
7602
7610
|
bytes25?: undefined;
|
|
7603
7611
|
bytes26?: undefined;
|
|
@@ -7607,9 +7615,8 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7607
7615
|
bytes30?: undefined;
|
|
7608
7616
|
bytes31?: undefined;
|
|
7609
7617
|
bytes32?: undefined;
|
|
7610
|
-
int256?: undefined;
|
|
7611
|
-
int16?: undefined;
|
|
7612
7618
|
int8?: undefined;
|
|
7619
|
+
int16?: undefined;
|
|
7613
7620
|
int24?: undefined;
|
|
7614
7621
|
int32?: undefined;
|
|
7615
7622
|
int40?: undefined;
|
|
@@ -7639,9 +7646,9 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7639
7646
|
int232?: undefined;
|
|
7640
7647
|
int240?: undefined;
|
|
7641
7648
|
int248?: undefined;
|
|
7642
|
-
|
|
7643
|
-
uint16?: undefined;
|
|
7649
|
+
int256?: undefined;
|
|
7644
7650
|
uint8?: undefined;
|
|
7651
|
+
uint16?: undefined;
|
|
7645
7652
|
uint24?: undefined;
|
|
7646
7653
|
uint32?: undefined;
|
|
7647
7654
|
uint40?: undefined;
|
|
@@ -7671,10 +7678,12 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
|
|
|
7671
7678
|
uint232?: undefined;
|
|
7672
7679
|
uint240?: undefined;
|
|
7673
7680
|
uint248?: undefined;
|
|
7681
|
+
uint256?: undefined;
|
|
7674
7682
|
} | {
|
|
7675
7683
|
[key: string]: unknown;
|
|
7676
7684
|
}, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account>) => Promise<import("viem").SignTypedDataReturnType>;
|
|
7677
7685
|
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
7686
|
+
waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<import("viem").WaitForCallsStatusReturnType>;
|
|
7678
7687
|
watchAsset: (args: import("viem").WatchAssetParameters) => Promise<import("viem").WatchAssetReturnType>;
|
|
7679
7688
|
writeContract: <const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, args_1 extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi, functionName, args_1, Extract<config["chains"][number], {
|
|
7680
7689
|
id: chainId;
|