# PredictModularAccountV2AddressParams

> Overview of PredictModularAccountV2AddressParams

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

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

```ts
type PredictModularAccountV2AddressParams = object &
  | {
  entityId: number;
  ownerAddress: Address;
  type: "MA";
}
  | {
  ownerAddress: Address;
  type: "SMA";
};
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `factoryAddress`
      </td>

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

    <tr>
      <td>
        `implementationAddress`
      </td>

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

    <tr>
      <td>
        `salt`
      </td>

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

  </tbody>
</table>