function createMultiOwnerLightAccountAlchemyClient<TSigner>(
params,
): Promise<
AlchemySmartAccountClient<
undefined | Chain,
MultiOwnerLightAccount<TSigner>,
MultiOwnerLightAccountClientActions<TSigner>
>
>;Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerAlchemyClient.ts:25
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type |
|---|---|
|
Promise<AlchemySmartAccountClient<undefined | Chain, MultiOwnerLightAccount<TSigner>, MultiOwnerLightAccountClientActions<TSigner>>>
A promise that resolves to an AlchemySmartAccountClient object containing the created account information and methods