type GetSmartAccountClientResult<TChain, TAccount> = object;Defined in: account-kit/core/src/actions/getSmartAccountClient.ts:60
| Type Parameter | Default type |
| :--------------------------------------------------------------------------------- | :------------------------------------------------------------ | ------- | ----------- |
| TChain extends Chain | undefined | Chain | undefined |
| TAccount extends accountLoupeActions | accountLoupeActions |
| Property | Type |
|---|---|
address? | Address |
client? | AlchemySmartAccountClient<TChain, TAccount, ClientActions<TAccount>> |
error? | Error |
isLoadingClient | boolean |