# deferralActions

> Overview of the deferralActions function

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

```ts
function deferralActions<TTransport, TChain, TAccount>(client): DeferralActions;
```

Defined in: [packages/smart-accounts/src/ma-v2/decorators/deferralActions.ts:77](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/decorators/deferralActions.ts#L77)

Provides deferred action functionalities for a MA v2 client, ensuring compatibility with `SmartAccountClient`.

## 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)
      </td>

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

    <tr>
      <td>
        `TAccount` *extends* [`SmartAccount`](https://viem.sh)
      </td>

      <td>
        [`SmartAccount`](https://viem.sh)
      </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 instance which provides account and sendUserOperation functionality.
      </td>
    </tr>

  </tbody>
</table>

## Returns

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

- An object containing three methods: `createDeferredActionTypedDataObject`, `buildPreSignatureDeferredActionPayload`, and `buildUserOperationWithDeferredAction`.