type GetSmartAccountClientParams<TChain, TAccount> = Omit<
AlchemySmartAccountClientConfig<TChain, SupportedAccount<TAccount>>,
"transport" | "account" | "chain"
> &
GetAccountParams<TAccount>;Defined in: account-kit/core/src/actions/getSmartAccountClient.ts:37
| Type Parameter | Default type |
|---|---|
|
|
|
|