@account-kit/infra 4.0.0-alpha.0 → 4.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/actions/simulateUserOperationChanges.js.map +1 -1
- package/dist/cjs/chains.d.ts +25 -0
- package/dist/cjs/chains.js +200 -1
- package/dist/cjs/chains.js.map +1 -1
- package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +5393 -1
- package/dist/cjs/client/decorators/alchemyEnhancedApis.js.map +1 -1
- package/dist/cjs/client/decorators/smartAccount.js.map +1 -1
- package/dist/cjs/client/internal/smartAccountClientFromRpc.d.ts +2 -2
- package/dist/cjs/client/internal/smartAccountClientFromRpc.js +3 -14
- package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
- package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +1173 -1317
- package/dist/cjs/client/isAlchemySmartAccountClient.js.map +1 -1
- package/dist/cjs/client/rpcClient.js.map +1 -1
- package/dist/cjs/client/smartAccountClient.d.ts +2 -3
- package/dist/cjs/client/smartAccountClient.js +2 -2
- package/dist/cjs/client/smartAccountClient.js.map +1 -1
- package/dist/cjs/client/types.d.ts +1 -48
- package/dist/cjs/client/types.js.map +1 -1
- package/dist/cjs/defaults.js +7 -7
- package/dist/cjs/defaults.js.map +1 -1
- package/dist/cjs/gas-manager.js +16 -16
- package/dist/cjs/gas-manager.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -1
- package/dist/cjs/index.js +22 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/middleware/feeEstimator.js.map +1 -1
- package/dist/cjs/middleware/gasManager.d.ts +2 -29
- package/dist/cjs/middleware/gasManager.js +4 -141
- package/dist/cjs/middleware/gasManager.js.map +1 -1
- package/dist/cjs/middleware/userOperationSimulator.d.ts +2 -2
- package/dist/cjs/middleware/userOperationSimulator.js.map +1 -1
- package/dist/cjs/schema.js +3 -10
- package/dist/cjs/schema.js.map +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/actions/simulateUserOperationChanges.js.map +1 -1
- package/dist/esm/chains.d.ts +25 -0
- package/dist/esm/chains.js +199 -0
- package/dist/esm/chains.js.map +1 -1
- package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +5393 -1
- package/dist/esm/client/decorators/alchemyEnhancedApis.js.map +1 -1
- package/dist/esm/client/decorators/smartAccount.js.map +1 -1
- package/dist/esm/client/internal/smartAccountClientFromRpc.d.ts +2 -2
- package/dist/esm/client/internal/smartAccountClientFromRpc.js +3 -14
- package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
- package/dist/esm/client/isAlchemySmartAccountClient.d.ts +1173 -1317
- package/dist/esm/client/isAlchemySmartAccountClient.js.map +1 -1
- package/dist/esm/client/rpcClient.js.map +1 -1
- package/dist/esm/client/smartAccountClient.d.ts +2 -3
- package/dist/esm/client/smartAccountClient.js +2 -3
- package/dist/esm/client/smartAccountClient.js.map +1 -1
- package/dist/esm/client/types.d.ts +1 -48
- package/dist/esm/client/types.js.map +1 -1
- package/dist/esm/defaults.js +2 -1
- package/dist/esm/defaults.js.map +1 -1
- package/dist/esm/gas-manager.js +1 -1
- package/dist/esm/gas-manager.js.map +1 -1
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/middleware/feeEstimator.js.map +1 -1
- package/dist/esm/middleware/gasManager.d.ts +2 -29
- package/dist/esm/middleware/gasManager.js +5 -142
- package/dist/esm/middleware/gasManager.js.map +1 -1
- package/dist/esm/middleware/userOperationSimulator.d.ts +2 -2
- package/dist/esm/middleware/userOperationSimulator.js.map +1 -1
- package/dist/esm/schema.js +4 -11
- package/dist/esm/schema.js.map +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/types/actions/simulateUserOperationChanges.d.ts +17 -0
- package/dist/types/actions/simulateUserOperationChanges.d.ts.map +1 -1
- package/dist/types/chains.d.ts +44 -0
- package/dist/types/chains.d.ts.map +1 -1
- package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +5410 -1
- package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
- package/dist/types/client/decorators/smartAccount.d.ts +15 -0
- package/dist/types/client/decorators/smartAccount.d.ts.map +1 -1
- package/dist/types/client/internal/smartAccountClientFromRpc.d.ts +4 -4
- package/dist/types/client/internal/smartAccountClientFromRpc.d.ts.map +1 -1
- package/dist/types/client/isAlchemySmartAccountClient.d.ts +1188 -1317
- package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
- package/dist/types/client/rpcClient.d.ts +22 -0
- package/dist/types/client/rpcClient.d.ts.map +1 -1
- package/dist/types/client/smartAccountClient.d.ts +2 -3
- package/dist/types/client/smartAccountClient.d.ts.map +1 -1
- package/dist/types/client/types.d.ts +1 -48
- package/dist/types/client/types.d.ts.map +1 -1
- package/dist/types/defaults.d.ts +14 -0
- package/dist/types/defaults.d.ts.map +1 -1
- package/dist/types/gas-manager.d.ts +13 -0
- package/dist/types/gas-manager.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/middleware/feeEstimator.d.ts +19 -0
- package/dist/types/middleware/feeEstimator.d.ts.map +1 -1
- package/dist/types/middleware/gasManager.d.ts +15 -87
- package/dist/types/middleware/gasManager.d.ts.map +1 -1
- package/dist/types/middleware/userOperationSimulator.d.ts +21 -2
- package/dist/types/middleware/userOperationSimulator.d.ts.map +1 -1
- package/dist/types/schema.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/types/version.d.ts.map +1 -1
- package/package.json +5 -4
- package/src/actions/simulateUserOperationChanges.ts +17 -0
- package/src/chains.ts +255 -0
- package/src/client/decorators/alchemyEnhancedApis.ts +50 -33
- package/src/client/decorators/smartAccount.ts +15 -0
- package/src/client/internal/smartAccountClientFromRpc.ts +36 -32
- package/src/client/isAlchemySmartAccountClient.ts +15 -0
- package/src/client/rpcClient.ts +22 -0
- package/src/client/smartAccountClient.ts +21 -5
- package/src/client/types.ts +1 -54
- package/src/defaults.ts +17 -3
- package/src/gas-manager.ts +17 -4
- package/src/index.ts +25 -1
- package/src/middleware/feeEstimator.ts +19 -0
- package/src/middleware/gasManager.ts +21 -424
- package/src/middleware/userOperationSimulator.ts +25 -2
- package/src/schema.ts +3 -11
- package/src/version.ts +1 -1
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { type SmartContractAccount } from "@aa-sdk/core";
|
|
2
2
|
import type { Chain, Client, Transport } from "viem";
|
|
3
|
+
/**
|
|
4
|
+
* Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```ts
|
|
8
|
+
* import { isAlchemySmartAccountClient } from "@account-kit/infra";
|
|
9
|
+
*
|
|
10
|
+
* if (isAlchemySmartAccountClient(client)) {
|
|
11
|
+
* // do things with the client as an Alchemy Smart Account Client
|
|
12
|
+
* }
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* @param {Client<TTransport, TChain, TAccount>} client The client instance to be checked
|
|
16
|
+
* @returns {boolean} `true` if the client is an Alchemy Smart Account Client, otherwise `false`
|
|
17
|
+
*/
|
|
3
18
|
export declare const isAlchemySmartAccountClient: <TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined>(client: Client<TTransport, TChain, TAccount>) => client is ((Client<TTransport, TChain, TAccount, [{
|
|
4
19
|
Method: "eth_sendUserOperation";
|
|
5
20
|
Parameters: [import("@aa-sdk/core").UserOperationRequest, `0x${string}`];
|
|
@@ -196,24 +211,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
196
211
|
Method: "eth_uninstallFilter";
|
|
197
212
|
Parameters: [filterId: `0x${string}`];
|
|
198
213
|
ReturnType: boolean;
|
|
199
|
-
}, {
|
|
200
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
201
|
-
Parameters: [{
|
|
202
|
-
policyId: string;
|
|
203
|
-
entryPoint: `0x${string}`;
|
|
204
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
205
|
-
}];
|
|
206
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
207
|
-
}, {
|
|
208
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
209
|
-
Parameters: [{
|
|
210
|
-
policyId: string;
|
|
211
|
-
entryPoint: `0x${string}`;
|
|
212
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
213
|
-
dummySignature: `0x${string}`;
|
|
214
|
-
overrides?: Partial<{}> | undefined;
|
|
215
|
-
}];
|
|
216
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
217
214
|
}, {
|
|
218
215
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
219
216
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -278,44 +275,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
278
275
|
[x: `address[${string}]`]: undefined;
|
|
279
276
|
[x: `bool[${string}]`]: undefined;
|
|
280
277
|
[x: `bytes[${string}]`]: undefined;
|
|
281
|
-
[x: `
|
|
282
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
278
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
283
279
|
[x: `bytes1[${string}]`]: undefined;
|
|
284
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
285
280
|
[x: `bytes5[${string}]`]: undefined;
|
|
286
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
287
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
288
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
289
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
290
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
291
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
292
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
293
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
294
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
295
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
296
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
297
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
298
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
299
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
300
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
301
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
302
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
303
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
304
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
305
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
306
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
307
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
308
281
|
[x: `bytes10[${string}]`]: undefined;
|
|
309
|
-
[x: `
|
|
310
|
-
[x: `
|
|
311
|
-
[x: `
|
|
282
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
283
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
284
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
312
285
|
[x: `bytes6[${string}]`]: undefined;
|
|
286
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
287
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
288
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
289
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
290
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
291
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
292
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
293
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
294
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
295
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
296
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
297
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
298
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
299
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
300
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
301
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
302
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
303
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
304
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
305
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
306
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
307
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
308
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
309
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
313
310
|
[x: `int[${string}]`]: undefined;
|
|
314
|
-
[x: `int40[${string}]`]: undefined;
|
|
315
|
-
[x: `int32[${string}]`]: undefined;
|
|
316
|
-
[x: `int24[${string}]`]: undefined;
|
|
317
|
-
[x: `int16[${string}]`]: undefined;
|
|
318
311
|
[x: `int8[${string}]`]: undefined;
|
|
312
|
+
[x: `int16[${string}]`]: undefined;
|
|
313
|
+
[x: `int24[${string}]`]: undefined;
|
|
314
|
+
[x: `int32[${string}]`]: undefined;
|
|
315
|
+
[x: `int40[${string}]`]: undefined;
|
|
319
316
|
[x: `int48[${string}]`]: undefined;
|
|
320
317
|
[x: `int56[${string}]`]: undefined;
|
|
321
318
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -344,11 +341,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
344
341
|
[x: `int248[${string}]`]: undefined;
|
|
345
342
|
[x: `int256[${string}]`]: undefined;
|
|
346
343
|
[x: `uint[${string}]`]: undefined;
|
|
347
|
-
[x: `uint40[${string}]`]: undefined;
|
|
348
|
-
[x: `uint32[${string}]`]: undefined;
|
|
349
|
-
[x: `uint24[${string}]`]: undefined;
|
|
350
|
-
[x: `uint16[${string}]`]: undefined;
|
|
351
344
|
[x: `uint8[${string}]`]: undefined;
|
|
345
|
+
[x: `uint16[${string}]`]: undefined;
|
|
346
|
+
[x: `uint24[${string}]`]: undefined;
|
|
347
|
+
[x: `uint32[${string}]`]: undefined;
|
|
348
|
+
[x: `uint40[${string}]`]: undefined;
|
|
352
349
|
[x: `uint48[${string}]`]: undefined;
|
|
353
350
|
[x: `uint56[${string}]`]: undefined;
|
|
354
351
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -380,43 +377,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
380
377
|
address?: undefined;
|
|
381
378
|
bool?: undefined;
|
|
382
379
|
bytes?: undefined;
|
|
383
|
-
|
|
384
|
-
bytes3?: undefined;
|
|
380
|
+
bytes18?: undefined;
|
|
385
381
|
bytes1?: undefined;
|
|
386
|
-
bytes4?: undefined;
|
|
387
382
|
bytes5?: undefined;
|
|
388
|
-
bytes32?: undefined;
|
|
389
|
-
bytes31?: undefined;
|
|
390
|
-
bytes30?: undefined;
|
|
391
|
-
bytes29?: undefined;
|
|
392
|
-
bytes28?: undefined;
|
|
393
|
-
bytes27?: undefined;
|
|
394
|
-
bytes26?: undefined;
|
|
395
|
-
bytes25?: undefined;
|
|
396
|
-
bytes24?: undefined;
|
|
397
|
-
bytes23?: undefined;
|
|
398
|
-
bytes22?: undefined;
|
|
399
|
-
bytes21?: undefined;
|
|
400
|
-
bytes20?: undefined;
|
|
401
|
-
bytes19?: undefined;
|
|
402
|
-
bytes18?: undefined;
|
|
403
|
-
bytes17?: undefined;
|
|
404
|
-
bytes16?: undefined;
|
|
405
|
-
bytes15?: undefined;
|
|
406
|
-
bytes14?: undefined;
|
|
407
|
-
bytes13?: undefined;
|
|
408
|
-
bytes12?: undefined;
|
|
409
|
-
bytes11?: undefined;
|
|
410
383
|
bytes10?: undefined;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
384
|
+
bytes4?: undefined;
|
|
385
|
+
bytes2?: undefined;
|
|
386
|
+
bytes3?: undefined;
|
|
414
387
|
bytes6?: undefined;
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
388
|
+
bytes7?: undefined;
|
|
389
|
+
bytes8?: undefined;
|
|
390
|
+
bytes9?: undefined;
|
|
391
|
+
bytes11?: undefined;
|
|
392
|
+
bytes12?: undefined;
|
|
393
|
+
bytes13?: undefined;
|
|
394
|
+
bytes14?: undefined;
|
|
395
|
+
bytes15?: undefined;
|
|
396
|
+
bytes16?: undefined;
|
|
397
|
+
bytes17?: undefined;
|
|
398
|
+
bytes19?: undefined;
|
|
399
|
+
bytes20?: undefined;
|
|
400
|
+
bytes21?: undefined;
|
|
401
|
+
bytes22?: undefined;
|
|
402
|
+
bytes23?: undefined;
|
|
403
|
+
bytes24?: undefined;
|
|
404
|
+
bytes25?: undefined;
|
|
405
|
+
bytes26?: undefined;
|
|
406
|
+
bytes27?: undefined;
|
|
407
|
+
bytes28?: undefined;
|
|
408
|
+
bytes29?: undefined;
|
|
409
|
+
bytes30?: undefined;
|
|
410
|
+
bytes31?: undefined;
|
|
411
|
+
bytes32?: undefined;
|
|
419
412
|
int8?: undefined;
|
|
413
|
+
int16?: undefined;
|
|
414
|
+
int24?: undefined;
|
|
415
|
+
int32?: undefined;
|
|
416
|
+
int40?: undefined;
|
|
420
417
|
int48?: undefined;
|
|
421
418
|
int56?: undefined;
|
|
422
419
|
int64?: undefined;
|
|
@@ -444,11 +441,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
444
441
|
int240?: undefined;
|
|
445
442
|
int248?: undefined;
|
|
446
443
|
int256?: undefined;
|
|
447
|
-
uint40?: undefined;
|
|
448
|
-
uint32?: undefined;
|
|
449
|
-
uint24?: undefined;
|
|
450
|
-
uint16?: undefined;
|
|
451
444
|
uint8?: undefined;
|
|
445
|
+
uint16?: undefined;
|
|
446
|
+
uint24?: undefined;
|
|
447
|
+
uint32?: undefined;
|
|
448
|
+
uint40?: undefined;
|
|
452
449
|
uint48?: undefined;
|
|
453
450
|
uint56?: undefined;
|
|
454
451
|
uint64?: undefined;
|
|
@@ -487,44 +484,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
487
484
|
[x: `address[${string}]`]: undefined;
|
|
488
485
|
[x: `bool[${string}]`]: undefined;
|
|
489
486
|
[x: `bytes[${string}]`]: undefined;
|
|
490
|
-
[x: `
|
|
491
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
487
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
492
488
|
[x: `bytes1[${string}]`]: undefined;
|
|
493
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
494
489
|
[x: `bytes5[${string}]`]: undefined;
|
|
495
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
496
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
497
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
498
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
499
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
500
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
501
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
502
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
503
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
504
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
505
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
506
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
507
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
508
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
509
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
510
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
511
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
512
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
513
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
514
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
515
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
516
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
517
490
|
[x: `bytes10[${string}]`]: undefined;
|
|
518
|
-
[x: `
|
|
519
|
-
[x: `
|
|
520
|
-
[x: `
|
|
491
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
492
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
493
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
521
494
|
[x: `bytes6[${string}]`]: undefined;
|
|
495
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
496
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
497
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
498
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
499
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
500
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
501
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
502
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
503
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
504
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
505
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
506
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
507
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
508
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
509
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
510
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
511
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
512
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
513
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
514
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
515
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
516
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
517
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
518
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
522
519
|
[x: `int[${string}]`]: undefined;
|
|
523
|
-
[x: `int40[${string}]`]: undefined;
|
|
524
|
-
[x: `int32[${string}]`]: undefined;
|
|
525
|
-
[x: `int24[${string}]`]: undefined;
|
|
526
|
-
[x: `int16[${string}]`]: undefined;
|
|
527
520
|
[x: `int8[${string}]`]: undefined;
|
|
521
|
+
[x: `int16[${string}]`]: undefined;
|
|
522
|
+
[x: `int24[${string}]`]: undefined;
|
|
523
|
+
[x: `int32[${string}]`]: undefined;
|
|
524
|
+
[x: `int40[${string}]`]: undefined;
|
|
528
525
|
[x: `int48[${string}]`]: undefined;
|
|
529
526
|
[x: `int56[${string}]`]: undefined;
|
|
530
527
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -553,11 +550,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
553
550
|
[x: `int248[${string}]`]: undefined;
|
|
554
551
|
[x: `int256[${string}]`]: undefined;
|
|
555
552
|
[x: `uint[${string}]`]: undefined;
|
|
556
|
-
[x: `uint40[${string}]`]: undefined;
|
|
557
|
-
[x: `uint32[${string}]`]: undefined;
|
|
558
|
-
[x: `uint24[${string}]`]: undefined;
|
|
559
|
-
[x: `uint16[${string}]`]: undefined;
|
|
560
553
|
[x: `uint8[${string}]`]: undefined;
|
|
554
|
+
[x: `uint16[${string}]`]: undefined;
|
|
555
|
+
[x: `uint24[${string}]`]: undefined;
|
|
556
|
+
[x: `uint32[${string}]`]: undefined;
|
|
557
|
+
[x: `uint40[${string}]`]: undefined;
|
|
561
558
|
[x: `uint48[${string}]`]: undefined;
|
|
562
559
|
[x: `uint56[${string}]`]: undefined;
|
|
563
560
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -589,43 +586,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
589
586
|
address?: undefined;
|
|
590
587
|
bool?: undefined;
|
|
591
588
|
bytes?: undefined;
|
|
592
|
-
|
|
593
|
-
bytes3?: undefined;
|
|
589
|
+
bytes18?: undefined;
|
|
594
590
|
bytes1?: undefined;
|
|
595
|
-
bytes4?: undefined;
|
|
596
591
|
bytes5?: undefined;
|
|
597
|
-
bytes32?: undefined;
|
|
598
|
-
bytes31?: undefined;
|
|
599
|
-
bytes30?: undefined;
|
|
600
|
-
bytes29?: undefined;
|
|
601
|
-
bytes28?: undefined;
|
|
602
|
-
bytes27?: undefined;
|
|
603
|
-
bytes26?: undefined;
|
|
604
|
-
bytes25?: undefined;
|
|
605
|
-
bytes24?: undefined;
|
|
606
|
-
bytes23?: undefined;
|
|
607
|
-
bytes22?: undefined;
|
|
608
|
-
bytes21?: undefined;
|
|
609
|
-
bytes20?: undefined;
|
|
610
|
-
bytes19?: undefined;
|
|
611
|
-
bytes18?: undefined;
|
|
612
|
-
bytes17?: undefined;
|
|
613
|
-
bytes16?: undefined;
|
|
614
|
-
bytes15?: undefined;
|
|
615
|
-
bytes14?: undefined;
|
|
616
|
-
bytes13?: undefined;
|
|
617
|
-
bytes12?: undefined;
|
|
618
|
-
bytes11?: undefined;
|
|
619
592
|
bytes10?: undefined;
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
593
|
+
bytes4?: undefined;
|
|
594
|
+
bytes2?: undefined;
|
|
595
|
+
bytes3?: undefined;
|
|
623
596
|
bytes6?: undefined;
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
597
|
+
bytes7?: undefined;
|
|
598
|
+
bytes8?: undefined;
|
|
599
|
+
bytes9?: undefined;
|
|
600
|
+
bytes11?: undefined;
|
|
601
|
+
bytes12?: undefined;
|
|
602
|
+
bytes13?: undefined;
|
|
603
|
+
bytes14?: undefined;
|
|
604
|
+
bytes15?: undefined;
|
|
605
|
+
bytes16?: undefined;
|
|
606
|
+
bytes17?: undefined;
|
|
607
|
+
bytes19?: undefined;
|
|
608
|
+
bytes20?: undefined;
|
|
609
|
+
bytes21?: undefined;
|
|
610
|
+
bytes22?: undefined;
|
|
611
|
+
bytes23?: undefined;
|
|
612
|
+
bytes24?: undefined;
|
|
613
|
+
bytes25?: undefined;
|
|
614
|
+
bytes26?: undefined;
|
|
615
|
+
bytes27?: undefined;
|
|
616
|
+
bytes28?: undefined;
|
|
617
|
+
bytes29?: undefined;
|
|
618
|
+
bytes30?: undefined;
|
|
619
|
+
bytes31?: undefined;
|
|
620
|
+
bytes32?: undefined;
|
|
628
621
|
int8?: undefined;
|
|
622
|
+
int16?: undefined;
|
|
623
|
+
int24?: undefined;
|
|
624
|
+
int32?: undefined;
|
|
625
|
+
int40?: undefined;
|
|
629
626
|
int48?: undefined;
|
|
630
627
|
int56?: undefined;
|
|
631
628
|
int64?: undefined;
|
|
@@ -653,11 +650,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
653
650
|
int240?: undefined;
|
|
654
651
|
int248?: undefined;
|
|
655
652
|
int256?: undefined;
|
|
656
|
-
uint40?: undefined;
|
|
657
|
-
uint32?: undefined;
|
|
658
|
-
uint24?: undefined;
|
|
659
|
-
uint16?: undefined;
|
|
660
653
|
uint8?: undefined;
|
|
654
|
+
uint16?: undefined;
|
|
655
|
+
uint24?: undefined;
|
|
656
|
+
uint32?: undefined;
|
|
657
|
+
uint40?: undefined;
|
|
661
658
|
uint48?: undefined;
|
|
662
659
|
uint56?: undefined;
|
|
663
660
|
uint64?: undefined;
|
|
@@ -888,24 +885,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
888
885
|
Method: "eth_uninstallFilter";
|
|
889
886
|
Parameters: [filterId: `0x${string}`];
|
|
890
887
|
ReturnType: boolean;
|
|
891
|
-
}, {
|
|
892
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
893
|
-
Parameters: [{
|
|
894
|
-
policyId: string;
|
|
895
|
-
entryPoint: `0x${string}`;
|
|
896
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
897
|
-
}];
|
|
898
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
899
|
-
}, {
|
|
900
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
901
|
-
Parameters: [{
|
|
902
|
-
policyId: string;
|
|
903
|
-
entryPoint: `0x${string}`;
|
|
904
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
905
|
-
dummySignature: `0x${string}`;
|
|
906
|
-
overrides?: Partial<{}> | undefined;
|
|
907
|
-
}];
|
|
908
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
909
888
|
}, {
|
|
910
889
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
911
890
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -970,44 +949,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
970
949
|
[x: `address[${string}]`]: undefined;
|
|
971
950
|
[x: `bool[${string}]`]: undefined;
|
|
972
951
|
[x: `bytes[${string}]`]: undefined;
|
|
973
|
-
[x: `
|
|
974
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
952
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
975
953
|
[x: `bytes1[${string}]`]: undefined;
|
|
976
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
977
954
|
[x: `bytes5[${string}]`]: undefined;
|
|
978
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
979
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
980
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
981
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
982
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
983
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
984
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
985
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
986
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
987
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
988
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
989
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
990
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
991
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
992
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
993
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
994
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
995
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
996
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
997
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
998
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
999
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1000
955
|
[x: `bytes10[${string}]`]: undefined;
|
|
1001
|
-
[x: `
|
|
1002
|
-
[x: `
|
|
1003
|
-
[x: `
|
|
956
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
957
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
958
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1004
959
|
[x: `bytes6[${string}]`]: undefined;
|
|
960
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
961
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
962
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
963
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
964
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
965
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
966
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
967
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
968
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
969
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
970
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
971
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
972
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
973
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
974
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
975
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
976
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
977
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
978
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
979
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
980
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
981
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
982
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
983
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1005
984
|
[x: `int[${string}]`]: undefined;
|
|
1006
|
-
[x: `int40[${string}]`]: undefined;
|
|
1007
|
-
[x: `int32[${string}]`]: undefined;
|
|
1008
|
-
[x: `int24[${string}]`]: undefined;
|
|
1009
|
-
[x: `int16[${string}]`]: undefined;
|
|
1010
985
|
[x: `int8[${string}]`]: undefined;
|
|
986
|
+
[x: `int16[${string}]`]: undefined;
|
|
987
|
+
[x: `int24[${string}]`]: undefined;
|
|
988
|
+
[x: `int32[${string}]`]: undefined;
|
|
989
|
+
[x: `int40[${string}]`]: undefined;
|
|
1011
990
|
[x: `int48[${string}]`]: undefined;
|
|
1012
991
|
[x: `int56[${string}]`]: undefined;
|
|
1013
992
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1036,11 +1015,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1036
1015
|
[x: `int248[${string}]`]: undefined;
|
|
1037
1016
|
[x: `int256[${string}]`]: undefined;
|
|
1038
1017
|
[x: `uint[${string}]`]: undefined;
|
|
1039
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1040
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1041
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1042
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1043
1018
|
[x: `uint8[${string}]`]: undefined;
|
|
1019
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1020
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1021
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1022
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1044
1023
|
[x: `uint48[${string}]`]: undefined;
|
|
1045
1024
|
[x: `uint56[${string}]`]: undefined;
|
|
1046
1025
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1072,43 +1051,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1072
1051
|
address?: undefined;
|
|
1073
1052
|
bool?: undefined;
|
|
1074
1053
|
bytes?: undefined;
|
|
1075
|
-
|
|
1076
|
-
bytes3?: undefined;
|
|
1054
|
+
bytes18?: undefined;
|
|
1077
1055
|
bytes1?: undefined;
|
|
1078
|
-
bytes4?: undefined;
|
|
1079
1056
|
bytes5?: undefined;
|
|
1080
|
-
bytes32?: undefined;
|
|
1081
|
-
bytes31?: undefined;
|
|
1082
|
-
bytes30?: undefined;
|
|
1083
|
-
bytes29?: undefined;
|
|
1084
|
-
bytes28?: undefined;
|
|
1085
|
-
bytes27?: undefined;
|
|
1086
|
-
bytes26?: undefined;
|
|
1087
|
-
bytes25?: undefined;
|
|
1088
|
-
bytes24?: undefined;
|
|
1089
|
-
bytes23?: undefined;
|
|
1090
|
-
bytes22?: undefined;
|
|
1091
|
-
bytes21?: undefined;
|
|
1092
|
-
bytes20?: undefined;
|
|
1093
|
-
bytes19?: undefined;
|
|
1094
|
-
bytes18?: undefined;
|
|
1095
|
-
bytes17?: undefined;
|
|
1096
|
-
bytes16?: undefined;
|
|
1097
|
-
bytes15?: undefined;
|
|
1098
|
-
bytes14?: undefined;
|
|
1099
|
-
bytes13?: undefined;
|
|
1100
|
-
bytes12?: undefined;
|
|
1101
|
-
bytes11?: undefined;
|
|
1102
1057
|
bytes10?: undefined;
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1058
|
+
bytes4?: undefined;
|
|
1059
|
+
bytes2?: undefined;
|
|
1060
|
+
bytes3?: undefined;
|
|
1106
1061
|
bytes6?: undefined;
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1062
|
+
bytes7?: undefined;
|
|
1063
|
+
bytes8?: undefined;
|
|
1064
|
+
bytes9?: undefined;
|
|
1065
|
+
bytes11?: undefined;
|
|
1066
|
+
bytes12?: undefined;
|
|
1067
|
+
bytes13?: undefined;
|
|
1068
|
+
bytes14?: undefined;
|
|
1069
|
+
bytes15?: undefined;
|
|
1070
|
+
bytes16?: undefined;
|
|
1071
|
+
bytes17?: undefined;
|
|
1072
|
+
bytes19?: undefined;
|
|
1073
|
+
bytes20?: undefined;
|
|
1074
|
+
bytes21?: undefined;
|
|
1075
|
+
bytes22?: undefined;
|
|
1076
|
+
bytes23?: undefined;
|
|
1077
|
+
bytes24?: undefined;
|
|
1078
|
+
bytes25?: undefined;
|
|
1079
|
+
bytes26?: undefined;
|
|
1080
|
+
bytes27?: undefined;
|
|
1081
|
+
bytes28?: undefined;
|
|
1082
|
+
bytes29?: undefined;
|
|
1083
|
+
bytes30?: undefined;
|
|
1084
|
+
bytes31?: undefined;
|
|
1085
|
+
bytes32?: undefined;
|
|
1111
1086
|
int8?: undefined;
|
|
1087
|
+
int16?: undefined;
|
|
1088
|
+
int24?: undefined;
|
|
1089
|
+
int32?: undefined;
|
|
1090
|
+
int40?: undefined;
|
|
1112
1091
|
int48?: undefined;
|
|
1113
1092
|
int56?: undefined;
|
|
1114
1093
|
int64?: undefined;
|
|
@@ -1136,11 +1115,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1136
1115
|
int240?: undefined;
|
|
1137
1116
|
int248?: undefined;
|
|
1138
1117
|
int256?: undefined;
|
|
1139
|
-
uint40?: undefined;
|
|
1140
|
-
uint32?: undefined;
|
|
1141
|
-
uint24?: undefined;
|
|
1142
|
-
uint16?: undefined;
|
|
1143
1118
|
uint8?: undefined;
|
|
1119
|
+
uint16?: undefined;
|
|
1120
|
+
uint24?: undefined;
|
|
1121
|
+
uint32?: undefined;
|
|
1122
|
+
uint40?: undefined;
|
|
1144
1123
|
uint48?: undefined;
|
|
1145
1124
|
uint56?: undefined;
|
|
1146
1125
|
uint64?: undefined;
|
|
@@ -1179,44 +1158,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1179
1158
|
[x: `address[${string}]`]: undefined;
|
|
1180
1159
|
[x: `bool[${string}]`]: undefined;
|
|
1181
1160
|
[x: `bytes[${string}]`]: undefined;
|
|
1182
|
-
[x: `
|
|
1183
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1161
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1184
1162
|
[x: `bytes1[${string}]`]: undefined;
|
|
1185
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1186
1163
|
[x: `bytes5[${string}]`]: undefined;
|
|
1187
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1188
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1189
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1190
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1191
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1192
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1193
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1194
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1195
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1196
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1197
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1198
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1199
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1200
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1201
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1202
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1203
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1204
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1205
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1206
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1207
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1208
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1209
1164
|
[x: `bytes10[${string}]`]: undefined;
|
|
1210
|
-
[x: `
|
|
1211
|
-
[x: `
|
|
1212
|
-
[x: `
|
|
1165
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1166
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1167
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1213
1168
|
[x: `bytes6[${string}]`]: undefined;
|
|
1169
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1170
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1171
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1172
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1173
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1174
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1175
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1176
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1177
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1178
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1179
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1180
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1181
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1182
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1183
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1184
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1185
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1186
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1187
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1188
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1189
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1190
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1191
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1192
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1214
1193
|
[x: `int[${string}]`]: undefined;
|
|
1215
|
-
[x: `int40[${string}]`]: undefined;
|
|
1216
|
-
[x: `int32[${string}]`]: undefined;
|
|
1217
|
-
[x: `int24[${string}]`]: undefined;
|
|
1218
|
-
[x: `int16[${string}]`]: undefined;
|
|
1219
1194
|
[x: `int8[${string}]`]: undefined;
|
|
1195
|
+
[x: `int16[${string}]`]: undefined;
|
|
1196
|
+
[x: `int24[${string}]`]: undefined;
|
|
1197
|
+
[x: `int32[${string}]`]: undefined;
|
|
1198
|
+
[x: `int40[${string}]`]: undefined;
|
|
1220
1199
|
[x: `int48[${string}]`]: undefined;
|
|
1221
1200
|
[x: `int56[${string}]`]: undefined;
|
|
1222
1201
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1245,11 +1224,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1245
1224
|
[x: `int248[${string}]`]: undefined;
|
|
1246
1225
|
[x: `int256[${string}]`]: undefined;
|
|
1247
1226
|
[x: `uint[${string}]`]: undefined;
|
|
1248
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1249
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1250
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1251
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1252
1227
|
[x: `uint8[${string}]`]: undefined;
|
|
1228
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1229
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1230
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1231
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1253
1232
|
[x: `uint48[${string}]`]: undefined;
|
|
1254
1233
|
[x: `uint56[${string}]`]: undefined;
|
|
1255
1234
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1281,43 +1260,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1281
1260
|
address?: undefined;
|
|
1282
1261
|
bool?: undefined;
|
|
1283
1262
|
bytes?: undefined;
|
|
1284
|
-
|
|
1285
|
-
bytes3?: undefined;
|
|
1263
|
+
bytes18?: undefined;
|
|
1286
1264
|
bytes1?: undefined;
|
|
1287
|
-
bytes4?: undefined;
|
|
1288
1265
|
bytes5?: undefined;
|
|
1289
|
-
bytes32?: undefined;
|
|
1290
|
-
bytes31?: undefined;
|
|
1291
|
-
bytes30?: undefined;
|
|
1292
|
-
bytes29?: undefined;
|
|
1293
|
-
bytes28?: undefined;
|
|
1294
|
-
bytes27?: undefined;
|
|
1295
|
-
bytes26?: undefined;
|
|
1296
|
-
bytes25?: undefined;
|
|
1297
|
-
bytes24?: undefined;
|
|
1298
|
-
bytes23?: undefined;
|
|
1299
|
-
bytes22?: undefined;
|
|
1300
|
-
bytes21?: undefined;
|
|
1301
|
-
bytes20?: undefined;
|
|
1302
|
-
bytes19?: undefined;
|
|
1303
|
-
bytes18?: undefined;
|
|
1304
|
-
bytes17?: undefined;
|
|
1305
|
-
bytes16?: undefined;
|
|
1306
|
-
bytes15?: undefined;
|
|
1307
|
-
bytes14?: undefined;
|
|
1308
|
-
bytes13?: undefined;
|
|
1309
|
-
bytes12?: undefined;
|
|
1310
|
-
bytes11?: undefined;
|
|
1311
1266
|
bytes10?: undefined;
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1267
|
+
bytes4?: undefined;
|
|
1268
|
+
bytes2?: undefined;
|
|
1269
|
+
bytes3?: undefined;
|
|
1315
1270
|
bytes6?: undefined;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1271
|
+
bytes7?: undefined;
|
|
1272
|
+
bytes8?: undefined;
|
|
1273
|
+
bytes9?: undefined;
|
|
1274
|
+
bytes11?: undefined;
|
|
1275
|
+
bytes12?: undefined;
|
|
1276
|
+
bytes13?: undefined;
|
|
1277
|
+
bytes14?: undefined;
|
|
1278
|
+
bytes15?: undefined;
|
|
1279
|
+
bytes16?: undefined;
|
|
1280
|
+
bytes17?: undefined;
|
|
1281
|
+
bytes19?: undefined;
|
|
1282
|
+
bytes20?: undefined;
|
|
1283
|
+
bytes21?: undefined;
|
|
1284
|
+
bytes22?: undefined;
|
|
1285
|
+
bytes23?: undefined;
|
|
1286
|
+
bytes24?: undefined;
|
|
1287
|
+
bytes25?: undefined;
|
|
1288
|
+
bytes26?: undefined;
|
|
1289
|
+
bytes27?: undefined;
|
|
1290
|
+
bytes28?: undefined;
|
|
1291
|
+
bytes29?: undefined;
|
|
1292
|
+
bytes30?: undefined;
|
|
1293
|
+
bytes31?: undefined;
|
|
1294
|
+
bytes32?: undefined;
|
|
1320
1295
|
int8?: undefined;
|
|
1296
|
+
int16?: undefined;
|
|
1297
|
+
int24?: undefined;
|
|
1298
|
+
int32?: undefined;
|
|
1299
|
+
int40?: undefined;
|
|
1321
1300
|
int48?: undefined;
|
|
1322
1301
|
int56?: undefined;
|
|
1323
1302
|
int64?: undefined;
|
|
@@ -1345,11 +1324,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1345
1324
|
int240?: undefined;
|
|
1346
1325
|
int248?: undefined;
|
|
1347
1326
|
int256?: undefined;
|
|
1348
|
-
uint40?: undefined;
|
|
1349
|
-
uint32?: undefined;
|
|
1350
|
-
uint24?: undefined;
|
|
1351
|
-
uint16?: undefined;
|
|
1352
1327
|
uint8?: undefined;
|
|
1328
|
+
uint16?: undefined;
|
|
1329
|
+
uint24?: undefined;
|
|
1330
|
+
uint32?: undefined;
|
|
1331
|
+
uint40?: undefined;
|
|
1353
1332
|
uint48?: undefined;
|
|
1354
1333
|
uint56?: undefined;
|
|
1355
1334
|
uint64?: undefined;
|
|
@@ -1580,24 +1559,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1580
1559
|
Method: "eth_uninstallFilter";
|
|
1581
1560
|
Parameters: [filterId: `0x${string}`];
|
|
1582
1561
|
ReturnType: boolean;
|
|
1583
|
-
}, {
|
|
1584
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
1585
|
-
Parameters: [{
|
|
1586
|
-
policyId: string;
|
|
1587
|
-
entryPoint: `0x${string}`;
|
|
1588
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1589
|
-
}];
|
|
1590
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
1591
|
-
}, {
|
|
1592
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
1593
|
-
Parameters: [{
|
|
1594
|
-
policyId: string;
|
|
1595
|
-
entryPoint: `0x${string}`;
|
|
1596
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1597
|
-
dummySignature: `0x${string}`;
|
|
1598
|
-
overrides?: Partial<{}> | undefined;
|
|
1599
|
-
}];
|
|
1600
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
1601
1562
|
}, {
|
|
1602
1563
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
1603
1564
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -1662,44 +1623,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1662
1623
|
[x: `address[${string}]`]: undefined;
|
|
1663
1624
|
[x: `bool[${string}]`]: undefined;
|
|
1664
1625
|
[x: `bytes[${string}]`]: undefined;
|
|
1665
|
-
[x: `
|
|
1666
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1626
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1667
1627
|
[x: `bytes1[${string}]`]: undefined;
|
|
1668
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1669
1628
|
[x: `bytes5[${string}]`]: undefined;
|
|
1670
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1671
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1672
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1673
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1674
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1675
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1676
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1677
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1678
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1679
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1680
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1681
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1682
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1683
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1684
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1685
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1686
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1687
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1688
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1689
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1690
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1691
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1692
1629
|
[x: `bytes10[${string}]`]: undefined;
|
|
1693
|
-
[x: `
|
|
1694
|
-
[x: `
|
|
1695
|
-
[x: `
|
|
1630
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1631
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1632
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1696
1633
|
[x: `bytes6[${string}]`]: undefined;
|
|
1634
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1635
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1636
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1637
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1638
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1639
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1640
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1641
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1642
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1643
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1644
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1645
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1646
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1647
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1648
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1649
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1650
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1651
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1652
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1653
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1654
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1655
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1656
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1657
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1697
1658
|
[x: `int[${string}]`]: undefined;
|
|
1698
|
-
[x: `int40[${string}]`]: undefined;
|
|
1699
|
-
[x: `int32[${string}]`]: undefined;
|
|
1700
|
-
[x: `int24[${string}]`]: undefined;
|
|
1701
|
-
[x: `int16[${string}]`]: undefined;
|
|
1702
1659
|
[x: `int8[${string}]`]: undefined;
|
|
1660
|
+
[x: `int16[${string}]`]: undefined;
|
|
1661
|
+
[x: `int24[${string}]`]: undefined;
|
|
1662
|
+
[x: `int32[${string}]`]: undefined;
|
|
1663
|
+
[x: `int40[${string}]`]: undefined;
|
|
1703
1664
|
[x: `int48[${string}]`]: undefined;
|
|
1704
1665
|
[x: `int56[${string}]`]: undefined;
|
|
1705
1666
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1728,11 +1689,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1728
1689
|
[x: `int248[${string}]`]: undefined;
|
|
1729
1690
|
[x: `int256[${string}]`]: undefined;
|
|
1730
1691
|
[x: `uint[${string}]`]: undefined;
|
|
1731
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1732
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1733
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1734
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1735
1692
|
[x: `uint8[${string}]`]: undefined;
|
|
1693
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1694
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1695
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1696
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1736
1697
|
[x: `uint48[${string}]`]: undefined;
|
|
1737
1698
|
[x: `uint56[${string}]`]: undefined;
|
|
1738
1699
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1764,43 +1725,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1764
1725
|
address?: undefined;
|
|
1765
1726
|
bool?: undefined;
|
|
1766
1727
|
bytes?: undefined;
|
|
1767
|
-
|
|
1768
|
-
bytes3?: undefined;
|
|
1728
|
+
bytes18?: undefined;
|
|
1769
1729
|
bytes1?: undefined;
|
|
1770
|
-
bytes4?: undefined;
|
|
1771
1730
|
bytes5?: undefined;
|
|
1772
|
-
bytes32?: undefined;
|
|
1773
|
-
bytes31?: undefined;
|
|
1774
|
-
bytes30?: undefined;
|
|
1775
|
-
bytes29?: undefined;
|
|
1776
|
-
bytes28?: undefined;
|
|
1777
|
-
bytes27?: undefined;
|
|
1778
|
-
bytes26?: undefined;
|
|
1779
|
-
bytes25?: undefined;
|
|
1780
|
-
bytes24?: undefined;
|
|
1781
|
-
bytes23?: undefined;
|
|
1782
|
-
bytes22?: undefined;
|
|
1783
|
-
bytes21?: undefined;
|
|
1784
|
-
bytes20?: undefined;
|
|
1785
|
-
bytes19?: undefined;
|
|
1786
|
-
bytes18?: undefined;
|
|
1787
|
-
bytes17?: undefined;
|
|
1788
|
-
bytes16?: undefined;
|
|
1789
|
-
bytes15?: undefined;
|
|
1790
|
-
bytes14?: undefined;
|
|
1791
|
-
bytes13?: undefined;
|
|
1792
|
-
bytes12?: undefined;
|
|
1793
|
-
bytes11?: undefined;
|
|
1794
1731
|
bytes10?: undefined;
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1732
|
+
bytes4?: undefined;
|
|
1733
|
+
bytes2?: undefined;
|
|
1734
|
+
bytes3?: undefined;
|
|
1798
1735
|
bytes6?: undefined;
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1736
|
+
bytes7?: undefined;
|
|
1737
|
+
bytes8?: undefined;
|
|
1738
|
+
bytes9?: undefined;
|
|
1739
|
+
bytes11?: undefined;
|
|
1740
|
+
bytes12?: undefined;
|
|
1741
|
+
bytes13?: undefined;
|
|
1742
|
+
bytes14?: undefined;
|
|
1743
|
+
bytes15?: undefined;
|
|
1744
|
+
bytes16?: undefined;
|
|
1745
|
+
bytes17?: undefined;
|
|
1746
|
+
bytes19?: undefined;
|
|
1747
|
+
bytes20?: undefined;
|
|
1748
|
+
bytes21?: undefined;
|
|
1749
|
+
bytes22?: undefined;
|
|
1750
|
+
bytes23?: undefined;
|
|
1751
|
+
bytes24?: undefined;
|
|
1752
|
+
bytes25?: undefined;
|
|
1753
|
+
bytes26?: undefined;
|
|
1754
|
+
bytes27?: undefined;
|
|
1755
|
+
bytes28?: undefined;
|
|
1756
|
+
bytes29?: undefined;
|
|
1757
|
+
bytes30?: undefined;
|
|
1758
|
+
bytes31?: undefined;
|
|
1759
|
+
bytes32?: undefined;
|
|
1803
1760
|
int8?: undefined;
|
|
1761
|
+
int16?: undefined;
|
|
1762
|
+
int24?: undefined;
|
|
1763
|
+
int32?: undefined;
|
|
1764
|
+
int40?: undefined;
|
|
1804
1765
|
int48?: undefined;
|
|
1805
1766
|
int56?: undefined;
|
|
1806
1767
|
int64?: undefined;
|
|
@@ -1828,11 +1789,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1828
1789
|
int240?: undefined;
|
|
1829
1790
|
int248?: undefined;
|
|
1830
1791
|
int256?: undefined;
|
|
1831
|
-
uint40?: undefined;
|
|
1832
|
-
uint32?: undefined;
|
|
1833
|
-
uint24?: undefined;
|
|
1834
|
-
uint16?: undefined;
|
|
1835
1792
|
uint8?: undefined;
|
|
1793
|
+
uint16?: undefined;
|
|
1794
|
+
uint24?: undefined;
|
|
1795
|
+
uint32?: undefined;
|
|
1796
|
+
uint40?: undefined;
|
|
1836
1797
|
uint48?: undefined;
|
|
1837
1798
|
uint56?: undefined;
|
|
1838
1799
|
uint64?: undefined;
|
|
@@ -1871,44 +1832,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1871
1832
|
[x: `address[${string}]`]: undefined;
|
|
1872
1833
|
[x: `bool[${string}]`]: undefined;
|
|
1873
1834
|
[x: `bytes[${string}]`]: undefined;
|
|
1874
|
-
[x: `
|
|
1875
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1835
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1876
1836
|
[x: `bytes1[${string}]`]: undefined;
|
|
1877
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1878
1837
|
[x: `bytes5[${string}]`]: undefined;
|
|
1879
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1880
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1881
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1882
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1883
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1884
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1885
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1886
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1887
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1888
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1889
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1890
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1891
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1892
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1893
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1894
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1895
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1896
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1897
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1898
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1899
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1900
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1901
1838
|
[x: `bytes10[${string}]`]: undefined;
|
|
1902
|
-
[x: `
|
|
1903
|
-
[x: `
|
|
1904
|
-
[x: `
|
|
1905
|
-
[x: `bytes6[${string}]`]: undefined;
|
|
1839
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1840
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1841
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1842
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
1843
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1844
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1845
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1846
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1847
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1848
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1849
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1850
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1851
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1852
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1853
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1854
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1855
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1856
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1857
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1858
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1859
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1860
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1861
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1862
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1863
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1864
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1865
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1866
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1906
1867
|
[x: `int[${string}]`]: undefined;
|
|
1907
|
-
[x: `int40[${string}]`]: undefined;
|
|
1908
|
-
[x: `int32[${string}]`]: undefined;
|
|
1909
|
-
[x: `int24[${string}]`]: undefined;
|
|
1910
|
-
[x: `int16[${string}]`]: undefined;
|
|
1911
1868
|
[x: `int8[${string}]`]: undefined;
|
|
1869
|
+
[x: `int16[${string}]`]: undefined;
|
|
1870
|
+
[x: `int24[${string}]`]: undefined;
|
|
1871
|
+
[x: `int32[${string}]`]: undefined;
|
|
1872
|
+
[x: `int40[${string}]`]: undefined;
|
|
1912
1873
|
[x: `int48[${string}]`]: undefined;
|
|
1913
1874
|
[x: `int56[${string}]`]: undefined;
|
|
1914
1875
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1937,11 +1898,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1937
1898
|
[x: `int248[${string}]`]: undefined;
|
|
1938
1899
|
[x: `int256[${string}]`]: undefined;
|
|
1939
1900
|
[x: `uint[${string}]`]: undefined;
|
|
1940
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1941
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1942
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1943
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1944
1901
|
[x: `uint8[${string}]`]: undefined;
|
|
1902
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1903
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1904
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1905
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1945
1906
|
[x: `uint48[${string}]`]: undefined;
|
|
1946
1907
|
[x: `uint56[${string}]`]: undefined;
|
|
1947
1908
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1973,43 +1934,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
1973
1934
|
address?: undefined;
|
|
1974
1935
|
bool?: undefined;
|
|
1975
1936
|
bytes?: undefined;
|
|
1976
|
-
|
|
1977
|
-
bytes3?: undefined;
|
|
1937
|
+
bytes18?: undefined;
|
|
1978
1938
|
bytes1?: undefined;
|
|
1979
|
-
bytes4?: undefined;
|
|
1980
1939
|
bytes5?: undefined;
|
|
1981
|
-
bytes32?: undefined;
|
|
1982
|
-
bytes31?: undefined;
|
|
1983
|
-
bytes30?: undefined;
|
|
1984
|
-
bytes29?: undefined;
|
|
1985
|
-
bytes28?: undefined;
|
|
1986
|
-
bytes27?: undefined;
|
|
1987
|
-
bytes26?: undefined;
|
|
1988
|
-
bytes25?: undefined;
|
|
1989
|
-
bytes24?: undefined;
|
|
1990
|
-
bytes23?: undefined;
|
|
1991
|
-
bytes22?: undefined;
|
|
1992
|
-
bytes21?: undefined;
|
|
1993
|
-
bytes20?: undefined;
|
|
1994
|
-
bytes19?: undefined;
|
|
1995
|
-
bytes18?: undefined;
|
|
1996
|
-
bytes17?: undefined;
|
|
1997
|
-
bytes16?: undefined;
|
|
1998
|
-
bytes15?: undefined;
|
|
1999
|
-
bytes14?: undefined;
|
|
2000
|
-
bytes13?: undefined;
|
|
2001
|
-
bytes12?: undefined;
|
|
2002
|
-
bytes11?: undefined;
|
|
2003
1940
|
bytes10?: undefined;
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
1941
|
+
bytes4?: undefined;
|
|
1942
|
+
bytes2?: undefined;
|
|
1943
|
+
bytes3?: undefined;
|
|
2007
1944
|
bytes6?: undefined;
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
1945
|
+
bytes7?: undefined;
|
|
1946
|
+
bytes8?: undefined;
|
|
1947
|
+
bytes9?: undefined;
|
|
1948
|
+
bytes11?: undefined;
|
|
1949
|
+
bytes12?: undefined;
|
|
1950
|
+
bytes13?: undefined;
|
|
1951
|
+
bytes14?: undefined;
|
|
1952
|
+
bytes15?: undefined;
|
|
1953
|
+
bytes16?: undefined;
|
|
1954
|
+
bytes17?: undefined;
|
|
1955
|
+
bytes19?: undefined;
|
|
1956
|
+
bytes20?: undefined;
|
|
1957
|
+
bytes21?: undefined;
|
|
1958
|
+
bytes22?: undefined;
|
|
1959
|
+
bytes23?: undefined;
|
|
1960
|
+
bytes24?: undefined;
|
|
1961
|
+
bytes25?: undefined;
|
|
1962
|
+
bytes26?: undefined;
|
|
1963
|
+
bytes27?: undefined;
|
|
1964
|
+
bytes28?: undefined;
|
|
1965
|
+
bytes29?: undefined;
|
|
1966
|
+
bytes30?: undefined;
|
|
1967
|
+
bytes31?: undefined;
|
|
1968
|
+
bytes32?: undefined;
|
|
2012
1969
|
int8?: undefined;
|
|
1970
|
+
int16?: undefined;
|
|
1971
|
+
int24?: undefined;
|
|
1972
|
+
int32?: undefined;
|
|
1973
|
+
int40?: undefined;
|
|
2013
1974
|
int48?: undefined;
|
|
2014
1975
|
int56?: undefined;
|
|
2015
1976
|
int64?: undefined;
|
|
@@ -2037,11 +1998,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2037
1998
|
int240?: undefined;
|
|
2038
1999
|
int248?: undefined;
|
|
2039
2000
|
int256?: undefined;
|
|
2040
|
-
uint40?: undefined;
|
|
2041
|
-
uint32?: undefined;
|
|
2042
|
-
uint24?: undefined;
|
|
2043
|
-
uint16?: undefined;
|
|
2044
2001
|
uint8?: undefined;
|
|
2002
|
+
uint16?: undefined;
|
|
2003
|
+
uint24?: undefined;
|
|
2004
|
+
uint32?: undefined;
|
|
2005
|
+
uint40?: undefined;
|
|
2045
2006
|
uint48?: undefined;
|
|
2046
2007
|
uint56?: undefined;
|
|
2047
2008
|
uint64?: undefined;
|
|
@@ -2272,24 +2233,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2272
2233
|
Method: "eth_uninstallFilter";
|
|
2273
2234
|
Parameters: [filterId: `0x${string}`];
|
|
2274
2235
|
ReturnType: boolean;
|
|
2275
|
-
}, {
|
|
2276
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2277
|
-
Parameters: [{
|
|
2278
|
-
policyId: string;
|
|
2279
|
-
entryPoint: `0x${string}`;
|
|
2280
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2281
|
-
}];
|
|
2282
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
2283
|
-
}, {
|
|
2284
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
2285
|
-
Parameters: [{
|
|
2286
|
-
policyId: string;
|
|
2287
|
-
entryPoint: `0x${string}`;
|
|
2288
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2289
|
-
dummySignature: `0x${string}`;
|
|
2290
|
-
overrides?: Partial<{}> | undefined;
|
|
2291
|
-
}];
|
|
2292
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
2293
2236
|
}, {
|
|
2294
2237
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
2295
2238
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -2354,44 +2297,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2354
2297
|
[x: `address[${string}]`]: undefined;
|
|
2355
2298
|
[x: `bool[${string}]`]: undefined;
|
|
2356
2299
|
[x: `bytes[${string}]`]: undefined;
|
|
2357
|
-
[x: `
|
|
2358
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2300
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2359
2301
|
[x: `bytes1[${string}]`]: undefined;
|
|
2360
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2361
2302
|
[x: `bytes5[${string}]`]: undefined;
|
|
2362
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2363
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2364
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2365
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2366
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2367
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2368
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2369
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2370
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2371
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2372
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2373
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2374
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2375
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2376
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2377
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2378
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2379
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2380
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2381
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2382
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2383
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2384
2303
|
[x: `bytes10[${string}]`]: undefined;
|
|
2385
|
-
[x: `
|
|
2386
|
-
[x: `
|
|
2387
|
-
[x: `
|
|
2304
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2305
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2306
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2388
2307
|
[x: `bytes6[${string}]`]: undefined;
|
|
2308
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2309
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2310
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2311
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2312
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2313
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2314
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2315
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2316
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2317
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2318
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2319
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2320
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2321
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2322
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2323
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2324
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2325
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2326
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2327
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2328
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2329
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2330
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2331
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2389
2332
|
[x: `int[${string}]`]: undefined;
|
|
2390
|
-
[x: `int40[${string}]`]: undefined;
|
|
2391
|
-
[x: `int32[${string}]`]: undefined;
|
|
2392
|
-
[x: `int24[${string}]`]: undefined;
|
|
2393
|
-
[x: `int16[${string}]`]: undefined;
|
|
2394
2333
|
[x: `int8[${string}]`]: undefined;
|
|
2334
|
+
[x: `int16[${string}]`]: undefined;
|
|
2335
|
+
[x: `int24[${string}]`]: undefined;
|
|
2336
|
+
[x: `int32[${string}]`]: undefined;
|
|
2337
|
+
[x: `int40[${string}]`]: undefined;
|
|
2395
2338
|
[x: `int48[${string}]`]: undefined;
|
|
2396
2339
|
[x: `int56[${string}]`]: undefined;
|
|
2397
2340
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2420,11 +2363,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2420
2363
|
[x: `int248[${string}]`]: undefined;
|
|
2421
2364
|
[x: `int256[${string}]`]: undefined;
|
|
2422
2365
|
[x: `uint[${string}]`]: undefined;
|
|
2423
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2424
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2425
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2426
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2427
2366
|
[x: `uint8[${string}]`]: undefined;
|
|
2367
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2368
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2369
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2370
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2428
2371
|
[x: `uint48[${string}]`]: undefined;
|
|
2429
2372
|
[x: `uint56[${string}]`]: undefined;
|
|
2430
2373
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2456,45 +2399,45 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2456
2399
|
address?: undefined;
|
|
2457
2400
|
bool?: undefined;
|
|
2458
2401
|
bytes?: undefined;
|
|
2459
|
-
|
|
2460
|
-
bytes3?: undefined;
|
|
2402
|
+
bytes18?: undefined;
|
|
2461
2403
|
bytes1?: undefined;
|
|
2462
|
-
bytes4?: undefined;
|
|
2463
2404
|
bytes5?: undefined;
|
|
2464
|
-
bytes32?: undefined;
|
|
2465
|
-
bytes31?: undefined;
|
|
2466
|
-
bytes30?: undefined;
|
|
2467
|
-
bytes29?: undefined;
|
|
2468
|
-
bytes28?: undefined;
|
|
2469
|
-
bytes27?: undefined;
|
|
2470
|
-
bytes26?: undefined;
|
|
2471
|
-
bytes25?: undefined;
|
|
2472
|
-
bytes24?: undefined;
|
|
2473
|
-
bytes23?: undefined;
|
|
2474
|
-
bytes22?: undefined;
|
|
2475
|
-
bytes21?: undefined;
|
|
2476
|
-
bytes20?: undefined;
|
|
2477
|
-
bytes19?: undefined;
|
|
2478
|
-
bytes18?: undefined;
|
|
2479
|
-
bytes17?: undefined;
|
|
2480
|
-
bytes16?: undefined;
|
|
2481
|
-
bytes15?: undefined;
|
|
2482
|
-
bytes14?: undefined;
|
|
2483
|
-
bytes13?: undefined;
|
|
2484
|
-
bytes12?: undefined;
|
|
2485
|
-
bytes11?: undefined;
|
|
2486
2405
|
bytes10?: undefined;
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2406
|
+
bytes4?: undefined;
|
|
2407
|
+
bytes2?: undefined;
|
|
2408
|
+
bytes3?: undefined;
|
|
2490
2409
|
bytes6?: undefined;
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2410
|
+
bytes7?: undefined;
|
|
2411
|
+
bytes8?: undefined;
|
|
2412
|
+
bytes9?: undefined;
|
|
2413
|
+
bytes11?: undefined;
|
|
2414
|
+
bytes12?: undefined;
|
|
2415
|
+
bytes13?: undefined;
|
|
2416
|
+
bytes14?: undefined;
|
|
2417
|
+
bytes15?: undefined;
|
|
2418
|
+
bytes16?: undefined;
|
|
2419
|
+
bytes17?: undefined;
|
|
2420
|
+
bytes19?: undefined;
|
|
2421
|
+
bytes20?: undefined;
|
|
2422
|
+
bytes21?: undefined;
|
|
2423
|
+
bytes22?: undefined;
|
|
2424
|
+
bytes23?: undefined;
|
|
2425
|
+
bytes24?: undefined;
|
|
2426
|
+
bytes25?: undefined;
|
|
2427
|
+
bytes26?: undefined;
|
|
2428
|
+
bytes27?: undefined;
|
|
2429
|
+
bytes28?: undefined;
|
|
2430
|
+
bytes29?: undefined;
|
|
2431
|
+
bytes30?: undefined;
|
|
2432
|
+
bytes31?: undefined;
|
|
2433
|
+
bytes32?: undefined;
|
|
2495
2434
|
int8?: undefined;
|
|
2496
|
-
|
|
2497
|
-
|
|
2435
|
+
int16?: undefined;
|
|
2436
|
+
int24?: undefined;
|
|
2437
|
+
int32?: undefined;
|
|
2438
|
+
int40?: undefined;
|
|
2439
|
+
int48?: undefined;
|
|
2440
|
+
int56?: undefined;
|
|
2498
2441
|
int64?: undefined;
|
|
2499
2442
|
int72?: undefined;
|
|
2500
2443
|
int80?: undefined;
|
|
@@ -2520,11 +2463,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2520
2463
|
int240?: undefined;
|
|
2521
2464
|
int248?: undefined;
|
|
2522
2465
|
int256?: undefined;
|
|
2523
|
-
uint40?: undefined;
|
|
2524
|
-
uint32?: undefined;
|
|
2525
|
-
uint24?: undefined;
|
|
2526
|
-
uint16?: undefined;
|
|
2527
2466
|
uint8?: undefined;
|
|
2467
|
+
uint16?: undefined;
|
|
2468
|
+
uint24?: undefined;
|
|
2469
|
+
uint32?: undefined;
|
|
2470
|
+
uint40?: undefined;
|
|
2528
2471
|
uint48?: undefined;
|
|
2529
2472
|
uint56?: undefined;
|
|
2530
2473
|
uint64?: undefined;
|
|
@@ -2563,44 +2506,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2563
2506
|
[x: `address[${string}]`]: undefined;
|
|
2564
2507
|
[x: `bool[${string}]`]: undefined;
|
|
2565
2508
|
[x: `bytes[${string}]`]: undefined;
|
|
2566
|
-
[x: `
|
|
2567
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2509
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2568
2510
|
[x: `bytes1[${string}]`]: undefined;
|
|
2569
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2570
2511
|
[x: `bytes5[${string}]`]: undefined;
|
|
2571
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2572
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2573
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2574
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2575
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2576
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2577
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2578
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2579
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2580
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2581
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2582
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2583
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2584
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2585
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2586
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2587
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2588
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2589
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2590
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2591
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2592
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2593
2512
|
[x: `bytes10[${string}]`]: undefined;
|
|
2594
|
-
[x: `
|
|
2595
|
-
[x: `
|
|
2596
|
-
[x: `
|
|
2513
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2514
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2515
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2597
2516
|
[x: `bytes6[${string}]`]: undefined;
|
|
2517
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2518
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2519
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2520
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2521
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2522
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2523
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2524
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2525
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2526
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2527
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2528
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2529
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2530
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2531
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2532
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2533
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2534
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2535
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2536
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2537
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2538
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2539
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2540
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2598
2541
|
[x: `int[${string}]`]: undefined;
|
|
2599
|
-
[x: `int40[${string}]`]: undefined;
|
|
2600
|
-
[x: `int32[${string}]`]: undefined;
|
|
2601
|
-
[x: `int24[${string}]`]: undefined;
|
|
2602
|
-
[x: `int16[${string}]`]: undefined;
|
|
2603
2542
|
[x: `int8[${string}]`]: undefined;
|
|
2543
|
+
[x: `int16[${string}]`]: undefined;
|
|
2544
|
+
[x: `int24[${string}]`]: undefined;
|
|
2545
|
+
[x: `int32[${string}]`]: undefined;
|
|
2546
|
+
[x: `int40[${string}]`]: undefined;
|
|
2604
2547
|
[x: `int48[${string}]`]: undefined;
|
|
2605
2548
|
[x: `int56[${string}]`]: undefined;
|
|
2606
2549
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2629,11 +2572,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2629
2572
|
[x: `int248[${string}]`]: undefined;
|
|
2630
2573
|
[x: `int256[${string}]`]: undefined;
|
|
2631
2574
|
[x: `uint[${string}]`]: undefined;
|
|
2632
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2633
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2634
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2635
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2636
2575
|
[x: `uint8[${string}]`]: undefined;
|
|
2576
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2577
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2578
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2579
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2637
2580
|
[x: `uint48[${string}]`]: undefined;
|
|
2638
2581
|
[x: `uint56[${string}]`]: undefined;
|
|
2639
2582
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2665,43 +2608,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2665
2608
|
address?: undefined;
|
|
2666
2609
|
bool?: undefined;
|
|
2667
2610
|
bytes?: undefined;
|
|
2668
|
-
|
|
2669
|
-
bytes3?: undefined;
|
|
2611
|
+
bytes18?: undefined;
|
|
2670
2612
|
bytes1?: undefined;
|
|
2671
|
-
bytes4?: undefined;
|
|
2672
2613
|
bytes5?: undefined;
|
|
2673
|
-
bytes32?: undefined;
|
|
2674
|
-
bytes31?: undefined;
|
|
2675
|
-
bytes30?: undefined;
|
|
2676
|
-
bytes29?: undefined;
|
|
2677
|
-
bytes28?: undefined;
|
|
2678
|
-
bytes27?: undefined;
|
|
2679
|
-
bytes26?: undefined;
|
|
2680
|
-
bytes25?: undefined;
|
|
2681
|
-
bytes24?: undefined;
|
|
2682
|
-
bytes23?: undefined;
|
|
2683
|
-
bytes22?: undefined;
|
|
2684
|
-
bytes21?: undefined;
|
|
2685
|
-
bytes20?: undefined;
|
|
2686
|
-
bytes19?: undefined;
|
|
2687
|
-
bytes18?: undefined;
|
|
2688
|
-
bytes17?: undefined;
|
|
2689
|
-
bytes16?: undefined;
|
|
2690
|
-
bytes15?: undefined;
|
|
2691
|
-
bytes14?: undefined;
|
|
2692
|
-
bytes13?: undefined;
|
|
2693
|
-
bytes12?: undefined;
|
|
2694
|
-
bytes11?: undefined;
|
|
2695
2614
|
bytes10?: undefined;
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2615
|
+
bytes4?: undefined;
|
|
2616
|
+
bytes2?: undefined;
|
|
2617
|
+
bytes3?: undefined;
|
|
2699
2618
|
bytes6?: undefined;
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2619
|
+
bytes7?: undefined;
|
|
2620
|
+
bytes8?: undefined;
|
|
2621
|
+
bytes9?: undefined;
|
|
2622
|
+
bytes11?: undefined;
|
|
2623
|
+
bytes12?: undefined;
|
|
2624
|
+
bytes13?: undefined;
|
|
2625
|
+
bytes14?: undefined;
|
|
2626
|
+
bytes15?: undefined;
|
|
2627
|
+
bytes16?: undefined;
|
|
2628
|
+
bytes17?: undefined;
|
|
2629
|
+
bytes19?: undefined;
|
|
2630
|
+
bytes20?: undefined;
|
|
2631
|
+
bytes21?: undefined;
|
|
2632
|
+
bytes22?: undefined;
|
|
2633
|
+
bytes23?: undefined;
|
|
2634
|
+
bytes24?: undefined;
|
|
2635
|
+
bytes25?: undefined;
|
|
2636
|
+
bytes26?: undefined;
|
|
2637
|
+
bytes27?: undefined;
|
|
2638
|
+
bytes28?: undefined;
|
|
2639
|
+
bytes29?: undefined;
|
|
2640
|
+
bytes30?: undefined;
|
|
2641
|
+
bytes31?: undefined;
|
|
2642
|
+
bytes32?: undefined;
|
|
2704
2643
|
int8?: undefined;
|
|
2644
|
+
int16?: undefined;
|
|
2645
|
+
int24?: undefined;
|
|
2646
|
+
int32?: undefined;
|
|
2647
|
+
int40?: undefined;
|
|
2705
2648
|
int48?: undefined;
|
|
2706
2649
|
int56?: undefined;
|
|
2707
2650
|
int64?: undefined;
|
|
@@ -2729,11 +2672,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2729
2672
|
int240?: undefined;
|
|
2730
2673
|
int248?: undefined;
|
|
2731
2674
|
int256?: undefined;
|
|
2732
|
-
uint40?: undefined;
|
|
2733
|
-
uint32?: undefined;
|
|
2734
|
-
uint24?: undefined;
|
|
2735
|
-
uint16?: undefined;
|
|
2736
2675
|
uint8?: undefined;
|
|
2676
|
+
uint16?: undefined;
|
|
2677
|
+
uint24?: undefined;
|
|
2678
|
+
uint32?: undefined;
|
|
2679
|
+
uint40?: undefined;
|
|
2737
2680
|
uint48?: undefined;
|
|
2738
2681
|
uint56?: undefined;
|
|
2739
2682
|
uint64?: undefined;
|
|
@@ -2964,24 +2907,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
2964
2907
|
Method: "eth_uninstallFilter";
|
|
2965
2908
|
Parameters: [filterId: `0x${string}`];
|
|
2966
2909
|
ReturnType: boolean;
|
|
2967
|
-
}, {
|
|
2968
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2969
|
-
Parameters: [{
|
|
2970
|
-
policyId: string;
|
|
2971
|
-
entryPoint: `0x${string}`;
|
|
2972
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2973
|
-
}];
|
|
2974
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
2975
|
-
}, {
|
|
2976
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
2977
|
-
Parameters: [{
|
|
2978
|
-
policyId: string;
|
|
2979
|
-
entryPoint: `0x${string}`;
|
|
2980
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2981
|
-
dummySignature: `0x${string}`;
|
|
2982
|
-
overrides?: Partial<{}> | undefined;
|
|
2983
|
-
}];
|
|
2984
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
2985
2910
|
}, {
|
|
2986
2911
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
2987
2912
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3046,44 +2971,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3046
2971
|
[x: `address[${string}]`]: undefined;
|
|
3047
2972
|
[x: `bool[${string}]`]: undefined;
|
|
3048
2973
|
[x: `bytes[${string}]`]: undefined;
|
|
3049
|
-
[x: `
|
|
3050
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2974
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
3051
2975
|
[x: `bytes1[${string}]`]: undefined;
|
|
3052
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3053
2976
|
[x: `bytes5[${string}]`]: undefined;
|
|
3054
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3055
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3056
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3057
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3058
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3059
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3060
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3061
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3062
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3063
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3064
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3065
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3066
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3067
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3068
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
3069
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3070
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3071
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3072
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3073
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3074
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3075
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3076
2977
|
[x: `bytes10[${string}]`]: undefined;
|
|
3077
|
-
[x: `
|
|
3078
|
-
[x: `
|
|
3079
|
-
[x: `
|
|
2978
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2979
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2980
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
3080
2981
|
[x: `bytes6[${string}]`]: undefined;
|
|
2982
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2983
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2984
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2985
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2986
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2987
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2988
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2989
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2990
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2991
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2992
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2993
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2994
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2995
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2996
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2997
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2998
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2999
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3000
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3001
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3002
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3003
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3004
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3005
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3081
3006
|
[x: `int[${string}]`]: undefined;
|
|
3082
|
-
[x: `int40[${string}]`]: undefined;
|
|
3083
|
-
[x: `int32[${string}]`]: undefined;
|
|
3084
|
-
[x: `int24[${string}]`]: undefined;
|
|
3085
|
-
[x: `int16[${string}]`]: undefined;
|
|
3086
3007
|
[x: `int8[${string}]`]: undefined;
|
|
3008
|
+
[x: `int16[${string}]`]: undefined;
|
|
3009
|
+
[x: `int24[${string}]`]: undefined;
|
|
3010
|
+
[x: `int32[${string}]`]: undefined;
|
|
3011
|
+
[x: `int40[${string}]`]: undefined;
|
|
3087
3012
|
[x: `int48[${string}]`]: undefined;
|
|
3088
3013
|
[x: `int56[${string}]`]: undefined;
|
|
3089
3014
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3112,11 +3037,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3112
3037
|
[x: `int248[${string}]`]: undefined;
|
|
3113
3038
|
[x: `int256[${string}]`]: undefined;
|
|
3114
3039
|
[x: `uint[${string}]`]: undefined;
|
|
3115
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3116
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3117
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3118
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3119
3040
|
[x: `uint8[${string}]`]: undefined;
|
|
3041
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3042
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3043
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3044
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3120
3045
|
[x: `uint48[${string}]`]: undefined;
|
|
3121
3046
|
[x: `uint56[${string}]`]: undefined;
|
|
3122
3047
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3148,43 +3073,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3148
3073
|
address?: undefined;
|
|
3149
3074
|
bool?: undefined;
|
|
3150
3075
|
bytes?: undefined;
|
|
3151
|
-
|
|
3152
|
-
bytes3?: undefined;
|
|
3076
|
+
bytes18?: undefined;
|
|
3153
3077
|
bytes1?: undefined;
|
|
3154
|
-
bytes4?: undefined;
|
|
3155
3078
|
bytes5?: undefined;
|
|
3156
|
-
bytes32?: undefined;
|
|
3157
|
-
bytes31?: undefined;
|
|
3158
|
-
bytes30?: undefined;
|
|
3159
|
-
bytes29?: undefined;
|
|
3160
|
-
bytes28?: undefined;
|
|
3161
|
-
bytes27?: undefined;
|
|
3162
|
-
bytes26?: undefined;
|
|
3163
|
-
bytes25?: undefined;
|
|
3164
|
-
bytes24?: undefined;
|
|
3165
|
-
bytes23?: undefined;
|
|
3166
|
-
bytes22?: undefined;
|
|
3167
|
-
bytes21?: undefined;
|
|
3168
|
-
bytes20?: undefined;
|
|
3169
|
-
bytes19?: undefined;
|
|
3170
|
-
bytes18?: undefined;
|
|
3171
|
-
bytes17?: undefined;
|
|
3172
|
-
bytes16?: undefined;
|
|
3173
|
-
bytes15?: undefined;
|
|
3174
|
-
bytes14?: undefined;
|
|
3175
|
-
bytes13?: undefined;
|
|
3176
|
-
bytes12?: undefined;
|
|
3177
|
-
bytes11?: undefined;
|
|
3178
3079
|
bytes10?: undefined;
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3080
|
+
bytes4?: undefined;
|
|
3081
|
+
bytes2?: undefined;
|
|
3082
|
+
bytes3?: undefined;
|
|
3182
3083
|
bytes6?: undefined;
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3084
|
+
bytes7?: undefined;
|
|
3085
|
+
bytes8?: undefined;
|
|
3086
|
+
bytes9?: undefined;
|
|
3087
|
+
bytes11?: undefined;
|
|
3088
|
+
bytes12?: undefined;
|
|
3089
|
+
bytes13?: undefined;
|
|
3090
|
+
bytes14?: undefined;
|
|
3091
|
+
bytes15?: undefined;
|
|
3092
|
+
bytes16?: undefined;
|
|
3093
|
+
bytes17?: undefined;
|
|
3094
|
+
bytes19?: undefined;
|
|
3095
|
+
bytes20?: undefined;
|
|
3096
|
+
bytes21?: undefined;
|
|
3097
|
+
bytes22?: undefined;
|
|
3098
|
+
bytes23?: undefined;
|
|
3099
|
+
bytes24?: undefined;
|
|
3100
|
+
bytes25?: undefined;
|
|
3101
|
+
bytes26?: undefined;
|
|
3102
|
+
bytes27?: undefined;
|
|
3103
|
+
bytes28?: undefined;
|
|
3104
|
+
bytes29?: undefined;
|
|
3105
|
+
bytes30?: undefined;
|
|
3106
|
+
bytes31?: undefined;
|
|
3107
|
+
bytes32?: undefined;
|
|
3187
3108
|
int8?: undefined;
|
|
3109
|
+
int16?: undefined;
|
|
3110
|
+
int24?: undefined;
|
|
3111
|
+
int32?: undefined;
|
|
3112
|
+
int40?: undefined;
|
|
3188
3113
|
int48?: undefined;
|
|
3189
3114
|
int56?: undefined;
|
|
3190
3115
|
int64?: undefined;
|
|
@@ -3212,11 +3137,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3212
3137
|
int240?: undefined;
|
|
3213
3138
|
int248?: undefined;
|
|
3214
3139
|
int256?: undefined;
|
|
3215
|
-
uint40?: undefined;
|
|
3216
|
-
uint32?: undefined;
|
|
3217
|
-
uint24?: undefined;
|
|
3218
|
-
uint16?: undefined;
|
|
3219
3140
|
uint8?: undefined;
|
|
3141
|
+
uint16?: undefined;
|
|
3142
|
+
uint24?: undefined;
|
|
3143
|
+
uint32?: undefined;
|
|
3144
|
+
uint40?: undefined;
|
|
3220
3145
|
uint48?: undefined;
|
|
3221
3146
|
uint56?: undefined;
|
|
3222
3147
|
uint64?: undefined;
|
|
@@ -3255,44 +3180,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3255
3180
|
[x: `address[${string}]`]: undefined;
|
|
3256
3181
|
[x: `bool[${string}]`]: undefined;
|
|
3257
3182
|
[x: `bytes[${string}]`]: undefined;
|
|
3258
|
-
[x: `
|
|
3259
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
3183
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
3260
3184
|
[x: `bytes1[${string}]`]: undefined;
|
|
3261
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3262
3185
|
[x: `bytes5[${string}]`]: undefined;
|
|
3263
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3264
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3265
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3266
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3267
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3268
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3269
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3270
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3271
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3272
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3273
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3274
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3275
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3276
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3277
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
3278
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3279
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3280
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3281
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3282
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3283
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3284
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3285
3186
|
[x: `bytes10[${string}]`]: undefined;
|
|
3286
|
-
[x: `
|
|
3287
|
-
[x: `
|
|
3288
|
-
[x: `
|
|
3187
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3188
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
3189
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
3289
3190
|
[x: `bytes6[${string}]`]: undefined;
|
|
3191
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3192
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3193
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3194
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3195
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3196
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3197
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3198
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3199
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3200
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3201
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3202
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3203
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3204
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3205
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3206
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3207
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3208
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3209
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3210
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3211
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3212
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3213
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3214
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3290
3215
|
[x: `int[${string}]`]: undefined;
|
|
3291
|
-
[x: `int40[${string}]`]: undefined;
|
|
3292
|
-
[x: `int32[${string}]`]: undefined;
|
|
3293
|
-
[x: `int24[${string}]`]: undefined;
|
|
3294
|
-
[x: `int16[${string}]`]: undefined;
|
|
3295
3216
|
[x: `int8[${string}]`]: undefined;
|
|
3217
|
+
[x: `int16[${string}]`]: undefined;
|
|
3218
|
+
[x: `int24[${string}]`]: undefined;
|
|
3219
|
+
[x: `int32[${string}]`]: undefined;
|
|
3220
|
+
[x: `int40[${string}]`]: undefined;
|
|
3296
3221
|
[x: `int48[${string}]`]: undefined;
|
|
3297
3222
|
[x: `int56[${string}]`]: undefined;
|
|
3298
3223
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3321,11 +3246,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3321
3246
|
[x: `int248[${string}]`]: undefined;
|
|
3322
3247
|
[x: `int256[${string}]`]: undefined;
|
|
3323
3248
|
[x: `uint[${string}]`]: undefined;
|
|
3324
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3325
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3326
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3327
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3328
3249
|
[x: `uint8[${string}]`]: undefined;
|
|
3250
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3251
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3252
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3253
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3329
3254
|
[x: `uint48[${string}]`]: undefined;
|
|
3330
3255
|
[x: `uint56[${string}]`]: undefined;
|
|
3331
3256
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3357,43 +3282,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3357
3282
|
address?: undefined;
|
|
3358
3283
|
bool?: undefined;
|
|
3359
3284
|
bytes?: undefined;
|
|
3360
|
-
|
|
3361
|
-
bytes3?: undefined;
|
|
3285
|
+
bytes18?: undefined;
|
|
3362
3286
|
bytes1?: undefined;
|
|
3363
|
-
bytes4?: undefined;
|
|
3364
3287
|
bytes5?: undefined;
|
|
3365
|
-
bytes32?: undefined;
|
|
3366
|
-
bytes31?: undefined;
|
|
3367
|
-
bytes30?: undefined;
|
|
3368
|
-
bytes29?: undefined;
|
|
3369
|
-
bytes28?: undefined;
|
|
3370
|
-
bytes27?: undefined;
|
|
3371
|
-
bytes26?: undefined;
|
|
3372
|
-
bytes25?: undefined;
|
|
3373
|
-
bytes24?: undefined;
|
|
3374
|
-
bytes23?: undefined;
|
|
3375
|
-
bytes22?: undefined;
|
|
3376
|
-
bytes21?: undefined;
|
|
3377
|
-
bytes20?: undefined;
|
|
3378
|
-
bytes19?: undefined;
|
|
3379
|
-
bytes18?: undefined;
|
|
3380
|
-
bytes17?: undefined;
|
|
3381
|
-
bytes16?: undefined;
|
|
3382
|
-
bytes15?: undefined;
|
|
3383
|
-
bytes14?: undefined;
|
|
3384
|
-
bytes13?: undefined;
|
|
3385
|
-
bytes12?: undefined;
|
|
3386
|
-
bytes11?: undefined;
|
|
3387
3288
|
bytes10?: undefined;
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3289
|
+
bytes4?: undefined;
|
|
3290
|
+
bytes2?: undefined;
|
|
3291
|
+
bytes3?: undefined;
|
|
3391
3292
|
bytes6?: undefined;
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3293
|
+
bytes7?: undefined;
|
|
3294
|
+
bytes8?: undefined;
|
|
3295
|
+
bytes9?: undefined;
|
|
3296
|
+
bytes11?: undefined;
|
|
3297
|
+
bytes12?: undefined;
|
|
3298
|
+
bytes13?: undefined;
|
|
3299
|
+
bytes14?: undefined;
|
|
3300
|
+
bytes15?: undefined;
|
|
3301
|
+
bytes16?: undefined;
|
|
3302
|
+
bytes17?: undefined;
|
|
3303
|
+
bytes19?: undefined;
|
|
3304
|
+
bytes20?: undefined;
|
|
3305
|
+
bytes21?: undefined;
|
|
3306
|
+
bytes22?: undefined;
|
|
3307
|
+
bytes23?: undefined;
|
|
3308
|
+
bytes24?: undefined;
|
|
3309
|
+
bytes25?: undefined;
|
|
3310
|
+
bytes26?: undefined;
|
|
3311
|
+
bytes27?: undefined;
|
|
3312
|
+
bytes28?: undefined;
|
|
3313
|
+
bytes29?: undefined;
|
|
3314
|
+
bytes30?: undefined;
|
|
3315
|
+
bytes31?: undefined;
|
|
3316
|
+
bytes32?: undefined;
|
|
3396
3317
|
int8?: undefined;
|
|
3318
|
+
int16?: undefined;
|
|
3319
|
+
int24?: undefined;
|
|
3320
|
+
int32?: undefined;
|
|
3321
|
+
int40?: undefined;
|
|
3397
3322
|
int48?: undefined;
|
|
3398
3323
|
int56?: undefined;
|
|
3399
3324
|
int64?: undefined;
|
|
@@ -3421,11 +3346,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3421
3346
|
int240?: undefined;
|
|
3422
3347
|
int248?: undefined;
|
|
3423
3348
|
int256?: undefined;
|
|
3424
|
-
uint40?: undefined;
|
|
3425
|
-
uint32?: undefined;
|
|
3426
|
-
uint24?: undefined;
|
|
3427
|
-
uint16?: undefined;
|
|
3428
3349
|
uint8?: undefined;
|
|
3350
|
+
uint16?: undefined;
|
|
3351
|
+
uint24?: undefined;
|
|
3352
|
+
uint32?: undefined;
|
|
3353
|
+
uint40?: undefined;
|
|
3429
3354
|
uint48?: undefined;
|
|
3430
3355
|
uint56?: undefined;
|
|
3431
3356
|
uint64?: undefined;
|
|
@@ -3656,24 +3581,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3656
3581
|
Method: "eth_uninstallFilter";
|
|
3657
3582
|
Parameters: [filterId: `0x${string}`];
|
|
3658
3583
|
ReturnType: boolean;
|
|
3659
|
-
}, {
|
|
3660
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
3661
|
-
Parameters: [{
|
|
3662
|
-
policyId: string;
|
|
3663
|
-
entryPoint: `0x${string}`;
|
|
3664
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3665
|
-
}];
|
|
3666
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
3667
|
-
}, {
|
|
3668
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
3669
|
-
Parameters: [{
|
|
3670
|
-
policyId: string;
|
|
3671
|
-
entryPoint: `0x${string}`;
|
|
3672
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3673
|
-
dummySignature: `0x${string}`;
|
|
3674
|
-
overrides?: Partial<{}> | undefined;
|
|
3675
|
-
}];
|
|
3676
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
3677
3584
|
}, {
|
|
3678
3585
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
3679
3586
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3738,60 +3645,60 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3738
3645
|
[x: `address[${string}]`]: undefined;
|
|
3739
3646
|
[x: `bool[${string}]`]: undefined;
|
|
3740
3647
|
[x: `bytes[${string}]`]: undefined;
|
|
3741
|
-
[x: `
|
|
3742
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
3648
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
3743
3649
|
[x: `bytes1[${string}]`]: undefined;
|
|
3744
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3745
3650
|
[x: `bytes5[${string}]`]: undefined;
|
|
3746
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3747
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3748
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3749
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3750
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3751
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3752
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3753
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3754
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3755
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3756
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3757
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3758
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3759
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3760
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
3761
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3762
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3763
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3764
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3765
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3766
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3767
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3768
3651
|
[x: `bytes10[${string}]`]: undefined;
|
|
3769
|
-
[x: `
|
|
3770
|
-
[x: `
|
|
3771
|
-
[x: `
|
|
3652
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3653
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
3654
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
3772
3655
|
[x: `bytes6[${string}]`]: undefined;
|
|
3773
|
-
[x: `
|
|
3774
|
-
[x: `
|
|
3775
|
-
[x: `
|
|
3776
|
-
[x: `
|
|
3777
|
-
[x: `
|
|
3778
|
-
[x: `
|
|
3779
|
-
[x: `
|
|
3780
|
-
[x: `
|
|
3781
|
-
[x: `
|
|
3782
|
-
[x: `
|
|
3783
|
-
[x: `
|
|
3784
|
-
[x: `
|
|
3785
|
-
[x: `
|
|
3786
|
-
[x: `
|
|
3787
|
-
[x: `
|
|
3788
|
-
[x: `
|
|
3789
|
-
[x: `
|
|
3790
|
-
[x: `
|
|
3791
|
-
[x: `
|
|
3792
|
-
[x: `
|
|
3793
|
-
[x: `
|
|
3794
|
-
[x: `
|
|
3656
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3657
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3658
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3659
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3660
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3661
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3662
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3663
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3664
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3665
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3666
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3667
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3668
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3669
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3670
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3671
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3672
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3673
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3674
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3675
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3676
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3677
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3678
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3679
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3680
|
+
[x: `int[${string}]`]: undefined;
|
|
3681
|
+
[x: `int8[${string}]`]: undefined;
|
|
3682
|
+
[x: `int16[${string}]`]: undefined;
|
|
3683
|
+
[x: `int24[${string}]`]: undefined;
|
|
3684
|
+
[x: `int32[${string}]`]: undefined;
|
|
3685
|
+
[x: `int40[${string}]`]: undefined;
|
|
3686
|
+
[x: `int48[${string}]`]: undefined;
|
|
3687
|
+
[x: `int56[${string}]`]: undefined;
|
|
3688
|
+
[x: `int64[${string}]`]: undefined;
|
|
3689
|
+
[x: `int72[${string}]`]: undefined;
|
|
3690
|
+
[x: `int80[${string}]`]: undefined;
|
|
3691
|
+
[x: `int88[${string}]`]: undefined;
|
|
3692
|
+
[x: `int96[${string}]`]: undefined;
|
|
3693
|
+
[x: `int104[${string}]`]: undefined;
|
|
3694
|
+
[x: `int112[${string}]`]: undefined;
|
|
3695
|
+
[x: `int120[${string}]`]: undefined;
|
|
3696
|
+
[x: `int128[${string}]`]: undefined;
|
|
3697
|
+
[x: `int136[${string}]`]: undefined;
|
|
3698
|
+
[x: `int144[${string}]`]: undefined;
|
|
3699
|
+
[x: `int152[${string}]`]: undefined;
|
|
3700
|
+
[x: `int160[${string}]`]: undefined;
|
|
3701
|
+
[x: `int168[${string}]`]: undefined;
|
|
3795
3702
|
[x: `int176[${string}]`]: undefined;
|
|
3796
3703
|
[x: `int184[${string}]`]: undefined;
|
|
3797
3704
|
[x: `int192[${string}]`]: undefined;
|
|
@@ -3804,11 +3711,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3804
3711
|
[x: `int248[${string}]`]: undefined;
|
|
3805
3712
|
[x: `int256[${string}]`]: undefined;
|
|
3806
3713
|
[x: `uint[${string}]`]: undefined;
|
|
3807
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3808
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3809
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3810
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3811
3714
|
[x: `uint8[${string}]`]: undefined;
|
|
3715
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3716
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3717
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3718
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3812
3719
|
[x: `uint48[${string}]`]: undefined;
|
|
3813
3720
|
[x: `uint56[${string}]`]: undefined;
|
|
3814
3721
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3840,43 +3747,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3840
3747
|
address?: undefined;
|
|
3841
3748
|
bool?: undefined;
|
|
3842
3749
|
bytes?: undefined;
|
|
3843
|
-
|
|
3844
|
-
bytes3?: undefined;
|
|
3750
|
+
bytes18?: undefined;
|
|
3845
3751
|
bytes1?: undefined;
|
|
3846
|
-
bytes4?: undefined;
|
|
3847
3752
|
bytes5?: undefined;
|
|
3848
|
-
bytes32?: undefined;
|
|
3849
|
-
bytes31?: undefined;
|
|
3850
|
-
bytes30?: undefined;
|
|
3851
|
-
bytes29?: undefined;
|
|
3852
|
-
bytes28?: undefined;
|
|
3853
|
-
bytes27?: undefined;
|
|
3854
|
-
bytes26?: undefined;
|
|
3855
|
-
bytes25?: undefined;
|
|
3856
|
-
bytes24?: undefined;
|
|
3857
|
-
bytes23?: undefined;
|
|
3858
|
-
bytes22?: undefined;
|
|
3859
|
-
bytes21?: undefined;
|
|
3860
|
-
bytes20?: undefined;
|
|
3861
|
-
bytes19?: undefined;
|
|
3862
|
-
bytes18?: undefined;
|
|
3863
|
-
bytes17?: undefined;
|
|
3864
|
-
bytes16?: undefined;
|
|
3865
|
-
bytes15?: undefined;
|
|
3866
|
-
bytes14?: undefined;
|
|
3867
|
-
bytes13?: undefined;
|
|
3868
|
-
bytes12?: undefined;
|
|
3869
|
-
bytes11?: undefined;
|
|
3870
3753
|
bytes10?: undefined;
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3754
|
+
bytes4?: undefined;
|
|
3755
|
+
bytes2?: undefined;
|
|
3756
|
+
bytes3?: undefined;
|
|
3874
3757
|
bytes6?: undefined;
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3758
|
+
bytes7?: undefined;
|
|
3759
|
+
bytes8?: undefined;
|
|
3760
|
+
bytes9?: undefined;
|
|
3761
|
+
bytes11?: undefined;
|
|
3762
|
+
bytes12?: undefined;
|
|
3763
|
+
bytes13?: undefined;
|
|
3764
|
+
bytes14?: undefined;
|
|
3765
|
+
bytes15?: undefined;
|
|
3766
|
+
bytes16?: undefined;
|
|
3767
|
+
bytes17?: undefined;
|
|
3768
|
+
bytes19?: undefined;
|
|
3769
|
+
bytes20?: undefined;
|
|
3770
|
+
bytes21?: undefined;
|
|
3771
|
+
bytes22?: undefined;
|
|
3772
|
+
bytes23?: undefined;
|
|
3773
|
+
bytes24?: undefined;
|
|
3774
|
+
bytes25?: undefined;
|
|
3775
|
+
bytes26?: undefined;
|
|
3776
|
+
bytes27?: undefined;
|
|
3777
|
+
bytes28?: undefined;
|
|
3778
|
+
bytes29?: undefined;
|
|
3779
|
+
bytes30?: undefined;
|
|
3780
|
+
bytes31?: undefined;
|
|
3781
|
+
bytes32?: undefined;
|
|
3879
3782
|
int8?: undefined;
|
|
3783
|
+
int16?: undefined;
|
|
3784
|
+
int24?: undefined;
|
|
3785
|
+
int32?: undefined;
|
|
3786
|
+
int40?: undefined;
|
|
3880
3787
|
int48?: undefined;
|
|
3881
3788
|
int56?: undefined;
|
|
3882
3789
|
int64?: undefined;
|
|
@@ -3904,11 +3811,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3904
3811
|
int240?: undefined;
|
|
3905
3812
|
int248?: undefined;
|
|
3906
3813
|
int256?: undefined;
|
|
3907
|
-
uint40?: undefined;
|
|
3908
|
-
uint32?: undefined;
|
|
3909
|
-
uint24?: undefined;
|
|
3910
|
-
uint16?: undefined;
|
|
3911
3814
|
uint8?: undefined;
|
|
3815
|
+
uint16?: undefined;
|
|
3816
|
+
uint24?: undefined;
|
|
3817
|
+
uint32?: undefined;
|
|
3818
|
+
uint40?: undefined;
|
|
3912
3819
|
uint48?: undefined;
|
|
3913
3820
|
uint56?: undefined;
|
|
3914
3821
|
uint64?: undefined;
|
|
@@ -3947,44 +3854,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
3947
3854
|
[x: `address[${string}]`]: undefined;
|
|
3948
3855
|
[x: `bool[${string}]`]: undefined;
|
|
3949
3856
|
[x: `bytes[${string}]`]: undefined;
|
|
3950
|
-
[x: `
|
|
3951
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
3857
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
3952
3858
|
[x: `bytes1[${string}]`]: undefined;
|
|
3953
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3954
3859
|
[x: `bytes5[${string}]`]: undefined;
|
|
3955
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3956
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3957
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3958
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3959
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3960
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3961
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3962
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3963
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3964
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3965
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3966
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3967
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3968
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3969
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
3970
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3971
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3972
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3973
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3974
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3975
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3976
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3977
3860
|
[x: `bytes10[${string}]`]: undefined;
|
|
3978
|
-
[x: `
|
|
3979
|
-
[x: `
|
|
3980
|
-
[x: `
|
|
3861
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3862
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
3863
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
3981
3864
|
[x: `bytes6[${string}]`]: undefined;
|
|
3865
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3866
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3867
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3868
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3869
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3870
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3871
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3872
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3873
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3874
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3875
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3876
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3877
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3878
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3879
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3880
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3881
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3882
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3883
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3884
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3885
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3886
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3887
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3888
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3982
3889
|
[x: `int[${string}]`]: undefined;
|
|
3983
|
-
[x: `int40[${string}]`]: undefined;
|
|
3984
|
-
[x: `int32[${string}]`]: undefined;
|
|
3985
|
-
[x: `int24[${string}]`]: undefined;
|
|
3986
|
-
[x: `int16[${string}]`]: undefined;
|
|
3987
3890
|
[x: `int8[${string}]`]: undefined;
|
|
3891
|
+
[x: `int16[${string}]`]: undefined;
|
|
3892
|
+
[x: `int24[${string}]`]: undefined;
|
|
3893
|
+
[x: `int32[${string}]`]: undefined;
|
|
3894
|
+
[x: `int40[${string}]`]: undefined;
|
|
3988
3895
|
[x: `int48[${string}]`]: undefined;
|
|
3989
3896
|
[x: `int56[${string}]`]: undefined;
|
|
3990
3897
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4013,11 +3920,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4013
3920
|
[x: `int248[${string}]`]: undefined;
|
|
4014
3921
|
[x: `int256[${string}]`]: undefined;
|
|
4015
3922
|
[x: `uint[${string}]`]: undefined;
|
|
4016
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4017
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4018
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4019
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4020
3923
|
[x: `uint8[${string}]`]: undefined;
|
|
3924
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3925
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3926
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3927
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4021
3928
|
[x: `uint48[${string}]`]: undefined;
|
|
4022
3929
|
[x: `uint56[${string}]`]: undefined;
|
|
4023
3930
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4049,43 +3956,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4049
3956
|
address?: undefined;
|
|
4050
3957
|
bool?: undefined;
|
|
4051
3958
|
bytes?: undefined;
|
|
4052
|
-
|
|
4053
|
-
bytes3?: undefined;
|
|
3959
|
+
bytes18?: undefined;
|
|
4054
3960
|
bytes1?: undefined;
|
|
4055
|
-
bytes4?: undefined;
|
|
4056
3961
|
bytes5?: undefined;
|
|
4057
|
-
bytes32?: undefined;
|
|
4058
|
-
bytes31?: undefined;
|
|
4059
|
-
bytes30?: undefined;
|
|
4060
|
-
bytes29?: undefined;
|
|
4061
|
-
bytes28?: undefined;
|
|
4062
|
-
bytes27?: undefined;
|
|
4063
|
-
bytes26?: undefined;
|
|
4064
|
-
bytes25?: undefined;
|
|
4065
|
-
bytes24?: undefined;
|
|
4066
|
-
bytes23?: undefined;
|
|
4067
|
-
bytes22?: undefined;
|
|
4068
|
-
bytes21?: undefined;
|
|
4069
|
-
bytes20?: undefined;
|
|
4070
|
-
bytes19?: undefined;
|
|
4071
|
-
bytes18?: undefined;
|
|
4072
|
-
bytes17?: undefined;
|
|
4073
|
-
bytes16?: undefined;
|
|
4074
|
-
bytes15?: undefined;
|
|
4075
|
-
bytes14?: undefined;
|
|
4076
|
-
bytes13?: undefined;
|
|
4077
|
-
bytes12?: undefined;
|
|
4078
|
-
bytes11?: undefined;
|
|
4079
3962
|
bytes10?: undefined;
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
3963
|
+
bytes4?: undefined;
|
|
3964
|
+
bytes2?: undefined;
|
|
3965
|
+
bytes3?: undefined;
|
|
4083
3966
|
bytes6?: undefined;
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
3967
|
+
bytes7?: undefined;
|
|
3968
|
+
bytes8?: undefined;
|
|
3969
|
+
bytes9?: undefined;
|
|
3970
|
+
bytes11?: undefined;
|
|
3971
|
+
bytes12?: undefined;
|
|
3972
|
+
bytes13?: undefined;
|
|
3973
|
+
bytes14?: undefined;
|
|
3974
|
+
bytes15?: undefined;
|
|
3975
|
+
bytes16?: undefined;
|
|
3976
|
+
bytes17?: undefined;
|
|
3977
|
+
bytes19?: undefined;
|
|
3978
|
+
bytes20?: undefined;
|
|
3979
|
+
bytes21?: undefined;
|
|
3980
|
+
bytes22?: undefined;
|
|
3981
|
+
bytes23?: undefined;
|
|
3982
|
+
bytes24?: undefined;
|
|
3983
|
+
bytes25?: undefined;
|
|
3984
|
+
bytes26?: undefined;
|
|
3985
|
+
bytes27?: undefined;
|
|
3986
|
+
bytes28?: undefined;
|
|
3987
|
+
bytes29?: undefined;
|
|
3988
|
+
bytes30?: undefined;
|
|
3989
|
+
bytes31?: undefined;
|
|
3990
|
+
bytes32?: undefined;
|
|
4088
3991
|
int8?: undefined;
|
|
3992
|
+
int16?: undefined;
|
|
3993
|
+
int24?: undefined;
|
|
3994
|
+
int32?: undefined;
|
|
3995
|
+
int40?: undefined;
|
|
4089
3996
|
int48?: undefined;
|
|
4090
3997
|
int56?: undefined;
|
|
4091
3998
|
int64?: undefined;
|
|
@@ -4113,11 +4020,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4113
4020
|
int240?: undefined;
|
|
4114
4021
|
int248?: undefined;
|
|
4115
4022
|
int256?: undefined;
|
|
4116
|
-
uint40?: undefined;
|
|
4117
|
-
uint32?: undefined;
|
|
4118
|
-
uint24?: undefined;
|
|
4119
|
-
uint16?: undefined;
|
|
4120
4023
|
uint8?: undefined;
|
|
4024
|
+
uint16?: undefined;
|
|
4025
|
+
uint24?: undefined;
|
|
4026
|
+
uint32?: undefined;
|
|
4027
|
+
uint40?: undefined;
|
|
4121
4028
|
uint48?: undefined;
|
|
4122
4029
|
uint56?: undefined;
|
|
4123
4030
|
uint64?: undefined;
|
|
@@ -4348,24 +4255,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4348
4255
|
Method: "eth_uninstallFilter";
|
|
4349
4256
|
Parameters: [filterId: `0x${string}`];
|
|
4350
4257
|
ReturnType: boolean;
|
|
4351
|
-
}, {
|
|
4352
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
4353
|
-
Parameters: [{
|
|
4354
|
-
policyId: string;
|
|
4355
|
-
entryPoint: `0x${string}`;
|
|
4356
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4357
|
-
}];
|
|
4358
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
4359
|
-
}, {
|
|
4360
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
4361
|
-
Parameters: [{
|
|
4362
|
-
policyId: string;
|
|
4363
|
-
entryPoint: `0x${string}`;
|
|
4364
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4365
|
-
dummySignature: `0x${string}`;
|
|
4366
|
-
overrides?: Partial<{}> | undefined;
|
|
4367
|
-
}];
|
|
4368
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
4369
4258
|
}, {
|
|
4370
4259
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
4371
4260
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -4430,44 +4319,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4430
4319
|
[x: `address[${string}]`]: undefined;
|
|
4431
4320
|
[x: `bool[${string}]`]: undefined;
|
|
4432
4321
|
[x: `bytes[${string}]`]: undefined;
|
|
4433
|
-
[x: `
|
|
4434
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
4322
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
4435
4323
|
[x: `bytes1[${string}]`]: undefined;
|
|
4436
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4437
4324
|
[x: `bytes5[${string}]`]: undefined;
|
|
4438
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4439
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4440
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4441
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4442
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4443
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4444
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4445
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4446
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4447
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4448
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4449
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4450
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4451
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4452
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
4453
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4454
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4455
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4456
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4457
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4458
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4459
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4460
4325
|
[x: `bytes10[${string}]`]: undefined;
|
|
4461
|
-
[x: `
|
|
4462
|
-
[x: `
|
|
4463
|
-
[x: `
|
|
4326
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4327
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
4328
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
4464
4329
|
[x: `bytes6[${string}]`]: undefined;
|
|
4330
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4331
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4332
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4333
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4334
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4335
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4336
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4337
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4338
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4339
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4340
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4341
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4342
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4343
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4344
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4345
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4346
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4347
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4348
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4349
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4350
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4351
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4352
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4353
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4465
4354
|
[x: `int[${string}]`]: undefined;
|
|
4466
|
-
[x: `int40[${string}]`]: undefined;
|
|
4467
|
-
[x: `int32[${string}]`]: undefined;
|
|
4468
|
-
[x: `int24[${string}]`]: undefined;
|
|
4469
|
-
[x: `int16[${string}]`]: undefined;
|
|
4470
4355
|
[x: `int8[${string}]`]: undefined;
|
|
4356
|
+
[x: `int16[${string}]`]: undefined;
|
|
4357
|
+
[x: `int24[${string}]`]: undefined;
|
|
4358
|
+
[x: `int32[${string}]`]: undefined;
|
|
4359
|
+
[x: `int40[${string}]`]: undefined;
|
|
4471
4360
|
[x: `int48[${string}]`]: undefined;
|
|
4472
4361
|
[x: `int56[${string}]`]: undefined;
|
|
4473
4362
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4496,11 +4385,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4496
4385
|
[x: `int248[${string}]`]: undefined;
|
|
4497
4386
|
[x: `int256[${string}]`]: undefined;
|
|
4498
4387
|
[x: `uint[${string}]`]: undefined;
|
|
4499
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4500
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4501
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4502
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4503
4388
|
[x: `uint8[${string}]`]: undefined;
|
|
4389
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4390
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4391
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4392
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4504
4393
|
[x: `uint48[${string}]`]: undefined;
|
|
4505
4394
|
[x: `uint56[${string}]`]: undefined;
|
|
4506
4395
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4532,43 +4421,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4532
4421
|
address?: undefined;
|
|
4533
4422
|
bool?: undefined;
|
|
4534
4423
|
bytes?: undefined;
|
|
4535
|
-
|
|
4536
|
-
bytes3?: undefined;
|
|
4424
|
+
bytes18?: undefined;
|
|
4537
4425
|
bytes1?: undefined;
|
|
4538
|
-
bytes4?: undefined;
|
|
4539
4426
|
bytes5?: undefined;
|
|
4540
|
-
bytes32?: undefined;
|
|
4541
|
-
bytes31?: undefined;
|
|
4542
|
-
bytes30?: undefined;
|
|
4543
|
-
bytes29?: undefined;
|
|
4544
|
-
bytes28?: undefined;
|
|
4545
|
-
bytes27?: undefined;
|
|
4546
|
-
bytes26?: undefined;
|
|
4547
|
-
bytes25?: undefined;
|
|
4548
|
-
bytes24?: undefined;
|
|
4549
|
-
bytes23?: undefined;
|
|
4550
|
-
bytes22?: undefined;
|
|
4551
|
-
bytes21?: undefined;
|
|
4552
|
-
bytes20?: undefined;
|
|
4553
|
-
bytes19?: undefined;
|
|
4554
|
-
bytes18?: undefined;
|
|
4555
|
-
bytes17?: undefined;
|
|
4556
|
-
bytes16?: undefined;
|
|
4557
|
-
bytes15?: undefined;
|
|
4558
|
-
bytes14?: undefined;
|
|
4559
|
-
bytes13?: undefined;
|
|
4560
|
-
bytes12?: undefined;
|
|
4561
|
-
bytes11?: undefined;
|
|
4562
4427
|
bytes10?: undefined;
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4428
|
+
bytes4?: undefined;
|
|
4429
|
+
bytes2?: undefined;
|
|
4430
|
+
bytes3?: undefined;
|
|
4566
4431
|
bytes6?: undefined;
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4432
|
+
bytes7?: undefined;
|
|
4433
|
+
bytes8?: undefined;
|
|
4434
|
+
bytes9?: undefined;
|
|
4435
|
+
bytes11?: undefined;
|
|
4436
|
+
bytes12?: undefined;
|
|
4437
|
+
bytes13?: undefined;
|
|
4438
|
+
bytes14?: undefined;
|
|
4439
|
+
bytes15?: undefined;
|
|
4440
|
+
bytes16?: undefined;
|
|
4441
|
+
bytes17?: undefined;
|
|
4442
|
+
bytes19?: undefined;
|
|
4443
|
+
bytes20?: undefined;
|
|
4444
|
+
bytes21?: undefined;
|
|
4445
|
+
bytes22?: undefined;
|
|
4446
|
+
bytes23?: undefined;
|
|
4447
|
+
bytes24?: undefined;
|
|
4448
|
+
bytes25?: undefined;
|
|
4449
|
+
bytes26?: undefined;
|
|
4450
|
+
bytes27?: undefined;
|
|
4451
|
+
bytes28?: undefined;
|
|
4452
|
+
bytes29?: undefined;
|
|
4453
|
+
bytes30?: undefined;
|
|
4454
|
+
bytes31?: undefined;
|
|
4455
|
+
bytes32?: undefined;
|
|
4571
4456
|
int8?: undefined;
|
|
4457
|
+
int16?: undefined;
|
|
4458
|
+
int24?: undefined;
|
|
4459
|
+
int32?: undefined;
|
|
4460
|
+
int40?: undefined;
|
|
4572
4461
|
int48?: undefined;
|
|
4573
4462
|
int56?: undefined;
|
|
4574
4463
|
int64?: undefined;
|
|
@@ -4596,11 +4485,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4596
4485
|
int240?: undefined;
|
|
4597
4486
|
int248?: undefined;
|
|
4598
4487
|
int256?: undefined;
|
|
4599
|
-
uint40?: undefined;
|
|
4600
|
-
uint32?: undefined;
|
|
4601
|
-
uint24?: undefined;
|
|
4602
|
-
uint16?: undefined;
|
|
4603
4488
|
uint8?: undefined;
|
|
4489
|
+
uint16?: undefined;
|
|
4490
|
+
uint24?: undefined;
|
|
4491
|
+
uint32?: undefined;
|
|
4492
|
+
uint40?: undefined;
|
|
4604
4493
|
uint48?: undefined;
|
|
4605
4494
|
uint56?: undefined;
|
|
4606
4495
|
uint64?: undefined;
|
|
@@ -4639,44 +4528,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4639
4528
|
[x: `address[${string}]`]: undefined;
|
|
4640
4529
|
[x: `bool[${string}]`]: undefined;
|
|
4641
4530
|
[x: `bytes[${string}]`]: undefined;
|
|
4642
|
-
[x: `
|
|
4643
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
4531
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
4644
4532
|
[x: `bytes1[${string}]`]: undefined;
|
|
4645
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4646
4533
|
[x: `bytes5[${string}]`]: undefined;
|
|
4647
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4648
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4649
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4650
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4651
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4652
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4653
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4654
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4655
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4656
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4657
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4658
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4659
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4660
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4661
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
4662
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4663
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4664
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4665
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4666
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4667
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4668
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4669
4534
|
[x: `bytes10[${string}]`]: undefined;
|
|
4670
|
-
[x: `
|
|
4671
|
-
[x: `
|
|
4672
|
-
[x: `
|
|
4535
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4536
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
4537
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
4673
4538
|
[x: `bytes6[${string}]`]: undefined;
|
|
4539
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4540
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4541
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4542
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4543
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4544
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4545
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4546
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4547
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4548
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4549
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4550
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4551
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4552
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4553
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4554
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4555
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4556
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4557
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4558
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4559
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4560
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4561
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4562
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4674
4563
|
[x: `int[${string}]`]: undefined;
|
|
4675
|
-
[x: `int40[${string}]`]: undefined;
|
|
4676
|
-
[x: `int32[${string}]`]: undefined;
|
|
4677
|
-
[x: `int24[${string}]`]: undefined;
|
|
4678
|
-
[x: `int16[${string}]`]: undefined;
|
|
4679
4564
|
[x: `int8[${string}]`]: undefined;
|
|
4565
|
+
[x: `int16[${string}]`]: undefined;
|
|
4566
|
+
[x: `int24[${string}]`]: undefined;
|
|
4567
|
+
[x: `int32[${string}]`]: undefined;
|
|
4568
|
+
[x: `int40[${string}]`]: undefined;
|
|
4680
4569
|
[x: `int48[${string}]`]: undefined;
|
|
4681
4570
|
[x: `int56[${string}]`]: undefined;
|
|
4682
4571
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4705,11 +4594,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4705
4594
|
[x: `int248[${string}]`]: undefined;
|
|
4706
4595
|
[x: `int256[${string}]`]: undefined;
|
|
4707
4596
|
[x: `uint[${string}]`]: undefined;
|
|
4708
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4709
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4710
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4711
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4712
4597
|
[x: `uint8[${string}]`]: undefined;
|
|
4598
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4599
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4600
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4601
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4713
4602
|
[x: `uint48[${string}]`]: undefined;
|
|
4714
4603
|
[x: `uint56[${string}]`]: undefined;
|
|
4715
4604
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4741,43 +4630,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4741
4630
|
address?: undefined;
|
|
4742
4631
|
bool?: undefined;
|
|
4743
4632
|
bytes?: undefined;
|
|
4744
|
-
|
|
4745
|
-
bytes3?: undefined;
|
|
4633
|
+
bytes18?: undefined;
|
|
4746
4634
|
bytes1?: undefined;
|
|
4747
|
-
bytes4?: undefined;
|
|
4748
4635
|
bytes5?: undefined;
|
|
4749
|
-
bytes32?: undefined;
|
|
4750
|
-
bytes31?: undefined;
|
|
4751
|
-
bytes30?: undefined;
|
|
4752
|
-
bytes29?: undefined;
|
|
4753
|
-
bytes28?: undefined;
|
|
4754
|
-
bytes27?: undefined;
|
|
4755
|
-
bytes26?: undefined;
|
|
4756
|
-
bytes25?: undefined;
|
|
4757
|
-
bytes24?: undefined;
|
|
4758
|
-
bytes23?: undefined;
|
|
4759
|
-
bytes22?: undefined;
|
|
4760
|
-
bytes21?: undefined;
|
|
4761
|
-
bytes20?: undefined;
|
|
4762
|
-
bytes19?: undefined;
|
|
4763
|
-
bytes18?: undefined;
|
|
4764
|
-
bytes17?: undefined;
|
|
4765
|
-
bytes16?: undefined;
|
|
4766
|
-
bytes15?: undefined;
|
|
4767
|
-
bytes14?: undefined;
|
|
4768
|
-
bytes13?: undefined;
|
|
4769
|
-
bytes12?: undefined;
|
|
4770
|
-
bytes11?: undefined;
|
|
4771
4636
|
bytes10?: undefined;
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4637
|
+
bytes4?: undefined;
|
|
4638
|
+
bytes2?: undefined;
|
|
4639
|
+
bytes3?: undefined;
|
|
4775
4640
|
bytes6?: undefined;
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4641
|
+
bytes7?: undefined;
|
|
4642
|
+
bytes8?: undefined;
|
|
4643
|
+
bytes9?: undefined;
|
|
4644
|
+
bytes11?: undefined;
|
|
4645
|
+
bytes12?: undefined;
|
|
4646
|
+
bytes13?: undefined;
|
|
4647
|
+
bytes14?: undefined;
|
|
4648
|
+
bytes15?: undefined;
|
|
4649
|
+
bytes16?: undefined;
|
|
4650
|
+
bytes17?: undefined;
|
|
4651
|
+
bytes19?: undefined;
|
|
4652
|
+
bytes20?: undefined;
|
|
4653
|
+
bytes21?: undefined;
|
|
4654
|
+
bytes22?: undefined;
|
|
4655
|
+
bytes23?: undefined;
|
|
4656
|
+
bytes24?: undefined;
|
|
4657
|
+
bytes25?: undefined;
|
|
4658
|
+
bytes26?: undefined;
|
|
4659
|
+
bytes27?: undefined;
|
|
4660
|
+
bytes28?: undefined;
|
|
4661
|
+
bytes29?: undefined;
|
|
4662
|
+
bytes30?: undefined;
|
|
4663
|
+
bytes31?: undefined;
|
|
4664
|
+
bytes32?: undefined;
|
|
4780
4665
|
int8?: undefined;
|
|
4666
|
+
int16?: undefined;
|
|
4667
|
+
int24?: undefined;
|
|
4668
|
+
int32?: undefined;
|
|
4669
|
+
int40?: undefined;
|
|
4781
4670
|
int48?: undefined;
|
|
4782
4671
|
int56?: undefined;
|
|
4783
4672
|
int64?: undefined;
|
|
@@ -4805,11 +4694,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
4805
4694
|
int240?: undefined;
|
|
4806
4695
|
int248?: undefined;
|
|
4807
4696
|
int256?: undefined;
|
|
4808
|
-
uint40?: undefined;
|
|
4809
|
-
uint32?: undefined;
|
|
4810
|
-
uint24?: undefined;
|
|
4811
|
-
uint16?: undefined;
|
|
4812
4697
|
uint8?: undefined;
|
|
4698
|
+
uint16?: undefined;
|
|
4699
|
+
uint24?: undefined;
|
|
4700
|
+
uint32?: undefined;
|
|
4701
|
+
uint40?: undefined;
|
|
4813
4702
|
uint48?: undefined;
|
|
4814
4703
|
uint56?: undefined;
|
|
4815
4704
|
uint64?: undefined;
|
|
@@ -5040,24 +4929,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5040
4929
|
Method: "eth_uninstallFilter";
|
|
5041
4930
|
Parameters: [filterId: `0x${string}`];
|
|
5042
4931
|
ReturnType: boolean;
|
|
5043
|
-
}, {
|
|
5044
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
5045
|
-
Parameters: [{
|
|
5046
|
-
policyId: string;
|
|
5047
|
-
entryPoint: `0x${string}`;
|
|
5048
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5049
|
-
}];
|
|
5050
|
-
ReturnType: import("..").RequestPaymasterAndDataResponse;
|
|
5051
|
-
}, {
|
|
5052
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
5053
|
-
Parameters: [{
|
|
5054
|
-
policyId: string;
|
|
5055
|
-
entryPoint: `0x${string}`;
|
|
5056
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5057
|
-
dummySignature: `0x${string}`;
|
|
5058
|
-
overrides?: Partial<{}> | undefined;
|
|
5059
|
-
}];
|
|
5060
|
-
ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
|
|
5061
4932
|
}, {
|
|
5062
4933
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
5063
4934
|
Parameters: import("..").SimulateUserOperationAssetChangesRequest;
|
|
@@ -5122,44 +4993,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5122
4993
|
[x: `address[${string}]`]: undefined;
|
|
5123
4994
|
[x: `bool[${string}]`]: undefined;
|
|
5124
4995
|
[x: `bytes[${string}]`]: undefined;
|
|
5125
|
-
[x: `
|
|
5126
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
4996
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
5127
4997
|
[x: `bytes1[${string}]`]: undefined;
|
|
5128
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5129
4998
|
[x: `bytes5[${string}]`]: undefined;
|
|
5130
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5131
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5132
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5133
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5134
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5135
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5136
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5137
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5138
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5139
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5140
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5141
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5142
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5143
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5144
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
5145
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5146
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5147
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5148
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5149
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5150
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5151
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5152
4999
|
[x: `bytes10[${string}]`]: undefined;
|
|
5153
|
-
[x: `
|
|
5154
|
-
[x: `
|
|
5155
|
-
[x: `
|
|
5000
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5001
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
5002
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
5156
5003
|
[x: `bytes6[${string}]`]: undefined;
|
|
5004
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5005
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5006
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5007
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5008
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5009
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5010
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5011
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5012
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5013
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5014
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5015
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5016
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5017
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5018
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5019
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5020
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5021
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5022
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5023
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5024
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5025
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5026
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5027
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5157
5028
|
[x: `int[${string}]`]: undefined;
|
|
5158
|
-
[x: `int40[${string}]`]: undefined;
|
|
5159
|
-
[x: `int32[${string}]`]: undefined;
|
|
5160
|
-
[x: `int24[${string}]`]: undefined;
|
|
5161
|
-
[x: `int16[${string}]`]: undefined;
|
|
5162
5029
|
[x: `int8[${string}]`]: undefined;
|
|
5030
|
+
[x: `int16[${string}]`]: undefined;
|
|
5031
|
+
[x: `int24[${string}]`]: undefined;
|
|
5032
|
+
[x: `int32[${string}]`]: undefined;
|
|
5033
|
+
[x: `int40[${string}]`]: undefined;
|
|
5163
5034
|
[x: `int48[${string}]`]: undefined;
|
|
5164
5035
|
[x: `int56[${string}]`]: undefined;
|
|
5165
5036
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5188,11 +5059,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5188
5059
|
[x: `int248[${string}]`]: undefined;
|
|
5189
5060
|
[x: `int256[${string}]`]: undefined;
|
|
5190
5061
|
[x: `uint[${string}]`]: undefined;
|
|
5191
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5192
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5193
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5194
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5195
5062
|
[x: `uint8[${string}]`]: undefined;
|
|
5063
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5064
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5065
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5066
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5196
5067
|
[x: `uint48[${string}]`]: undefined;
|
|
5197
5068
|
[x: `uint56[${string}]`]: undefined;
|
|
5198
5069
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5224,43 +5095,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5224
5095
|
address?: undefined;
|
|
5225
5096
|
bool?: undefined;
|
|
5226
5097
|
bytes?: undefined;
|
|
5227
|
-
|
|
5228
|
-
bytes3?: undefined;
|
|
5098
|
+
bytes18?: undefined;
|
|
5229
5099
|
bytes1?: undefined;
|
|
5230
|
-
bytes4?: undefined;
|
|
5231
5100
|
bytes5?: undefined;
|
|
5232
|
-
bytes32?: undefined;
|
|
5233
|
-
bytes31?: undefined;
|
|
5234
|
-
bytes30?: undefined;
|
|
5235
|
-
bytes29?: undefined;
|
|
5236
|
-
bytes28?: undefined;
|
|
5237
|
-
bytes27?: undefined;
|
|
5238
|
-
bytes26?: undefined;
|
|
5239
|
-
bytes25?: undefined;
|
|
5240
|
-
bytes24?: undefined;
|
|
5241
|
-
bytes23?: undefined;
|
|
5242
|
-
bytes22?: undefined;
|
|
5243
|
-
bytes21?: undefined;
|
|
5244
|
-
bytes20?: undefined;
|
|
5245
|
-
bytes19?: undefined;
|
|
5246
|
-
bytes18?: undefined;
|
|
5247
|
-
bytes17?: undefined;
|
|
5248
|
-
bytes16?: undefined;
|
|
5249
|
-
bytes15?: undefined;
|
|
5250
|
-
bytes14?: undefined;
|
|
5251
|
-
bytes13?: undefined;
|
|
5252
|
-
bytes12?: undefined;
|
|
5253
|
-
bytes11?: undefined;
|
|
5254
5101
|
bytes10?: undefined;
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5102
|
+
bytes4?: undefined;
|
|
5103
|
+
bytes2?: undefined;
|
|
5104
|
+
bytes3?: undefined;
|
|
5258
5105
|
bytes6?: undefined;
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5106
|
+
bytes7?: undefined;
|
|
5107
|
+
bytes8?: undefined;
|
|
5108
|
+
bytes9?: undefined;
|
|
5109
|
+
bytes11?: undefined;
|
|
5110
|
+
bytes12?: undefined;
|
|
5111
|
+
bytes13?: undefined;
|
|
5112
|
+
bytes14?: undefined;
|
|
5113
|
+
bytes15?: undefined;
|
|
5114
|
+
bytes16?: undefined;
|
|
5115
|
+
bytes17?: undefined;
|
|
5116
|
+
bytes19?: undefined;
|
|
5117
|
+
bytes20?: undefined;
|
|
5118
|
+
bytes21?: undefined;
|
|
5119
|
+
bytes22?: undefined;
|
|
5120
|
+
bytes23?: undefined;
|
|
5121
|
+
bytes24?: undefined;
|
|
5122
|
+
bytes25?: undefined;
|
|
5123
|
+
bytes26?: undefined;
|
|
5124
|
+
bytes27?: undefined;
|
|
5125
|
+
bytes28?: undefined;
|
|
5126
|
+
bytes29?: undefined;
|
|
5127
|
+
bytes30?: undefined;
|
|
5128
|
+
bytes31?: undefined;
|
|
5129
|
+
bytes32?: undefined;
|
|
5263
5130
|
int8?: undefined;
|
|
5131
|
+
int16?: undefined;
|
|
5132
|
+
int24?: undefined;
|
|
5133
|
+
int32?: undefined;
|
|
5134
|
+
int40?: undefined;
|
|
5264
5135
|
int48?: undefined;
|
|
5265
5136
|
int56?: undefined;
|
|
5266
5137
|
int64?: undefined;
|
|
@@ -5288,11 +5159,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5288
5159
|
int240?: undefined;
|
|
5289
5160
|
int248?: undefined;
|
|
5290
5161
|
int256?: undefined;
|
|
5291
|
-
uint40?: undefined;
|
|
5292
|
-
uint32?: undefined;
|
|
5293
|
-
uint24?: undefined;
|
|
5294
|
-
uint16?: undefined;
|
|
5295
5162
|
uint8?: undefined;
|
|
5163
|
+
uint16?: undefined;
|
|
5164
|
+
uint24?: undefined;
|
|
5165
|
+
uint32?: undefined;
|
|
5166
|
+
uint40?: undefined;
|
|
5296
5167
|
uint48?: undefined;
|
|
5297
5168
|
uint56?: undefined;
|
|
5298
5169
|
uint64?: undefined;
|
|
@@ -5331,44 +5202,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5331
5202
|
[x: `address[${string}]`]: undefined;
|
|
5332
5203
|
[x: `bool[${string}]`]: undefined;
|
|
5333
5204
|
[x: `bytes[${string}]`]: undefined;
|
|
5334
|
-
[x: `
|
|
5335
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
5205
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
5336
5206
|
[x: `bytes1[${string}]`]: undefined;
|
|
5337
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5338
5207
|
[x: `bytes5[${string}]`]: undefined;
|
|
5339
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5340
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5341
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5342
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5343
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5344
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5345
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5346
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5347
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5348
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5349
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5350
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5351
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5352
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5353
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
5354
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5355
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5356
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5357
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5358
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5359
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5360
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5361
5208
|
[x: `bytes10[${string}]`]: undefined;
|
|
5362
|
-
[x: `
|
|
5363
|
-
[x: `
|
|
5364
|
-
[x: `
|
|
5209
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5210
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
5211
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
5365
5212
|
[x: `bytes6[${string}]`]: undefined;
|
|
5213
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5214
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5215
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5216
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5217
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5218
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5219
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5220
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5221
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5222
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5223
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5224
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5225
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5226
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5227
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5228
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5229
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5230
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5231
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5232
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5233
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5234
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5235
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5236
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5366
5237
|
[x: `int[${string}]`]: undefined;
|
|
5367
|
-
[x: `int40[${string}]`]: undefined;
|
|
5368
|
-
[x: `int32[${string}]`]: undefined;
|
|
5369
|
-
[x: `int24[${string}]`]: undefined;
|
|
5370
|
-
[x: `int16[${string}]`]: undefined;
|
|
5371
5238
|
[x: `int8[${string}]`]: undefined;
|
|
5239
|
+
[x: `int16[${string}]`]: undefined;
|
|
5240
|
+
[x: `int24[${string}]`]: undefined;
|
|
5241
|
+
[x: `int32[${string}]`]: undefined;
|
|
5242
|
+
[x: `int40[${string}]`]: undefined;
|
|
5372
5243
|
[x: `int48[${string}]`]: undefined;
|
|
5373
5244
|
[x: `int56[${string}]`]: undefined;
|
|
5374
5245
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5397,11 +5268,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5397
5268
|
[x: `int248[${string}]`]: undefined;
|
|
5398
5269
|
[x: `int256[${string}]`]: undefined;
|
|
5399
5270
|
[x: `uint[${string}]`]: undefined;
|
|
5400
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5401
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5402
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5403
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5404
5271
|
[x: `uint8[${string}]`]: undefined;
|
|
5272
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5273
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5274
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5275
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5405
5276
|
[x: `uint48[${string}]`]: undefined;
|
|
5406
5277
|
[x: `uint56[${string}]`]: undefined;
|
|
5407
5278
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5433,43 +5304,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5433
5304
|
address?: undefined;
|
|
5434
5305
|
bool?: undefined;
|
|
5435
5306
|
bytes?: undefined;
|
|
5436
|
-
|
|
5437
|
-
bytes3?: undefined;
|
|
5307
|
+
bytes18?: undefined;
|
|
5438
5308
|
bytes1?: undefined;
|
|
5439
|
-
bytes4?: undefined;
|
|
5440
5309
|
bytes5?: undefined;
|
|
5441
|
-
bytes32?: undefined;
|
|
5442
|
-
bytes31?: undefined;
|
|
5443
|
-
bytes30?: undefined;
|
|
5444
|
-
bytes29?: undefined;
|
|
5445
|
-
bytes28?: undefined;
|
|
5446
|
-
bytes27?: undefined;
|
|
5447
|
-
bytes26?: undefined;
|
|
5448
|
-
bytes25?: undefined;
|
|
5449
|
-
bytes24?: undefined;
|
|
5450
|
-
bytes23?: undefined;
|
|
5451
|
-
bytes22?: undefined;
|
|
5452
|
-
bytes21?: undefined;
|
|
5453
|
-
bytes20?: undefined;
|
|
5454
|
-
bytes19?: undefined;
|
|
5455
|
-
bytes18?: undefined;
|
|
5456
|
-
bytes17?: undefined;
|
|
5457
|
-
bytes16?: undefined;
|
|
5458
|
-
bytes15?: undefined;
|
|
5459
|
-
bytes14?: undefined;
|
|
5460
|
-
bytes13?: undefined;
|
|
5461
|
-
bytes12?: undefined;
|
|
5462
|
-
bytes11?: undefined;
|
|
5463
5310
|
bytes10?: undefined;
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5311
|
+
bytes4?: undefined;
|
|
5312
|
+
bytes2?: undefined;
|
|
5313
|
+
bytes3?: undefined;
|
|
5467
5314
|
bytes6?: undefined;
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5315
|
+
bytes7?: undefined;
|
|
5316
|
+
bytes8?: undefined;
|
|
5317
|
+
bytes9?: undefined;
|
|
5318
|
+
bytes11?: undefined;
|
|
5319
|
+
bytes12?: undefined;
|
|
5320
|
+
bytes13?: undefined;
|
|
5321
|
+
bytes14?: undefined;
|
|
5322
|
+
bytes15?: undefined;
|
|
5323
|
+
bytes16?: undefined;
|
|
5324
|
+
bytes17?: undefined;
|
|
5325
|
+
bytes19?: undefined;
|
|
5326
|
+
bytes20?: undefined;
|
|
5327
|
+
bytes21?: undefined;
|
|
5328
|
+
bytes22?: undefined;
|
|
5329
|
+
bytes23?: undefined;
|
|
5330
|
+
bytes24?: undefined;
|
|
5331
|
+
bytes25?: undefined;
|
|
5332
|
+
bytes26?: undefined;
|
|
5333
|
+
bytes27?: undefined;
|
|
5334
|
+
bytes28?: undefined;
|
|
5335
|
+
bytes29?: undefined;
|
|
5336
|
+
bytes30?: undefined;
|
|
5337
|
+
bytes31?: undefined;
|
|
5338
|
+
bytes32?: undefined;
|
|
5472
5339
|
int8?: undefined;
|
|
5340
|
+
int16?: undefined;
|
|
5341
|
+
int24?: undefined;
|
|
5342
|
+
int32?: undefined;
|
|
5343
|
+
int40?: undefined;
|
|
5473
5344
|
int48?: undefined;
|
|
5474
5345
|
int56?: undefined;
|
|
5475
5346
|
int64?: undefined;
|
|
@@ -5497,11 +5368,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
|
|
|
5497
5368
|
int240?: undefined;
|
|
5498
5369
|
int248?: undefined;
|
|
5499
5370
|
int256?: undefined;
|
|
5500
|
-
uint40?: undefined;
|
|
5501
|
-
uint32?: undefined;
|
|
5502
|
-
uint24?: undefined;
|
|
5503
|
-
uint16?: undefined;
|
|
5504
5371
|
uint8?: undefined;
|
|
5372
|
+
uint16?: undefined;
|
|
5373
|
+
uint24?: undefined;
|
|
5374
|
+
uint32?: undefined;
|
|
5375
|
+
uint40?: undefined;
|
|
5505
5376
|
uint48?: undefined;
|
|
5506
5377
|
uint56?: undefined;
|
|
5507
5378
|
uint64?: undefined;
|