function toMultiOwnerLightAccount(param0): Promise<MultiOwnerLightAccount>;Defined in: packages/smart-accounts/src/light-account/accounts/multi-owner-account.ts:52
Creates a multi-owner light account.
| Parameter | Type | Description |
|---|---|---|
| The parameters for creating a multi-owner light account. |
Promise<MultiOwnerLightAccount>
A multi-owner light account.