function getSmartAccountClient<TChain, TAccount>(
params,
config,
): GetSmartAccountClientResult<TChain, SupportedAccount<TAccount>>;Defined in: account-kit/core/src/actions/getSmartAccountClient.ts:70
| Type Parameter | Default type |
|---|---|
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| Parameters for getting the smart account client, including account parameters and client parameters |
|
| The configuration containing the client store and other necessary information |
GetSmartAccountClientResult<TChain, SupportedAccount<TAccount>>
The result object which includes the client, address, and loading status of the client