Skip to content
Alchemy Logo

AlchemyLightAccountClientConfig

type AlchemyLightAccountClientConfig<TSigner> = Omit<
  CreateLightAccountParams<HttpTransport, TSigner>,
  "transport"
> &
  Omit<
    AlchemySmartAccountClientConfig<Chain, LightAccount<TSigner>>,
    "account"
  >;

Defined in: account-kit/smart-contracts/src/light-account/clients/alchemyClient.ts:14

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?