# AccountEntryPointRegistry | @aa-sdk/core

> Overview of the AccountEntryPointRegistry interface from @aa-sdk/core

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

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

Defined in: [aa-sdk/core/src/account/smartContractAccount.ts:145](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/account/smartContractAccount.ts#L145)

## Extends

- [`EntryPointRegistryBase`](EntryPointRegistryBase)\<[`SmartContractAccount`](../type-aliases/SmartContractAccount)\<`Name`, [`EntryPointVersion`](../type-aliases/EntryPointVersion)>>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `Name` *extends* `string`
      </td>

      <td>
        `string`
      </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="060" /> `0.6.0`
      </td>

      <td>
        [`SmartContractAccount`](../type-aliases/SmartContractAccount)\<`Name`, `"0.6.0"`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="070" /> `0.7.0`
      </td>

      <td>
        [`SmartContractAccount`](../type-aliases/SmartContractAccount)\<`Name`, `"0.7.0"`>
      </td>
    </tr>

  </tbody>
</table>