# ToMultiOwnerModularAccountV1Params

> Overview of ToMultiOwnerModularAccountV1Params

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

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

```ts
type ToMultiOwnerModularAccountV1Params = object &
  | {
  factoryData?: never;
  salt?: bigint;
}
  | {
  factoryData?: Hex;
  salt?: never;
};
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `accountAddress?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `client`
      </td>

      <td>
        [`Client`](https://viem.sh)\<[`Transport`](https://viem.sh), [`Chain`](https://viem.sh),
        | [`JsonRpcAccount`](https://viem.sh)
        | [`LocalAccount`](https://viem.sh)
        | `undefined`>
      </td>
    </tr>

    <tr>
      <td>
        `factory?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `owners`
      </td>

      <td>
        \[[`OneOf`](https://viem.sh)\<[`JsonRpcAccount`](https://viem.sh) | [`LocalAccount`](https://viem.sh)>, `...{ address: Address }[]`]
      </td>
    </tr>

  </tbody>
</table>