referrerpolicy=no-referrer-when-downgrade

Module rpc

Module rpc 

Source
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_limit and the --hop-*-rate / --hop-*-burst CLI flags.

Structs§

HopRpcServer
HOP RPC server implementation.

Traits§

HopApiClient
Client implementation for the HopApi RPC API.
HopApiServer
Server trait implementation for the HopApi RPC API.