function predictMultiOwnerLightAccountAddress(params): `0x${string}`;Defined in: packages/smart-accounts/src/light-account/predictAddress.ts:132
Predicts the address of a Multi-Owner Light Account given the factory, salt and the set of owner addresses.
Internally replicates the CREATE2 calculation performed by the factory so you can obtain the counter-factual account address before deployment (useful for funding or displaying to users).
| Parameter | Type | Description |
|---|---|---|
| Object containing:
– |
`0x${string}`
Predicted account address for the multi-owner light account.