# ValidationData

> Overview of ValidationData

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

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

```ts
type ValidationData = object;
```

Defined in: [packages/smart-accounts/src/ma-v2/types.ts:61](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/types.ts#L61)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="executionhooks" /> `executionHooks`
      </td>

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

    <tr>
      <td>
        <a id="isglobal" /> `isGlobal`
      </td>

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

    <tr>
      <td>
        <a id="issignaturevalidation" /> `isSignatureValidation`
      </td>

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

    <tr>
      <td>
        <a id="isuseropvalidation" /> `isUserOpValidation`
      </td>

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

    <tr>
      <td>
        <a id="selectors" /> `selectors`
      </td>

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

    <tr>
      <td>
        <a id="validationhooks" /> `validationHooks`
      </td>

      <td>
        [`HookConfig`](HookConfig)\[]
      </td>
    </tr>

  </tbody>
</table>