function toMultiOwnerModularAccountV1(
param0,
): Promise<MultiOwnerModularAccountV1>;Defined in: packages/smart-accounts/src/ma-v1/accounts/multi-owner-account.ts:53
Creates a multi-owner MAv1 account.
| Parameter | Type | Description |
|---|---|---|
| The parameters for creating a multi-owner MAv1 account. |
Promise<MultiOwnerModularAccountV1>
A multi-owner MAv1 account.