function getMultiOwnerLightAccountAddressFromFactoryData(
params,
): Promise<`0x${string}`>;Defined in: packages/smart-accounts/src/light-account/predictAddress.ts:264
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.
| Parameter | Type | Description |
|---|---|---|
| The parameters |
Promise<`0x${string}`>
The account address