SDK ReferenceReact NativeType 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/dist/types/hooks/useSmartAccountClient.d.ts:4 Type Parameters Type ParameterDefault typeTChain extends Chain | undefinedChain | undefinedTAccount extends SupportedAccountTypes | undefinedSupportedAccountTypes | undefined