type SmartAccountClientConfig<transport, chain, account, context> = Prettify<
Pick<
ClientConfig<transport, chain, account>,
| "cacheTime"
| "chain"
| "key"
| "name"
| "pollingInterval"
| "transport"
| "type"
> &
object &
ClientMiddlewareConfig<context>
>;Defined in: aa-sdk/core/src/client/smartAccountClient.ts:36
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
|
|