SDK ReferenceReactType AliasesUseSmartAccountClientPropsCopy page 1type UseSmartAccountClientProps<TChain, TAccount> = OptionalFields<2 GetSmartAccountClientParams<3 TChain,4 TAccount extends undefined ? "ModularAccountV2" : TAccount5 >,6 "type"7>; Defined in: account-kit/react/src/hooks/useSmartAccountClient.ts:19 Type Parameters Type ParameterDefault typeTChain extends Chain | undefinedChain | undefinedTAccount extends SupportedAccountTypes | undefinedSupportedAccountTypes | undefined