Package: react-wallet-kit
Overview
Creates a new TurnkeySDKClientBase instance with the provided configuration. This method is used internally to create the HTTP client for making API requests, but can also be used to create an additional client with different configurations if needed. By default, it uses the configuration provided during the TurnkeyClient initialization.Parameters
Optional configuration parameters to override the default client configuration.
Response
A successful response returns the following fields:A new instance of TurnkeySDKClientBase configured with the provided parameters.