Expand description
Route handlers for the axum HTTP server.
Each submodule groups related endpoints by functionality.
Modules§
- discovery
- Discovery endpoints.
- graphql
- GraphQL endpoints.
- scan_
state - Scan state endpoints.
- snark_
pool - Snark pool endpoints.
- snarker
- Snarker endpoints.
- state
- State inspection endpoints.
- stats
- Statistics endpoints.
- status
- Status and health check endpoints.
- transaction
- Transaction endpoints.
- webrtc
- WebRTC signaling endpoints (feature-gated).
Functions§
- openapi_
router - Builds the OpenAPI router with all documented routes.
- openapi_
spec - Returns the OpenAPI specification for the HTTP API.