# RundlerClient

> Overview of RundlerClient

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

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

```ts
type RundlerClient<transport, chain, account> = BundlerClient<
  transport,
  chain,
  account,
  Client | undefined,
  RundlerRpcSchema
>;
```

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

## Type Parameters

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

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

      <td>
        [`Transport`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `chain` *extends* [`Chain`](https://viem.sh) | `undefined`
      </td>

      <td>
        [`Chain`](https://viem.sh) | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `account` *extends* [`SmartAccount`](https://viem.sh) | `undefined`
      </td>

      <td>
        [`SmartAccount`](https://viem.sh) | `undefined`
      </td>
    </tr>

  </tbody>
</table>