# LightAccount

> Overview of LightAccount

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

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

```ts
type LightAccount<TLightAccountVersion> = LightAccountBase<
  "LightAccount",
  TLightAccountVersion
> &
  object;
```

Defined in: [packages/smart-accounts/src/light-account/accounts/account.ts:34](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/light-account/accounts/account.ts#L34)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `encodeTransferOwnership()`
      </td>

      <td>
        (`newOwner`) => [`Hex`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `getOwnerAddress()`
      </td>

      <td>
        () => `Promise`\<[`Address`](https://abitype.dev)>
      </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>
        `TLightAccountVersion` *extends* [`LightAccountVersion`](LightAccountVersion)\<`"LightAccount"`>
      </td>

      <td>
        [`LightAccountVersion`](LightAccountVersion)\<`"LightAccount"`>
      </td>
    </tr>

  </tbody>
</table>