Module rate_limiter

Source
Available on crate feature rpc only.
Expand description

[jsonrpsee] helper layer for rate limiting certain methods.

Structs§

RateLimitingRequestFuture
Response future.
RpcRequestRateLimiter
Rate limiter for the RPC server.
RpcRequestRateLimitingService
A [RpcServiceT] middleware that rate limits RPC calls to the server.