# SmartWalletClient | @account-kit/wallet-client

> Overview of SmartWalletClient from @account-kit/wallet-client

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

```ts
type SmartWalletClient<TAccount> = InnerWalletApiClientBase<
  SmartWalletActions<TAccount>
>;
```

Defined in: [account-kit/wallet-client/src/client/index.ts:41](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/wallet-client/src/client/index.ts#L41)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* [`Address`](https://abitype.dev) | `undefined`
      </td>

      <td>
        [`Address`](https://abitype.dev) | `undefined`
      </td>
    </tr>

  </tbody>
</table>