# alchemyWalletTransport

> Overview of the alchemyWalletTransport function

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

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

```ts
function alchemyWalletTransport(config): AlchemyWalletTransport;
```

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

## Parameters

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

  <tbody>
    <tr>
      <td>
        `config`
      </td>

      <td>
        `AlchemyTransportConfig`
      </td>
    </tr>

  </tbody>
</table>

## Returns

[`AlchemyWalletTransport`](../type-aliases/AlchemyWalletTransport)