# AlchemySmartAccountClientActions | @account-kit/infra

> Overview of AlchemySmartAccountClientActions 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 AlchemySmartAccountClientActions<
  TAccount,
  TContext,
  TChain,
  TEntryPointVersion,
> = object;
```

Defined in: [account-kit/infra/src/client/decorators/smartAccount.ts:26](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/client/decorators/smartAccount.ts#L26)

## Type Parameters

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

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

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

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

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

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

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

    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        `GetEntryPointFromAccount`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="sendtransaction" /> `sendTransaction`
      </td>

      <td>
        \<`TChainOverride`>(`args`, `overrides?`, `context?`) => `Promise`\<[`Hex`](https://viem.sh)>
      </td>
    </tr>

    <tr>
      <td>
        <a id="sendtransactions" /> `sendTransactions`
      </td>

      <td>
        (`args`) => `Promise`\<[`Hex`](https://viem.sh)>
      </td>
    </tr>

    <tr>
      <td>
        <a id="senduseroperation" /> `sendUserOperation`
      </td>

      <td>
        (`args`) => `Promise`\<`SendUserOperationResult`\<`TEntryPointVersion`>>
      </td>
    </tr>

    <tr>
      <td>
        <a id="simulateuseroperation" /> `simulateUserOperation`
      </td>

      <td>
        (`args`) => `Promise`\<[`SimulateUserOperationAssetChangesResponse`](SimulateUserOperationAssetChangesResponse)>
      </td>
    </tr>

  </tbody>
</table>