health

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

Gets the health status of a drand network by chain hash.

Return

Result containing HealthStatus on success, or DrandError on failure

Parameters

chainHash

The chain hash (hex-encoded, 64 characters, no "0x" prefix)