const smartAccountClientActions: <TTransport, TChain, TAccount, TContext>(
client,
) => BaseSmartAccountClientActions<TChain, TAccount, TContext>;Defined in: aa-sdk/core/src/client/decorators/smartAccountClient.ts:143
Provides a set of smart account client actions to decorate the provided client. These actions include building and signing user operations, sending transactions, and more.
NOTE: this is already added to clients returned from createSmartAccountClient
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| The client to bind the smart account actions to |
BaseSmartAccountClientActions<TChain, TAccount, TContext>
An object containing various smart account client actions