# PluginManagerActions | @account-kit/smart-contracts

> Overview of PluginManagerActions 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 PluginManagerActions<TAccount, TEntryPointVersion> = object;
```

Defined in: [account-kit/smart-contracts/src/msca/plugin-manager/decorator.ts:16](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugin-manager/decorator.ts#L16)

## 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>

    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        `GetEntryPointFromAccount`\<`TAccount`>
      </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="installplugin" /> `installPlugin`
      </td>

      <td>
        (`params`) => `Promise`\<`SendUserOperationResult`\<`TEntryPointVersion`>>
      </td>
    </tr>

    <tr>
      <td>
        <a id="uninstallplugin" /> `uninstallPlugin`
      </td>

      <td>
        (`params`) => `Promise`\<`SendUserOperationResult`\<`TEntryPointVersion`>>
      </td>
    </tr>

  </tbody>
</table>