Alchemy Logo

GetSmartAccountClientParams

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

TChain extends Chain | undefined

Chain | undefined

TAccount extends SupportedAccountTypes

SupportedAccountTypes

Was this page helpful?