# toMultiOwnerLightAccount

> Overview of the toMultiOwnerLightAccount function

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

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

```ts
function toMultiOwnerLightAccount(param0): Promise<MultiOwnerLightAccount>;
```

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

Creates a multi-owner light account.

## Parameters

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

  <tbody>
    <tr>
      <td>
        `param0`
      </td>

      <td>
        [`ToMultiOwnerLightAccountParams`](../type-aliases/ToMultiOwnerLightAccountParams)
      </td>

      <td>
        The parameters for creating a multi-owner light account.
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<[`MultiOwnerLightAccount`](../type-aliases/MultiOwnerLightAccount)>

A multi-owner light account.