predictLightAccountAddress

1function 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.

Parameters

ParameterTypeDescription

params

PredictLightAccountAddressParams

The parameters required to predict the light account address, including factory address, salt, owner address, and version

Returns

`0x${string}`

The predicted address of the light account calculated based on the provided parameters