health

abstract suspend fun health(id: String): Result<HealthStatus>

Gets the health status of a drand network by beacon ID.

Return

Result containing HealthStatus on success, or DrandError on failure

Parameters

id

The beacon identifier (e.g., "default", "quicknet")