MiddlewareClient

1type MiddlewareClient<TTransport, TChain, TAccount> = Client<
2 TTransport,
3 TChain,
4 TAccount,
5 [...BundlerRpcSchema, ...PublicRpcSchema],
6 PublicActions & BundlerActions
7>;

Defined in: aa-sdk/core/src/middleware/actions.ts:28

Middleware client type

Type Parameters

Type ParameterDefault typeDescription

TTransport extends Transport

Transport

TChain extends Chain | undefined

Chain | undefined

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined