Skip to content
Alchemy Logo

createLightAccountAlchemyClient

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 ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

ParameterType

params

AlchemyLightAccountClientConfig<TSigner>

Promise<AlchemySmartAccountClient<undefined | Chain, LightAccount<TSigner>, LightAccountClientActions<TSigner>>>

A promise that resolves to an AlchemySmartAccountClient object containing the created client

Was this page helpful?