# smartAccountClientActions | @aa-sdk/core

> Provides a set of smart account client actions to decorate the provided client. These actions include building and signing user operations, sending transactions, and more.  NOTE: this is already added to clients returned from `createSmartAccountClient`

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

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

```ts
const smartAccountClientActions: <TTransport, TChain, TAccount, TContext>(
  client,
) => BaseSmartAccountClientActions<TChain, TAccount, TContext>;
```

Defined in: [aa-sdk/core/src/client/decorators/smartAccountClient.ts:143](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/client/decorators/smartAccountClient.ts#L143)

Provides a set of smart account client actions to decorate the provided client. These actions include building and signing user operations, sending transactions, and more.

NOTE: this is already added to clients returned from `createSmartAccountClient`

## Type Parameters

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

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

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

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

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

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

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

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

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

  </tbody>
</table>

## Parameters

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

  <tbody>
    <tr>
      <td>
        `client`
      </td>

      <td>
        [`Client`](https://viem.sh)\<`TTransport`, `TChain`, `TAccount`>
      </td>

      <td>
        The client to bind the smart account actions to
      </td>
    </tr>

  </tbody>
</table>

## Returns

[`BaseSmartAccountClientActions`](../type-aliases/BaseSmartAccountClientActions)\<`TChain`, `TAccount`, `TContext`>

An object containing various smart account client actions