# AlchemyTransport

> Overview of AlchemyTransport

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

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

```ts
type AlchemyTransport<rpcSchema> = AlchemyTransportBase<rpcSchema> & object;
```

Defined in: [packages/common/src/transport/alchemy.ts:48](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/alchemy.ts#L48)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `updateHeaders()`
      </td>

      <td>
        (`newHeaders`) => `void`
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `rpcSchema` *extends* [`RpcSchema`](https://viem.sh) | `undefined`
      </td>

      <td>
        `undefined`
      </td>
    </tr>

  </tbody>
</table>