# createBundlerClient | @aa-sdk/core

> Creates a Bundler Client using the provided configuration parameters, including chain and optional type.

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

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

```ts
function createBundlerClient<TTransport>(args): BundlerClient<TTransport>;
```

Defined in: [aa-sdk/core/src/client/bundlerClient.ts:62](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/client/bundlerClient.ts#L62)

Creates a PublicClient with methods for calling Bundler RPC methods

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TTransport` *extends* [`Transport`](https://viem.sh)
      </td>
    </tr>
  </tbody>
</table>

## Parameters

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

  <tbody>
    <tr>
      <td>
        `args`
      </td>

      <td>
        `object` & `object`
      </td>

      <td>
        configuration for the client
      </td>
    </tr>

  </tbody>
</table>

## Returns

[`BundlerClient`](../type-aliases/BundlerClient)\<`TTransport`>

a PublicClient with methods for calling Bundler RPC methods