list

abstract suspend fun list(): Result<List<String>>

Lists all available chain hashes on this drand API endpoint.

Return

Result containing a list of chain hash strings (hex-encoded) on success, or DrandError on failure