function middlewareActions(
overrides,
): <TTransport, TChain, TAccount>(client) => object;Defined in: aa-sdk/core/src/middleware/actions.ts:50
function that takes in ClientMiddlewareConfig used during client initiation and returns the middleware actions object that the smart account client extends with
| Parameter | Type | Description |
|---|---|---|
| config used during client initiation for overriding default middlewares |
middleware actions object
<TTransport, TChain, TAccount>(client): object;| Type Parameter | Default type |
|---|---|
|
|
|
|
| | |
| Parameter | Type |
|---|---|
|
|
object
| Name | Type |
|---|---|
|