# ExecutionFunctionConfig | @account-kit/smart-contracts

> Overview of ExecutionFunctionConfig 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 ExecutionFunctionConfig = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="plugin" /> `plugin`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        <a id="runtimevalidationfunction" /> `runtimeValidationFunction`
      </td>

      <td>
        [`FunctionReference`](FunctionReference)
      </td>
    </tr>

    <tr>
      <td>
        <a id="useropvalidationfunction" /> `userOpValidationFunction`
      </td>

      <td>
        [`FunctionReference`](FunctionReference)
      </td>
    </tr>

  </tbody>
</table>