# BuildNonceParams

> Overview of BuildNonceParams

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

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

```ts
type BuildNonceParams = object;
```

Defined in: [packages/smart-accounts/src/ma-v2/utils/account.ts:70](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/utils/account.ts#L70)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="entityid" /> `entityId?`
      </td>

      <td>
        `number`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isdeferredaction" /> `isDeferredAction?`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isdirectcallvalidation" /> `isDirectCallValidation?`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isglobalvalidation" /> `isGlobalValidation?`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        <a id="noncekey" /> `nonceKey?`
      </td>

      <td>
        `bigint`
      </td>
    </tr>

  </tbody>
</table>