Alchemy Logo

GetSmartAccountClientResult

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 |

PropertyType
address?Address
client?AlchemySmartAccountClient<TChain, TAccount, ClientActions<TAccount>>
error?Error
isLoadingClientboolean
Was this page helpful?