# InstallValidationActions

> Overview of InstallValidationActions

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

```ts
type InstallValidationActions<TAccount> = object;
```

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

## Type Parameters

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

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

      <td>
        [`SmartAccount`](https://viem.sh) | `undefined`
      </td>
    </tr>

  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="encodeinstallvalidation" /> `encodeInstallValidation`
      </td>

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

    <tr>
      <td>
        <a id="encodeuninstallvalidation" /> `encodeUninstallValidation`
      </td>

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

  </tbody>
</table>