# PredictLightAccountAddressParams

> Overview of PredictLightAccountAddressParams

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

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

```ts
type PredictLightAccountAddressParams = object;
```

Defined in: [packages/smart-accounts/src/light-account/predictAddress.ts:28](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/light-account/predictAddress.ts#L28)

## 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="owneraddress" /> `ownerAddress`
      </td>

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

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

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

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

      <td>
        keyof *typeof* [`LightAccount`](../variables/AccountVersionRegistry#lightaccount)
      </td>
    </tr>

  </tbody>
</table>