createMultiOwnerLightAccount
Creates a multi-owner light account using the provided parameters, including transport, chain, signer, initialization code, version, account address, factory address, salt, and owners. Ensures the owners list is deduplicated, ordered, and valid.
Import
Usage
Parameters
config
CreateMultiOwnerLightAccountParams
The parameters for creating a multi-owner light account
Returns
Promise<MultiOwnerLightAccount>
A promise that resolves to a MultiOwnerLightAccount
object containing the created account information and methods