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 Parameter | Default type |
|---|---|
|
|