function createMultiOwnerLightAccount<
TTransport,
TSigner,
TLightAccountVersion,
>(config): Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>;Defined in: account-kit/smart-contracts/dist/types/src/light-account/accounts/multiOwner.d.ts:18
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>