Skip to content
Alchemy Logo

getSmartWalletClient

function getSmartWalletClient<TAccount>(
  config,
  params?,
): GetSmartWalletClientResult<TAccount>;

Defined in: account-kit/core/src/actions/getSmartWalletClient.ts:20

Type ParameterDefault type

TAccount extends undefined | `0x${string}`

undefined | `0x${string}`

ParameterTypeDescription

config

AlchemyAccountsConfig

The configuration containing the client store and connection information

params?

GetSmartWalletClientParams<TAccount>

Optional parameters including account address

GetSmartWalletClientResult<TAccount>

The Smart Wallet Client instance or undefined if not available

Was this page helpful?