createSmartAccountClientFromExisting
1 function createSmartAccountClientFromExisting< 2 TTransport, 3 TChain, 4 TAccount, 5 TClient, 6 TActions, 7 TRpcSchema, 8 TContext, 9 >( 10 config, 11 ): SmartAccountClient< 12 CustomTransport, 13 TChain, 14 TAccount, 15 TActions, 16 TRpcSchema, 17 TContext 18 >;
Defined in: aa-sdk/core/src/client/smartAccountClient.ts:318
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
|
| | |
|
|
|
|
| [{
|
| | |
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| the configuration object which includes the client |
Returns
SmartAccountClient<CustomTransport, TChain, TAccount, TActions, TRpcSchema, TContext>
A smart account client created from the existing BundlerClient