type BaseSmartAccountClient<transport, chain, account, context> = Prettify<
Client<
transport,
chain,
account,
[...BundlerRpcSchema, ...PublicRpcSchema],
object & SmartAccountClientOpts & BundlerActions & PublicActions
>
>;Defined in: aa-sdk/core/src/client/smartAccountClient.ts:108
| Type Parameter | Default type |
|---|---|
| |
|
|
|
|
|
|