# ModularAccountV2VersionRegistry

> Account version registry for ModularAccountV2, keyed by contract name and version.

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

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

```ts
const ModularAccountV2VersionRegistry: object;
```

Defined in: [packages/smart-accounts/src/ma-v2/registry.ts:12](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/smart-accounts/src/ma-v2/registry.ts#L12)

Account version registry for ModularAccountV2, keyed by contract name and
version.

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
      <th align="left">Default value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="semimodularaccount7702" /> `SemiModularAccount7702`
      </td>

      <td>
        `object`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        `SemiModularAccount7702.v1.0.0`
      </td>

      <td>
        [`SemiModularAccount7702StaticImpl`](../type-aliases/SemiModularAccount7702StaticImpl)
      </td>

      <td>
        `semiModularAccount7702StaticImplV1_0_0`
      </td>
    </tr>

    <tr>
      <td>
        `SemiModularAccount7702.v1.1.0`
      </td>

      <td>
        [`SemiModularAccount7702StaticImpl`](../type-aliases/SemiModularAccount7702StaticImpl)
      </td>

      <td>
        `semiModularAccount7702StaticImplV1_1_0`
      </td>
    </tr>

    <tr>
      <td>
        <a id="semimodularaccountbytecode" /> `SemiModularAccountBytecode`
      </td>

      <td>
        `object`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        `SemiModularAccountBytecode.v1.0.0`
      </td>

      <td>
        [`SemiModularAccountV2StaticImpl`](../type-aliases/SemiModularAccountV2StaticImpl)
      </td>

      <td>
        `semiModularAccountV2StaticImpl`
      </td>
    </tr>

  </tbody>
</table>