# toMultiOwnerModularAccountV1

> Overview of the toMultiOwnerModularAccountV1 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 toMultiOwnerModularAccountV1(
  param0,
): Promise<MultiOwnerModularAccountV1>;
```

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

Creates a multi-owner MAv1 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>
        [`ToMultiOwnerModularAccountV1Params`](../type-aliases/ToMultiOwnerModularAccountV1Params)
      </td>

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

  </tbody>
</table>

## Returns

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

A multi-owner MAv1 account.