# smartWalletActions

> Overview of the smartWalletActions 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 smartWalletActions(client): SmartWalletActions;
```

Defined in: [packages/wallet-apis/src/decorators/smartWalletActions.ts:109](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/decorators/smartWalletActions.ts#L109)

Decorator that adds smart wallet actions to a wallet API client.
Provides both Alchemy-specific methods and standard viem wallet actions.

## 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>
        `InnerWalletApiClient`
      </td>

      <td>
        The wallet API client instance
      </td>
    </tr>

  </tbody>
</table>

## Returns

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

An object containing smart wallet action methods