# GetPluginAddressParameter | @account-kit/smart-contracts

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="pluginaddress" /> `pluginAddress?`
      </td>

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

  </tbody>
</table>