# BaseWalletClient

> Overview of BaseWalletClient

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

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

```ts
type BaseWalletClient<TExtend> = Client<
  Transport<"alchemyHttp">,
  Chain,
  JsonRpcAccount<Address>,
  WalletServerViemRpcSchema,
  TExtend
>;
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TExtend` *extends*
        | \{
        \[`key`: `string`]: `unknown`;
        }
        | `undefined`
      </td>

      <td>
        | \{
        \[`key`: `string`]: `unknown`;
        }
        | `undefined`
      </td>
    </tr>

  </tbody>
</table>