# MultiOwnerModularAccountV1

> Overview of MultiOwnerModularAccountV1

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

```ts
type MultiOwnerModularAccountV1 = ModularAccountV1Base & object;
```

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

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