# LightAccount | @account-kit/smart-contracts

> Overview of LightAccount from @account-kit/smart-contracts

> 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<TSigner, TLightAccountVersion> = LightAccountBase<
  TSigner,
  "LightAccount",
  TLightAccountVersion
> &
  object;
```

Defined in: [account-kit/smart-contracts/src/light-account/accounts/account.ts:36](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/light-account/accounts/account.ts#L36)

## 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>
        `TSigner` *extends* `SmartAccountSigner`
      </td>

      <td>
        `SmartAccountSigner`
      </td>
    </tr>

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

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

  </tbody>
</table>