getSmartWalletClient

1function getSmartWalletClient<TAccount>(
2 config,
3 params?,
4): GetSmartWalletClientResult<TAccount>;

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

Type Parameters

Type ParameterDefault type

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

undefined | `0x${string}`

Parameters

ParameterTypeDescription

config

AlchemyAccountsConfig

The configuration containing the client store and connection information

params?

GetSmartWalletClientParams<TAccount>

Optional parameters including account address

Returns

GetSmartWalletClientResult<TAccount>

The Smart Wallet Client instance or undefined if not available