Alchemy Logo

noopMiddleware

const noopMiddleware: ClientMiddlewareFn<UserOperationContext | undefined>;

Defined in: aa-sdk/core/src/middleware/noopMiddleware.ts:10

Noop middleware that does nothing and passes the arguments through

the client middleware arguments passed to the middleware

the arguments passed to the middleware and returned as is without modification

Was this page helpful?