createSmartAccountClientFromExisting
Creates a smart account client using an existing client and specific configuration. This function can be used to reuse a pre-existing BundlerClient while customizing other aspects of the smart account.
Import
Usage
Parameters
config
Omit<SmartAccountClientConfig, "transport" | "chain"> & {client: BundlerClient}
the configuration object which includes the client
Returns
SmartAccountClient
A smart account client created from the existing BundlerClient