AlchemyLightAccountClientConfig

1type AlchemyLightAccountClientConfig<TSigner> = Omit<
2 CreateLightAccountParams<HttpTransport, TSigner>,
3 "transport"
4> &
5 Omit<
6 AlchemySmartAccountClientConfig<Chain, LightAccount<TSigner>>,
7 "account"
8 >;

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

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner