function predictLightAccountAddress(params): `0x${string}`;Defined in: account-kit/smart-contracts/dist/types/src/light-account/accounts/predictAddress.d.ts:15
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