@trustware/sdk-staging 1.1.8-staging.3 → 1.1.8-staging.5

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.
Files changed (46) hide show
  1. package/README.md +27 -0
  2. package/dist/blockchain-BONedEsU.d.cts +110 -0
  3. package/dist/blockchain-BONedEsU.d.ts +110 -0
  4. package/dist/constants.cjs +1 -1
  5. package/dist/constants.mjs +1 -1
  6. package/dist/{core-u95iahDO.d.cts → core-BcoaMbJ6.d.cts} +3 -2
  7. package/dist/{core-CVbN3gJy.d.ts → core-BqqBQ5nF.d.ts} +3 -2
  8. package/dist/core.cjs +2290 -2247
  9. package/dist/core.cjs.map +1 -1
  10. package/dist/core.d.cts +4 -3
  11. package/dist/core.d.ts +4 -3
  12. package/dist/core.mjs +2277 -2244
  13. package/dist/core.mjs.map +1 -1
  14. package/dist/{detect-6MRR4B7g.d.ts → detect-F6garpnf.d.ts} +2 -2
  15. package/dist/{detect-DVIWcXpl.d.cts → detect-srLQtIzU.d.cts} +2 -2
  16. package/dist/index.cjs +22382 -3552
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.d.cts +28 -10
  19. package/dist/index.d.ts +28 -10
  20. package/dist/index.mjs +28327 -9497
  21. package/dist/index.mjs.map +1 -1
  22. package/dist/{manager-CXSw1h5e.d.cts → manager-BWmNEeZb.d.cts} +72 -121
  23. package/dist/{manager-CXSw1h5e.d.ts → manager-BojJyYIt.d.ts} +72 -121
  24. package/dist/smart-account.cjs +14707 -0
  25. package/dist/smart-account.cjs.map +1 -0
  26. package/dist/smart-account.d.cts +3962 -0
  27. package/dist/smart-account.d.ts +3962 -0
  28. package/dist/smart-account.mjs +14686 -0
  29. package/dist/smart-account.mjs.map +1 -0
  30. package/dist/types-B3nKHW6H.d.cts +32 -0
  31. package/dist/types-MtdjJgwT.d.ts +32 -0
  32. package/dist/wallet.cjs +29 -9
  33. package/dist/wallet.cjs.map +1 -1
  34. package/dist/wallet.d.cts +4 -3
  35. package/dist/wallet.d.ts +4 -3
  36. package/dist/wallet.mjs +16 -6
  37. package/dist/wallet.mjs.map +1 -1
  38. package/dist/widget.cjs +33067 -14246
  39. package/dist/widget.cjs.map +1 -1
  40. package/dist/widget.d.cts +5 -4
  41. package/dist/widget.d.ts +5 -4
  42. package/dist/widget.mjs +33007 -14182
  43. package/dist/widget.mjs.map +1 -1
  44. package/package.json +17 -4
  45. package/dist/types-BrVfNxND.d.cts +0 -14
  46. package/dist/types-BrVfNxND.d.ts +0 -14
@@ -0,0 +1,3962 @@
1
+ import * as node_modules__account_kit_smart_contracts_dist_types_src_light_account_actions_transferOwnership from 'node_modules/@account-kit/smart-contracts/dist/types/src/light-account/actions/transferOwnership';
2
+ import * as node_modules_viem__types_actions_siwe_verifySiweMessage from 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
3
+ import * as node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData from 'node_modules/@aa-sdk/core/dist/types/actions/smartAccount/signTypedData';
4
+ import * as node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage from 'node_modules/@aa-sdk/core/dist/types/actions/smartAccount/signMessage';
5
+ import * as node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility from 'node_modules/@aa-sdk/core/dist/types/actions/smartAccount/checkGasSponsorshipEligibility';
6
+ import * as _aa_sdk_core from '@aa-sdk/core';
7
+ import { WalletClientSigner } from '@aa-sdk/core';
8
+ import * as node_modules_viem__types_utils_ccip from 'node_modules/viem/_types/utils/ccip';
9
+ import * as viem from 'viem';
10
+ import { Chain } from 'viem';
11
+ import * as _account_kit_smart_contracts from '@account-kit/smart-contracts';
12
+
13
+ type Eip1193Request$1 = (args: {
14
+ method: string;
15
+ params?: object | unknown[];
16
+ }) => Promise<unknown>;
17
+ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, chainId: number, viemChain: Chain, eip1193Request: Eip1193Request$1, paymasterAddress: `0x${string}`): Promise<{
18
+ client: {
19
+ account: _account_kit_smart_contracts.LightAccount<WalletClientSigner>;
20
+ batch?: {
21
+ multicall?: boolean | viem.Prettify<viem.MulticallBatchOptions> | undefined;
22
+ } | undefined;
23
+ cacheTime: number;
24
+ ccipRead?: false | {
25
+ request?: (parameters: viem.CcipRequestParameters) => Promise<node_modules_viem__types_utils_ccip.CcipRequestReturnType>;
26
+ } | undefined;
27
+ chain: Chain | undefined;
28
+ dataSuffix?: viem.DataSuffix | undefined;
29
+ experimental_blockTag?: viem.BlockTag | undefined;
30
+ key: string;
31
+ name: string;
32
+ pollingInterval: number;
33
+ request: viem.EIP1193RequestFn<[{
34
+ Method: "eth_sendUserOperation";
35
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address];
36
+ ReturnType: viem.Hash;
37
+ }, {
38
+ Method: "eth_estimateUserOperationGas";
39
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address, viem.RpcStateOverride?];
40
+ ReturnType: _aa_sdk_core.UserOperationEstimateGasResponse;
41
+ }, {
42
+ Method: "eth_getUserOperationReceipt";
43
+ Parameters: [viem.Hash, ("pending" | "latest")?];
44
+ ReturnType: _aa_sdk_core.UserOperationReceipt | null;
45
+ }, {
46
+ Method: "eth_getUserOperationByHash";
47
+ Parameters: [viem.Hash];
48
+ ReturnType: _aa_sdk_core.UserOperationResponse | null;
49
+ }, {
50
+ Method: "eth_supportedEntryPoints";
51
+ Parameters: [];
52
+ ReturnType: viem.Address[];
53
+ }, {
54
+ Method: "web3_clientVersion";
55
+ Parameters?: undefined;
56
+ ReturnType: string;
57
+ }, {
58
+ Method: "web3_sha3";
59
+ Parameters: [data: viem.Hash];
60
+ ReturnType: string;
61
+ }, {
62
+ Method: "net_listening";
63
+ Parameters?: undefined;
64
+ ReturnType: boolean;
65
+ }, {
66
+ Method: "net_peerCount";
67
+ Parameters?: undefined;
68
+ ReturnType: viem.Quantity;
69
+ }, {
70
+ Method: "net_version";
71
+ Parameters?: undefined;
72
+ ReturnType: viem.Quantity;
73
+ }, {
74
+ Method: "eth_blobBaseFee";
75
+ Parameters?: undefined;
76
+ ReturnType: viem.Quantity;
77
+ }, {
78
+ Method: "eth_blockNumber";
79
+ Parameters?: undefined;
80
+ ReturnType: viem.Quantity;
81
+ }, {
82
+ Method: "eth_call";
83
+ Parameters: readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride, blockOverrides: viem.RpcBlockOverrides];
84
+ ReturnType: viem.Hex;
85
+ }, {
86
+ Method: "eth_createAccessList";
87
+ Parameters: [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
88
+ ReturnType: {
89
+ accessList: viem.AccessList;
90
+ error?: string | undefined;
91
+ gasUsed: viem.Quantity;
92
+ };
93
+ }, {
94
+ Method: "eth_chainId";
95
+ Parameters?: undefined;
96
+ ReturnType: viem.Quantity;
97
+ }, {
98
+ Method: "eth_coinbase";
99
+ Parameters?: undefined;
100
+ ReturnType: viem.Address;
101
+ }, {
102
+ Method: "eth_estimateGas";
103
+ Parameters: [transaction: viem.RpcTransactionRequest] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag, stateOverride: viem.RpcStateOverride];
104
+ ReturnType: viem.Quantity;
105
+ }, {
106
+ Method: "eth_fillTransaction";
107
+ Parameters: [transaction: viem.RpcTransactionRequest];
108
+ ReturnType: {
109
+ capabilities?: Record<string, unknown> | undefined;
110
+ raw: viem.Hex;
111
+ tx: viem.RpcTransaction;
112
+ };
113
+ }, {
114
+ Method: "eth_feeHistory";
115
+ Parameters: [blockCount: viem.Quantity, newestBlock: viem.RpcBlockNumber | viem.BlockTag, rewardPercentiles: number[] | undefined];
116
+ ReturnType: viem.RpcFeeHistory;
117
+ }, {
118
+ Method: "eth_gasPrice";
119
+ Parameters?: undefined;
120
+ ReturnType: viem.Quantity;
121
+ }, {
122
+ Method: "eth_getBalance";
123
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
124
+ ReturnType: viem.Quantity;
125
+ }, {
126
+ Method: "eth_getBlockByHash";
127
+ Parameters: [hash: viem.Hash, includeTransactionObjects: boolean];
128
+ ReturnType: viem.RpcBlock | null;
129
+ }, {
130
+ Method: "eth_getBlockByNumber";
131
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, includeTransactionObjects: boolean];
132
+ ReturnType: viem.RpcBlock | null;
133
+ }, {
134
+ Method: "eth_getBlockReceipts";
135
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag | viem.Hash];
136
+ ReturnType: viem.RpcTransactionReceipt[] | null;
137
+ }, {
138
+ Method: "eth_getBlockTransactionCountByHash";
139
+ Parameters: [hash: viem.Hash];
140
+ ReturnType: viem.Quantity;
141
+ }, {
142
+ Method: "eth_getBlockTransactionCountByNumber";
143
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
144
+ ReturnType: viem.Quantity;
145
+ }, {
146
+ Method: "eth_getCode";
147
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
148
+ ReturnType: viem.Hex;
149
+ }, {
150
+ Method: "eth_getFilterChanges";
151
+ Parameters: [filterId: viem.Quantity];
152
+ ReturnType: viem.RpcLog[] | viem.Hex[];
153
+ }, {
154
+ Method: "eth_getFilterLogs";
155
+ Parameters: [filterId: viem.Quantity];
156
+ ReturnType: viem.RpcLog[];
157
+ }, {
158
+ Method: "eth_getLogs";
159
+ Parameters: [{
160
+ address?: viem.Address | viem.Address[] | undefined;
161
+ topics?: viem.LogTopic[] | undefined;
162
+ } & ({
163
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
164
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
165
+ blockHash?: undefined;
166
+ } | {
167
+ fromBlock?: undefined;
168
+ toBlock?: undefined;
169
+ blockHash?: viem.Hash | undefined;
170
+ })];
171
+ ReturnType: viem.RpcLog[];
172
+ }, {
173
+ Method: "eth_getProof";
174
+ Parameters: [address: viem.Address, storageKeys: viem.Hash[], block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
175
+ ReturnType: viem.RpcProof;
176
+ }, {
177
+ Method: "eth_getStorageAt";
178
+ Parameters: [address: viem.Address, index: viem.Quantity, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
179
+ ReturnType: viem.Hex;
180
+ }, {
181
+ Method: "eth_getTransactionByBlockHashAndIndex";
182
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
183
+ ReturnType: viem.RpcTransaction | null;
184
+ }, {
185
+ Method: "eth_getTransactionByBlockNumberAndIndex";
186
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
187
+ ReturnType: viem.RpcTransaction | null;
188
+ }, {
189
+ Method: "eth_getTransactionByHash";
190
+ Parameters: [hash: viem.Hash];
191
+ ReturnType: viem.RpcTransaction | null;
192
+ }, {
193
+ Method: "eth_getTransactionBySenderAndNonce";
194
+ Parameters: [sender: viem.Address, nonce: viem.Quantity];
195
+ ReturnType: viem.RpcTransaction | null;
196
+ }, {
197
+ Method: "eth_getTransactionCount";
198
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
199
+ ReturnType: viem.Quantity;
200
+ }, {
201
+ Method: "eth_getTransactionReceipt";
202
+ Parameters: [hash: viem.Hash];
203
+ ReturnType: viem.RpcTransactionReceipt | null;
204
+ }, {
205
+ Method: "eth_getUncleByBlockHashAndIndex";
206
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
207
+ ReturnType: viem.RpcUncle | null;
208
+ }, {
209
+ Method: "eth_getUncleByBlockNumberAndIndex";
210
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
211
+ ReturnType: viem.RpcUncle | null;
212
+ }, {
213
+ Method: "eth_getUncleCountByBlockHash";
214
+ Parameters: [hash: viem.Hash];
215
+ ReturnType: viem.Quantity;
216
+ }, {
217
+ Method: "eth_getUncleCountByBlockNumber";
218
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
219
+ ReturnType: viem.Quantity;
220
+ }, {
221
+ Method: "eth_maxPriorityFeePerGas";
222
+ Parameters?: undefined;
223
+ ReturnType: viem.Quantity;
224
+ }, {
225
+ Method: "eth_newBlockFilter";
226
+ Parameters?: undefined;
227
+ ReturnType: viem.Quantity;
228
+ }, {
229
+ Method: "eth_newFilter";
230
+ Parameters: [filter: {
231
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
232
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
233
+ address?: viem.Address | viem.Address[] | undefined;
234
+ topics?: viem.LogTopic[] | undefined;
235
+ }];
236
+ ReturnType: viem.Quantity;
237
+ }, {
238
+ Method: "eth_newPendingTransactionFilter";
239
+ Parameters?: undefined;
240
+ ReturnType: viem.Quantity;
241
+ }, {
242
+ Method: "eth_protocolVersion";
243
+ Parameters?: undefined;
244
+ ReturnType: string;
245
+ }, {
246
+ Method: "eth_sendRawTransaction";
247
+ Parameters: [signedTransaction: viem.Hex];
248
+ ReturnType: viem.Hash;
249
+ }, {
250
+ Method: "eth_sendRawTransactionSync";
251
+ Parameters: [signedTransaction: viem.Hex] | [signedTransaction: viem.Hex, timeout: number];
252
+ ReturnType: viem.RpcTransactionReceipt;
253
+ }, {
254
+ Method: "eth_simulateV1";
255
+ Parameters: [{
256
+ blockStateCalls: readonly {
257
+ blockOverrides?: viem.RpcBlockOverrides | undefined;
258
+ calls?: readonly viem.ExactPartial<viem.RpcTransactionRequest>[] | undefined;
259
+ stateOverrides?: viem.RpcStateOverride | undefined;
260
+ }[];
261
+ returnFullTransactions?: boolean | undefined;
262
+ traceTransfers?: boolean | undefined;
263
+ validation?: boolean | undefined;
264
+ }, viem.RpcBlockNumber | viem.BlockTag];
265
+ ReturnType: readonly (viem.RpcBlock & {
266
+ calls: readonly {
267
+ error?: {
268
+ data?: viem.Hex | undefined;
269
+ code: number;
270
+ message: string;
271
+ } | undefined;
272
+ logs?: readonly viem.RpcLog[] | undefined;
273
+ gasUsed: viem.Hex;
274
+ returnData: viem.Hex;
275
+ status: viem.Hex;
276
+ }[];
277
+ })[];
278
+ }, {
279
+ Method: "eth_uninstallFilter";
280
+ Parameters: [filterId: viem.Quantity];
281
+ ReturnType: boolean;
282
+ }]>;
283
+ transport: viem.TransportConfig<"custom", viem.EIP1193RequestFn>;
284
+ type: string;
285
+ uid: string;
286
+ buildUserOperation: ((args: _aa_sdk_core.BuildUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: _aa_sdk_core.BuildUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
287
+ buildUserOperationFromTx: ((args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
288
+ buildUserOperationFromTxs: ((args: _aa_sdk_core.BuildTransactionParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: _aa_sdk_core.BuildTransactionParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
289
+ checkGasSponsorshipEligibility: (<TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_aa_sdk_core.SmartContractAccount, TEntryPointVersion>>) & (<TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TEntryPointVersion>>);
290
+ signUserOperation: ((args: _aa_sdk_core.SignUserOperationParameters<_aa_sdk_core.SmartContractAccount, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: _aa_sdk_core.SignUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
291
+ dropAndReplaceUserOperation: ((args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
292
+ sendTransaction: (<TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>) & (<TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>);
293
+ sendTransactions: ((args: _aa_sdk_core.SendTransactionsParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>) & ((args: _aa_sdk_core.SendTransactionsParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>);
294
+ sendUserOperation: ((args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>) & ((args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>);
295
+ waitForUserOperationTransaction: (args: _aa_sdk_core.WaitForUserOperationTxParameters) => Promise<viem.Hex>;
296
+ upgradeAccount: ((args: _aa_sdk_core.UpgradeAccountParams<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>) & ((args: _aa_sdk_core.UpgradeAccountParams<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>);
297
+ signMessage: ((args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>) & ((args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>);
298
+ signTypedData: (<const TTypedData extends {
299
+ [x: string]: readonly viem.TypedDataParameter[];
300
+ [x: `string[${string}]`]: undefined;
301
+ [x: `function[${string}]`]: undefined;
302
+ [x: `address[${string}]`]: undefined;
303
+ [x: `bytes[${string}]`]: undefined;
304
+ [x: `uint256[${string}]`]: undefined;
305
+ [x: `bool[${string}]`]: undefined;
306
+ [x: `uint8[${string}]`]: undefined;
307
+ [x: `bytes8[${string}]`]: undefined;
308
+ [x: `bytes18[${string}]`]: undefined;
309
+ [x: `bytes16[${string}]`]: undefined;
310
+ [x: `bytes1[${string}]`]: undefined;
311
+ [x: `bytes2[${string}]`]: undefined;
312
+ [x: `bytes3[${string}]`]: undefined;
313
+ [x: `bytes6[${string}]`]: undefined;
314
+ [x: `bytes9[${string}]`]: undefined;
315
+ [x: `bytes10[${string}]`]: undefined;
316
+ [x: `bytes14[${string}]`]: undefined;
317
+ [x: `bytes25[${string}]`]: undefined;
318
+ [x: `bytes30[${string}]`]: undefined;
319
+ [x: `bytes5[${string}]`]: undefined;
320
+ [x: `bytes20[${string}]`]: undefined;
321
+ [x: `bytes4[${string}]`]: undefined;
322
+ [x: `bytes7[${string}]`]: undefined;
323
+ [x: `bytes11[${string}]`]: undefined;
324
+ [x: `bytes12[${string}]`]: undefined;
325
+ [x: `bytes13[${string}]`]: undefined;
326
+ [x: `bytes15[${string}]`]: undefined;
327
+ [x: `bytes17[${string}]`]: undefined;
328
+ [x: `bytes19[${string}]`]: undefined;
329
+ [x: `bytes24[${string}]`]: undefined;
330
+ [x: `bytes32[${string}]`]: undefined;
331
+ [x: `bytes22[${string}]`]: undefined;
332
+ [x: `bytes21[${string}]`]: undefined;
333
+ [x: `bytes23[${string}]`]: undefined;
334
+ [x: `bytes26[${string}]`]: undefined;
335
+ [x: `bytes27[${string}]`]: undefined;
336
+ [x: `bytes28[${string}]`]: undefined;
337
+ [x: `bytes29[${string}]`]: undefined;
338
+ [x: `bytes31[${string}]`]: undefined;
339
+ [x: `int[${string}]`]: undefined;
340
+ [x: `int8[${string}]`]: undefined;
341
+ [x: `int16[${string}]`]: undefined;
342
+ [x: `int40[${string}]`]: undefined;
343
+ [x: `int56[${string}]`]: undefined;
344
+ [x: `int88[${string}]`]: undefined;
345
+ [x: `int232[${string}]`]: undefined;
346
+ [x: `int120[${string}]`]: undefined;
347
+ [x: `int200[${string}]`]: undefined;
348
+ [x: `int48[${string}]`]: undefined;
349
+ [x: `int24[${string}]`]: undefined;
350
+ [x: `int32[${string}]`]: undefined;
351
+ [x: `int64[${string}]`]: undefined;
352
+ [x: `int72[${string}]`]: undefined;
353
+ [x: `int80[${string}]`]: undefined;
354
+ [x: `int96[${string}]`]: undefined;
355
+ [x: `int104[${string}]`]: undefined;
356
+ [x: `int112[${string}]`]: undefined;
357
+ [x: `int128[${string}]`]: undefined;
358
+ [x: `int136[${string}]`]: undefined;
359
+ [x: `int144[${string}]`]: undefined;
360
+ [x: `int152[${string}]`]: undefined;
361
+ [x: `int160[${string}]`]: undefined;
362
+ [x: `int168[${string}]`]: undefined;
363
+ [x: `int176[${string}]`]: undefined;
364
+ [x: `int184[${string}]`]: undefined;
365
+ [x: `int192[${string}]`]: undefined;
366
+ [x: `int208[${string}]`]: undefined;
367
+ [x: `int216[${string}]`]: undefined;
368
+ [x: `int224[${string}]`]: undefined;
369
+ [x: `int240[${string}]`]: undefined;
370
+ [x: `int248[${string}]`]: undefined;
371
+ [x: `int256[${string}]`]: undefined;
372
+ [x: `uint[${string}]`]: undefined;
373
+ [x: `uint16[${string}]`]: undefined;
374
+ [x: `uint40[${string}]`]: undefined;
375
+ [x: `uint56[${string}]`]: undefined;
376
+ [x: `uint88[${string}]`]: undefined;
377
+ [x: `uint232[${string}]`]: undefined;
378
+ [x: `uint120[${string}]`]: undefined;
379
+ [x: `uint200[${string}]`]: undefined;
380
+ [x: `uint48[${string}]`]: undefined;
381
+ [x: `uint24[${string}]`]: undefined;
382
+ [x: `uint32[${string}]`]: undefined;
383
+ [x: `uint64[${string}]`]: undefined;
384
+ [x: `uint72[${string}]`]: undefined;
385
+ [x: `uint80[${string}]`]: undefined;
386
+ [x: `uint96[${string}]`]: undefined;
387
+ [x: `uint104[${string}]`]: undefined;
388
+ [x: `uint112[${string}]`]: undefined;
389
+ [x: `uint128[${string}]`]: undefined;
390
+ [x: `uint136[${string}]`]: undefined;
391
+ [x: `uint144[${string}]`]: undefined;
392
+ [x: `uint152[${string}]`]: undefined;
393
+ [x: `uint160[${string}]`]: undefined;
394
+ [x: `uint168[${string}]`]: undefined;
395
+ [x: `uint176[${string}]`]: undefined;
396
+ [x: `uint184[${string}]`]: undefined;
397
+ [x: `uint192[${string}]`]: undefined;
398
+ [x: `uint208[${string}]`]: undefined;
399
+ [x: `uint216[${string}]`]: undefined;
400
+ [x: `uint224[${string}]`]: undefined;
401
+ [x: `uint240[${string}]`]: undefined;
402
+ [x: `uint248[${string}]`]: undefined;
403
+ string?: undefined;
404
+ address?: undefined;
405
+ bytes?: undefined;
406
+ uint256?: undefined;
407
+ bool?: undefined;
408
+ uint8?: undefined;
409
+ bytes8?: undefined;
410
+ bytes18?: undefined;
411
+ bytes16?: undefined;
412
+ bytes1?: undefined;
413
+ bytes2?: undefined;
414
+ bytes3?: undefined;
415
+ bytes6?: undefined;
416
+ bytes9?: undefined;
417
+ bytes10?: undefined;
418
+ bytes14?: undefined;
419
+ bytes25?: undefined;
420
+ bytes30?: undefined;
421
+ bytes5?: undefined;
422
+ bytes20?: undefined;
423
+ bytes4?: undefined;
424
+ bytes7?: undefined;
425
+ bytes11?: undefined;
426
+ bytes12?: undefined;
427
+ bytes13?: undefined;
428
+ bytes15?: undefined;
429
+ bytes17?: undefined;
430
+ bytes19?: undefined;
431
+ bytes24?: undefined;
432
+ bytes32?: undefined;
433
+ bytes22?: undefined;
434
+ bytes21?: undefined;
435
+ bytes23?: undefined;
436
+ bytes26?: undefined;
437
+ bytes27?: undefined;
438
+ bytes28?: undefined;
439
+ bytes29?: undefined;
440
+ bytes31?: undefined;
441
+ int8?: undefined;
442
+ int16?: undefined;
443
+ int40?: undefined;
444
+ int56?: undefined;
445
+ int88?: undefined;
446
+ int232?: undefined;
447
+ int120?: undefined;
448
+ int200?: undefined;
449
+ int48?: undefined;
450
+ int24?: undefined;
451
+ int32?: undefined;
452
+ int64?: undefined;
453
+ int72?: undefined;
454
+ int80?: undefined;
455
+ int96?: undefined;
456
+ int104?: undefined;
457
+ int112?: undefined;
458
+ int128?: undefined;
459
+ int136?: undefined;
460
+ int144?: undefined;
461
+ int152?: undefined;
462
+ int160?: undefined;
463
+ int168?: undefined;
464
+ int176?: undefined;
465
+ int184?: undefined;
466
+ int192?: undefined;
467
+ int208?: undefined;
468
+ int216?: undefined;
469
+ int224?: undefined;
470
+ int240?: undefined;
471
+ int248?: undefined;
472
+ int256?: undefined;
473
+ uint16?: undefined;
474
+ uint40?: undefined;
475
+ uint56?: undefined;
476
+ uint88?: undefined;
477
+ uint232?: undefined;
478
+ uint120?: undefined;
479
+ uint200?: undefined;
480
+ uint48?: undefined;
481
+ uint24?: undefined;
482
+ uint32?: undefined;
483
+ uint64?: undefined;
484
+ uint72?: undefined;
485
+ uint80?: undefined;
486
+ uint96?: undefined;
487
+ uint104?: undefined;
488
+ uint112?: undefined;
489
+ uint128?: undefined;
490
+ uint136?: undefined;
491
+ uint144?: undefined;
492
+ uint152?: undefined;
493
+ uint160?: undefined;
494
+ uint168?: undefined;
495
+ uint176?: undefined;
496
+ uint184?: undefined;
497
+ uint192?: undefined;
498
+ uint208?: undefined;
499
+ uint216?: undefined;
500
+ uint224?: undefined;
501
+ uint240?: undefined;
502
+ uint248?: undefined;
503
+ } | {
504
+ [key: string]: unknown;
505
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>) & (<const TTypedData extends {
506
+ [x: string]: readonly viem.TypedDataParameter[];
507
+ [x: `string[${string}]`]: undefined;
508
+ [x: `function[${string}]`]: undefined;
509
+ [x: `address[${string}]`]: undefined;
510
+ [x: `bytes[${string}]`]: undefined;
511
+ [x: `uint256[${string}]`]: undefined;
512
+ [x: `bool[${string}]`]: undefined;
513
+ [x: `uint8[${string}]`]: undefined;
514
+ [x: `bytes8[${string}]`]: undefined;
515
+ [x: `bytes18[${string}]`]: undefined;
516
+ [x: `bytes16[${string}]`]: undefined;
517
+ [x: `bytes1[${string}]`]: undefined;
518
+ [x: `bytes2[${string}]`]: undefined;
519
+ [x: `bytes3[${string}]`]: undefined;
520
+ [x: `bytes6[${string}]`]: undefined;
521
+ [x: `bytes9[${string}]`]: undefined;
522
+ [x: `bytes10[${string}]`]: undefined;
523
+ [x: `bytes14[${string}]`]: undefined;
524
+ [x: `bytes25[${string}]`]: undefined;
525
+ [x: `bytes30[${string}]`]: undefined;
526
+ [x: `bytes5[${string}]`]: undefined;
527
+ [x: `bytes20[${string}]`]: undefined;
528
+ [x: `bytes4[${string}]`]: undefined;
529
+ [x: `bytes7[${string}]`]: undefined;
530
+ [x: `bytes11[${string}]`]: undefined;
531
+ [x: `bytes12[${string}]`]: undefined;
532
+ [x: `bytes13[${string}]`]: undefined;
533
+ [x: `bytes15[${string}]`]: undefined;
534
+ [x: `bytes17[${string}]`]: undefined;
535
+ [x: `bytes19[${string}]`]: undefined;
536
+ [x: `bytes24[${string}]`]: undefined;
537
+ [x: `bytes32[${string}]`]: undefined;
538
+ [x: `bytes22[${string}]`]: undefined;
539
+ [x: `bytes21[${string}]`]: undefined;
540
+ [x: `bytes23[${string}]`]: undefined;
541
+ [x: `bytes26[${string}]`]: undefined;
542
+ [x: `bytes27[${string}]`]: undefined;
543
+ [x: `bytes28[${string}]`]: undefined;
544
+ [x: `bytes29[${string}]`]: undefined;
545
+ [x: `bytes31[${string}]`]: undefined;
546
+ [x: `int[${string}]`]: undefined;
547
+ [x: `int8[${string}]`]: undefined;
548
+ [x: `int16[${string}]`]: undefined;
549
+ [x: `int40[${string}]`]: undefined;
550
+ [x: `int56[${string}]`]: undefined;
551
+ [x: `int88[${string}]`]: undefined;
552
+ [x: `int232[${string}]`]: undefined;
553
+ [x: `int120[${string}]`]: undefined;
554
+ [x: `int200[${string}]`]: undefined;
555
+ [x: `int48[${string}]`]: undefined;
556
+ [x: `int24[${string}]`]: undefined;
557
+ [x: `int32[${string}]`]: undefined;
558
+ [x: `int64[${string}]`]: undefined;
559
+ [x: `int72[${string}]`]: undefined;
560
+ [x: `int80[${string}]`]: undefined;
561
+ [x: `int96[${string}]`]: undefined;
562
+ [x: `int104[${string}]`]: undefined;
563
+ [x: `int112[${string}]`]: undefined;
564
+ [x: `int128[${string}]`]: undefined;
565
+ [x: `int136[${string}]`]: undefined;
566
+ [x: `int144[${string}]`]: undefined;
567
+ [x: `int152[${string}]`]: undefined;
568
+ [x: `int160[${string}]`]: undefined;
569
+ [x: `int168[${string}]`]: undefined;
570
+ [x: `int176[${string}]`]: undefined;
571
+ [x: `int184[${string}]`]: undefined;
572
+ [x: `int192[${string}]`]: undefined;
573
+ [x: `int208[${string}]`]: undefined;
574
+ [x: `int216[${string}]`]: undefined;
575
+ [x: `int224[${string}]`]: undefined;
576
+ [x: `int240[${string}]`]: undefined;
577
+ [x: `int248[${string}]`]: undefined;
578
+ [x: `int256[${string}]`]: undefined;
579
+ [x: `uint[${string}]`]: undefined;
580
+ [x: `uint16[${string}]`]: undefined;
581
+ [x: `uint40[${string}]`]: undefined;
582
+ [x: `uint56[${string}]`]: undefined;
583
+ [x: `uint88[${string}]`]: undefined;
584
+ [x: `uint232[${string}]`]: undefined;
585
+ [x: `uint120[${string}]`]: undefined;
586
+ [x: `uint200[${string}]`]: undefined;
587
+ [x: `uint48[${string}]`]: undefined;
588
+ [x: `uint24[${string}]`]: undefined;
589
+ [x: `uint32[${string}]`]: undefined;
590
+ [x: `uint64[${string}]`]: undefined;
591
+ [x: `uint72[${string}]`]: undefined;
592
+ [x: `uint80[${string}]`]: undefined;
593
+ [x: `uint96[${string}]`]: undefined;
594
+ [x: `uint104[${string}]`]: undefined;
595
+ [x: `uint112[${string}]`]: undefined;
596
+ [x: `uint128[${string}]`]: undefined;
597
+ [x: `uint136[${string}]`]: undefined;
598
+ [x: `uint144[${string}]`]: undefined;
599
+ [x: `uint152[${string}]`]: undefined;
600
+ [x: `uint160[${string}]`]: undefined;
601
+ [x: `uint168[${string}]`]: undefined;
602
+ [x: `uint176[${string}]`]: undefined;
603
+ [x: `uint184[${string}]`]: undefined;
604
+ [x: `uint192[${string}]`]: undefined;
605
+ [x: `uint208[${string}]`]: undefined;
606
+ [x: `uint216[${string}]`]: undefined;
607
+ [x: `uint224[${string}]`]: undefined;
608
+ [x: `uint240[${string}]`]: undefined;
609
+ [x: `uint248[${string}]`]: undefined;
610
+ string?: undefined;
611
+ address?: undefined;
612
+ bytes?: undefined;
613
+ uint256?: undefined;
614
+ bool?: undefined;
615
+ uint8?: undefined;
616
+ bytes8?: undefined;
617
+ bytes18?: undefined;
618
+ bytes16?: undefined;
619
+ bytes1?: undefined;
620
+ bytes2?: undefined;
621
+ bytes3?: undefined;
622
+ bytes6?: undefined;
623
+ bytes9?: undefined;
624
+ bytes10?: undefined;
625
+ bytes14?: undefined;
626
+ bytes25?: undefined;
627
+ bytes30?: undefined;
628
+ bytes5?: undefined;
629
+ bytes20?: undefined;
630
+ bytes4?: undefined;
631
+ bytes7?: undefined;
632
+ bytes11?: undefined;
633
+ bytes12?: undefined;
634
+ bytes13?: undefined;
635
+ bytes15?: undefined;
636
+ bytes17?: undefined;
637
+ bytes19?: undefined;
638
+ bytes24?: undefined;
639
+ bytes32?: undefined;
640
+ bytes22?: undefined;
641
+ bytes21?: undefined;
642
+ bytes23?: undefined;
643
+ bytes26?: undefined;
644
+ bytes27?: undefined;
645
+ bytes28?: undefined;
646
+ bytes29?: undefined;
647
+ bytes31?: undefined;
648
+ int8?: undefined;
649
+ int16?: undefined;
650
+ int40?: undefined;
651
+ int56?: undefined;
652
+ int88?: undefined;
653
+ int232?: undefined;
654
+ int120?: undefined;
655
+ int200?: undefined;
656
+ int48?: undefined;
657
+ int24?: undefined;
658
+ int32?: undefined;
659
+ int64?: undefined;
660
+ int72?: undefined;
661
+ int80?: undefined;
662
+ int96?: undefined;
663
+ int104?: undefined;
664
+ int112?: undefined;
665
+ int128?: undefined;
666
+ int136?: undefined;
667
+ int144?: undefined;
668
+ int152?: undefined;
669
+ int160?: undefined;
670
+ int168?: undefined;
671
+ int176?: undefined;
672
+ int184?: undefined;
673
+ int192?: undefined;
674
+ int208?: undefined;
675
+ int216?: undefined;
676
+ int224?: undefined;
677
+ int240?: undefined;
678
+ int248?: undefined;
679
+ int256?: undefined;
680
+ uint16?: undefined;
681
+ uint40?: undefined;
682
+ uint56?: undefined;
683
+ uint88?: undefined;
684
+ uint232?: undefined;
685
+ uint120?: undefined;
686
+ uint200?: undefined;
687
+ uint48?: undefined;
688
+ uint24?: undefined;
689
+ uint32?: undefined;
690
+ uint64?: undefined;
691
+ uint72?: undefined;
692
+ uint80?: undefined;
693
+ uint96?: undefined;
694
+ uint104?: undefined;
695
+ uint112?: undefined;
696
+ uint128?: undefined;
697
+ uint136?: undefined;
698
+ uint144?: undefined;
699
+ uint152?: undefined;
700
+ uint160?: undefined;
701
+ uint168?: undefined;
702
+ uint176?: undefined;
703
+ uint184?: undefined;
704
+ uint192?: undefined;
705
+ uint208?: undefined;
706
+ uint216?: undefined;
707
+ uint224?: undefined;
708
+ uint240?: undefined;
709
+ uint248?: undefined;
710
+ } | {
711
+ [key: string]: unknown;
712
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>);
713
+ getAddress: () => viem.Address;
714
+ estimateUserOperationGas: <TEntryPointVersion extends _aa_sdk_core.EntryPointVersion = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(request: _aa_sdk_core.UserOperationRequest<TEntryPointVersion>, entryPoint: viem.Address, stateOverride?: viem.StateOverride) => Promise<_aa_sdk_core.UserOperationEstimateGasResponse<TEntryPointVersion>>;
715
+ sendRawUserOperation: <TEntryPointVersion extends _aa_sdk_core.EntryPointVersion = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(request: _aa_sdk_core.UserOperationRequest<TEntryPointVersion>, entryPoint: viem.Address) => Promise<viem.Hash>;
716
+ getUserOperationByHash: (hash: viem.Hash) => Promise<_aa_sdk_core.UserOperationResponse | null>;
717
+ getUserOperationReceipt: (hash: viem.Hash, tag?: "pending" | "latest") => Promise<_aa_sdk_core.UserOperationReceipt | null>;
718
+ getSupportedEntryPoints: () => Promise<viem.Address[]>;
719
+ call: (parameters: viem.CallParameters<Chain | undefined>) => Promise<viem.CallReturnType>;
720
+ createAccessList: (parameters: viem.CreateAccessListParameters<Chain | undefined>) => Promise<{
721
+ accessList: viem.AccessList;
722
+ gasUsed: bigint;
723
+ }>;
724
+ createBlockFilter: () => Promise<viem.CreateBlockFilterReturnType>;
725
+ createContractEventFilter: <const abi extends viem.Abi | readonly unknown[], eventName extends viem.ContractEventName<abi> | undefined, args extends viem.MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined>(args: viem.CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<viem.CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
726
+ createEventFilter: <const abiEvent extends viem.AbiEvent | undefined = undefined, const abiEvents extends readonly viem.AbiEvent[] | readonly unknown[] | undefined = abiEvent extends viem.AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, _EventName extends string | undefined = viem.MaybeAbiEventName<abiEvent>, _Args extends viem.MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: viem.CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<viem.CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
727
+ createPendingTransactionFilter: () => Promise<viem.CreatePendingTransactionFilterReturnType>;
728
+ estimateContractGas: <chain extends Chain | undefined, const abi extends viem.Abi | readonly unknown[], functionName extends viem.ContractFunctionName<abi, "nonpayable" | "payable">, args extends viem.ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: viem.EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<viem.EstimateContractGasReturnType>;
729
+ estimateGas: (args: viem.EstimateGasParameters<Chain | undefined>) => Promise<viem.EstimateGasReturnType>;
730
+ fillTransaction: <chainOverride extends Chain | undefined = undefined, accountOverride extends viem.Account | viem.Address | undefined = undefined>(args: viem.FillTransactionParameters<Chain | undefined, viem.Account | undefined, chainOverride, accountOverride>) => Promise<viem.FillTransactionReturnType<Chain | undefined, chainOverride>>;
731
+ getBalance: (args: viem.GetBalanceParameters) => Promise<viem.GetBalanceReturnType>;
732
+ getBlobBaseFee: () => Promise<viem.GetBlobBaseFeeReturnType>;
733
+ getBlock: <includeTransactions extends boolean = false, blockTag extends viem.BlockTag = "latest">(args?: viem.GetBlockParameters<includeTransactions, blockTag> | undefined) => Promise<{
734
+ number: blockTag extends "pending" ? null : bigint;
735
+ size: bigint;
736
+ hash: blockTag extends "pending" ? null : `0x${string}`;
737
+ gasLimit: bigint;
738
+ nonce: blockTag extends "pending" ? null : `0x${string}`;
739
+ logsBloom: blockTag extends "pending" ? null : `0x${string}`;
740
+ baseFeePerGas: bigint | null;
741
+ blobGasUsed: bigint;
742
+ difficulty: bigint;
743
+ excessBlobGas: bigint;
744
+ extraData: viem.Hex;
745
+ gasUsed: bigint;
746
+ miner: viem.Address;
747
+ mixHash: viem.Hash;
748
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
749
+ parentHash: viem.Hash;
750
+ receiptsRoot: viem.Hex;
751
+ sealFields: viem.Hex[];
752
+ sha3Uncles: viem.Hash;
753
+ stateRoot: viem.Hash;
754
+ timestamp: bigint;
755
+ totalDifficulty: bigint | null;
756
+ transactionsRoot: viem.Hash;
757
+ uncles: viem.Hash[];
758
+ withdrawals?: viem.Withdrawal[] | undefined | undefined;
759
+ withdrawalsRoot?: `0x${string}` | undefined;
760
+ transactions: includeTransactions extends true ? ({
761
+ type: "legacy";
762
+ chainId?: number | undefined;
763
+ value: bigint;
764
+ to: viem.Address | null;
765
+ from: viem.Address;
766
+ gas: bigint;
767
+ input: viem.Hex;
768
+ s: viem.Hex;
769
+ r: viem.Hex;
770
+ hash: viem.Hash;
771
+ maxFeePerGas?: undefined | undefined;
772
+ gasPrice: bigint;
773
+ v: bigint;
774
+ yParity?: undefined | undefined;
775
+ blockTimestamp?: bigint | undefined;
776
+ nonce: number;
777
+ typeHex: viem.Hex | null;
778
+ accessList?: undefined | undefined;
779
+ authorizationList?: undefined | undefined;
780
+ blobVersionedHashes?: undefined | undefined;
781
+ maxFeePerBlobGas?: undefined | undefined;
782
+ maxPriorityFeePerGas?: undefined | undefined;
783
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
784
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
785
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
786
+ } | {
787
+ type: "eip2930";
788
+ chainId: number;
789
+ value: bigint;
790
+ to: viem.Address | null;
791
+ from: viem.Address;
792
+ gas: bigint;
793
+ input: viem.Hex;
794
+ s: viem.Hex;
795
+ r: viem.Hex;
796
+ hash: viem.Hash;
797
+ maxFeePerGas?: undefined | undefined;
798
+ gasPrice: bigint;
799
+ v: bigint;
800
+ yParity: number;
801
+ blockTimestamp?: bigint | undefined;
802
+ nonce: number;
803
+ typeHex: viem.Hex | null;
804
+ accessList: viem.AccessList;
805
+ authorizationList?: undefined | undefined;
806
+ blobVersionedHashes?: undefined | undefined;
807
+ maxFeePerBlobGas?: undefined | undefined;
808
+ maxPriorityFeePerGas?: undefined | undefined;
809
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
810
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
811
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
812
+ } | {
813
+ type: "eip1559";
814
+ chainId: number;
815
+ value: bigint;
816
+ to: viem.Address | null;
817
+ from: viem.Address;
818
+ gas: bigint;
819
+ input: viem.Hex;
820
+ s: viem.Hex;
821
+ r: viem.Hex;
822
+ hash: viem.Hash;
823
+ maxFeePerGas: bigint;
824
+ gasPrice?: undefined | undefined;
825
+ v: bigint;
826
+ yParity: number;
827
+ blockTimestamp?: bigint | undefined;
828
+ nonce: number;
829
+ typeHex: viem.Hex | null;
830
+ accessList: viem.AccessList;
831
+ authorizationList?: undefined | undefined;
832
+ blobVersionedHashes?: undefined | undefined;
833
+ maxFeePerBlobGas?: undefined | undefined;
834
+ maxPriorityFeePerGas: bigint;
835
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
836
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
837
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
838
+ } | {
839
+ type: "eip4844";
840
+ chainId: number;
841
+ value: bigint;
842
+ to: viem.Address | null;
843
+ from: viem.Address;
844
+ gas: bigint;
845
+ input: viem.Hex;
846
+ s: viem.Hex;
847
+ r: viem.Hex;
848
+ hash: viem.Hash;
849
+ maxFeePerGas: bigint;
850
+ gasPrice?: undefined | undefined;
851
+ v: bigint;
852
+ yParity: number;
853
+ blockTimestamp?: bigint | undefined;
854
+ nonce: number;
855
+ typeHex: viem.Hex | null;
856
+ accessList: viem.AccessList;
857
+ authorizationList?: undefined | undefined;
858
+ blobVersionedHashes: readonly viem.Hex[];
859
+ maxFeePerBlobGas: bigint;
860
+ maxPriorityFeePerGas: bigint;
861
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
862
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
863
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
864
+ } | {
865
+ type: "eip7702";
866
+ chainId: number;
867
+ value: bigint;
868
+ to: viem.Address | null;
869
+ from: viem.Address;
870
+ gas: bigint;
871
+ input: viem.Hex;
872
+ s: viem.Hex;
873
+ r: viem.Hex;
874
+ hash: viem.Hash;
875
+ maxFeePerGas: bigint;
876
+ gasPrice?: undefined | undefined;
877
+ v: bigint;
878
+ yParity: number;
879
+ blockTimestamp?: bigint | undefined;
880
+ nonce: number;
881
+ typeHex: viem.Hex | null;
882
+ accessList: viem.AccessList;
883
+ authorizationList: viem.SignedAuthorizationList;
884
+ blobVersionedHashes?: undefined | undefined;
885
+ maxFeePerBlobGas?: undefined | undefined;
886
+ maxPriorityFeePerGas: bigint;
887
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
888
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
889
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
890
+ })[] : `0x${string}`[];
891
+ }>;
892
+ getBlockReceipts: (args?: viem.GetBlockReceiptsParameters | undefined) => Promise<viem.GetBlockReceiptsReturnType<Chain | undefined>>;
893
+ getBlockNumber: (args?: viem.GetBlockNumberParameters | undefined) => Promise<viem.GetBlockNumberReturnType>;
894
+ getBlockTransactionCount: (args?: viem.GetBlockTransactionCountParameters | undefined) => Promise<viem.GetBlockTransactionCountReturnType>;
895
+ getBytecode: (args: viem.GetBytecodeParameters) => Promise<viem.GetBytecodeReturnType>;
896
+ getChainId: () => Promise<viem.GetChainIdReturnType>;
897
+ getCode: (args: viem.GetBytecodeParameters) => Promise<viem.GetBytecodeReturnType>;
898
+ getContractEvents: <const abi extends viem.Abi | readonly unknown[], eventName extends viem.ContractEventName<abi> | undefined = undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined>(args: viem.GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<viem.GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
899
+ getDelegation: (args: viem.GetDelegationParameters) => Promise<viem.GetDelegationReturnType>;
900
+ getEip712Domain: (args: viem.GetEip712DomainParameters) => Promise<viem.GetEip712DomainReturnType>;
901
+ getEnsAddress: (args: viem.GetEnsAddressParameters) => Promise<viem.GetEnsAddressReturnType>;
902
+ getEnsAvatar: (args: viem.GetEnsAvatarParameters) => Promise<viem.GetEnsAvatarReturnType>;
903
+ getEnsName: (args: viem.GetEnsNameParameters) => Promise<viem.GetEnsNameReturnType>;
904
+ getEnsResolver: (args: viem.GetEnsResolverParameters) => Promise<viem.GetEnsResolverReturnType>;
905
+ getEnsText: (args: viem.GetEnsTextParameters) => Promise<viem.GetEnsTextReturnType>;
906
+ getFeeHistory: (args: viem.GetFeeHistoryParameters) => Promise<viem.GetFeeHistoryReturnType>;
907
+ estimateFeesPerGas: <chainOverride extends Chain | undefined = undefined, type extends viem.FeeValuesType = "eip1559">(args?: viem.EstimateFeesPerGasParameters<Chain | undefined, chainOverride, type> | undefined) => Promise<viem.EstimateFeesPerGasReturnType<type>>;
908
+ getFilterChanges: <filterType extends viem.FilterType, const abi extends viem.Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined>(args: viem.GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<viem.GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
909
+ getFilterLogs: <const abi extends viem.Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined>(args: viem.GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<viem.GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
910
+ getGasPrice: () => Promise<viem.GetGasPriceReturnType>;
911
+ getLogs: <const abiEvent extends viem.AbiEvent | undefined = undefined, const abiEvents extends readonly viem.AbiEvent[] | readonly unknown[] | undefined = abiEvent extends viem.AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined, toBlock extends viem.BlockNumber | viem.BlockTag | undefined = undefined>(args?: viem.GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<viem.GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
912
+ getProof: (args: viem.GetProofParameters) => Promise<viem.GetProofReturnType>;
913
+ estimateMaxPriorityFeePerGas: <chainOverride extends Chain | undefined = undefined>(args?: {
914
+ chain: chainOverride | null;
915
+ } | undefined) => Promise<viem.EstimateMaxPriorityFeePerGasReturnType>;
916
+ getStorageAt: (args: viem.GetStorageAtParameters) => Promise<viem.GetStorageAtReturnType>;
917
+ getTransaction: <blockTag extends viem.BlockTag = "latest">(args: viem.GetTransactionParameters<blockTag>) => Promise<{
918
+ type: "legacy";
919
+ chainId?: number | undefined;
920
+ value: bigint;
921
+ to: viem.Address | null;
922
+ from: viem.Address;
923
+ gas: bigint;
924
+ input: viem.Hex;
925
+ s: viem.Hex;
926
+ r: viem.Hex;
927
+ hash: viem.Hash;
928
+ maxFeePerGas?: undefined | undefined;
929
+ gasPrice: bigint;
930
+ v: bigint;
931
+ yParity?: undefined | undefined;
932
+ blockTimestamp?: bigint | undefined;
933
+ nonce: number;
934
+ typeHex: viem.Hex | null;
935
+ accessList?: undefined | undefined;
936
+ authorizationList?: undefined | undefined;
937
+ blobVersionedHashes?: undefined | undefined;
938
+ maxFeePerBlobGas?: undefined | undefined;
939
+ maxPriorityFeePerGas?: undefined | undefined;
940
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
941
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
942
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
943
+ } | {
944
+ type: "eip2930";
945
+ chainId: number;
946
+ value: bigint;
947
+ to: viem.Address | null;
948
+ from: viem.Address;
949
+ gas: bigint;
950
+ input: viem.Hex;
951
+ s: viem.Hex;
952
+ r: viem.Hex;
953
+ hash: viem.Hash;
954
+ maxFeePerGas?: undefined | undefined;
955
+ gasPrice: bigint;
956
+ v: bigint;
957
+ yParity: number;
958
+ blockTimestamp?: bigint | undefined;
959
+ nonce: number;
960
+ typeHex: viem.Hex | null;
961
+ accessList: viem.AccessList;
962
+ authorizationList?: undefined | undefined;
963
+ blobVersionedHashes?: undefined | undefined;
964
+ maxFeePerBlobGas?: undefined | undefined;
965
+ maxPriorityFeePerGas?: undefined | undefined;
966
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
967
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
968
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
969
+ } | {
970
+ type: "eip1559";
971
+ chainId: number;
972
+ value: bigint;
973
+ to: viem.Address | null;
974
+ from: viem.Address;
975
+ gas: bigint;
976
+ input: viem.Hex;
977
+ s: viem.Hex;
978
+ r: viem.Hex;
979
+ hash: viem.Hash;
980
+ maxFeePerGas: bigint;
981
+ gasPrice?: undefined | undefined;
982
+ v: bigint;
983
+ yParity: number;
984
+ blockTimestamp?: bigint | undefined;
985
+ nonce: number;
986
+ typeHex: viem.Hex | null;
987
+ accessList: viem.AccessList;
988
+ authorizationList?: undefined | undefined;
989
+ blobVersionedHashes?: undefined | undefined;
990
+ maxFeePerBlobGas?: undefined | undefined;
991
+ maxPriorityFeePerGas: bigint;
992
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
993
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
994
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
995
+ } | {
996
+ type: "eip4844";
997
+ chainId: number;
998
+ value: bigint;
999
+ to: viem.Address | null;
1000
+ from: viem.Address;
1001
+ gas: bigint;
1002
+ input: viem.Hex;
1003
+ s: viem.Hex;
1004
+ r: viem.Hex;
1005
+ hash: viem.Hash;
1006
+ maxFeePerGas: bigint;
1007
+ gasPrice?: undefined | undefined;
1008
+ v: bigint;
1009
+ yParity: number;
1010
+ blockTimestamp?: bigint | undefined;
1011
+ nonce: number;
1012
+ typeHex: viem.Hex | null;
1013
+ accessList: viem.AccessList;
1014
+ authorizationList?: undefined | undefined;
1015
+ blobVersionedHashes: readonly viem.Hex[];
1016
+ maxFeePerBlobGas: bigint;
1017
+ maxPriorityFeePerGas: bigint;
1018
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1019
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1020
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
1021
+ } | {
1022
+ type: "eip7702";
1023
+ chainId: number;
1024
+ value: bigint;
1025
+ to: viem.Address | null;
1026
+ from: viem.Address;
1027
+ gas: bigint;
1028
+ input: viem.Hex;
1029
+ s: viem.Hex;
1030
+ r: viem.Hex;
1031
+ hash: viem.Hash;
1032
+ maxFeePerGas: bigint;
1033
+ gasPrice?: undefined | undefined;
1034
+ v: bigint;
1035
+ yParity: number;
1036
+ blockTimestamp?: bigint | undefined;
1037
+ nonce: number;
1038
+ typeHex: viem.Hex | null;
1039
+ accessList: viem.AccessList;
1040
+ authorizationList: viem.SignedAuthorizationList;
1041
+ blobVersionedHashes?: undefined | undefined;
1042
+ maxFeePerBlobGas?: undefined | undefined;
1043
+ maxPriorityFeePerGas: bigint;
1044
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1045
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1046
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
1047
+ }>;
1048
+ getTransactionConfirmations: (args: viem.GetTransactionConfirmationsParameters<Chain | undefined>) => Promise<viem.GetTransactionConfirmationsReturnType>;
1049
+ getTransactionCount: (args: viem.GetTransactionCountParameters) => Promise<viem.GetTransactionCountReturnType>;
1050
+ getTransactionReceipt: (args: viem.GetTransactionReceiptParameters) => Promise<viem.TransactionReceipt>;
1051
+ multicall: <const contracts extends readonly unknown[], allowFailure extends boolean = true>(args: viem.MulticallParameters<contracts, allowFailure>) => Promise<viem.MulticallReturnType<contracts, allowFailure>>;
1052
+ prepareTransactionRequest: <const request extends viem.PrepareTransactionRequestRequest<Chain | undefined, chainOverride>, chainOverride extends Chain | undefined = undefined, accountOverride extends viem.Account | viem.Address | undefined = undefined>(args: viem.PrepareTransactionRequestParameters<Chain | undefined, viem.Account | undefined, chainOverride, accountOverride, request>) => Promise<viem.UnionRequiredBy<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> & (viem.DeriveChain<Chain | undefined, chainOverride> extends infer T_1 ? T_1 extends viem.DeriveChain<Chain | undefined, chainOverride> ? T_1 extends Chain ? {
1053
+ chain: T_1;
1054
+ } : {
1055
+ chain?: undefined;
1056
+ } : never : never) & (viem.DeriveAccount<viem.Account | undefined, accountOverride> extends infer T_2 ? T_2 extends viem.DeriveAccount<viem.Account | undefined, accountOverride> ? T_2 extends viem.Account ? {
1057
+ account: T_2;
1058
+ from: viem.Address;
1059
+ } : {
1060
+ account?: undefined;
1061
+ from?: undefined;
1062
+ } : never : never), viem.IsNever<viem.ExtractFormattedTransactionRequest<viem.DeriveChain<Chain | undefined, chainOverride>, {
1063
+ type?: ((request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_3 ? T_3 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_3 extends object ? request extends viem.ExactPartial<T_3> ? T_3 extends {
1064
+ type?: infer type | undefined;
1065
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_4 ? T_4 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_4 extends object ? request extends viem.ExactPartial<T_4> ? T_4 extends {
1066
+ type?: infer type | undefined;
1067
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_5 ? T_5 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_5 extends object ? request extends viem.ExactPartial<T_5> ? T_5 extends {
1068
+ type?: infer type | undefined;
1069
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_6 ? T_6 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_6 extends object ? request extends viem.ExactPartial<T_6> ? T_6 extends {
1070
+ type?: infer type | undefined;
1071
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1072
+ accessList?: undefined | undefined;
1073
+ authorizationList?: undefined | undefined;
1074
+ blobs?: undefined | undefined;
1075
+ blobVersionedHashes?: undefined | undefined;
1076
+ gasPrice?: bigint | undefined;
1077
+ sidecars?: undefined | undefined;
1078
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1079
+ accessList?: viem.AccessList | undefined;
1080
+ authorizationList?: undefined | undefined;
1081
+ blobs?: undefined | undefined;
1082
+ blobVersionedHashes?: undefined | undefined;
1083
+ gasPrice?: undefined | undefined;
1084
+ maxFeePerBlobGas?: undefined | undefined;
1085
+ maxFeePerGas?: bigint | undefined;
1086
+ maxPriorityFeePerGas?: bigint | undefined;
1087
+ sidecars?: undefined | undefined;
1088
+ } & (viem.OneOf<{
1089
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1090
+ } | {
1091
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1092
+ }, viem.FeeValuesEIP1559> & {
1093
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1094
+ }) ? "eip1559" : never) | (request extends {
1095
+ accessList?: viem.AccessList | undefined;
1096
+ authorizationList?: undefined | undefined;
1097
+ blobs?: undefined | undefined;
1098
+ blobVersionedHashes?: undefined | undefined;
1099
+ gasPrice?: bigint | undefined;
1100
+ sidecars?: undefined | undefined;
1101
+ maxFeePerBlobGas?: undefined | undefined;
1102
+ maxFeePerGas?: undefined | undefined;
1103
+ maxPriorityFeePerGas?: undefined | undefined;
1104
+ } & {
1105
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1106
+ } ? "eip2930" : never) | (request extends ({
1107
+ accessList?: viem.AccessList | undefined;
1108
+ authorizationList?: undefined | undefined;
1109
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1110
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1111
+ maxFeePerBlobGas?: bigint | undefined;
1112
+ maxFeePerGas?: bigint | undefined;
1113
+ maxPriorityFeePerGas?: bigint | undefined;
1114
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1115
+ } | {
1116
+ accessList?: viem.AccessList | undefined;
1117
+ authorizationList?: undefined | undefined;
1118
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1119
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1120
+ maxFeePerBlobGas?: bigint | undefined;
1121
+ maxFeePerGas?: bigint | undefined;
1122
+ maxPriorityFeePerGas?: bigint | undefined;
1123
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1124
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1125
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1126
+ } | {
1127
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1128
+ } | {
1129
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1130
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1131
+ accessList?: viem.AccessList | undefined;
1132
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1133
+ blobs?: undefined | undefined;
1134
+ blobVersionedHashes?: undefined | undefined;
1135
+ gasPrice?: undefined | undefined;
1136
+ maxFeePerBlobGas?: undefined | undefined;
1137
+ maxFeePerGas?: bigint | undefined;
1138
+ maxPriorityFeePerGas?: bigint | undefined;
1139
+ sidecars?: undefined | undefined;
1140
+ } | {
1141
+ accessList?: viem.AccessList | undefined;
1142
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1143
+ blobs?: undefined | undefined;
1144
+ blobVersionedHashes?: undefined | undefined;
1145
+ gasPrice?: undefined | undefined;
1146
+ maxFeePerBlobGas?: undefined | undefined;
1147
+ maxFeePerGas?: bigint | undefined;
1148
+ maxPriorityFeePerGas?: bigint | undefined;
1149
+ sidecars?: undefined | undefined;
1150
+ }) & {
1151
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1152
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
1153
+ accessList?: undefined | undefined;
1154
+ authorizationList?: undefined | undefined;
1155
+ blobs?: undefined | undefined;
1156
+ blobVersionedHashes?: undefined | undefined;
1157
+ gasPrice?: bigint | undefined;
1158
+ sidecars?: undefined | undefined;
1159
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1160
+ accessList?: viem.AccessList | undefined;
1161
+ authorizationList?: undefined | undefined;
1162
+ blobs?: undefined | undefined;
1163
+ blobVersionedHashes?: undefined | undefined;
1164
+ gasPrice?: undefined | undefined;
1165
+ maxFeePerBlobGas?: undefined | undefined;
1166
+ maxFeePerGas?: bigint | undefined;
1167
+ maxPriorityFeePerGas?: bigint | undefined;
1168
+ sidecars?: undefined | undefined;
1169
+ } & (viem.OneOf<{
1170
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1171
+ } | {
1172
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1173
+ }, viem.FeeValuesEIP1559> & {
1174
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1175
+ }) ? "eip1559" : never) | (request extends {
1176
+ accessList?: viem.AccessList | undefined;
1177
+ authorizationList?: undefined | undefined;
1178
+ blobs?: undefined | undefined;
1179
+ blobVersionedHashes?: undefined | undefined;
1180
+ gasPrice?: bigint | undefined;
1181
+ sidecars?: undefined | undefined;
1182
+ maxFeePerBlobGas?: undefined | undefined;
1183
+ maxFeePerGas?: undefined | undefined;
1184
+ maxPriorityFeePerGas?: undefined | undefined;
1185
+ } & {
1186
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1187
+ } ? "eip2930" : never) | (request extends ({
1188
+ accessList?: viem.AccessList | undefined;
1189
+ authorizationList?: undefined | undefined;
1190
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1191
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1192
+ maxFeePerBlobGas?: bigint | undefined;
1193
+ maxFeePerGas?: bigint | undefined;
1194
+ maxPriorityFeePerGas?: bigint | undefined;
1195
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1196
+ } | {
1197
+ accessList?: viem.AccessList | undefined;
1198
+ authorizationList?: undefined | undefined;
1199
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1200
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1201
+ maxFeePerBlobGas?: bigint | undefined;
1202
+ maxFeePerGas?: bigint | undefined;
1203
+ maxPriorityFeePerGas?: bigint | undefined;
1204
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1205
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1206
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1207
+ } | {
1208
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1209
+ } | {
1210
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1211
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1212
+ accessList?: viem.AccessList | undefined;
1213
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1214
+ blobs?: undefined | undefined;
1215
+ blobVersionedHashes?: undefined | undefined;
1216
+ gasPrice?: undefined | undefined;
1217
+ maxFeePerBlobGas?: undefined | undefined;
1218
+ maxFeePerGas?: bigint | undefined;
1219
+ maxPriorityFeePerGas?: bigint | undefined;
1220
+ sidecars?: undefined | undefined;
1221
+ } | {
1222
+ accessList?: viem.AccessList | undefined;
1223
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1224
+ blobs?: undefined | undefined;
1225
+ blobVersionedHashes?: undefined | undefined;
1226
+ gasPrice?: undefined | undefined;
1227
+ maxFeePerBlobGas?: undefined | undefined;
1228
+ maxFeePerGas?: bigint | undefined;
1229
+ maxPriorityFeePerGas?: bigint | undefined;
1230
+ sidecars?: undefined | undefined;
1231
+ }) & {
1232
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1233
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_7 ? T_7 extends (request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_8 ? T_8 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_8 extends object ? request extends viem.ExactPartial<T_8> ? T_8 extends {
1234
+ type?: infer type | undefined;
1235
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_9 ? T_9 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_9 extends object ? request extends viem.ExactPartial<T_9> ? T_9 extends {
1236
+ type?: infer type | undefined;
1237
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_10 ? T_10 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_10 extends object ? request extends viem.ExactPartial<T_10> ? T_10 extends {
1238
+ type?: infer type | undefined;
1239
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_11 ? T_11 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_11 extends object ? request extends viem.ExactPartial<T_11> ? T_11 extends {
1240
+ type?: infer type | undefined;
1241
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1242
+ accessList?: undefined | undefined;
1243
+ authorizationList?: undefined | undefined;
1244
+ blobs?: undefined | undefined;
1245
+ blobVersionedHashes?: undefined | undefined;
1246
+ gasPrice?: bigint | undefined;
1247
+ sidecars?: undefined | undefined;
1248
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1249
+ accessList?: viem.AccessList | undefined;
1250
+ authorizationList?: undefined | undefined;
1251
+ blobs?: undefined | undefined;
1252
+ blobVersionedHashes?: undefined | undefined;
1253
+ gasPrice?: undefined | undefined;
1254
+ maxFeePerBlobGas?: undefined | undefined;
1255
+ maxFeePerGas?: bigint | undefined;
1256
+ maxPriorityFeePerGas?: bigint | undefined;
1257
+ sidecars?: undefined | undefined;
1258
+ } & (viem.OneOf<{
1259
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1260
+ } | {
1261
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1262
+ }, viem.FeeValuesEIP1559> & {
1263
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1264
+ }) ? "eip1559" : never) | (request extends {
1265
+ accessList?: viem.AccessList | undefined;
1266
+ authorizationList?: undefined | undefined;
1267
+ blobs?: undefined | undefined;
1268
+ blobVersionedHashes?: undefined | undefined;
1269
+ gasPrice?: bigint | undefined;
1270
+ sidecars?: undefined | undefined;
1271
+ maxFeePerBlobGas?: undefined | undefined;
1272
+ maxFeePerGas?: undefined | undefined;
1273
+ maxPriorityFeePerGas?: undefined | undefined;
1274
+ } & {
1275
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1276
+ } ? "eip2930" : never) | (request extends ({
1277
+ accessList?: viem.AccessList | undefined;
1278
+ authorizationList?: undefined | undefined;
1279
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1280
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1281
+ maxFeePerBlobGas?: bigint | undefined;
1282
+ maxFeePerGas?: bigint | undefined;
1283
+ maxPriorityFeePerGas?: bigint | undefined;
1284
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1285
+ } | {
1286
+ accessList?: viem.AccessList | undefined;
1287
+ authorizationList?: undefined | undefined;
1288
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1289
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1290
+ maxFeePerBlobGas?: bigint | undefined;
1291
+ maxFeePerGas?: bigint | undefined;
1292
+ maxPriorityFeePerGas?: bigint | undefined;
1293
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1294
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1295
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1296
+ } | {
1297
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1298
+ } | {
1299
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1300
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1301
+ accessList?: viem.AccessList | undefined;
1302
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1303
+ blobs?: undefined | undefined;
1304
+ blobVersionedHashes?: undefined | undefined;
1305
+ gasPrice?: undefined | undefined;
1306
+ maxFeePerBlobGas?: undefined | undefined;
1307
+ maxFeePerGas?: bigint | undefined;
1308
+ maxPriorityFeePerGas?: bigint | undefined;
1309
+ sidecars?: undefined | undefined;
1310
+ } | {
1311
+ accessList?: viem.AccessList | undefined;
1312
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1313
+ blobs?: undefined | undefined;
1314
+ blobVersionedHashes?: undefined | undefined;
1315
+ gasPrice?: undefined | undefined;
1316
+ maxFeePerBlobGas?: undefined | undefined;
1317
+ maxFeePerGas?: bigint | undefined;
1318
+ maxPriorityFeePerGas?: bigint | undefined;
1319
+ sidecars?: undefined | undefined;
1320
+ }) & {
1321
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1322
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
1323
+ accessList?: undefined | undefined;
1324
+ authorizationList?: undefined | undefined;
1325
+ blobs?: undefined | undefined;
1326
+ blobVersionedHashes?: undefined | undefined;
1327
+ gasPrice?: bigint | undefined;
1328
+ sidecars?: undefined | undefined;
1329
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1330
+ accessList?: viem.AccessList | undefined;
1331
+ authorizationList?: undefined | undefined;
1332
+ blobs?: undefined | undefined;
1333
+ blobVersionedHashes?: undefined | undefined;
1334
+ gasPrice?: undefined | undefined;
1335
+ maxFeePerBlobGas?: undefined | undefined;
1336
+ maxFeePerGas?: bigint | undefined;
1337
+ maxPriorityFeePerGas?: bigint | undefined;
1338
+ sidecars?: undefined | undefined;
1339
+ } & (viem.OneOf<{
1340
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1341
+ } | {
1342
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1343
+ }, viem.FeeValuesEIP1559> & {
1344
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1345
+ }) ? "eip1559" : never) | (request extends {
1346
+ accessList?: viem.AccessList | undefined;
1347
+ authorizationList?: undefined | undefined;
1348
+ blobs?: undefined | undefined;
1349
+ blobVersionedHashes?: undefined | undefined;
1350
+ gasPrice?: bigint | undefined;
1351
+ sidecars?: undefined | undefined;
1352
+ maxFeePerBlobGas?: undefined | undefined;
1353
+ maxFeePerGas?: undefined | undefined;
1354
+ maxPriorityFeePerGas?: undefined | undefined;
1355
+ } & {
1356
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1357
+ } ? "eip2930" : never) | (request extends ({
1358
+ accessList?: viem.AccessList | undefined;
1359
+ authorizationList?: undefined | undefined;
1360
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1361
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1362
+ maxFeePerBlobGas?: bigint | undefined;
1363
+ maxFeePerGas?: bigint | undefined;
1364
+ maxPriorityFeePerGas?: bigint | undefined;
1365
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1366
+ } | {
1367
+ accessList?: viem.AccessList | undefined;
1368
+ authorizationList?: undefined | undefined;
1369
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1370
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1371
+ maxFeePerBlobGas?: bigint | undefined;
1372
+ maxFeePerGas?: bigint | undefined;
1373
+ maxPriorityFeePerGas?: bigint | undefined;
1374
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1375
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1376
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1377
+ } | {
1378
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1379
+ } | {
1380
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1381
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1382
+ accessList?: viem.AccessList | undefined;
1383
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1384
+ blobs?: undefined | undefined;
1385
+ blobVersionedHashes?: undefined | undefined;
1386
+ gasPrice?: undefined | undefined;
1387
+ maxFeePerBlobGas?: undefined | undefined;
1388
+ maxFeePerGas?: bigint | undefined;
1389
+ maxPriorityFeePerGas?: bigint | undefined;
1390
+ sidecars?: undefined | undefined;
1391
+ } | {
1392
+ accessList?: viem.AccessList | undefined;
1393
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1394
+ blobs?: undefined | undefined;
1395
+ blobVersionedHashes?: undefined | undefined;
1396
+ gasPrice?: undefined | undefined;
1397
+ maxFeePerBlobGas?: undefined | undefined;
1398
+ maxFeePerGas?: bigint | undefined;
1399
+ maxPriorityFeePerGas?: bigint | undefined;
1400
+ sidecars?: undefined | undefined;
1401
+ }) & {
1402
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1403
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_7 extends string ? T_7 : undefined : never : never) | undefined;
1404
+ }, viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from">, ((request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_12 ? T_12 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_12 extends object ? request extends viem.ExactPartial<T_12> ? T_12 extends {
1405
+ type?: infer type | undefined;
1406
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_13 ? T_13 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_13 extends object ? request extends viem.ExactPartial<T_13> ? T_13 extends {
1407
+ type?: infer type | undefined;
1408
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_14 ? T_14 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_14 extends object ? request extends viem.ExactPartial<T_14> ? T_14 extends {
1409
+ type?: infer type | undefined;
1410
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_15 ? T_15 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_15 extends object ? request extends viem.ExactPartial<T_15> ? T_15 extends {
1411
+ type?: infer type | undefined;
1412
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1413
+ accessList?: undefined | undefined;
1414
+ authorizationList?: undefined | undefined;
1415
+ blobs?: undefined | undefined;
1416
+ blobVersionedHashes?: undefined | undefined;
1417
+ gasPrice?: bigint | undefined;
1418
+ sidecars?: undefined | undefined;
1419
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1420
+ accessList?: viem.AccessList | undefined;
1421
+ authorizationList?: undefined | undefined;
1422
+ blobs?: undefined | undefined;
1423
+ blobVersionedHashes?: undefined | undefined;
1424
+ gasPrice?: undefined | undefined;
1425
+ maxFeePerBlobGas?: undefined | undefined;
1426
+ maxFeePerGas?: bigint | undefined;
1427
+ maxPriorityFeePerGas?: bigint | undefined;
1428
+ sidecars?: undefined | undefined;
1429
+ } & (viem.OneOf<{
1430
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1431
+ } | {
1432
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1433
+ }, viem.FeeValuesEIP1559> & {
1434
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1435
+ }) ? "eip1559" : never) | (request extends {
1436
+ accessList?: viem.AccessList | undefined;
1437
+ authorizationList?: undefined | undefined;
1438
+ blobs?: undefined | undefined;
1439
+ blobVersionedHashes?: undefined | undefined;
1440
+ gasPrice?: bigint | undefined;
1441
+ sidecars?: undefined | undefined;
1442
+ maxFeePerBlobGas?: undefined | undefined;
1443
+ maxFeePerGas?: undefined | undefined;
1444
+ maxPriorityFeePerGas?: undefined | undefined;
1445
+ } & {
1446
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1447
+ } ? "eip2930" : never) | (request extends ({
1448
+ accessList?: viem.AccessList | undefined;
1449
+ authorizationList?: undefined | undefined;
1450
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1451
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1452
+ maxFeePerBlobGas?: bigint | undefined;
1453
+ maxFeePerGas?: bigint | undefined;
1454
+ maxPriorityFeePerGas?: bigint | undefined;
1455
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1456
+ } | {
1457
+ accessList?: viem.AccessList | undefined;
1458
+ authorizationList?: undefined | undefined;
1459
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1460
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1461
+ maxFeePerBlobGas?: bigint | undefined;
1462
+ maxFeePerGas?: bigint | undefined;
1463
+ maxPriorityFeePerGas?: bigint | undefined;
1464
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1465
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1466
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1467
+ } | {
1468
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1469
+ } | {
1470
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1471
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1472
+ accessList?: viem.AccessList | undefined;
1473
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1474
+ blobs?: undefined | undefined;
1475
+ blobVersionedHashes?: undefined | undefined;
1476
+ gasPrice?: undefined | undefined;
1477
+ maxFeePerBlobGas?: undefined | undefined;
1478
+ maxFeePerGas?: bigint | undefined;
1479
+ maxPriorityFeePerGas?: bigint | undefined;
1480
+ sidecars?: undefined | undefined;
1481
+ } | {
1482
+ accessList?: viem.AccessList | undefined;
1483
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1484
+ blobs?: undefined | undefined;
1485
+ blobVersionedHashes?: undefined | undefined;
1486
+ gasPrice?: undefined | undefined;
1487
+ maxFeePerBlobGas?: undefined | undefined;
1488
+ maxFeePerGas?: bigint | undefined;
1489
+ maxPriorityFeePerGas?: bigint | undefined;
1490
+ sidecars?: undefined | undefined;
1491
+ }) & {
1492
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1493
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
1494
+ accessList?: undefined | undefined;
1495
+ authorizationList?: undefined | undefined;
1496
+ blobs?: undefined | undefined;
1497
+ blobVersionedHashes?: undefined | undefined;
1498
+ gasPrice?: bigint | undefined;
1499
+ sidecars?: undefined | undefined;
1500
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1501
+ accessList?: viem.AccessList | undefined;
1502
+ authorizationList?: undefined | undefined;
1503
+ blobs?: undefined | undefined;
1504
+ blobVersionedHashes?: undefined | undefined;
1505
+ gasPrice?: undefined | undefined;
1506
+ maxFeePerBlobGas?: undefined | undefined;
1507
+ maxFeePerGas?: bigint | undefined;
1508
+ maxPriorityFeePerGas?: bigint | undefined;
1509
+ sidecars?: undefined | undefined;
1510
+ } & (viem.OneOf<{
1511
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1512
+ } | {
1513
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1514
+ }, viem.FeeValuesEIP1559> & {
1515
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1516
+ }) ? "eip1559" : never) | (request extends {
1517
+ accessList?: viem.AccessList | undefined;
1518
+ authorizationList?: undefined | undefined;
1519
+ blobs?: undefined | undefined;
1520
+ blobVersionedHashes?: undefined | undefined;
1521
+ gasPrice?: bigint | undefined;
1522
+ sidecars?: undefined | undefined;
1523
+ maxFeePerBlobGas?: undefined | undefined;
1524
+ maxFeePerGas?: undefined | undefined;
1525
+ maxPriorityFeePerGas?: undefined | undefined;
1526
+ } & {
1527
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1528
+ } ? "eip2930" : never) | (request extends ({
1529
+ accessList?: viem.AccessList | undefined;
1530
+ authorizationList?: undefined | undefined;
1531
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1532
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1533
+ maxFeePerBlobGas?: bigint | undefined;
1534
+ maxFeePerGas?: bigint | undefined;
1535
+ maxPriorityFeePerGas?: bigint | undefined;
1536
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1537
+ } | {
1538
+ accessList?: viem.AccessList | undefined;
1539
+ authorizationList?: undefined | undefined;
1540
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1541
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1542
+ maxFeePerBlobGas?: bigint | undefined;
1543
+ maxFeePerGas?: bigint | undefined;
1544
+ maxPriorityFeePerGas?: bigint | undefined;
1545
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1546
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1547
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1548
+ } | {
1549
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1550
+ } | {
1551
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1552
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1553
+ accessList?: viem.AccessList | undefined;
1554
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1555
+ blobs?: undefined | undefined;
1556
+ blobVersionedHashes?: undefined | undefined;
1557
+ gasPrice?: undefined | undefined;
1558
+ maxFeePerBlobGas?: undefined | undefined;
1559
+ maxFeePerGas?: bigint | undefined;
1560
+ maxPriorityFeePerGas?: bigint | undefined;
1561
+ sidecars?: undefined | undefined;
1562
+ } | {
1563
+ accessList?: viem.AccessList | undefined;
1564
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1565
+ blobs?: undefined | undefined;
1566
+ blobVersionedHashes?: undefined | undefined;
1567
+ gasPrice?: undefined | undefined;
1568
+ maxFeePerBlobGas?: undefined | undefined;
1569
+ maxFeePerGas?: bigint | undefined;
1570
+ maxPriorityFeePerGas?: bigint | undefined;
1571
+ sidecars?: undefined | undefined;
1572
+ }) & {
1573
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1574
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_16 ? T_16 extends (request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_17 ? T_17 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_17 extends object ? request extends viem.ExactPartial<T_17> ? T_17 extends {
1575
+ type?: infer type | undefined;
1576
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_18 ? T_18 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_18 extends object ? request extends viem.ExactPartial<T_18> ? T_18 extends {
1577
+ type?: infer type | undefined;
1578
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_19 ? T_19 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_19 extends object ? request extends viem.ExactPartial<T_19> ? T_19 extends {
1579
+ type?: infer type | undefined;
1580
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_20 ? T_20 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_20 extends object ? request extends viem.ExactPartial<T_20> ? T_20 extends {
1581
+ type?: infer type | undefined;
1582
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1583
+ accessList?: undefined | undefined;
1584
+ authorizationList?: undefined | undefined;
1585
+ blobs?: undefined | undefined;
1586
+ blobVersionedHashes?: undefined | undefined;
1587
+ gasPrice?: bigint | undefined;
1588
+ sidecars?: undefined | undefined;
1589
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1590
+ accessList?: viem.AccessList | undefined;
1591
+ authorizationList?: undefined | undefined;
1592
+ blobs?: undefined | undefined;
1593
+ blobVersionedHashes?: undefined | undefined;
1594
+ gasPrice?: undefined | undefined;
1595
+ maxFeePerBlobGas?: undefined | undefined;
1596
+ maxFeePerGas?: bigint | undefined;
1597
+ maxPriorityFeePerGas?: bigint | undefined;
1598
+ sidecars?: undefined | undefined;
1599
+ } & (viem.OneOf<{
1600
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1601
+ } | {
1602
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1603
+ }, viem.FeeValuesEIP1559> & {
1604
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1605
+ }) ? "eip1559" : never) | (request extends {
1606
+ accessList?: viem.AccessList | undefined;
1607
+ authorizationList?: undefined | undefined;
1608
+ blobs?: undefined | undefined;
1609
+ blobVersionedHashes?: undefined | undefined;
1610
+ gasPrice?: bigint | undefined;
1611
+ sidecars?: undefined | undefined;
1612
+ maxFeePerBlobGas?: undefined | undefined;
1613
+ maxFeePerGas?: undefined | undefined;
1614
+ maxPriorityFeePerGas?: undefined | undefined;
1615
+ } & {
1616
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1617
+ } ? "eip2930" : never) | (request extends ({
1618
+ accessList?: viem.AccessList | undefined;
1619
+ authorizationList?: undefined | undefined;
1620
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1621
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1622
+ maxFeePerBlobGas?: bigint | undefined;
1623
+ maxFeePerGas?: bigint | undefined;
1624
+ maxPriorityFeePerGas?: bigint | undefined;
1625
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1626
+ } | {
1627
+ accessList?: viem.AccessList | undefined;
1628
+ authorizationList?: undefined | undefined;
1629
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1630
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1631
+ maxFeePerBlobGas?: bigint | undefined;
1632
+ maxFeePerGas?: bigint | undefined;
1633
+ maxPriorityFeePerGas?: bigint | undefined;
1634
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1635
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1636
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1637
+ } | {
1638
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1639
+ } | {
1640
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1641
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1642
+ accessList?: viem.AccessList | undefined;
1643
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1644
+ blobs?: undefined | undefined;
1645
+ blobVersionedHashes?: undefined | undefined;
1646
+ gasPrice?: undefined | undefined;
1647
+ maxFeePerBlobGas?: undefined | undefined;
1648
+ maxFeePerGas?: bigint | undefined;
1649
+ maxPriorityFeePerGas?: bigint | undefined;
1650
+ sidecars?: undefined | undefined;
1651
+ } | {
1652
+ accessList?: viem.AccessList | undefined;
1653
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1654
+ blobs?: undefined | undefined;
1655
+ blobVersionedHashes?: undefined | undefined;
1656
+ gasPrice?: undefined | undefined;
1657
+ maxFeePerBlobGas?: undefined | undefined;
1658
+ maxFeePerGas?: bigint | undefined;
1659
+ maxPriorityFeePerGas?: bigint | undefined;
1660
+ sidecars?: undefined | undefined;
1661
+ }) & {
1662
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1663
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
1664
+ accessList?: undefined | undefined;
1665
+ authorizationList?: undefined | undefined;
1666
+ blobs?: undefined | undefined;
1667
+ blobVersionedHashes?: undefined | undefined;
1668
+ gasPrice?: bigint | undefined;
1669
+ sidecars?: undefined | undefined;
1670
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1671
+ accessList?: viem.AccessList | undefined;
1672
+ authorizationList?: undefined | undefined;
1673
+ blobs?: undefined | undefined;
1674
+ blobVersionedHashes?: undefined | undefined;
1675
+ gasPrice?: undefined | undefined;
1676
+ maxFeePerBlobGas?: undefined | undefined;
1677
+ maxFeePerGas?: bigint | undefined;
1678
+ maxPriorityFeePerGas?: bigint | undefined;
1679
+ sidecars?: undefined | undefined;
1680
+ } & (viem.OneOf<{
1681
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1682
+ } | {
1683
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1684
+ }, viem.FeeValuesEIP1559> & {
1685
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1686
+ }) ? "eip1559" : never) | (request extends {
1687
+ accessList?: viem.AccessList | undefined;
1688
+ authorizationList?: undefined | undefined;
1689
+ blobs?: undefined | undefined;
1690
+ blobVersionedHashes?: undefined | undefined;
1691
+ gasPrice?: bigint | undefined;
1692
+ sidecars?: undefined | undefined;
1693
+ maxFeePerBlobGas?: undefined | undefined;
1694
+ maxFeePerGas?: undefined | undefined;
1695
+ maxPriorityFeePerGas?: undefined | undefined;
1696
+ } & {
1697
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1698
+ } ? "eip2930" : never) | (request extends ({
1699
+ accessList?: viem.AccessList | undefined;
1700
+ authorizationList?: undefined | undefined;
1701
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1702
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1703
+ maxFeePerBlobGas?: bigint | undefined;
1704
+ maxFeePerGas?: bigint | undefined;
1705
+ maxPriorityFeePerGas?: bigint | undefined;
1706
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1707
+ } | {
1708
+ accessList?: viem.AccessList | undefined;
1709
+ authorizationList?: undefined | undefined;
1710
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1711
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1712
+ maxFeePerBlobGas?: bigint | undefined;
1713
+ maxFeePerGas?: bigint | undefined;
1714
+ maxPriorityFeePerGas?: bigint | undefined;
1715
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1716
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1717
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1718
+ } | {
1719
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1720
+ } | {
1721
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1722
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1723
+ accessList?: viem.AccessList | undefined;
1724
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1725
+ blobs?: undefined | undefined;
1726
+ blobVersionedHashes?: undefined | undefined;
1727
+ gasPrice?: undefined | undefined;
1728
+ maxFeePerBlobGas?: undefined | undefined;
1729
+ maxFeePerGas?: bigint | undefined;
1730
+ maxPriorityFeePerGas?: bigint | undefined;
1731
+ sidecars?: undefined | undefined;
1732
+ } | {
1733
+ accessList?: viem.AccessList | undefined;
1734
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1735
+ blobs?: undefined | undefined;
1736
+ blobVersionedHashes?: undefined | undefined;
1737
+ gasPrice?: undefined | undefined;
1738
+ maxFeePerBlobGas?: undefined | undefined;
1739
+ maxFeePerGas?: bigint | undefined;
1740
+ maxPriorityFeePerGas?: bigint | undefined;
1741
+ sidecars?: undefined | undefined;
1742
+ }) & {
1743
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1744
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_16 extends string ? T_16 : undefined : never : never) | undefined>> extends true ? unknown : viem.ExactPartial<viem.ExtractFormattedTransactionRequest<viem.DeriveChain<Chain | undefined, chainOverride>, {
1745
+ type?: ((request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_21 ? T_21 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_21 extends object ? request extends viem.ExactPartial<T_21> ? T_21 extends {
1746
+ type?: infer type | undefined;
1747
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_22 ? T_22 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_22 extends object ? request extends viem.ExactPartial<T_22> ? T_22 extends {
1748
+ type?: infer type | undefined;
1749
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_23 ? T_23 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_23 extends object ? request extends viem.ExactPartial<T_23> ? T_23 extends {
1750
+ type?: infer type | undefined;
1751
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_24 ? T_24 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_24 extends object ? request extends viem.ExactPartial<T_24> ? T_24 extends {
1752
+ type?: infer type | undefined;
1753
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1754
+ accessList?: undefined | undefined;
1755
+ authorizationList?: undefined | undefined;
1756
+ blobs?: undefined | undefined;
1757
+ blobVersionedHashes?: undefined | undefined;
1758
+ gasPrice?: bigint | undefined;
1759
+ sidecars?: undefined | undefined;
1760
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1761
+ accessList?: viem.AccessList | undefined;
1762
+ authorizationList?: undefined | undefined;
1763
+ blobs?: undefined | undefined;
1764
+ blobVersionedHashes?: undefined | undefined;
1765
+ gasPrice?: undefined | undefined;
1766
+ maxFeePerBlobGas?: undefined | undefined;
1767
+ maxFeePerGas?: bigint | undefined;
1768
+ maxPriorityFeePerGas?: bigint | undefined;
1769
+ sidecars?: undefined | undefined;
1770
+ } & (viem.OneOf<{
1771
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1772
+ } | {
1773
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1774
+ }, viem.FeeValuesEIP1559> & {
1775
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1776
+ }) ? "eip1559" : never) | (request extends {
1777
+ accessList?: viem.AccessList | undefined;
1778
+ authorizationList?: undefined | undefined;
1779
+ blobs?: undefined | undefined;
1780
+ blobVersionedHashes?: undefined | undefined;
1781
+ gasPrice?: bigint | undefined;
1782
+ sidecars?: undefined | undefined;
1783
+ maxFeePerBlobGas?: undefined | undefined;
1784
+ maxFeePerGas?: undefined | undefined;
1785
+ maxPriorityFeePerGas?: undefined | undefined;
1786
+ } & {
1787
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1788
+ } ? "eip2930" : never) | (request extends ({
1789
+ accessList?: viem.AccessList | undefined;
1790
+ authorizationList?: undefined | undefined;
1791
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1792
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1793
+ maxFeePerBlobGas?: bigint | undefined;
1794
+ maxFeePerGas?: bigint | undefined;
1795
+ maxPriorityFeePerGas?: bigint | undefined;
1796
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1797
+ } | {
1798
+ accessList?: viem.AccessList | undefined;
1799
+ authorizationList?: undefined | undefined;
1800
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1801
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1802
+ maxFeePerBlobGas?: bigint | undefined;
1803
+ maxFeePerGas?: bigint | undefined;
1804
+ maxPriorityFeePerGas?: bigint | undefined;
1805
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1806
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1807
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1808
+ } | {
1809
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1810
+ } | {
1811
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1812
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1813
+ accessList?: viem.AccessList | undefined;
1814
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1815
+ blobs?: undefined | undefined;
1816
+ blobVersionedHashes?: undefined | undefined;
1817
+ gasPrice?: undefined | undefined;
1818
+ maxFeePerBlobGas?: undefined | undefined;
1819
+ maxFeePerGas?: bigint | undefined;
1820
+ maxPriorityFeePerGas?: bigint | undefined;
1821
+ sidecars?: undefined | undefined;
1822
+ } | {
1823
+ accessList?: viem.AccessList | undefined;
1824
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1825
+ blobs?: undefined | undefined;
1826
+ blobVersionedHashes?: undefined | undefined;
1827
+ gasPrice?: undefined | undefined;
1828
+ maxFeePerBlobGas?: undefined | undefined;
1829
+ maxFeePerGas?: bigint | undefined;
1830
+ maxPriorityFeePerGas?: bigint | undefined;
1831
+ sidecars?: undefined | undefined;
1832
+ }) & {
1833
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1834
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
1835
+ accessList?: undefined | undefined;
1836
+ authorizationList?: undefined | undefined;
1837
+ blobs?: undefined | undefined;
1838
+ blobVersionedHashes?: undefined | undefined;
1839
+ gasPrice?: bigint | undefined;
1840
+ sidecars?: undefined | undefined;
1841
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1842
+ accessList?: viem.AccessList | undefined;
1843
+ authorizationList?: undefined | undefined;
1844
+ blobs?: undefined | undefined;
1845
+ blobVersionedHashes?: undefined | undefined;
1846
+ gasPrice?: undefined | undefined;
1847
+ maxFeePerBlobGas?: undefined | undefined;
1848
+ maxFeePerGas?: bigint | undefined;
1849
+ maxPriorityFeePerGas?: bigint | undefined;
1850
+ sidecars?: undefined | undefined;
1851
+ } & (viem.OneOf<{
1852
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1853
+ } | {
1854
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1855
+ }, viem.FeeValuesEIP1559> & {
1856
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1857
+ }) ? "eip1559" : never) | (request extends {
1858
+ accessList?: viem.AccessList | undefined;
1859
+ authorizationList?: undefined | undefined;
1860
+ blobs?: undefined | undefined;
1861
+ blobVersionedHashes?: undefined | undefined;
1862
+ gasPrice?: bigint | undefined;
1863
+ sidecars?: undefined | undefined;
1864
+ maxFeePerBlobGas?: undefined | undefined;
1865
+ maxFeePerGas?: undefined | undefined;
1866
+ maxPriorityFeePerGas?: undefined | undefined;
1867
+ } & {
1868
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1869
+ } ? "eip2930" : never) | (request extends ({
1870
+ accessList?: viem.AccessList | undefined;
1871
+ authorizationList?: undefined | undefined;
1872
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1873
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1874
+ maxFeePerBlobGas?: bigint | undefined;
1875
+ maxFeePerGas?: bigint | undefined;
1876
+ maxPriorityFeePerGas?: bigint | undefined;
1877
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1878
+ } | {
1879
+ accessList?: viem.AccessList | undefined;
1880
+ authorizationList?: undefined | undefined;
1881
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1882
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1883
+ maxFeePerBlobGas?: bigint | undefined;
1884
+ maxFeePerGas?: bigint | undefined;
1885
+ maxPriorityFeePerGas?: bigint | undefined;
1886
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1887
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1888
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1889
+ } | {
1890
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1891
+ } | {
1892
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1893
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1894
+ accessList?: viem.AccessList | undefined;
1895
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1896
+ blobs?: undefined | undefined;
1897
+ blobVersionedHashes?: undefined | undefined;
1898
+ gasPrice?: undefined | undefined;
1899
+ maxFeePerBlobGas?: undefined | undefined;
1900
+ maxFeePerGas?: bigint | undefined;
1901
+ maxPriorityFeePerGas?: bigint | undefined;
1902
+ sidecars?: undefined | undefined;
1903
+ } | {
1904
+ accessList?: viem.AccessList | undefined;
1905
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1906
+ blobs?: undefined | undefined;
1907
+ blobVersionedHashes?: undefined | undefined;
1908
+ gasPrice?: undefined | undefined;
1909
+ maxFeePerBlobGas?: undefined | undefined;
1910
+ maxFeePerGas?: bigint | undefined;
1911
+ maxPriorityFeePerGas?: bigint | undefined;
1912
+ sidecars?: undefined | undefined;
1913
+ }) & {
1914
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
1915
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_25 ? T_25 extends (request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_26 ? T_26 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_26 extends object ? request extends viem.ExactPartial<T_26> ? T_26 extends {
1916
+ type?: infer type | undefined;
1917
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_27 ? T_27 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_27 extends object ? request extends viem.ExactPartial<T_27> ? T_27 extends {
1918
+ type?: infer type | undefined;
1919
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_28 ? T_28 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_28 extends object ? request extends viem.ExactPartial<T_28> ? T_28 extends {
1920
+ type?: infer type | undefined;
1921
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_29 ? T_29 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_29 extends object ? request extends viem.ExactPartial<T_29> ? T_29 extends {
1922
+ type?: infer type | undefined;
1923
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
1924
+ accessList?: undefined | undefined;
1925
+ authorizationList?: undefined | undefined;
1926
+ blobs?: undefined | undefined;
1927
+ blobVersionedHashes?: undefined | undefined;
1928
+ gasPrice?: bigint | undefined;
1929
+ sidecars?: undefined | undefined;
1930
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
1931
+ accessList?: viem.AccessList | undefined;
1932
+ authorizationList?: undefined | undefined;
1933
+ blobs?: undefined | undefined;
1934
+ blobVersionedHashes?: undefined | undefined;
1935
+ gasPrice?: undefined | undefined;
1936
+ maxFeePerBlobGas?: undefined | undefined;
1937
+ maxFeePerGas?: bigint | undefined;
1938
+ maxPriorityFeePerGas?: bigint | undefined;
1939
+ sidecars?: undefined | undefined;
1940
+ } & (viem.OneOf<{
1941
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
1942
+ } | {
1943
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
1944
+ }, viem.FeeValuesEIP1559> & {
1945
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
1946
+ }) ? "eip1559" : never) | (request extends {
1947
+ accessList?: viem.AccessList | undefined;
1948
+ authorizationList?: undefined | undefined;
1949
+ blobs?: undefined | undefined;
1950
+ blobVersionedHashes?: undefined | undefined;
1951
+ gasPrice?: bigint | undefined;
1952
+ sidecars?: undefined | undefined;
1953
+ maxFeePerBlobGas?: undefined | undefined;
1954
+ maxFeePerGas?: undefined | undefined;
1955
+ maxPriorityFeePerGas?: undefined | undefined;
1956
+ } & {
1957
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
1958
+ } ? "eip2930" : never) | (request extends ({
1959
+ accessList?: viem.AccessList | undefined;
1960
+ authorizationList?: undefined | undefined;
1961
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1962
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1963
+ maxFeePerBlobGas?: bigint | undefined;
1964
+ maxFeePerGas?: bigint | undefined;
1965
+ maxPriorityFeePerGas?: bigint | undefined;
1966
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1967
+ } | {
1968
+ accessList?: viem.AccessList | undefined;
1969
+ authorizationList?: undefined | undefined;
1970
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
1971
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1972
+ maxFeePerBlobGas?: bigint | undefined;
1973
+ maxFeePerGas?: bigint | undefined;
1974
+ maxPriorityFeePerGas?: bigint | undefined;
1975
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
1976
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
1977
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
1978
+ } | {
1979
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
1980
+ } | {
1981
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
1982
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1983
+ accessList?: viem.AccessList | undefined;
1984
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1985
+ blobs?: undefined | undefined;
1986
+ blobVersionedHashes?: undefined | undefined;
1987
+ gasPrice?: undefined | undefined;
1988
+ maxFeePerBlobGas?: undefined | undefined;
1989
+ maxFeePerGas?: bigint | undefined;
1990
+ maxPriorityFeePerGas?: bigint | undefined;
1991
+ sidecars?: undefined | undefined;
1992
+ } | {
1993
+ accessList?: viem.AccessList | undefined;
1994
+ authorizationList?: viem.SignedAuthorizationList | undefined;
1995
+ blobs?: undefined | undefined;
1996
+ blobVersionedHashes?: undefined | undefined;
1997
+ gasPrice?: undefined | undefined;
1998
+ maxFeePerBlobGas?: undefined | undefined;
1999
+ maxFeePerGas?: bigint | undefined;
2000
+ maxPriorityFeePerGas?: bigint | undefined;
2001
+ sidecars?: undefined | undefined;
2002
+ }) & {
2003
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2004
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
2005
+ accessList?: undefined | undefined;
2006
+ authorizationList?: undefined | undefined;
2007
+ blobs?: undefined | undefined;
2008
+ blobVersionedHashes?: undefined | undefined;
2009
+ gasPrice?: bigint | undefined;
2010
+ sidecars?: undefined | undefined;
2011
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
2012
+ accessList?: viem.AccessList | undefined;
2013
+ authorizationList?: undefined | undefined;
2014
+ blobs?: undefined | undefined;
2015
+ blobVersionedHashes?: undefined | undefined;
2016
+ gasPrice?: undefined | undefined;
2017
+ maxFeePerBlobGas?: undefined | undefined;
2018
+ maxFeePerGas?: bigint | undefined;
2019
+ maxPriorityFeePerGas?: bigint | undefined;
2020
+ sidecars?: undefined | undefined;
2021
+ } & (viem.OneOf<{
2022
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
2023
+ } | {
2024
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
2025
+ }, viem.FeeValuesEIP1559> & {
2026
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
2027
+ }) ? "eip1559" : never) | (request extends {
2028
+ accessList?: viem.AccessList | undefined;
2029
+ authorizationList?: undefined | undefined;
2030
+ blobs?: undefined | undefined;
2031
+ blobVersionedHashes?: undefined | undefined;
2032
+ gasPrice?: bigint | undefined;
2033
+ sidecars?: undefined | undefined;
2034
+ maxFeePerBlobGas?: undefined | undefined;
2035
+ maxFeePerGas?: undefined | undefined;
2036
+ maxPriorityFeePerGas?: undefined | undefined;
2037
+ } & {
2038
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
2039
+ } ? "eip2930" : never) | (request extends ({
2040
+ accessList?: viem.AccessList | undefined;
2041
+ authorizationList?: undefined | undefined;
2042
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2043
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2044
+ maxFeePerBlobGas?: bigint | undefined;
2045
+ maxFeePerGas?: bigint | undefined;
2046
+ maxPriorityFeePerGas?: bigint | undefined;
2047
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2048
+ } | {
2049
+ accessList?: viem.AccessList | undefined;
2050
+ authorizationList?: undefined | undefined;
2051
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2052
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2053
+ maxFeePerBlobGas?: bigint | undefined;
2054
+ maxFeePerGas?: bigint | undefined;
2055
+ maxPriorityFeePerGas?: bigint | undefined;
2056
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2057
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
2058
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
2059
+ } | {
2060
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
2061
+ } | {
2062
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
2063
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2064
+ accessList?: viem.AccessList | undefined;
2065
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2066
+ blobs?: undefined | undefined;
2067
+ blobVersionedHashes?: undefined | undefined;
2068
+ gasPrice?: undefined | undefined;
2069
+ maxFeePerBlobGas?: undefined | undefined;
2070
+ maxFeePerGas?: bigint | undefined;
2071
+ maxPriorityFeePerGas?: bigint | undefined;
2072
+ sidecars?: undefined | undefined;
2073
+ } | {
2074
+ accessList?: viem.AccessList | undefined;
2075
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2076
+ blobs?: undefined | undefined;
2077
+ blobVersionedHashes?: undefined | undefined;
2078
+ gasPrice?: undefined | undefined;
2079
+ maxFeePerBlobGas?: undefined | undefined;
2080
+ maxFeePerGas?: bigint | undefined;
2081
+ maxPriorityFeePerGas?: bigint | undefined;
2082
+ sidecars?: undefined | undefined;
2083
+ }) & {
2084
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2085
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends string ? T_25 : undefined : never : never) | undefined;
2086
+ }, viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from">, ((request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_30 ? T_30 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_30 extends object ? request extends viem.ExactPartial<T_30> ? T_30 extends {
2087
+ type?: infer type | undefined;
2088
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_31 ? T_31 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_31 extends object ? request extends viem.ExactPartial<T_31> ? T_31 extends {
2089
+ type?: infer type | undefined;
2090
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_32 ? T_32 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_32 extends object ? request extends viem.ExactPartial<T_32> ? T_32 extends {
2091
+ type?: infer type | undefined;
2092
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_33 ? T_33 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_33 extends object ? request extends viem.ExactPartial<T_33> ? T_33 extends {
2093
+ type?: infer type | undefined;
2094
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
2095
+ accessList?: undefined | undefined;
2096
+ authorizationList?: undefined | undefined;
2097
+ blobs?: undefined | undefined;
2098
+ blobVersionedHashes?: undefined | undefined;
2099
+ gasPrice?: bigint | undefined;
2100
+ sidecars?: undefined | undefined;
2101
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
2102
+ accessList?: viem.AccessList | undefined;
2103
+ authorizationList?: undefined | undefined;
2104
+ blobs?: undefined | undefined;
2105
+ blobVersionedHashes?: undefined | undefined;
2106
+ gasPrice?: undefined | undefined;
2107
+ maxFeePerBlobGas?: undefined | undefined;
2108
+ maxFeePerGas?: bigint | undefined;
2109
+ maxPriorityFeePerGas?: bigint | undefined;
2110
+ sidecars?: undefined | undefined;
2111
+ } & (viem.OneOf<{
2112
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
2113
+ } | {
2114
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
2115
+ }, viem.FeeValuesEIP1559> & {
2116
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
2117
+ }) ? "eip1559" : never) | (request extends {
2118
+ accessList?: viem.AccessList | undefined;
2119
+ authorizationList?: undefined | undefined;
2120
+ blobs?: undefined | undefined;
2121
+ blobVersionedHashes?: undefined | undefined;
2122
+ gasPrice?: bigint | undefined;
2123
+ sidecars?: undefined | undefined;
2124
+ maxFeePerBlobGas?: undefined | undefined;
2125
+ maxFeePerGas?: undefined | undefined;
2126
+ maxPriorityFeePerGas?: undefined | undefined;
2127
+ } & {
2128
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
2129
+ } ? "eip2930" : never) | (request extends ({
2130
+ accessList?: viem.AccessList | undefined;
2131
+ authorizationList?: undefined | undefined;
2132
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2133
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2134
+ maxFeePerBlobGas?: bigint | undefined;
2135
+ maxFeePerGas?: bigint | undefined;
2136
+ maxPriorityFeePerGas?: bigint | undefined;
2137
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2138
+ } | {
2139
+ accessList?: viem.AccessList | undefined;
2140
+ authorizationList?: undefined | undefined;
2141
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2142
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2143
+ maxFeePerBlobGas?: bigint | undefined;
2144
+ maxFeePerGas?: bigint | undefined;
2145
+ maxPriorityFeePerGas?: bigint | undefined;
2146
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2147
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
2148
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
2149
+ } | {
2150
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
2151
+ } | {
2152
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
2153
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2154
+ accessList?: viem.AccessList | undefined;
2155
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2156
+ blobs?: undefined | undefined;
2157
+ blobVersionedHashes?: undefined | undefined;
2158
+ gasPrice?: undefined | undefined;
2159
+ maxFeePerBlobGas?: undefined | undefined;
2160
+ maxFeePerGas?: bigint | undefined;
2161
+ maxPriorityFeePerGas?: bigint | undefined;
2162
+ sidecars?: undefined | undefined;
2163
+ } | {
2164
+ accessList?: viem.AccessList | undefined;
2165
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2166
+ blobs?: undefined | undefined;
2167
+ blobVersionedHashes?: undefined | undefined;
2168
+ gasPrice?: undefined | undefined;
2169
+ maxFeePerBlobGas?: undefined | undefined;
2170
+ maxFeePerGas?: bigint | undefined;
2171
+ maxPriorityFeePerGas?: bigint | undefined;
2172
+ sidecars?: undefined | undefined;
2173
+ }) & {
2174
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2175
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
2176
+ accessList?: undefined | undefined;
2177
+ authorizationList?: undefined | undefined;
2178
+ blobs?: undefined | undefined;
2179
+ blobVersionedHashes?: undefined | undefined;
2180
+ gasPrice?: bigint | undefined;
2181
+ sidecars?: undefined | undefined;
2182
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
2183
+ accessList?: viem.AccessList | undefined;
2184
+ authorizationList?: undefined | undefined;
2185
+ blobs?: undefined | undefined;
2186
+ blobVersionedHashes?: undefined | undefined;
2187
+ gasPrice?: undefined | undefined;
2188
+ maxFeePerBlobGas?: undefined | undefined;
2189
+ maxFeePerGas?: bigint | undefined;
2190
+ maxPriorityFeePerGas?: bigint | undefined;
2191
+ sidecars?: undefined | undefined;
2192
+ } & (viem.OneOf<{
2193
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
2194
+ } | {
2195
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
2196
+ }, viem.FeeValuesEIP1559> & {
2197
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
2198
+ }) ? "eip1559" : never) | (request extends {
2199
+ accessList?: viem.AccessList | undefined;
2200
+ authorizationList?: undefined | undefined;
2201
+ blobs?: undefined | undefined;
2202
+ blobVersionedHashes?: undefined | undefined;
2203
+ gasPrice?: bigint | undefined;
2204
+ sidecars?: undefined | undefined;
2205
+ maxFeePerBlobGas?: undefined | undefined;
2206
+ maxFeePerGas?: undefined | undefined;
2207
+ maxPriorityFeePerGas?: undefined | undefined;
2208
+ } & {
2209
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
2210
+ } ? "eip2930" : never) | (request extends ({
2211
+ accessList?: viem.AccessList | undefined;
2212
+ authorizationList?: undefined | undefined;
2213
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2214
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2215
+ maxFeePerBlobGas?: bigint | undefined;
2216
+ maxFeePerGas?: bigint | undefined;
2217
+ maxPriorityFeePerGas?: bigint | undefined;
2218
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2219
+ } | {
2220
+ accessList?: viem.AccessList | undefined;
2221
+ authorizationList?: undefined | undefined;
2222
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2223
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2224
+ maxFeePerBlobGas?: bigint | undefined;
2225
+ maxFeePerGas?: bigint | undefined;
2226
+ maxPriorityFeePerGas?: bigint | undefined;
2227
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2228
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
2229
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
2230
+ } | {
2231
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
2232
+ } | {
2233
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
2234
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2235
+ accessList?: viem.AccessList | undefined;
2236
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2237
+ blobs?: undefined | undefined;
2238
+ blobVersionedHashes?: undefined | undefined;
2239
+ gasPrice?: undefined | undefined;
2240
+ maxFeePerBlobGas?: undefined | undefined;
2241
+ maxFeePerGas?: bigint | undefined;
2242
+ maxPriorityFeePerGas?: bigint | undefined;
2243
+ sidecars?: undefined | undefined;
2244
+ } | {
2245
+ accessList?: viem.AccessList | undefined;
2246
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2247
+ blobs?: undefined | undefined;
2248
+ blobVersionedHashes?: undefined | undefined;
2249
+ gasPrice?: undefined | undefined;
2250
+ maxFeePerBlobGas?: undefined | undefined;
2251
+ maxFeePerGas?: bigint | undefined;
2252
+ maxPriorityFeePerGas?: bigint | undefined;
2253
+ sidecars?: undefined | undefined;
2254
+ }) & {
2255
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2256
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_34 ? T_34 extends (request["type"] extends string ? request["type"] : viem.IsNever<viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_35 ? T_35 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_35 extends object ? request extends viem.ExactPartial<T_35> ? T_35 extends {
2257
+ type?: infer type | undefined;
2258
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_36 ? T_36 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_36 extends object ? request extends viem.ExactPartial<T_36> ? T_36 extends {
2259
+ type?: infer type | undefined;
2260
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never> extends false ? viem.IsNever<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_37 ? T_37 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_37 extends object ? request extends viem.ExactPartial<T_37> ? T_37 extends {
2261
+ type?: infer type | undefined;
2262
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>>> extends true ? Exclude<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> extends infer T_38 ? T_38 extends viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<Chain | undefined, chainOverride>, "transactionRequest", viem.TransactionRequest>, "from"> ? T_38 extends object ? request extends viem.ExactPartial<T_38> ? T_38 extends {
2263
+ type?: infer type | undefined;
2264
+ } ? Extract<type, string> : never : never : never : never : never, NonNullable<"legacy" | "eip2930" | "eip1559" | "eip4844" | "eip7702" | undefined>> : never : request["type"] extends string | undefined ? request["type"] : viem.GetTransactionType<request, (request extends {
2265
+ accessList?: undefined | undefined;
2266
+ authorizationList?: undefined | undefined;
2267
+ blobs?: undefined | undefined;
2268
+ blobVersionedHashes?: undefined | undefined;
2269
+ gasPrice?: bigint | undefined;
2270
+ sidecars?: undefined | undefined;
2271
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
2272
+ accessList?: viem.AccessList | undefined;
2273
+ authorizationList?: undefined | undefined;
2274
+ blobs?: undefined | undefined;
2275
+ blobVersionedHashes?: undefined | undefined;
2276
+ gasPrice?: undefined | undefined;
2277
+ maxFeePerBlobGas?: undefined | undefined;
2278
+ maxFeePerGas?: bigint | undefined;
2279
+ maxPriorityFeePerGas?: bigint | undefined;
2280
+ sidecars?: undefined | undefined;
2281
+ } & (viem.OneOf<{
2282
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
2283
+ } | {
2284
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
2285
+ }, viem.FeeValuesEIP1559> & {
2286
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
2287
+ }) ? "eip1559" : never) | (request extends {
2288
+ accessList?: viem.AccessList | undefined;
2289
+ authorizationList?: undefined | undefined;
2290
+ blobs?: undefined | undefined;
2291
+ blobVersionedHashes?: undefined | undefined;
2292
+ gasPrice?: bigint | undefined;
2293
+ sidecars?: undefined | undefined;
2294
+ maxFeePerBlobGas?: undefined | undefined;
2295
+ maxFeePerGas?: undefined | undefined;
2296
+ maxPriorityFeePerGas?: undefined | undefined;
2297
+ } & {
2298
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
2299
+ } ? "eip2930" : never) | (request extends ({
2300
+ accessList?: viem.AccessList | undefined;
2301
+ authorizationList?: undefined | undefined;
2302
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2303
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2304
+ maxFeePerBlobGas?: bigint | undefined;
2305
+ maxFeePerGas?: bigint | undefined;
2306
+ maxPriorityFeePerGas?: bigint | undefined;
2307
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2308
+ } | {
2309
+ accessList?: viem.AccessList | undefined;
2310
+ authorizationList?: undefined | undefined;
2311
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2312
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2313
+ maxFeePerBlobGas?: bigint | undefined;
2314
+ maxFeePerGas?: bigint | undefined;
2315
+ maxPriorityFeePerGas?: bigint | undefined;
2316
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2317
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
2318
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
2319
+ } | {
2320
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
2321
+ } | {
2322
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
2323
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2324
+ accessList?: viem.AccessList | undefined;
2325
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2326
+ blobs?: undefined | undefined;
2327
+ blobVersionedHashes?: undefined | undefined;
2328
+ gasPrice?: undefined | undefined;
2329
+ maxFeePerBlobGas?: undefined | undefined;
2330
+ maxFeePerGas?: bigint | undefined;
2331
+ maxPriorityFeePerGas?: bigint | undefined;
2332
+ sidecars?: undefined | undefined;
2333
+ } | {
2334
+ accessList?: viem.AccessList | undefined;
2335
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2336
+ blobs?: undefined | undefined;
2337
+ blobVersionedHashes?: undefined | undefined;
2338
+ gasPrice?: undefined | undefined;
2339
+ maxFeePerBlobGas?: undefined | undefined;
2340
+ maxFeePerGas?: bigint | undefined;
2341
+ maxPriorityFeePerGas?: bigint | undefined;
2342
+ sidecars?: undefined | undefined;
2343
+ }) & {
2344
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2345
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : viem.GetTransactionType<request, (request extends {
2346
+ accessList?: undefined | undefined;
2347
+ authorizationList?: undefined | undefined;
2348
+ blobs?: undefined | undefined;
2349
+ blobVersionedHashes?: undefined | undefined;
2350
+ gasPrice?: bigint | undefined;
2351
+ sidecars?: undefined | undefined;
2352
+ } & viem.FeeValuesLegacy ? "legacy" : never) | (request extends {
2353
+ accessList?: viem.AccessList | undefined;
2354
+ authorizationList?: undefined | undefined;
2355
+ blobs?: undefined | undefined;
2356
+ blobVersionedHashes?: undefined | undefined;
2357
+ gasPrice?: undefined | undefined;
2358
+ maxFeePerBlobGas?: undefined | undefined;
2359
+ maxFeePerGas?: bigint | undefined;
2360
+ maxPriorityFeePerGas?: bigint | undefined;
2361
+ sidecars?: undefined | undefined;
2362
+ } & (viem.OneOf<{
2363
+ maxFeePerGas: viem.FeeValuesEIP1559["maxFeePerGas"];
2364
+ } | {
2365
+ maxPriorityFeePerGas: viem.FeeValuesEIP1559["maxPriorityFeePerGas"];
2366
+ }, viem.FeeValuesEIP1559> & {
2367
+ accessList?: viem.TransactionSerializableEIP2930["accessList"] | undefined;
2368
+ }) ? "eip1559" : never) | (request extends {
2369
+ accessList?: viem.AccessList | undefined;
2370
+ authorizationList?: undefined | undefined;
2371
+ blobs?: undefined | undefined;
2372
+ blobVersionedHashes?: undefined | undefined;
2373
+ gasPrice?: bigint | undefined;
2374
+ sidecars?: undefined | undefined;
2375
+ maxFeePerBlobGas?: undefined | undefined;
2376
+ maxFeePerGas?: undefined | undefined;
2377
+ maxPriorityFeePerGas?: undefined | undefined;
2378
+ } & {
2379
+ accessList: viem.TransactionSerializableEIP2930["accessList"];
2380
+ } ? "eip2930" : never) | (request extends ({
2381
+ accessList?: viem.AccessList | undefined;
2382
+ authorizationList?: undefined | undefined;
2383
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2384
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2385
+ maxFeePerBlobGas?: bigint | undefined;
2386
+ maxFeePerGas?: bigint | undefined;
2387
+ maxPriorityFeePerGas?: bigint | undefined;
2388
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2389
+ } | {
2390
+ accessList?: viem.AccessList | undefined;
2391
+ authorizationList?: undefined | undefined;
2392
+ blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2393
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2394
+ maxFeePerBlobGas?: bigint | undefined;
2395
+ maxFeePerGas?: bigint | undefined;
2396
+ maxPriorityFeePerGas?: bigint | undefined;
2397
+ sidecars?: false | readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2398
+ }) & (viem.ExactPartial<viem.FeeValuesEIP4844> & viem.OneOf<{
2399
+ blobs: viem.TransactionSerializableEIP4844["blobs"];
2400
+ } | {
2401
+ blobVersionedHashes: viem.TransactionSerializableEIP4844["blobVersionedHashes"];
2402
+ } | {
2403
+ sidecars: viem.TransactionSerializableEIP4844["sidecars"];
2404
+ }, viem.TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2405
+ accessList?: viem.AccessList | undefined;
2406
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2407
+ blobs?: undefined | undefined;
2408
+ blobVersionedHashes?: undefined | undefined;
2409
+ gasPrice?: undefined | undefined;
2410
+ maxFeePerBlobGas?: undefined | undefined;
2411
+ maxFeePerGas?: bigint | undefined;
2412
+ maxPriorityFeePerGas?: bigint | undefined;
2413
+ sidecars?: undefined | undefined;
2414
+ } | {
2415
+ accessList?: viem.AccessList | undefined;
2416
+ authorizationList?: viem.SignedAuthorizationList | undefined;
2417
+ blobs?: undefined | undefined;
2418
+ blobVersionedHashes?: undefined | undefined;
2419
+ gasPrice?: undefined | undefined;
2420
+ maxFeePerBlobGas?: undefined | undefined;
2421
+ maxFeePerGas?: bigint | undefined;
2422
+ maxPriorityFeePerGas?: bigint | undefined;
2423
+ sidecars?: undefined | undefined;
2424
+ }) & {
2425
+ authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
2426
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_34 extends string ? T_34 : undefined : never : never) | undefined>>> & {
2427
+ chainId?: number | undefined;
2428
+ }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") extends infer T_39 ? T_39 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "fees" | "gas" | "nonce" | "blobVersionedHashes") ? T_39 extends "fees" ? "maxFeePerGas" | "gasPrice" | "maxPriorityFeePerGas" : T_39 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) & {
2429
+ _capabilities?: {
2430
+ [x: string]: any;
2431
+ } | undefined;
2432
+ } extends infer T ? { [K in keyof T]: T[K]; } : never>;
2433
+ readContract: <const abi extends viem.Abi | readonly unknown[], functionName extends viem.ContractFunctionName<abi, "pure" | "view">, const args extends viem.ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: viem.ReadContractParameters<abi, functionName, args>) => Promise<viem.ReadContractReturnType<abi, functionName, args>>;
2434
+ sendRawTransaction: (args: viem.SendRawTransactionParameters) => Promise<viem.SendRawTransactionReturnType>;
2435
+ sendRawTransactionSync: (args: viem.SendRawTransactionSyncParameters) => Promise<viem.TransactionReceipt>;
2436
+ simulate: <const calls extends readonly unknown[]>(args: viem.SimulateBlocksParameters<calls>) => Promise<viem.SimulateBlocksReturnType<calls>>;
2437
+ simulateBlocks: <const calls extends readonly unknown[]>(args: viem.SimulateBlocksParameters<calls>) => Promise<viem.SimulateBlocksReturnType<calls>>;
2438
+ simulateCalls: <const calls extends readonly unknown[]>(args: viem.SimulateCallsParameters<calls>) => Promise<viem.SimulateCallsReturnType<calls>>;
2439
+ simulateContract: <const abi extends viem.Abi | readonly unknown[], functionName extends viem.ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends viem.ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends Chain | undefined, accountOverride extends viem.Account | viem.Address | undefined = undefined>(args: viem.SimulateContractParameters<abi, functionName, args_1, Chain | undefined, chainOverride, accountOverride>) => Promise<viem.SimulateContractReturnType<abi, functionName, args_1, Chain | undefined, viem.Account | undefined, chainOverride, accountOverride>>;
2440
+ verifyHash: (args: viem.VerifyHashActionParameters) => Promise<viem.VerifyHashActionReturnType>;
2441
+ verifyMessage: (args: viem.VerifyMessageActionParameters) => Promise<viem.VerifyMessageActionReturnType>;
2442
+ verifySiweMessage: (args: node_modules_viem__types_actions_siwe_verifySiweMessage.VerifySiweMessageParameters) => Promise<node_modules_viem__types_actions_siwe_verifySiweMessage.VerifySiweMessageReturnType>;
2443
+ verifyTypedData: (args: viem.VerifyTypedDataActionParameters) => Promise<viem.VerifyTypedDataActionReturnType>;
2444
+ uninstallFilter: (args: viem.UninstallFilterParameters) => Promise<viem.UninstallFilterReturnType>;
2445
+ waitForTransactionReceipt: (args: viem.WaitForTransactionReceiptParameters<Chain | undefined>) => Promise<viem.TransactionReceipt>;
2446
+ watchBlockNumber: (args: viem.WatchBlockNumberParameters) => viem.WatchBlockNumberReturnType;
2447
+ watchBlocks: <includeTransactions extends boolean = false, blockTag extends viem.BlockTag = "latest">(args: viem.WatchBlocksParameters<viem.Transport, Chain | undefined, includeTransactions, blockTag>) => viem.WatchBlocksReturnType;
2448
+ watchContractEvent: <const abi extends viem.Abi | readonly unknown[], eventName extends viem.ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: viem.WatchContractEventParameters<abi, eventName, strict, viem.Transport>) => viem.WatchContractEventReturnType;
2449
+ watchEvent: <const abiEvent extends viem.AbiEvent | undefined = undefined, const abiEvents extends readonly viem.AbiEvent[] | readonly unknown[] | undefined = abiEvent extends viem.AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined>(args: viem.WatchEventParameters<abiEvent, abiEvents, strict, viem.Transport>) => viem.WatchEventReturnType;
2450
+ watchPendingTransactions: (args: viem.WatchPendingTransactionsParameters<viem.Transport>) => viem.WatchPendingTransactionsReturnType;
2451
+ transferOwnership: (args: node_modules__account_kit_smart_contracts_dist_types_src_light_account_actions_transferOwnership.TransferLightAccountOwnershipParams<WalletClientSigner, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>;
2452
+ extend: <const client extends {
2453
+ [x: string]: unknown;
2454
+ account?: undefined;
2455
+ batch?: undefined;
2456
+ cacheTime?: undefined;
2457
+ ccipRead?: undefined;
2458
+ chain?: undefined;
2459
+ dataSuffix?: undefined;
2460
+ experimental_blockTag?: undefined;
2461
+ key?: undefined;
2462
+ name?: undefined;
2463
+ pollingInterval?: undefined;
2464
+ request?: undefined;
2465
+ transport?: undefined;
2466
+ type?: undefined;
2467
+ uid?: undefined;
2468
+ } & viem.ExactPartial<Pick<viem.PublicActions<viem.CustomTransport, Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<viem.WalletActions<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>, "sendTransaction" | "writeContract">>>(fn: (client: viem.Client<viem.CustomTransport, Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>, [{
2469
+ Method: "eth_sendUserOperation";
2470
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address];
2471
+ ReturnType: viem.Hash;
2472
+ }, {
2473
+ Method: "eth_estimateUserOperationGas";
2474
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address, viem.RpcStateOverride?];
2475
+ ReturnType: _aa_sdk_core.UserOperationEstimateGasResponse;
2476
+ }, {
2477
+ Method: "eth_getUserOperationReceipt";
2478
+ Parameters: [viem.Hash, ("pending" | "latest")?];
2479
+ ReturnType: _aa_sdk_core.UserOperationReceipt | null;
2480
+ }, {
2481
+ Method: "eth_getUserOperationByHash";
2482
+ Parameters: [viem.Hash];
2483
+ ReturnType: _aa_sdk_core.UserOperationResponse | null;
2484
+ }, {
2485
+ Method: "eth_supportedEntryPoints";
2486
+ Parameters: [];
2487
+ ReturnType: viem.Address[];
2488
+ }, {
2489
+ Method: "web3_clientVersion";
2490
+ Parameters?: undefined;
2491
+ ReturnType: string;
2492
+ }, {
2493
+ Method: "web3_sha3";
2494
+ Parameters: [data: viem.Hash];
2495
+ ReturnType: string;
2496
+ }, {
2497
+ Method: "net_listening";
2498
+ Parameters?: undefined;
2499
+ ReturnType: boolean;
2500
+ }, {
2501
+ Method: "net_peerCount";
2502
+ Parameters?: undefined;
2503
+ ReturnType: viem.Quantity;
2504
+ }, {
2505
+ Method: "net_version";
2506
+ Parameters?: undefined;
2507
+ ReturnType: viem.Quantity;
2508
+ }, {
2509
+ Method: "eth_blobBaseFee";
2510
+ Parameters?: undefined;
2511
+ ReturnType: viem.Quantity;
2512
+ }, {
2513
+ Method: "eth_blockNumber";
2514
+ Parameters?: undefined;
2515
+ ReturnType: viem.Quantity;
2516
+ }, {
2517
+ Method: "eth_call";
2518
+ Parameters: readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride, blockOverrides: viem.RpcBlockOverrides];
2519
+ ReturnType: viem.Hex;
2520
+ }, {
2521
+ Method: "eth_createAccessList";
2522
+ Parameters: [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2523
+ ReturnType: {
2524
+ accessList: viem.AccessList;
2525
+ error?: string | undefined;
2526
+ gasUsed: viem.Quantity;
2527
+ };
2528
+ }, {
2529
+ Method: "eth_chainId";
2530
+ Parameters?: undefined;
2531
+ ReturnType: viem.Quantity;
2532
+ }, {
2533
+ Method: "eth_coinbase";
2534
+ Parameters?: undefined;
2535
+ ReturnType: viem.Address;
2536
+ }, {
2537
+ Method: "eth_estimateGas";
2538
+ Parameters: [transaction: viem.RpcTransactionRequest] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag, stateOverride: viem.RpcStateOverride];
2539
+ ReturnType: viem.Quantity;
2540
+ }, {
2541
+ Method: "eth_fillTransaction";
2542
+ Parameters: [transaction: viem.RpcTransactionRequest];
2543
+ ReturnType: {
2544
+ capabilities?: Record<string, unknown> | undefined;
2545
+ raw: viem.Hex;
2546
+ tx: viem.RpcTransaction;
2547
+ };
2548
+ }, {
2549
+ Method: "eth_feeHistory";
2550
+ Parameters: [blockCount: viem.Quantity, newestBlock: viem.RpcBlockNumber | viem.BlockTag, rewardPercentiles: number[] | undefined];
2551
+ ReturnType: viem.RpcFeeHistory;
2552
+ }, {
2553
+ Method: "eth_gasPrice";
2554
+ Parameters?: undefined;
2555
+ ReturnType: viem.Quantity;
2556
+ }, {
2557
+ Method: "eth_getBalance";
2558
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2559
+ ReturnType: viem.Quantity;
2560
+ }, {
2561
+ Method: "eth_getBlockByHash";
2562
+ Parameters: [hash: viem.Hash, includeTransactionObjects: boolean];
2563
+ ReturnType: viem.RpcBlock | null;
2564
+ }, {
2565
+ Method: "eth_getBlockByNumber";
2566
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, includeTransactionObjects: boolean];
2567
+ ReturnType: viem.RpcBlock | null;
2568
+ }, {
2569
+ Method: "eth_getBlockReceipts";
2570
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag | viem.Hash];
2571
+ ReturnType: viem.RpcTransactionReceipt[] | null;
2572
+ }, {
2573
+ Method: "eth_getBlockTransactionCountByHash";
2574
+ Parameters: [hash: viem.Hash];
2575
+ ReturnType: viem.Quantity;
2576
+ }, {
2577
+ Method: "eth_getBlockTransactionCountByNumber";
2578
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
2579
+ ReturnType: viem.Quantity;
2580
+ }, {
2581
+ Method: "eth_getCode";
2582
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2583
+ ReturnType: viem.Hex;
2584
+ }, {
2585
+ Method: "eth_getFilterChanges";
2586
+ Parameters: [filterId: viem.Quantity];
2587
+ ReturnType: viem.RpcLog[] | viem.Hex[];
2588
+ }, {
2589
+ Method: "eth_getFilterLogs";
2590
+ Parameters: [filterId: viem.Quantity];
2591
+ ReturnType: viem.RpcLog[];
2592
+ }, {
2593
+ Method: "eth_getLogs";
2594
+ Parameters: [{
2595
+ address?: viem.Address | viem.Address[] | undefined;
2596
+ topics?: viem.LogTopic[] | undefined;
2597
+ } & ({
2598
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
2599
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
2600
+ blockHash?: undefined;
2601
+ } | {
2602
+ fromBlock?: undefined;
2603
+ toBlock?: undefined;
2604
+ blockHash?: viem.Hash | undefined;
2605
+ })];
2606
+ ReturnType: viem.RpcLog[];
2607
+ }, {
2608
+ Method: "eth_getProof";
2609
+ Parameters: [address: viem.Address, storageKeys: viem.Hash[], block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2610
+ ReturnType: viem.RpcProof;
2611
+ }, {
2612
+ Method: "eth_getStorageAt";
2613
+ Parameters: [address: viem.Address, index: viem.Quantity, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2614
+ ReturnType: viem.Hex;
2615
+ }, {
2616
+ Method: "eth_getTransactionByBlockHashAndIndex";
2617
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
2618
+ ReturnType: viem.RpcTransaction | null;
2619
+ }, {
2620
+ Method: "eth_getTransactionByBlockNumberAndIndex";
2621
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
2622
+ ReturnType: viem.RpcTransaction | null;
2623
+ }, {
2624
+ Method: "eth_getTransactionByHash";
2625
+ Parameters: [hash: viem.Hash];
2626
+ ReturnType: viem.RpcTransaction | null;
2627
+ }, {
2628
+ Method: "eth_getTransactionBySenderAndNonce";
2629
+ Parameters: [sender: viem.Address, nonce: viem.Quantity];
2630
+ ReturnType: viem.RpcTransaction | null;
2631
+ }, {
2632
+ Method: "eth_getTransactionCount";
2633
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
2634
+ ReturnType: viem.Quantity;
2635
+ }, {
2636
+ Method: "eth_getTransactionReceipt";
2637
+ Parameters: [hash: viem.Hash];
2638
+ ReturnType: viem.RpcTransactionReceipt | null;
2639
+ }, {
2640
+ Method: "eth_getUncleByBlockHashAndIndex";
2641
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
2642
+ ReturnType: viem.RpcUncle | null;
2643
+ }, {
2644
+ Method: "eth_getUncleByBlockNumberAndIndex";
2645
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
2646
+ ReturnType: viem.RpcUncle | null;
2647
+ }, {
2648
+ Method: "eth_getUncleCountByBlockHash";
2649
+ Parameters: [hash: viem.Hash];
2650
+ ReturnType: viem.Quantity;
2651
+ }, {
2652
+ Method: "eth_getUncleCountByBlockNumber";
2653
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
2654
+ ReturnType: viem.Quantity;
2655
+ }, {
2656
+ Method: "eth_maxPriorityFeePerGas";
2657
+ Parameters?: undefined;
2658
+ ReturnType: viem.Quantity;
2659
+ }, {
2660
+ Method: "eth_newBlockFilter";
2661
+ Parameters?: undefined;
2662
+ ReturnType: viem.Quantity;
2663
+ }, {
2664
+ Method: "eth_newFilter";
2665
+ Parameters: [filter: {
2666
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
2667
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
2668
+ address?: viem.Address | viem.Address[] | undefined;
2669
+ topics?: viem.LogTopic[] | undefined;
2670
+ }];
2671
+ ReturnType: viem.Quantity;
2672
+ }, {
2673
+ Method: "eth_newPendingTransactionFilter";
2674
+ Parameters?: undefined;
2675
+ ReturnType: viem.Quantity;
2676
+ }, {
2677
+ Method: "eth_protocolVersion";
2678
+ Parameters?: undefined;
2679
+ ReturnType: string;
2680
+ }, {
2681
+ Method: "eth_sendRawTransaction";
2682
+ Parameters: [signedTransaction: viem.Hex];
2683
+ ReturnType: viem.Hash;
2684
+ }, {
2685
+ Method: "eth_sendRawTransactionSync";
2686
+ Parameters: [signedTransaction: viem.Hex] | [signedTransaction: viem.Hex, timeout: number];
2687
+ ReturnType: viem.RpcTransactionReceipt;
2688
+ }, {
2689
+ Method: "eth_simulateV1";
2690
+ Parameters: [{
2691
+ blockStateCalls: readonly {
2692
+ blockOverrides?: viem.RpcBlockOverrides | undefined;
2693
+ calls?: readonly viem.ExactPartial<viem.RpcTransactionRequest>[] | undefined;
2694
+ stateOverrides?: viem.RpcStateOverride | undefined;
2695
+ }[];
2696
+ returnFullTransactions?: boolean | undefined;
2697
+ traceTransfers?: boolean | undefined;
2698
+ validation?: boolean | undefined;
2699
+ }, viem.RpcBlockNumber | viem.BlockTag];
2700
+ ReturnType: readonly (viem.RpcBlock & {
2701
+ calls: readonly {
2702
+ error?: {
2703
+ data?: viem.Hex | undefined;
2704
+ code: number;
2705
+ message: string;
2706
+ } | undefined;
2707
+ logs?: readonly viem.RpcLog[] | undefined;
2708
+ gasUsed: viem.Hex;
2709
+ returnData: viem.Hex;
2710
+ status: viem.Hex;
2711
+ }[];
2712
+ })[];
2713
+ }, {
2714
+ Method: "eth_uninstallFilter";
2715
+ Parameters: [filterId: viem.Quantity];
2716
+ ReturnType: boolean;
2717
+ }], {
2718
+ buildUserOperation: (args: _aa_sdk_core.BuildUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2719
+ buildUserOperationFromTx: (args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2720
+ buildUserOperationFromTxs: (args: _aa_sdk_core.BuildTransactionParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2721
+ checkGasSponsorshipEligibility: <TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_aa_sdk_core.SmartContractAccount, TEntryPointVersion>>;
2722
+ signUserOperation: (args: _aa_sdk_core.SignUserOperationParameters<_aa_sdk_core.SmartContractAccount, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2723
+ dropAndReplaceUserOperation: (args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2724
+ sendTransaction: <TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>;
2725
+ sendTransactions: (args: _aa_sdk_core.SendTransactionsParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
2726
+ sendUserOperation: (args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2727
+ waitForUserOperationTransaction: (args: _aa_sdk_core.WaitForUserOperationTxParameters) => Promise<viem.Hex>;
2728
+ upgradeAccount: (args: _aa_sdk_core.UpgradeAccountParams<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
2729
+ signMessage: (args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>;
2730
+ signTypedData: <const TTypedData extends {
2731
+ [x: string]: readonly viem.TypedDataParameter[];
2732
+ [x: `string[${string}]`]: undefined;
2733
+ [x: `function[${string}]`]: undefined;
2734
+ [x: `address[${string}]`]: undefined;
2735
+ [x: `bytes[${string}]`]: undefined;
2736
+ [x: `uint256[${string}]`]: undefined;
2737
+ [x: `bool[${string}]`]: undefined;
2738
+ [x: `uint8[${string}]`]: undefined;
2739
+ [x: `bytes8[${string}]`]: undefined;
2740
+ [x: `bytes18[${string}]`]: undefined;
2741
+ [x: `bytes16[${string}]`]: undefined;
2742
+ [x: `bytes1[${string}]`]: undefined;
2743
+ [x: `bytes2[${string}]`]: undefined;
2744
+ [x: `bytes3[${string}]`]: undefined;
2745
+ [x: `bytes6[${string}]`]: undefined;
2746
+ [x: `bytes9[${string}]`]: undefined;
2747
+ [x: `bytes10[${string}]`]: undefined;
2748
+ [x: `bytes14[${string}]`]: undefined;
2749
+ [x: `bytes25[${string}]`]: undefined;
2750
+ [x: `bytes30[${string}]`]: undefined;
2751
+ [x: `bytes5[${string}]`]: undefined;
2752
+ [x: `bytes20[${string}]`]: undefined;
2753
+ [x: `bytes4[${string}]`]: undefined;
2754
+ [x: `bytes7[${string}]`]: undefined;
2755
+ [x: `bytes11[${string}]`]: undefined;
2756
+ [x: `bytes12[${string}]`]: undefined;
2757
+ [x: `bytes13[${string}]`]: undefined;
2758
+ [x: `bytes15[${string}]`]: undefined;
2759
+ [x: `bytes17[${string}]`]: undefined;
2760
+ [x: `bytes19[${string}]`]: undefined;
2761
+ [x: `bytes24[${string}]`]: undefined;
2762
+ [x: `bytes32[${string}]`]: undefined;
2763
+ [x: `bytes22[${string}]`]: undefined;
2764
+ [x: `bytes21[${string}]`]: undefined;
2765
+ [x: `bytes23[${string}]`]: undefined;
2766
+ [x: `bytes26[${string}]`]: undefined;
2767
+ [x: `bytes27[${string}]`]: undefined;
2768
+ [x: `bytes28[${string}]`]: undefined;
2769
+ [x: `bytes29[${string}]`]: undefined;
2770
+ [x: `bytes31[${string}]`]: undefined;
2771
+ [x: `int[${string}]`]: undefined;
2772
+ [x: `int8[${string}]`]: undefined;
2773
+ [x: `int16[${string}]`]: undefined;
2774
+ [x: `int40[${string}]`]: undefined;
2775
+ [x: `int56[${string}]`]: undefined;
2776
+ [x: `int88[${string}]`]: undefined;
2777
+ [x: `int232[${string}]`]: undefined;
2778
+ [x: `int120[${string}]`]: undefined;
2779
+ [x: `int200[${string}]`]: undefined;
2780
+ [x: `int48[${string}]`]: undefined;
2781
+ [x: `int24[${string}]`]: undefined;
2782
+ [x: `int32[${string}]`]: undefined;
2783
+ [x: `int64[${string}]`]: undefined;
2784
+ [x: `int72[${string}]`]: undefined;
2785
+ [x: `int80[${string}]`]: undefined;
2786
+ [x: `int96[${string}]`]: undefined;
2787
+ [x: `int104[${string}]`]: undefined;
2788
+ [x: `int112[${string}]`]: undefined;
2789
+ [x: `int128[${string}]`]: undefined;
2790
+ [x: `int136[${string}]`]: undefined;
2791
+ [x: `int144[${string}]`]: undefined;
2792
+ [x: `int152[${string}]`]: undefined;
2793
+ [x: `int160[${string}]`]: undefined;
2794
+ [x: `int168[${string}]`]: undefined;
2795
+ [x: `int176[${string}]`]: undefined;
2796
+ [x: `int184[${string}]`]: undefined;
2797
+ [x: `int192[${string}]`]: undefined;
2798
+ [x: `int208[${string}]`]: undefined;
2799
+ [x: `int216[${string}]`]: undefined;
2800
+ [x: `int224[${string}]`]: undefined;
2801
+ [x: `int240[${string}]`]: undefined;
2802
+ [x: `int248[${string}]`]: undefined;
2803
+ [x: `int256[${string}]`]: undefined;
2804
+ [x: `uint[${string}]`]: undefined;
2805
+ [x: `uint16[${string}]`]: undefined;
2806
+ [x: `uint40[${string}]`]: undefined;
2807
+ [x: `uint56[${string}]`]: undefined;
2808
+ [x: `uint88[${string}]`]: undefined;
2809
+ [x: `uint232[${string}]`]: undefined;
2810
+ [x: `uint120[${string}]`]: undefined;
2811
+ [x: `uint200[${string}]`]: undefined;
2812
+ [x: `uint48[${string}]`]: undefined;
2813
+ [x: `uint24[${string}]`]: undefined;
2814
+ [x: `uint32[${string}]`]: undefined;
2815
+ [x: `uint64[${string}]`]: undefined;
2816
+ [x: `uint72[${string}]`]: undefined;
2817
+ [x: `uint80[${string}]`]: undefined;
2818
+ [x: `uint96[${string}]`]: undefined;
2819
+ [x: `uint104[${string}]`]: undefined;
2820
+ [x: `uint112[${string}]`]: undefined;
2821
+ [x: `uint128[${string}]`]: undefined;
2822
+ [x: `uint136[${string}]`]: undefined;
2823
+ [x: `uint144[${string}]`]: undefined;
2824
+ [x: `uint152[${string}]`]: undefined;
2825
+ [x: `uint160[${string}]`]: undefined;
2826
+ [x: `uint168[${string}]`]: undefined;
2827
+ [x: `uint176[${string}]`]: undefined;
2828
+ [x: `uint184[${string}]`]: undefined;
2829
+ [x: `uint192[${string}]`]: undefined;
2830
+ [x: `uint208[${string}]`]: undefined;
2831
+ [x: `uint216[${string}]`]: undefined;
2832
+ [x: `uint224[${string}]`]: undefined;
2833
+ [x: `uint240[${string}]`]: undefined;
2834
+ [x: `uint248[${string}]`]: undefined;
2835
+ string?: undefined;
2836
+ address?: undefined;
2837
+ bytes?: undefined;
2838
+ uint256?: undefined;
2839
+ bool?: undefined;
2840
+ uint8?: undefined;
2841
+ bytes8?: undefined;
2842
+ bytes18?: undefined;
2843
+ bytes16?: undefined;
2844
+ bytes1?: undefined;
2845
+ bytes2?: undefined;
2846
+ bytes3?: undefined;
2847
+ bytes6?: undefined;
2848
+ bytes9?: undefined;
2849
+ bytes10?: undefined;
2850
+ bytes14?: undefined;
2851
+ bytes25?: undefined;
2852
+ bytes30?: undefined;
2853
+ bytes5?: undefined;
2854
+ bytes20?: undefined;
2855
+ bytes4?: undefined;
2856
+ bytes7?: undefined;
2857
+ bytes11?: undefined;
2858
+ bytes12?: undefined;
2859
+ bytes13?: undefined;
2860
+ bytes15?: undefined;
2861
+ bytes17?: undefined;
2862
+ bytes19?: undefined;
2863
+ bytes24?: undefined;
2864
+ bytes32?: undefined;
2865
+ bytes22?: undefined;
2866
+ bytes21?: undefined;
2867
+ bytes23?: undefined;
2868
+ bytes26?: undefined;
2869
+ bytes27?: undefined;
2870
+ bytes28?: undefined;
2871
+ bytes29?: undefined;
2872
+ bytes31?: undefined;
2873
+ int8?: undefined;
2874
+ int16?: undefined;
2875
+ int40?: undefined;
2876
+ int56?: undefined;
2877
+ int88?: undefined;
2878
+ int232?: undefined;
2879
+ int120?: undefined;
2880
+ int200?: undefined;
2881
+ int48?: undefined;
2882
+ int24?: undefined;
2883
+ int32?: undefined;
2884
+ int64?: undefined;
2885
+ int72?: undefined;
2886
+ int80?: undefined;
2887
+ int96?: undefined;
2888
+ int104?: undefined;
2889
+ int112?: undefined;
2890
+ int128?: undefined;
2891
+ int136?: undefined;
2892
+ int144?: undefined;
2893
+ int152?: undefined;
2894
+ int160?: undefined;
2895
+ int168?: undefined;
2896
+ int176?: undefined;
2897
+ int184?: undefined;
2898
+ int192?: undefined;
2899
+ int208?: undefined;
2900
+ int216?: undefined;
2901
+ int224?: undefined;
2902
+ int240?: undefined;
2903
+ int248?: undefined;
2904
+ int256?: undefined;
2905
+ uint16?: undefined;
2906
+ uint40?: undefined;
2907
+ uint56?: undefined;
2908
+ uint88?: undefined;
2909
+ uint232?: undefined;
2910
+ uint120?: undefined;
2911
+ uint200?: undefined;
2912
+ uint48?: undefined;
2913
+ uint24?: undefined;
2914
+ uint32?: undefined;
2915
+ uint64?: undefined;
2916
+ uint72?: undefined;
2917
+ uint80?: undefined;
2918
+ uint96?: undefined;
2919
+ uint104?: undefined;
2920
+ uint112?: undefined;
2921
+ uint128?: undefined;
2922
+ uint136?: undefined;
2923
+ uint144?: undefined;
2924
+ uint152?: undefined;
2925
+ uint160?: undefined;
2926
+ uint168?: undefined;
2927
+ uint176?: undefined;
2928
+ uint184?: undefined;
2929
+ uint192?: undefined;
2930
+ uint208?: undefined;
2931
+ uint216?: undefined;
2932
+ uint224?: undefined;
2933
+ uint240?: undefined;
2934
+ uint248?: undefined;
2935
+ } | {
2936
+ [key: string]: unknown;
2937
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>;
2938
+ } & {
2939
+ getAddress: () => viem.Address;
2940
+ } & _aa_sdk_core.BundlerActions & viem.PublicActions & _account_kit_smart_contracts.LightAccountClientActions<WalletClientSigner, _account_kit_smart_contracts.LightAccount<WalletClientSigner>> & {
2941
+ buildUserOperation: (args: _aa_sdk_core.BuildUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2942
+ buildUserOperationFromTx: (args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2943
+ buildUserOperationFromTxs: (args: _aa_sdk_core.BuildTransactionParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2944
+ checkGasSponsorshipEligibility: <TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TEntryPointVersion>>;
2945
+ signUserOperation: (args: _aa_sdk_core.SignUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2946
+ dropAndReplaceUserOperation: (args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2947
+ sendTransaction: <TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>;
2948
+ sendTransactions: (args: _aa_sdk_core.SendTransactionsParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
2949
+ sendUserOperation: (args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
2950
+ waitForUserOperationTransaction: (args: _aa_sdk_core.WaitForUserOperationTxParameters) => Promise<viem.Hex>;
2951
+ upgradeAccount: (args: _aa_sdk_core.UpgradeAccountParams<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
2952
+ signMessage: (args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>;
2953
+ signTypedData: <const TTypedData extends {
2954
+ [x: string]: readonly viem.TypedDataParameter[];
2955
+ [x: `string[${string}]`]: undefined;
2956
+ [x: `function[${string}]`]: undefined;
2957
+ [x: `address[${string}]`]: undefined;
2958
+ [x: `bytes[${string}]`]: undefined;
2959
+ [x: `uint256[${string}]`]: undefined;
2960
+ [x: `bool[${string}]`]: undefined;
2961
+ [x: `uint8[${string}]`]: undefined;
2962
+ [x: `bytes8[${string}]`]: undefined;
2963
+ [x: `bytes18[${string}]`]: undefined;
2964
+ [x: `bytes16[${string}]`]: undefined;
2965
+ [x: `bytes1[${string}]`]: undefined;
2966
+ [x: `bytes2[${string}]`]: undefined;
2967
+ [x: `bytes3[${string}]`]: undefined;
2968
+ [x: `bytes6[${string}]`]: undefined;
2969
+ [x: `bytes9[${string}]`]: undefined;
2970
+ [x: `bytes10[${string}]`]: undefined;
2971
+ [x: `bytes14[${string}]`]: undefined;
2972
+ [x: `bytes25[${string}]`]: undefined;
2973
+ [x: `bytes30[${string}]`]: undefined;
2974
+ [x: `bytes5[${string}]`]: undefined;
2975
+ [x: `bytes20[${string}]`]: undefined;
2976
+ [x: `bytes4[${string}]`]: undefined;
2977
+ [x: `bytes7[${string}]`]: undefined;
2978
+ [x: `bytes11[${string}]`]: undefined;
2979
+ [x: `bytes12[${string}]`]: undefined;
2980
+ [x: `bytes13[${string}]`]: undefined;
2981
+ [x: `bytes15[${string}]`]: undefined;
2982
+ [x: `bytes17[${string}]`]: undefined;
2983
+ [x: `bytes19[${string}]`]: undefined;
2984
+ [x: `bytes24[${string}]`]: undefined;
2985
+ [x: `bytes32[${string}]`]: undefined;
2986
+ [x: `bytes22[${string}]`]: undefined;
2987
+ [x: `bytes21[${string}]`]: undefined;
2988
+ [x: `bytes23[${string}]`]: undefined;
2989
+ [x: `bytes26[${string}]`]: undefined;
2990
+ [x: `bytes27[${string}]`]: undefined;
2991
+ [x: `bytes28[${string}]`]: undefined;
2992
+ [x: `bytes29[${string}]`]: undefined;
2993
+ [x: `bytes31[${string}]`]: undefined;
2994
+ [x: `int[${string}]`]: undefined;
2995
+ [x: `int8[${string}]`]: undefined;
2996
+ [x: `int16[${string}]`]: undefined;
2997
+ [x: `int40[${string}]`]: undefined;
2998
+ [x: `int56[${string}]`]: undefined;
2999
+ [x: `int88[${string}]`]: undefined;
3000
+ [x: `int232[${string}]`]: undefined;
3001
+ [x: `int120[${string}]`]: undefined;
3002
+ [x: `int200[${string}]`]: undefined;
3003
+ [x: `int48[${string}]`]: undefined;
3004
+ [x: `int24[${string}]`]: undefined;
3005
+ [x: `int32[${string}]`]: undefined;
3006
+ [x: `int64[${string}]`]: undefined;
3007
+ [x: `int72[${string}]`]: undefined;
3008
+ [x: `int80[${string}]`]: undefined;
3009
+ [x: `int96[${string}]`]: undefined;
3010
+ [x: `int104[${string}]`]: undefined;
3011
+ [x: `int112[${string}]`]: undefined;
3012
+ [x: `int128[${string}]`]: undefined;
3013
+ [x: `int136[${string}]`]: undefined;
3014
+ [x: `int144[${string}]`]: undefined;
3015
+ [x: `int152[${string}]`]: undefined;
3016
+ [x: `int160[${string}]`]: undefined;
3017
+ [x: `int168[${string}]`]: undefined;
3018
+ [x: `int176[${string}]`]: undefined;
3019
+ [x: `int184[${string}]`]: undefined;
3020
+ [x: `int192[${string}]`]: undefined;
3021
+ [x: `int208[${string}]`]: undefined;
3022
+ [x: `int216[${string}]`]: undefined;
3023
+ [x: `int224[${string}]`]: undefined;
3024
+ [x: `int240[${string}]`]: undefined;
3025
+ [x: `int248[${string}]`]: undefined;
3026
+ [x: `int256[${string}]`]: undefined;
3027
+ [x: `uint[${string}]`]: undefined;
3028
+ [x: `uint16[${string}]`]: undefined;
3029
+ [x: `uint40[${string}]`]: undefined;
3030
+ [x: `uint56[${string}]`]: undefined;
3031
+ [x: `uint88[${string}]`]: undefined;
3032
+ [x: `uint232[${string}]`]: undefined;
3033
+ [x: `uint120[${string}]`]: undefined;
3034
+ [x: `uint200[${string}]`]: undefined;
3035
+ [x: `uint48[${string}]`]: undefined;
3036
+ [x: `uint24[${string}]`]: undefined;
3037
+ [x: `uint32[${string}]`]: undefined;
3038
+ [x: `uint64[${string}]`]: undefined;
3039
+ [x: `uint72[${string}]`]: undefined;
3040
+ [x: `uint80[${string}]`]: undefined;
3041
+ [x: `uint96[${string}]`]: undefined;
3042
+ [x: `uint104[${string}]`]: undefined;
3043
+ [x: `uint112[${string}]`]: undefined;
3044
+ [x: `uint128[${string}]`]: undefined;
3045
+ [x: `uint136[${string}]`]: undefined;
3046
+ [x: `uint144[${string}]`]: undefined;
3047
+ [x: `uint152[${string}]`]: undefined;
3048
+ [x: `uint160[${string}]`]: undefined;
3049
+ [x: `uint168[${string}]`]: undefined;
3050
+ [x: `uint176[${string}]`]: undefined;
3051
+ [x: `uint184[${string}]`]: undefined;
3052
+ [x: `uint192[${string}]`]: undefined;
3053
+ [x: `uint208[${string}]`]: undefined;
3054
+ [x: `uint216[${string}]`]: undefined;
3055
+ [x: `uint224[${string}]`]: undefined;
3056
+ [x: `uint240[${string}]`]: undefined;
3057
+ [x: `uint248[${string}]`]: undefined;
3058
+ string?: undefined;
3059
+ address?: undefined;
3060
+ bytes?: undefined;
3061
+ uint256?: undefined;
3062
+ bool?: undefined;
3063
+ uint8?: undefined;
3064
+ bytes8?: undefined;
3065
+ bytes18?: undefined;
3066
+ bytes16?: undefined;
3067
+ bytes1?: undefined;
3068
+ bytes2?: undefined;
3069
+ bytes3?: undefined;
3070
+ bytes6?: undefined;
3071
+ bytes9?: undefined;
3072
+ bytes10?: undefined;
3073
+ bytes14?: undefined;
3074
+ bytes25?: undefined;
3075
+ bytes30?: undefined;
3076
+ bytes5?: undefined;
3077
+ bytes20?: undefined;
3078
+ bytes4?: undefined;
3079
+ bytes7?: undefined;
3080
+ bytes11?: undefined;
3081
+ bytes12?: undefined;
3082
+ bytes13?: undefined;
3083
+ bytes15?: undefined;
3084
+ bytes17?: undefined;
3085
+ bytes19?: undefined;
3086
+ bytes24?: undefined;
3087
+ bytes32?: undefined;
3088
+ bytes22?: undefined;
3089
+ bytes21?: undefined;
3090
+ bytes23?: undefined;
3091
+ bytes26?: undefined;
3092
+ bytes27?: undefined;
3093
+ bytes28?: undefined;
3094
+ bytes29?: undefined;
3095
+ bytes31?: undefined;
3096
+ int8?: undefined;
3097
+ int16?: undefined;
3098
+ int40?: undefined;
3099
+ int56?: undefined;
3100
+ int88?: undefined;
3101
+ int232?: undefined;
3102
+ int120?: undefined;
3103
+ int200?: undefined;
3104
+ int48?: undefined;
3105
+ int24?: undefined;
3106
+ int32?: undefined;
3107
+ int64?: undefined;
3108
+ int72?: undefined;
3109
+ int80?: undefined;
3110
+ int96?: undefined;
3111
+ int104?: undefined;
3112
+ int112?: undefined;
3113
+ int128?: undefined;
3114
+ int136?: undefined;
3115
+ int144?: undefined;
3116
+ int152?: undefined;
3117
+ int160?: undefined;
3118
+ int168?: undefined;
3119
+ int176?: undefined;
3120
+ int184?: undefined;
3121
+ int192?: undefined;
3122
+ int208?: undefined;
3123
+ int216?: undefined;
3124
+ int224?: undefined;
3125
+ int240?: undefined;
3126
+ int248?: undefined;
3127
+ int256?: undefined;
3128
+ uint16?: undefined;
3129
+ uint40?: undefined;
3130
+ uint56?: undefined;
3131
+ uint88?: undefined;
3132
+ uint232?: undefined;
3133
+ uint120?: undefined;
3134
+ uint200?: undefined;
3135
+ uint48?: undefined;
3136
+ uint24?: undefined;
3137
+ uint32?: undefined;
3138
+ uint64?: undefined;
3139
+ uint72?: undefined;
3140
+ uint80?: undefined;
3141
+ uint96?: undefined;
3142
+ uint104?: undefined;
3143
+ uint112?: undefined;
3144
+ uint128?: undefined;
3145
+ uint136?: undefined;
3146
+ uint144?: undefined;
3147
+ uint152?: undefined;
3148
+ uint160?: undefined;
3149
+ uint168?: undefined;
3150
+ uint176?: undefined;
3151
+ uint184?: undefined;
3152
+ uint192?: undefined;
3153
+ uint208?: undefined;
3154
+ uint216?: undefined;
3155
+ uint224?: undefined;
3156
+ uint240?: undefined;
3157
+ uint248?: undefined;
3158
+ } | {
3159
+ [key: string]: unknown;
3160
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>;
3161
+ }>) => client) => viem.Client<viem.CustomTransport, Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>, [{
3162
+ Method: "eth_sendUserOperation";
3163
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address];
3164
+ ReturnType: viem.Hash;
3165
+ }, {
3166
+ Method: "eth_estimateUserOperationGas";
3167
+ Parameters: [_aa_sdk_core.UserOperationRequest, viem.Address, viem.RpcStateOverride?];
3168
+ ReturnType: _aa_sdk_core.UserOperationEstimateGasResponse;
3169
+ }, {
3170
+ Method: "eth_getUserOperationReceipt";
3171
+ Parameters: [viem.Hash, ("pending" | "latest")?];
3172
+ ReturnType: _aa_sdk_core.UserOperationReceipt | null;
3173
+ }, {
3174
+ Method: "eth_getUserOperationByHash";
3175
+ Parameters: [viem.Hash];
3176
+ ReturnType: _aa_sdk_core.UserOperationResponse | null;
3177
+ }, {
3178
+ Method: "eth_supportedEntryPoints";
3179
+ Parameters: [];
3180
+ ReturnType: viem.Address[];
3181
+ }, {
3182
+ Method: "web3_clientVersion";
3183
+ Parameters?: undefined;
3184
+ ReturnType: string;
3185
+ }, {
3186
+ Method: "web3_sha3";
3187
+ Parameters: [data: viem.Hash];
3188
+ ReturnType: string;
3189
+ }, {
3190
+ Method: "net_listening";
3191
+ Parameters?: undefined;
3192
+ ReturnType: boolean;
3193
+ }, {
3194
+ Method: "net_peerCount";
3195
+ Parameters?: undefined;
3196
+ ReturnType: viem.Quantity;
3197
+ }, {
3198
+ Method: "net_version";
3199
+ Parameters?: undefined;
3200
+ ReturnType: viem.Quantity;
3201
+ }, {
3202
+ Method: "eth_blobBaseFee";
3203
+ Parameters?: undefined;
3204
+ ReturnType: viem.Quantity;
3205
+ }, {
3206
+ Method: "eth_blockNumber";
3207
+ Parameters?: undefined;
3208
+ ReturnType: viem.Quantity;
3209
+ }, {
3210
+ Method: "eth_call";
3211
+ Parameters: readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride] | readonly [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier, stateOverrideSet: viem.RpcStateOverride, blockOverrides: viem.RpcBlockOverrides];
3212
+ ReturnType: viem.Hex;
3213
+ }, {
3214
+ Method: "eth_createAccessList";
3215
+ Parameters: [transaction: viem.ExactPartial<viem.RpcTransactionRequest>] | [transaction: viem.ExactPartial<viem.RpcTransactionRequest>, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3216
+ ReturnType: {
3217
+ accessList: viem.AccessList;
3218
+ error?: string | undefined;
3219
+ gasUsed: viem.Quantity;
3220
+ };
3221
+ }, {
3222
+ Method: "eth_chainId";
3223
+ Parameters?: undefined;
3224
+ ReturnType: viem.Quantity;
3225
+ }, {
3226
+ Method: "eth_coinbase";
3227
+ Parameters?: undefined;
3228
+ ReturnType: viem.Address;
3229
+ }, {
3230
+ Method: "eth_estimateGas";
3231
+ Parameters: [transaction: viem.RpcTransactionRequest] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag] | [transaction: viem.RpcTransactionRequest, block: viem.RpcBlockNumber | viem.BlockTag, stateOverride: viem.RpcStateOverride];
3232
+ ReturnType: viem.Quantity;
3233
+ }, {
3234
+ Method: "eth_fillTransaction";
3235
+ Parameters: [transaction: viem.RpcTransactionRequest];
3236
+ ReturnType: {
3237
+ capabilities?: Record<string, unknown> | undefined;
3238
+ raw: viem.Hex;
3239
+ tx: viem.RpcTransaction;
3240
+ };
3241
+ }, {
3242
+ Method: "eth_feeHistory";
3243
+ Parameters: [blockCount: viem.Quantity, newestBlock: viem.RpcBlockNumber | viem.BlockTag, rewardPercentiles: number[] | undefined];
3244
+ ReturnType: viem.RpcFeeHistory;
3245
+ }, {
3246
+ Method: "eth_gasPrice";
3247
+ Parameters?: undefined;
3248
+ ReturnType: viem.Quantity;
3249
+ }, {
3250
+ Method: "eth_getBalance";
3251
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3252
+ ReturnType: viem.Quantity;
3253
+ }, {
3254
+ Method: "eth_getBlockByHash";
3255
+ Parameters: [hash: viem.Hash, includeTransactionObjects: boolean];
3256
+ ReturnType: viem.RpcBlock | null;
3257
+ }, {
3258
+ Method: "eth_getBlockByNumber";
3259
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, includeTransactionObjects: boolean];
3260
+ ReturnType: viem.RpcBlock | null;
3261
+ }, {
3262
+ Method: "eth_getBlockReceipts";
3263
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag | viem.Hash];
3264
+ ReturnType: viem.RpcTransactionReceipt[] | null;
3265
+ }, {
3266
+ Method: "eth_getBlockTransactionCountByHash";
3267
+ Parameters: [hash: viem.Hash];
3268
+ ReturnType: viem.Quantity;
3269
+ }, {
3270
+ Method: "eth_getBlockTransactionCountByNumber";
3271
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
3272
+ ReturnType: viem.Quantity;
3273
+ }, {
3274
+ Method: "eth_getCode";
3275
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3276
+ ReturnType: viem.Hex;
3277
+ }, {
3278
+ Method: "eth_getFilterChanges";
3279
+ Parameters: [filterId: viem.Quantity];
3280
+ ReturnType: viem.RpcLog[] | viem.Hex[];
3281
+ }, {
3282
+ Method: "eth_getFilterLogs";
3283
+ Parameters: [filterId: viem.Quantity];
3284
+ ReturnType: viem.RpcLog[];
3285
+ }, {
3286
+ Method: "eth_getLogs";
3287
+ Parameters: [{
3288
+ address?: viem.Address | viem.Address[] | undefined;
3289
+ topics?: viem.LogTopic[] | undefined;
3290
+ } & ({
3291
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
3292
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
3293
+ blockHash?: undefined;
3294
+ } | {
3295
+ fromBlock?: undefined;
3296
+ toBlock?: undefined;
3297
+ blockHash?: viem.Hash | undefined;
3298
+ })];
3299
+ ReturnType: viem.RpcLog[];
3300
+ }, {
3301
+ Method: "eth_getProof";
3302
+ Parameters: [address: viem.Address, storageKeys: viem.Hash[], block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3303
+ ReturnType: viem.RpcProof;
3304
+ }, {
3305
+ Method: "eth_getStorageAt";
3306
+ Parameters: [address: viem.Address, index: viem.Quantity, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3307
+ ReturnType: viem.Hex;
3308
+ }, {
3309
+ Method: "eth_getTransactionByBlockHashAndIndex";
3310
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
3311
+ ReturnType: viem.RpcTransaction | null;
3312
+ }, {
3313
+ Method: "eth_getTransactionByBlockNumberAndIndex";
3314
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
3315
+ ReturnType: viem.RpcTransaction | null;
3316
+ }, {
3317
+ Method: "eth_getTransactionByHash";
3318
+ Parameters: [hash: viem.Hash];
3319
+ ReturnType: viem.RpcTransaction | null;
3320
+ }, {
3321
+ Method: "eth_getTransactionBySenderAndNonce";
3322
+ Parameters: [sender: viem.Address, nonce: viem.Quantity];
3323
+ ReturnType: viem.RpcTransaction | null;
3324
+ }, {
3325
+ Method: "eth_getTransactionCount";
3326
+ Parameters: [address: viem.Address, block: viem.RpcBlockNumber | viem.BlockTag | viem.RpcBlockIdentifier];
3327
+ ReturnType: viem.Quantity;
3328
+ }, {
3329
+ Method: "eth_getTransactionReceipt";
3330
+ Parameters: [hash: viem.Hash];
3331
+ ReturnType: viem.RpcTransactionReceipt | null;
3332
+ }, {
3333
+ Method: "eth_getUncleByBlockHashAndIndex";
3334
+ Parameters: [hash: viem.Hash, index: viem.Quantity];
3335
+ ReturnType: viem.RpcUncle | null;
3336
+ }, {
3337
+ Method: "eth_getUncleByBlockNumberAndIndex";
3338
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag, index: viem.Quantity];
3339
+ ReturnType: viem.RpcUncle | null;
3340
+ }, {
3341
+ Method: "eth_getUncleCountByBlockHash";
3342
+ Parameters: [hash: viem.Hash];
3343
+ ReturnType: viem.Quantity;
3344
+ }, {
3345
+ Method: "eth_getUncleCountByBlockNumber";
3346
+ Parameters: [block: viem.RpcBlockNumber | viem.BlockTag];
3347
+ ReturnType: viem.Quantity;
3348
+ }, {
3349
+ Method: "eth_maxPriorityFeePerGas";
3350
+ Parameters?: undefined;
3351
+ ReturnType: viem.Quantity;
3352
+ }, {
3353
+ Method: "eth_newBlockFilter";
3354
+ Parameters?: undefined;
3355
+ ReturnType: viem.Quantity;
3356
+ }, {
3357
+ Method: "eth_newFilter";
3358
+ Parameters: [filter: {
3359
+ fromBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
3360
+ toBlock?: viem.RpcBlockNumber | viem.BlockTag | undefined;
3361
+ address?: viem.Address | viem.Address[] | undefined;
3362
+ topics?: viem.LogTopic[] | undefined;
3363
+ }];
3364
+ ReturnType: viem.Quantity;
3365
+ }, {
3366
+ Method: "eth_newPendingTransactionFilter";
3367
+ Parameters?: undefined;
3368
+ ReturnType: viem.Quantity;
3369
+ }, {
3370
+ Method: "eth_protocolVersion";
3371
+ Parameters?: undefined;
3372
+ ReturnType: string;
3373
+ }, {
3374
+ Method: "eth_sendRawTransaction";
3375
+ Parameters: [signedTransaction: viem.Hex];
3376
+ ReturnType: viem.Hash;
3377
+ }, {
3378
+ Method: "eth_sendRawTransactionSync";
3379
+ Parameters: [signedTransaction: viem.Hex] | [signedTransaction: viem.Hex, timeout: number];
3380
+ ReturnType: viem.RpcTransactionReceipt;
3381
+ }, {
3382
+ Method: "eth_simulateV1";
3383
+ Parameters: [{
3384
+ blockStateCalls: readonly {
3385
+ blockOverrides?: viem.RpcBlockOverrides | undefined;
3386
+ calls?: readonly viem.ExactPartial<viem.RpcTransactionRequest>[] | undefined;
3387
+ stateOverrides?: viem.RpcStateOverride | undefined;
3388
+ }[];
3389
+ returnFullTransactions?: boolean | undefined;
3390
+ traceTransfers?: boolean | undefined;
3391
+ validation?: boolean | undefined;
3392
+ }, viem.RpcBlockNumber | viem.BlockTag];
3393
+ ReturnType: readonly (viem.RpcBlock & {
3394
+ calls: readonly {
3395
+ error?: {
3396
+ data?: viem.Hex | undefined;
3397
+ code: number;
3398
+ message: string;
3399
+ } | undefined;
3400
+ logs?: readonly viem.RpcLog[] | undefined;
3401
+ gasUsed: viem.Hex;
3402
+ returnData: viem.Hex;
3403
+ status: viem.Hex;
3404
+ }[];
3405
+ })[];
3406
+ }, {
3407
+ Method: "eth_uninstallFilter";
3408
+ Parameters: [filterId: viem.Quantity];
3409
+ ReturnType: boolean;
3410
+ }], { [K in keyof client]: client[K]; } & {
3411
+ buildUserOperation: (args: _aa_sdk_core.BuildUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3412
+ buildUserOperationFromTx: (args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3413
+ buildUserOperationFromTxs: (args: _aa_sdk_core.BuildTransactionParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3414
+ checkGasSponsorshipEligibility: <TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_aa_sdk_core.SmartContractAccount, TEntryPointVersion>>;
3415
+ signUserOperation: (args: _aa_sdk_core.SignUserOperationParameters<_aa_sdk_core.SmartContractAccount, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3416
+ dropAndReplaceUserOperation: (args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3417
+ sendTransaction: <TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain, _aa_sdk_core.SmartContractAccount, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>;
3418
+ sendTransactions: (args: _aa_sdk_core.SendTransactionsParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
3419
+ sendUserOperation: (args: _aa_sdk_core.SendUserOperationParameters<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3420
+ waitForUserOperationTransaction: (args: _aa_sdk_core.WaitForUserOperationTxParameters) => Promise<viem.Hex>;
3421
+ upgradeAccount: (args: _aa_sdk_core.UpgradeAccountParams<_aa_sdk_core.SmartContractAccount, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
3422
+ signMessage: (args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>;
3423
+ signTypedData: <const TTypedData extends {
3424
+ [x: string]: readonly viem.TypedDataParameter[];
3425
+ [x: `string[${string}]`]: undefined;
3426
+ [x: `function[${string}]`]: undefined;
3427
+ [x: `address[${string}]`]: undefined;
3428
+ [x: `bytes[${string}]`]: undefined;
3429
+ [x: `uint256[${string}]`]: undefined;
3430
+ [x: `bool[${string}]`]: undefined;
3431
+ [x: `uint8[${string}]`]: undefined;
3432
+ [x: `bytes8[${string}]`]: undefined;
3433
+ [x: `bytes18[${string}]`]: undefined;
3434
+ [x: `bytes16[${string}]`]: undefined;
3435
+ [x: `bytes1[${string}]`]: undefined;
3436
+ [x: `bytes2[${string}]`]: undefined;
3437
+ [x: `bytes3[${string}]`]: undefined;
3438
+ [x: `bytes6[${string}]`]: undefined;
3439
+ [x: `bytes9[${string}]`]: undefined;
3440
+ [x: `bytes10[${string}]`]: undefined;
3441
+ [x: `bytes14[${string}]`]: undefined;
3442
+ [x: `bytes25[${string}]`]: undefined;
3443
+ [x: `bytes30[${string}]`]: undefined;
3444
+ [x: `bytes5[${string}]`]: undefined;
3445
+ [x: `bytes20[${string}]`]: undefined;
3446
+ [x: `bytes4[${string}]`]: undefined;
3447
+ [x: `bytes7[${string}]`]: undefined;
3448
+ [x: `bytes11[${string}]`]: undefined;
3449
+ [x: `bytes12[${string}]`]: undefined;
3450
+ [x: `bytes13[${string}]`]: undefined;
3451
+ [x: `bytes15[${string}]`]: undefined;
3452
+ [x: `bytes17[${string}]`]: undefined;
3453
+ [x: `bytes19[${string}]`]: undefined;
3454
+ [x: `bytes24[${string}]`]: undefined;
3455
+ [x: `bytes32[${string}]`]: undefined;
3456
+ [x: `bytes22[${string}]`]: undefined;
3457
+ [x: `bytes21[${string}]`]: undefined;
3458
+ [x: `bytes23[${string}]`]: undefined;
3459
+ [x: `bytes26[${string}]`]: undefined;
3460
+ [x: `bytes27[${string}]`]: undefined;
3461
+ [x: `bytes28[${string}]`]: undefined;
3462
+ [x: `bytes29[${string}]`]: undefined;
3463
+ [x: `bytes31[${string}]`]: undefined;
3464
+ [x: `int[${string}]`]: undefined;
3465
+ [x: `int8[${string}]`]: undefined;
3466
+ [x: `int16[${string}]`]: undefined;
3467
+ [x: `int40[${string}]`]: undefined;
3468
+ [x: `int56[${string}]`]: undefined;
3469
+ [x: `int88[${string}]`]: undefined;
3470
+ [x: `int232[${string}]`]: undefined;
3471
+ [x: `int120[${string}]`]: undefined;
3472
+ [x: `int200[${string}]`]: undefined;
3473
+ [x: `int48[${string}]`]: undefined;
3474
+ [x: `int24[${string}]`]: undefined;
3475
+ [x: `int32[${string}]`]: undefined;
3476
+ [x: `int64[${string}]`]: undefined;
3477
+ [x: `int72[${string}]`]: undefined;
3478
+ [x: `int80[${string}]`]: undefined;
3479
+ [x: `int96[${string}]`]: undefined;
3480
+ [x: `int104[${string}]`]: undefined;
3481
+ [x: `int112[${string}]`]: undefined;
3482
+ [x: `int128[${string}]`]: undefined;
3483
+ [x: `int136[${string}]`]: undefined;
3484
+ [x: `int144[${string}]`]: undefined;
3485
+ [x: `int152[${string}]`]: undefined;
3486
+ [x: `int160[${string}]`]: undefined;
3487
+ [x: `int168[${string}]`]: undefined;
3488
+ [x: `int176[${string}]`]: undefined;
3489
+ [x: `int184[${string}]`]: undefined;
3490
+ [x: `int192[${string}]`]: undefined;
3491
+ [x: `int208[${string}]`]: undefined;
3492
+ [x: `int216[${string}]`]: undefined;
3493
+ [x: `int224[${string}]`]: undefined;
3494
+ [x: `int240[${string}]`]: undefined;
3495
+ [x: `int248[${string}]`]: undefined;
3496
+ [x: `int256[${string}]`]: undefined;
3497
+ [x: `uint[${string}]`]: undefined;
3498
+ [x: `uint16[${string}]`]: undefined;
3499
+ [x: `uint40[${string}]`]: undefined;
3500
+ [x: `uint56[${string}]`]: undefined;
3501
+ [x: `uint88[${string}]`]: undefined;
3502
+ [x: `uint232[${string}]`]: undefined;
3503
+ [x: `uint120[${string}]`]: undefined;
3504
+ [x: `uint200[${string}]`]: undefined;
3505
+ [x: `uint48[${string}]`]: undefined;
3506
+ [x: `uint24[${string}]`]: undefined;
3507
+ [x: `uint32[${string}]`]: undefined;
3508
+ [x: `uint64[${string}]`]: undefined;
3509
+ [x: `uint72[${string}]`]: undefined;
3510
+ [x: `uint80[${string}]`]: undefined;
3511
+ [x: `uint96[${string}]`]: undefined;
3512
+ [x: `uint104[${string}]`]: undefined;
3513
+ [x: `uint112[${string}]`]: undefined;
3514
+ [x: `uint128[${string}]`]: undefined;
3515
+ [x: `uint136[${string}]`]: undefined;
3516
+ [x: `uint144[${string}]`]: undefined;
3517
+ [x: `uint152[${string}]`]: undefined;
3518
+ [x: `uint160[${string}]`]: undefined;
3519
+ [x: `uint168[${string}]`]: undefined;
3520
+ [x: `uint176[${string}]`]: undefined;
3521
+ [x: `uint184[${string}]`]: undefined;
3522
+ [x: `uint192[${string}]`]: undefined;
3523
+ [x: `uint208[${string}]`]: undefined;
3524
+ [x: `uint216[${string}]`]: undefined;
3525
+ [x: `uint224[${string}]`]: undefined;
3526
+ [x: `uint240[${string}]`]: undefined;
3527
+ [x: `uint248[${string}]`]: undefined;
3528
+ string?: undefined;
3529
+ address?: undefined;
3530
+ bytes?: undefined;
3531
+ uint256?: undefined;
3532
+ bool?: undefined;
3533
+ uint8?: undefined;
3534
+ bytes8?: undefined;
3535
+ bytes18?: undefined;
3536
+ bytes16?: undefined;
3537
+ bytes1?: undefined;
3538
+ bytes2?: undefined;
3539
+ bytes3?: undefined;
3540
+ bytes6?: undefined;
3541
+ bytes9?: undefined;
3542
+ bytes10?: undefined;
3543
+ bytes14?: undefined;
3544
+ bytes25?: undefined;
3545
+ bytes30?: undefined;
3546
+ bytes5?: undefined;
3547
+ bytes20?: undefined;
3548
+ bytes4?: undefined;
3549
+ bytes7?: undefined;
3550
+ bytes11?: undefined;
3551
+ bytes12?: undefined;
3552
+ bytes13?: undefined;
3553
+ bytes15?: undefined;
3554
+ bytes17?: undefined;
3555
+ bytes19?: undefined;
3556
+ bytes24?: undefined;
3557
+ bytes32?: undefined;
3558
+ bytes22?: undefined;
3559
+ bytes21?: undefined;
3560
+ bytes23?: undefined;
3561
+ bytes26?: undefined;
3562
+ bytes27?: undefined;
3563
+ bytes28?: undefined;
3564
+ bytes29?: undefined;
3565
+ bytes31?: undefined;
3566
+ int8?: undefined;
3567
+ int16?: undefined;
3568
+ int40?: undefined;
3569
+ int56?: undefined;
3570
+ int88?: undefined;
3571
+ int232?: undefined;
3572
+ int120?: undefined;
3573
+ int200?: undefined;
3574
+ int48?: undefined;
3575
+ int24?: undefined;
3576
+ int32?: undefined;
3577
+ int64?: undefined;
3578
+ int72?: undefined;
3579
+ int80?: undefined;
3580
+ int96?: undefined;
3581
+ int104?: undefined;
3582
+ int112?: undefined;
3583
+ int128?: undefined;
3584
+ int136?: undefined;
3585
+ int144?: undefined;
3586
+ int152?: undefined;
3587
+ int160?: undefined;
3588
+ int168?: undefined;
3589
+ int176?: undefined;
3590
+ int184?: undefined;
3591
+ int192?: undefined;
3592
+ int208?: undefined;
3593
+ int216?: undefined;
3594
+ int224?: undefined;
3595
+ int240?: undefined;
3596
+ int248?: undefined;
3597
+ int256?: undefined;
3598
+ uint16?: undefined;
3599
+ uint40?: undefined;
3600
+ uint56?: undefined;
3601
+ uint88?: undefined;
3602
+ uint232?: undefined;
3603
+ uint120?: undefined;
3604
+ uint200?: undefined;
3605
+ uint48?: undefined;
3606
+ uint24?: undefined;
3607
+ uint32?: undefined;
3608
+ uint64?: undefined;
3609
+ uint72?: undefined;
3610
+ uint80?: undefined;
3611
+ uint96?: undefined;
3612
+ uint104?: undefined;
3613
+ uint112?: undefined;
3614
+ uint128?: undefined;
3615
+ uint136?: undefined;
3616
+ uint144?: undefined;
3617
+ uint152?: undefined;
3618
+ uint160?: undefined;
3619
+ uint168?: undefined;
3620
+ uint176?: undefined;
3621
+ uint184?: undefined;
3622
+ uint192?: undefined;
3623
+ uint208?: undefined;
3624
+ uint216?: undefined;
3625
+ uint224?: undefined;
3626
+ uint240?: undefined;
3627
+ uint248?: undefined;
3628
+ } | {
3629
+ [key: string]: unknown;
3630
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _aa_sdk_core.SmartContractAccount>) => Promise<viem.Hex>;
3631
+ } & {
3632
+ getAddress: () => viem.Address;
3633
+ } & _aa_sdk_core.BundlerActions & viem.PublicActions & _account_kit_smart_contracts.LightAccountClientActions<WalletClientSigner, _account_kit_smart_contracts.LightAccount<WalletClientSigner>> & {
3634
+ buildUserOperation: (args: _aa_sdk_core.BuildUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3635
+ buildUserOperationFromTx: (args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<_aa_sdk_core.UserOperationStruct<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3636
+ buildUserOperationFromTxs: (args: _aa_sdk_core.BuildTransactionParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.BuildUserOperationFromTransactionsResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3637
+ checkGasSponsorshipEligibility: <TContext extends _aa_sdk_core.UserOperationContext | undefined = _aa_sdk_core.UserOperationContext | undefined, TEntryPointVersion extends keyof _aa_sdk_core.EntryPointRegistryBase<unknown> = keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>(args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TContext>) => Promise<node_modules__aa_sdk_core_dist_types_actions_smartAccount_checkGasSponsorshipEligibility.CheckGasSponsorshipEligibilityResult<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, TEntryPointVersion>>;
3638
+ signUserOperation: (args: _aa_sdk_core.SignUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.UserOperationRequest<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3639
+ dropAndReplaceUserOperation: (args: _aa_sdk_core.DropAndReplaceUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3640
+ sendTransaction: <TChainOverride extends Chain | undefined = undefined>(args: viem.SendTransactionParameters<Chain | undefined, _account_kit_smart_contracts.LightAccount<WalletClientSigner>, TChainOverride>, overrides?: _aa_sdk_core.UserOperationOverrides<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>> | undefined, context?: _aa_sdk_core.UserOperationContext | undefined) => Promise<viem.Hex>;
3641
+ sendTransactions: (args: _aa_sdk_core.SendTransactionsParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
3642
+ sendUserOperation: (args: _aa_sdk_core.SendUserOperationParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined, keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>) => Promise<_aa_sdk_core.SendUserOperationResult<keyof _aa_sdk_core.EntryPointRegistryBase<unknown>>>;
3643
+ waitForUserOperationTransaction: (args: _aa_sdk_core.WaitForUserOperationTxParameters) => Promise<viem.Hex>;
3644
+ upgradeAccount: (args: _aa_sdk_core.UpgradeAccountParams<_account_kit_smart_contracts.LightAccount<WalletClientSigner>, _aa_sdk_core.UserOperationContext | undefined>) => Promise<viem.Hex>;
3645
+ signMessage: (args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signMessage.SignMessageParameters<_account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>;
3646
+ signTypedData: <const TTypedData extends {
3647
+ [x: string]: readonly viem.TypedDataParameter[];
3648
+ [x: `string[${string}]`]: undefined;
3649
+ [x: `function[${string}]`]: undefined;
3650
+ [x: `address[${string}]`]: undefined;
3651
+ [x: `bytes[${string}]`]: undefined;
3652
+ [x: `uint256[${string}]`]: undefined;
3653
+ [x: `bool[${string}]`]: undefined;
3654
+ [x: `uint8[${string}]`]: undefined;
3655
+ [x: `bytes8[${string}]`]: undefined;
3656
+ [x: `bytes18[${string}]`]: undefined;
3657
+ [x: `bytes16[${string}]`]: undefined;
3658
+ [x: `bytes1[${string}]`]: undefined;
3659
+ [x: `bytes2[${string}]`]: undefined;
3660
+ [x: `bytes3[${string}]`]: undefined;
3661
+ [x: `bytes6[${string}]`]: undefined;
3662
+ [x: `bytes9[${string}]`]: undefined;
3663
+ [x: `bytes10[${string}]`]: undefined;
3664
+ [x: `bytes14[${string}]`]: undefined;
3665
+ [x: `bytes25[${string}]`]: undefined;
3666
+ [x: `bytes30[${string}]`]: undefined;
3667
+ [x: `bytes5[${string}]`]: undefined;
3668
+ [x: `bytes20[${string}]`]: undefined;
3669
+ [x: `bytes4[${string}]`]: undefined;
3670
+ [x: `bytes7[${string}]`]: undefined;
3671
+ [x: `bytes11[${string}]`]: undefined;
3672
+ [x: `bytes12[${string}]`]: undefined;
3673
+ [x: `bytes13[${string}]`]: undefined;
3674
+ [x: `bytes15[${string}]`]: undefined;
3675
+ [x: `bytes17[${string}]`]: undefined;
3676
+ [x: `bytes19[${string}]`]: undefined;
3677
+ [x: `bytes24[${string}]`]: undefined;
3678
+ [x: `bytes32[${string}]`]: undefined;
3679
+ [x: `bytes22[${string}]`]: undefined;
3680
+ [x: `bytes21[${string}]`]: undefined;
3681
+ [x: `bytes23[${string}]`]: undefined;
3682
+ [x: `bytes26[${string}]`]: undefined;
3683
+ [x: `bytes27[${string}]`]: undefined;
3684
+ [x: `bytes28[${string}]`]: undefined;
3685
+ [x: `bytes29[${string}]`]: undefined;
3686
+ [x: `bytes31[${string}]`]: undefined;
3687
+ [x: `int[${string}]`]: undefined;
3688
+ [x: `int8[${string}]`]: undefined;
3689
+ [x: `int16[${string}]`]: undefined;
3690
+ [x: `int40[${string}]`]: undefined;
3691
+ [x: `int56[${string}]`]: undefined;
3692
+ [x: `int88[${string}]`]: undefined;
3693
+ [x: `int232[${string}]`]: undefined;
3694
+ [x: `int120[${string}]`]: undefined;
3695
+ [x: `int200[${string}]`]: undefined;
3696
+ [x: `int48[${string}]`]: undefined;
3697
+ [x: `int24[${string}]`]: undefined;
3698
+ [x: `int32[${string}]`]: undefined;
3699
+ [x: `int64[${string}]`]: undefined;
3700
+ [x: `int72[${string}]`]: undefined;
3701
+ [x: `int80[${string}]`]: undefined;
3702
+ [x: `int96[${string}]`]: undefined;
3703
+ [x: `int104[${string}]`]: undefined;
3704
+ [x: `int112[${string}]`]: undefined;
3705
+ [x: `int128[${string}]`]: undefined;
3706
+ [x: `int136[${string}]`]: undefined;
3707
+ [x: `int144[${string}]`]: undefined;
3708
+ [x: `int152[${string}]`]: undefined;
3709
+ [x: `int160[${string}]`]: undefined;
3710
+ [x: `int168[${string}]`]: undefined;
3711
+ [x: `int176[${string}]`]: undefined;
3712
+ [x: `int184[${string}]`]: undefined;
3713
+ [x: `int192[${string}]`]: undefined;
3714
+ [x: `int208[${string}]`]: undefined;
3715
+ [x: `int216[${string}]`]: undefined;
3716
+ [x: `int224[${string}]`]: undefined;
3717
+ [x: `int240[${string}]`]: undefined;
3718
+ [x: `int248[${string}]`]: undefined;
3719
+ [x: `int256[${string}]`]: undefined;
3720
+ [x: `uint[${string}]`]: undefined;
3721
+ [x: `uint16[${string}]`]: undefined;
3722
+ [x: `uint40[${string}]`]: undefined;
3723
+ [x: `uint56[${string}]`]: undefined;
3724
+ [x: `uint88[${string}]`]: undefined;
3725
+ [x: `uint232[${string}]`]: undefined;
3726
+ [x: `uint120[${string}]`]: undefined;
3727
+ [x: `uint200[${string}]`]: undefined;
3728
+ [x: `uint48[${string}]`]: undefined;
3729
+ [x: `uint24[${string}]`]: undefined;
3730
+ [x: `uint32[${string}]`]: undefined;
3731
+ [x: `uint64[${string}]`]: undefined;
3732
+ [x: `uint72[${string}]`]: undefined;
3733
+ [x: `uint80[${string}]`]: undefined;
3734
+ [x: `uint96[${string}]`]: undefined;
3735
+ [x: `uint104[${string}]`]: undefined;
3736
+ [x: `uint112[${string}]`]: undefined;
3737
+ [x: `uint128[${string}]`]: undefined;
3738
+ [x: `uint136[${string}]`]: undefined;
3739
+ [x: `uint144[${string}]`]: undefined;
3740
+ [x: `uint152[${string}]`]: undefined;
3741
+ [x: `uint160[${string}]`]: undefined;
3742
+ [x: `uint168[${string}]`]: undefined;
3743
+ [x: `uint176[${string}]`]: undefined;
3744
+ [x: `uint184[${string}]`]: undefined;
3745
+ [x: `uint192[${string}]`]: undefined;
3746
+ [x: `uint208[${string}]`]: undefined;
3747
+ [x: `uint216[${string}]`]: undefined;
3748
+ [x: `uint224[${string}]`]: undefined;
3749
+ [x: `uint240[${string}]`]: undefined;
3750
+ [x: `uint248[${string}]`]: undefined;
3751
+ string?: undefined;
3752
+ address?: undefined;
3753
+ bytes?: undefined;
3754
+ uint256?: undefined;
3755
+ bool?: undefined;
3756
+ uint8?: undefined;
3757
+ bytes8?: undefined;
3758
+ bytes18?: undefined;
3759
+ bytes16?: undefined;
3760
+ bytes1?: undefined;
3761
+ bytes2?: undefined;
3762
+ bytes3?: undefined;
3763
+ bytes6?: undefined;
3764
+ bytes9?: undefined;
3765
+ bytes10?: undefined;
3766
+ bytes14?: undefined;
3767
+ bytes25?: undefined;
3768
+ bytes30?: undefined;
3769
+ bytes5?: undefined;
3770
+ bytes20?: undefined;
3771
+ bytes4?: undefined;
3772
+ bytes7?: undefined;
3773
+ bytes11?: undefined;
3774
+ bytes12?: undefined;
3775
+ bytes13?: undefined;
3776
+ bytes15?: undefined;
3777
+ bytes17?: undefined;
3778
+ bytes19?: undefined;
3779
+ bytes24?: undefined;
3780
+ bytes32?: undefined;
3781
+ bytes22?: undefined;
3782
+ bytes21?: undefined;
3783
+ bytes23?: undefined;
3784
+ bytes26?: undefined;
3785
+ bytes27?: undefined;
3786
+ bytes28?: undefined;
3787
+ bytes29?: undefined;
3788
+ bytes31?: undefined;
3789
+ int8?: undefined;
3790
+ int16?: undefined;
3791
+ int40?: undefined;
3792
+ int56?: undefined;
3793
+ int88?: undefined;
3794
+ int232?: undefined;
3795
+ int120?: undefined;
3796
+ int200?: undefined;
3797
+ int48?: undefined;
3798
+ int24?: undefined;
3799
+ int32?: undefined;
3800
+ int64?: undefined;
3801
+ int72?: undefined;
3802
+ int80?: undefined;
3803
+ int96?: undefined;
3804
+ int104?: undefined;
3805
+ int112?: undefined;
3806
+ int128?: undefined;
3807
+ int136?: undefined;
3808
+ int144?: undefined;
3809
+ int152?: undefined;
3810
+ int160?: undefined;
3811
+ int168?: undefined;
3812
+ int176?: undefined;
3813
+ int184?: undefined;
3814
+ int192?: undefined;
3815
+ int208?: undefined;
3816
+ int216?: undefined;
3817
+ int224?: undefined;
3818
+ int240?: undefined;
3819
+ int248?: undefined;
3820
+ int256?: undefined;
3821
+ uint16?: undefined;
3822
+ uint40?: undefined;
3823
+ uint56?: undefined;
3824
+ uint88?: undefined;
3825
+ uint232?: undefined;
3826
+ uint120?: undefined;
3827
+ uint200?: undefined;
3828
+ uint48?: undefined;
3829
+ uint24?: undefined;
3830
+ uint32?: undefined;
3831
+ uint64?: undefined;
3832
+ uint72?: undefined;
3833
+ uint80?: undefined;
3834
+ uint96?: undefined;
3835
+ uint104?: undefined;
3836
+ uint112?: undefined;
3837
+ uint128?: undefined;
3838
+ uint136?: undefined;
3839
+ uint144?: undefined;
3840
+ uint152?: undefined;
3841
+ uint160?: undefined;
3842
+ uint168?: undefined;
3843
+ uint176?: undefined;
3844
+ uint184?: undefined;
3845
+ uint192?: undefined;
3846
+ uint208?: undefined;
3847
+ uint216?: undefined;
3848
+ uint224?: undefined;
3849
+ uint240?: undefined;
3850
+ uint248?: undefined;
3851
+ } | {
3852
+ [key: string]: unknown;
3853
+ }, TPrimaryType extends string = string>(args: node_modules__aa_sdk_core_dist_types_actions_smartAccount_signTypedData.SignTypedDataParameters<TTypedData, TPrimaryType, _account_kit_smart_contracts.LightAccount<WalletClientSigner>>) => Promise<viem.Hex>;
3854
+ }>;
3855
+ };
3856
+ getSponsorshipRequestId: () => string | undefined;
3857
+ }>;
3858
+
3859
+ type TxRequest = {
3860
+ to?: string;
3861
+ target?: string;
3862
+ data: string;
3863
+ value?: string;
3864
+ gasLimit?: string;
3865
+ maxFeePerGas?: string;
3866
+ maxPriorityFeePerGas?: string;
3867
+ chainId?: number | string;
3868
+ gasPrice?: string;
3869
+ };
3870
+
3871
+ type SponsorshipApproval = {
3872
+ client_id: string;
3873
+ program_id: string;
3874
+ sdk_key_id: string;
3875
+ sender: string;
3876
+ call_data_hash: string;
3877
+ chain_id: string;
3878
+ max_cost: string;
3879
+ valid_after?: string | null;
3880
+ valid_until?: string | null;
3881
+ nonce: string;
3882
+ entry_point: string;
3883
+ paymaster: string;
3884
+ };
3885
+ type RouteSponsorship = {
3886
+ requestId: string;
3887
+ paymaster: string;
3888
+ entryPoint: string;
3889
+ chainId: string;
3890
+ callDataHash: string;
3891
+ maxCost: string;
3892
+ paymasterAndData: string;
3893
+ signature: string;
3894
+ signer: string;
3895
+ typedDataHash: string;
3896
+ approval: SponsorshipApproval;
3897
+ };
3898
+ type RouteEstimate = {
3899
+ fromAmount?: string;
3900
+ toAmount?: string;
3901
+ toAmountMin?: string;
3902
+ fromAmountUsd?: string;
3903
+ toAmountUsd?: string;
3904
+ totalFeesUsd?: string;
3905
+ toAmountMinUsd?: string;
3906
+ fees?: unknown[];
3907
+ };
3908
+ type RoutePlan = {
3909
+ estimate?: RouteEstimate;
3910
+ execution?: {
3911
+ transaction?: TxRequest;
3912
+ };
3913
+ steps?: unknown[];
3914
+ provider?: string;
3915
+ requestId?: string;
3916
+ reliabilityScore?: number;
3917
+ diagnostics?: {
3918
+ rawPayload?: unknown;
3919
+ };
3920
+ sponsorship?: RouteSponsorship;
3921
+ };
3922
+ type BuildRouteResult = {
3923
+ intentId: string;
3924
+ txReq: TxRequest;
3925
+ actions: unknown[];
3926
+ finalExchangeRate: {
3927
+ fromAmountUSD?: string;
3928
+ toAmountMinUSD?: string;
3929
+ };
3930
+ route: RoutePlan | undefined;
3931
+ sponsorship?: RouteSponsorship;
3932
+ };
3933
+
3934
+ type Eip1193Request = (args: {
3935
+ method: string;
3936
+ params?: object | unknown[];
3937
+ }) => Promise<unknown>;
3938
+ type SendRouteAsUserOperationParams = {
3939
+ route: BuildRouteResult;
3940
+ fromToken: string;
3941
+ fromAmountWei: bigint;
3942
+ /** Token decimals for the from-token (e.g. 6 for USDC). Used for relay fee estimation when
3943
+ * the route's step metadata doesn't include it. Omit only for native/WETH routes. */
3944
+ fromDecimals?: number;
3945
+ eoaAddress: `0x${string}`;
3946
+ chainId: number;
3947
+ viemChain: Chain;
3948
+ eip1193Request: Eip1193Request;
3949
+ };
3950
+ type SendRouteAsUserOperationResult = {
3951
+ userOpHash: string;
3952
+ /** On-chain transaction hash. Populated once the UserOp lands in a block; undefined if
3953
+ * the inclusion wait timed out (the UserOp may still land later). */
3954
+ txHash?: string;
3955
+ intentId: string;
3956
+ };
3957
+ declare function sendRouteAsUserOperation(params: SendRouteAsUserOperationParams): Promise<SendRouteAsUserOperationResult>;
3958
+
3959
+ declare const PERMIT2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
3960
+ declare function randomPermit2Nonce(): bigint;
3961
+
3962
+ export { PERMIT2, type SendRouteAsUserOperationParams, type SendRouteAsUserOperationResult, createTrustwareSmartAccountClient, randomPermit2Nonce, sendRouteAsUserOperation };