# BaseAlchemyActions | @account-kit/infra

> Overview of BaseAlchemyActions 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 BaseAlchemyActions<chain, account, context> = SmartAccountClientActions<
  chain,
  account,
  context
> &
  AlchemySmartAccountClientActions<account, context>;
```

Defined in: [account-kit/infra/src/client/smartAccountClient.ts:65](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/client/smartAccountClient.ts#L65)

## Type Parameters

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

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

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

    <tr>
      <td>
        `account` *extends* `SmartContractAccount` | `undefined`
      </td>

      <td>
        `SmartContractAccount` | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `context` *extends* `UserOperationContext` | `undefined`
      </td>

      <td>
        `UserOperationContext` | `undefined`
      </td>
    </tr>

  </tbody>
</table>