# DeferralActions

> Overview of DeferralActions

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

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

```ts
type DeferralActions = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="buildpresignaturedeferredactionpayload" /> `buildPreSignatureDeferredActionPayload`
      </td>

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

    <tr>
      <td>
        <a id="createdeferredactiontypeddataobject" /> `createDeferredActionTypedDataObject`
      </td>

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

    <tr>
      <td>
        <a id="getentityidandnonce" /> `getEntityIdAndNonce`
      </td>

      <td>
        (`args`) => `Promise`\<\{ `entityId`: `number`; `nonce`: `bigint`; }>
      </td>
    </tr>

  </tbody>
</table>