# buildDeferredActionDigest | @account-kit/smart-contracts

> Overview of the buildDeferredActionDigest function from @account-kit/smart-contracts

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

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

```ts
function buildDeferredActionDigest(args): `0x${string}`;
```

Defined in: [account-kit/smart-contracts/src/ma-v2/utils.ts:327](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/ma-v2/utils.ts#L327)

Creates the digest which must be prepended to the userOp signature.

Assumption: The client this extends is used to sign the typed data.

## Parameters

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

  <tbody>
    <tr>
      <td>
        `args`
      </td>

      <td>
        [`BuildDeferredActionDigestParams`](../type-aliases/BuildDeferredActionDigestParams)
      </td>

      <td>
        The argument object containing the following:
      </td>
    </tr>

  </tbody>
</table>

## Returns

`` `0x${string}` ``

The encoded digest to be prepended to the userOp signature