function useSmartAccountClient<TChain, TAccount>(
args,
): UseSmartAccountClientResult<
TChain,
SupportedAccount<TAccount extends undefined ? "ModularAccountV2" : TAccount>
>;Defined in: account-kit/react/dist/types/hooks/useSmartAccountClient.d.ts:6
| Type Parameter | Default type |
|---|---|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
UseSmartAccountClientResult<TChain, SupportedAccount<TAccount extends undefined ? "ModularAccountV2" : TAccount>>