type MiddlewareClient<TTransport, TChain, TAccount> = Client<
TTransport,
TChain,
TAccount,
[...BundlerRpcSchema, ...PublicRpcSchema],
PublicActions & BundlerActions
>;Defined in: aa-sdk/core/src/middleware/actions.ts:28
Middleware client type
| Type Parameter | Default type | Description |
|---|---|---|
| ||
|
| |
|
|