function createMultiOwnerLightAccount<
TTransport,
TSigner,
TLightAccountVersion,
>(config): Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>;Defined in: account-kit/smart-contracts/src/light-account/accounts/multiOwner.ts:83
| Type Parameter | Default type |
|---|---|
| |
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| The parameters for creating a multi-owner light account |
Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>
A promise that resolves to a MultiOwnerLightAccount object containing the created account information and methods