# MultiOwnerLightAccount | @account-kit/smart-contracts

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

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

## Type Declaration

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

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

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

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

      <td>
        () => `Promise`\<readonly [`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)\<`"MultiOwnerLightAccount"`>
      </td>

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

  </tbody>
</table>