# AccountLoupeActions | @account-kit/smart-contracts

> Overview of AccountLoupeActions 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
type AccountLoupeActions<TAccount> = object;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/decorator.ts:17](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/decorator.ts#L17)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SmartContractAccount` | `undefined`
      </td>

      <td>
        `SmartContractAccount` | `undefined`
      </td>
    </tr>

  </tbody>
</table>

## Methods

### getExecutionFunctionConfig()

```ts
getExecutionFunctionConfig(args): Promise<ExecutionFunctionConfig>;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/decorator.ts:26](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/decorator.ts#L26)

#### Parameters

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

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

      <td>
        `object` & `GetAccountParameter`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

#### Returns

`Promise`\<[`ExecutionFunctionConfig`](ExecutionFunctionConfig)>

---

### getExecutionHooks()

```ts
getExecutionHooks(args): Promise<readonly ExecutionHooks[]>;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/decorator.ts:33](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/decorator.ts#L33)

#### Parameters

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

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

      <td>
        `object` & `GetAccountParameter`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

#### Returns

`Promise`\<readonly [`ExecutionHooks`](ExecutionHooks)\[]>

---

### getInstalledPlugins()

```ts
getInstalledPlugins(args): Promise<readonly `0x${string}`[]>;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/decorator.ts:49](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/decorator.ts#L49)

#### Parameters

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

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

      <td>
        `GetAccountParameter`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

#### Returns

`Promise`\<readonly `` `0x${string}` ``\[]>

---

### getPreValidationHooks()

```ts
getPreValidationHooks(args): Promise<readonly [readonly `0x${string}`[], readonly `0x${string}`[]]>;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/decorator.ts:43](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/decorator.ts#L43)

#### Parameters

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

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

      <td>
        `object` & `GetAccountParameter`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

#### Returns

`Promise`\<readonly \[readonly `` `0x${string}` ``\[], readonly `` `0x${string}` ``\[]]>