# PredictMultiOwnerModularAccountV1AddressParams

> Overview of PredictMultiOwnerModularAccountV1AddressParams

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

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

```ts
type PredictMultiOwnerModularAccountV1AddressParams = object;
```

Defined in: [packages/smart-accounts/src/ma-v1/predictAddress.ts:18](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v1/predictAddress.ts#L18)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="factoryaddress" /> `factoryAddress?`
      </td>

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

    <tr>
      <td>
        <a id="owneraddresses" /> `ownerAddresses`
      </td>

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

    <tr>
      <td>
        <a id="salt" /> `salt`
      </td>

      <td>
        `bigint`
      </td>
    </tr>

  </tbody>
</table>