Package-level declarations

Types

Link copied to clipboard
interface DrandApi : Closeable

Core interface for interacting with drand networks via various transport mechanisms.

Link copied to clipboard
class DrandHttpApi(baseUrl: String = "https://api.drand.sh", httpClient: HttpClient = createDefaultHttpClient()) : DrandApi

HTTP implementation of the drand API using Ktor client.