predictMultiOwnerLightAccountAddress
Defined in: account-kit/smart-contracts/src/light-account/accounts/predictAddress.ts:117
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).
Parameters
Returns
`0x${string}`
Predicted account address for the multi-owner light account.