Expand description
Server communication for Webcash operations
This module handles HTTP communication with the Webcash server for operations like health checks, replacements, target queries, and mining report submissions.
Modules§
- endpoints
- Webcash server API endpoints
Structs§
- Health
Response - Health check response
- Health
Result - Individual health check result
- Legalese
- Terms acceptance
- Mining
Report Request - Mining report request
- Mining
Report Response - Mining report response
- Replace
Request - Replacement request
- Replace
Response - Replacement response
- Server
Client - Webcash server client (Clone shares connection pool)
- Server
Config - Server configuration
- Target
Response - Target information response
Enums§
- Network
Mode - Network mode selection — the single source of truth for which server the wallet communicates with. Each Wallet instance owns its network mode.
Traits§
- Server
Client Trait - Cross-platform server client trait