function createSmartAccountClientFromExisting<
TTransport,
TChain,
TAccount,
TClient,
TActions,
TRpcSchema,
TContext,
>(
config,
): SmartAccountClient<
CustomTransport,
TChain,
TAccount,
TActions,
TRpcSchema,
TContext
>;Defined in: aa-sdk/core/src/client/smartAccountClient.ts:314
| Type Parameter | Default type |
|---|---|
|
|
|
|
| | |
|
|
|
|
| [{
|
| | |
| Parameter | Type | Description |
|---|---|---|
|
| the configuration object which includes the client |
SmartAccountClient<CustomTransport, TChain, TAccount, TActions, TRpcSchema, TContext>
A smart account client created from the existing BundlerClient