function createSmartAccountClient<TTransport, TChain, TAccount, TContext>(
config,
): SmartAccountClient<TTransport, TChain, TAccount>;Defined in: aa-sdk/core/src/client/smartAccountClient.ts:131
| Type Parameter | Default type |
|---|---|
| |
|
|
| | |
| | |
| Parameter | Type | Description |
|---|---|---|
| { | The configuration for creating the smart account client |
|
| ‐ |
| < | A function that adds a breadcrumb to the current context Note, most implementations will override the client with the default alchemy transport and this leads to the fact that a transport could be overwritten and not known until later. |
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
| ‐ |
SmartAccountClient<TTransport, TChain, TAccount>
A smart account client capable of handling transactions, message signing, and other operations on a smart account