# EntryPointRegistry | @aa-sdk/core

> Overview of the EntryPointRegistry 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/entrypoint/types.ts:60](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/entrypoint/types.ts#L60)

## Extends

- [`EntryPointRegistryBase`](EntryPointRegistryBase)\<[`SupportedEntryPoint`](../type-aliases/SupportedEntryPoint)\<[`EntryPointVersion`](../type-aliases/EntryPointVersion), `TChain`, [`Abi`](https://abitype.dev)>>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TChain` *extends* [`Chain`](https://viem.sh)
      </td>

      <td>
        [`Chain`](https://viem.sh)
      </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>
        [`SupportedEntryPoint`](../type-aliases/SupportedEntryPoint)\<`"0.6.0"`, `TChain`, `any`>
      </td>
    </tr>

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

      <td>
        [`SupportedEntryPoint`](../type-aliases/SupportedEntryPoint)\<`"0.7.0"`, `TChain`, `any`>
      </td>
    </tr>

  </tbody>
</table>