function createMultiOwnerModularAccount<TTransport, TSigner>(
config,
): Promise<MultiOwnerModularAccount<TSigner>>;Defined in: account-kit/smart-contracts/src/msca/account/multiOwnerAccount.ts:56
| Type Parameter | Default type |
|---|---|
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| Configuration parameters for creating a multi-owner modular account |
Promise<MultiOwnerModularAccount<TSigner>>
A promise that resolves to a MultiOwnerModularAccount object containing the created account information and methods