function predictLightAccountAddress(params): `0x${string}`;Defined in: account-kit/smart-contracts/src/light-account/accounts/predictAddress.ts:29
Predicts the address of a light account based on provided parameters such as factory address, salt, owner address, and version.
| Parameter | Type | Description |
|---|---|---|
|
| The parameters required to predict the light account address, including factory address, salt, owner address, and version |
`0x${string}`
The predicted address of the light account calculated based on the provided parameters