# AlchemyTransportConfig | @account-kit/infra

> Overview of AlchemyTransportConfig from @account-kit/infra

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

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

```ts
type AlchemyTransportConfig =
  | (AlchemyConnectionConfig & Never<SplitTransportConfig>)
  | (SplitTransportConfig & Never<AlchemyConnectionConfig> & object);
```

Defined in: [account-kit/infra/src/alchemyTransport.ts:59](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/alchemyTransport.ts#L59)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `fetchOptions?`
      </td>

      <td>
        `NoUndefined`\<[`HttpTransportConfig`](https://viem.sh)\[`"fetchOptions"`]>
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        `retryCount?`
      </td>

      <td>
        [`TransportConfig`](https://viem.sh)\[`"retryCount"`]
      </td>

      <td>
        The max number of times to retry.
      </td>
    </tr>

    <tr>
      <td>
        `retryDelay?`
      </td>

      <td>
        [`TransportConfig`](https://viem.sh)\[`"retryDelay"`]
      </td>

      <td>
        The base delay (in ms) between retries.
      </td>
    </tr>

  </tbody>
</table>