UseSmartAccountClientProps

1type UseSmartAccountClientProps<TChain, TAccount> = OptionalFields<
2 GetSmartAccountClientParams<
3 TChain,
4 TAccount extends undefined ? "ModularAccountV2" : TAccount
5 >,
6 "type"
7>;

Defined in: account-kit/react/dist/types/hooks/useSmartAccountClient.d.ts:4

Type Parameters

Type ParameterDefault type

TChain extends Chain | undefined

Chain | undefined

TAccount extends SupportedAccountTypes | undefined

SupportedAccountTypes | undefined