# MultiOwnerLightAccount

> Overview of MultiOwnerLightAccount

> 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 = LightAccountBase<
  "MultiOwnerLightAccount",
  "v2.0.0"
> &
  object;
```

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

## 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>