# StaticSmartAccountImplementation

> Overview of StaticSmartAccountImplementation

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

```ts
type StaticSmartAccountImplementation<
  eip7702,
  entryPointVersion,
  factoryArgs,
  entryPointAbi,
  accountAbi,
  factoryAbi,
> = object & eip7702 extends false
  ? object
  : object & eip7702 extends true
    ? object
    : object;
```

Defined in: [packages/smart-accounts/src/types.ts:43](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/types.ts#L43)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `accountAbi`
      </td>

      <td>
        `accountAbi`
      </td>
    </tr>

    <tr>
      <td>
        `entryPoint`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `entryPoint.abi`
      </td>

      <td>
        `entryPointAbi`
      </td>
    </tr>

    <tr>
      <td>
        `entryPoint.address`
      </td>

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

    <tr>
      <td>
        `entryPoint.version`
      </td>

      <td>
        `entryPointVersion`
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `eip7702` *extends* `boolean`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        `entryPointVersion` *extends* [`EntryPointVersion`](https://viem.sh)
      </td>

      <td>
        [`EntryPointVersion`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `factoryArgs` *extends* `object`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `entryPointAbi` *extends* [`Abi`](https://abitype.dev) | readonly `unknown`\[]
      </td>

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

    <tr>
      <td>
        `accountAbi` *extends* [`Abi`](https://abitype.dev) | readonly `unknown`\[]
      </td>

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

    <tr>
      <td>
        `factoryAbi` *extends* [`Abi`](https://abitype.dev) | readonly `unknown`\[]
      </td>

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

  </tbody>
</table>