package
0.0.0-20240916203516-2473a21e2bfc
Repository: https://github.com/kava-labs/kava-proxy-service.git
Documentation: pkg.go.dev

# Functions

CreateBatchProcessingMiddleware handles batch EVM requests The batched request is pulled from the context.
IsBatchContext returns true when the passed in context is for a batch EVM request.
NewBatchProcessor creates a BatchProcessor for combining the responses of reqs to the handler.

# Structs

BatchMiddlewareConfig are the necessary configuration options for the Batch Processing Middleware.
BatchProcessor makes multiple requests to the underlying handler and then combines all the responses into a single response.

# Type aliases

No description provided by the author