# getMultiOwnerLightAccountAddressFromFactoryData

> Overview of the getMultiOwnerLightAccountAddressFromFactoryData 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 getMultiOwnerLightAccountAddressFromFactoryData(
  params,
): Promise<`0x${string}`>;
```

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

Gets the multi-owner light account address from factory data.
If the factory is a known default, decodes the args and predicts without RPC.
Otherwise falls back to calling the entry point's getSenderAddress.

## Parameters

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

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        [`GetMultiOwnerLightAccountAddressFromFactoryDataParams`](../type-aliases/GetMultiOwnerLightAccountAddressFromFactoryDataParams)
      </td>

      <td>
        The parameters
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<`` `0x${string}` ``>

The account address