function getSmartWalletClient<TAccount>(
config,
params?,
): GetSmartWalletClientResult<TAccount>;Defined in: account-kit/core/src/actions/getSmartWalletClient.ts:20
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type | Description |
|---|---|---|
| The configuration containing the client store and connection information | |
|
| Optional parameters including account address |
GetSmartWalletClientResult<TAccount>
The Smart Wallet Client instance or undefined if not available