function createLightAccountAlchemyClient<TSigner>(
params,
): Promise<
AlchemySmartAccountClient<
undefined | Chain,
LightAccount<TSigner>,
LightAccountClientActions<TSigner>
>
>;Defined in: account-kit/smart-contracts/src/light-account/clients/alchemyClient.ts:22
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<AlchemySmartAccountClient<undefined | Chain, LightAccount<TSigner>, LightAccountClientActions<TSigner>>>
A promise that resolves to an AlchemySmartAccountClient object containing the created client