type AlchemySmartAccountClientConfig<chain, account, context> = object &
Pick<
SmartAccountClientConfig<AlchemyTransport, chain, account, context>,
| "customMiddleware"
| "feeEstimator"
| "gasEstimator"
| "signUserOperation"
| "transport"
| "chain"
| "opts"
>;Defined in: account-kit/infra/src/client/smartAccountClient.ts:40
| Name | Type |
|---|---|
|
|
|
|
| |
|
|