# createSmartWalletClient

> Overview of the createSmartWalletClient function

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function createSmartWalletClient(params): any;
```

Defined in: [packages/wallet-apis/src/client.ts:34](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/client.ts#L34)

Creates a smart wallet client with wallet API actions.

By default, the client uses EIP-7702 with the signer's address, allowing you to call
`prepareCalls` or `sendCalls` directly without first calling `requestAccount`.
Use `requestAccount` only if you need a non-7702 smart account.

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        [`CreateSmartWalletClientParams`](../type-aliases/CreateSmartWalletClientParams)
      </td>

      <td>
        Parameters for creating the smart wallet client.
      </td>
    </tr>

  </tbody>
</table>

## Returns

`any`

A wallet client extended with smart wallet actions.