Expand description
HOP (Hand-Off protocol) RPC interface implementation.
Two layers of rate limiting apply:
- The node’s global per-connection limit configured via
--rpc-rate-limit. - HOP-specific per-account token buckets (request rate + bandwidth) enforced inside the pool;
see
crate::rate_limitand the--hop-*-rate/--hop-*-burstCLI flags.
Structs§
- HopRpc
Server - HOP RPC server implementation.
Traits§
- HopApi
Client - Client implementation for the
HopApiRPC API. - HopApi
Server - Server trait implementation for the
HopApiRPC API.