Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ChainInfo(val publicKey: String, val period: Long, val genesisTime: Long, val genesisSeed: String, val chainHash: String, val scheme: String, val beaconId: String)

Chain configuration information for a drand network.

Link copied to clipboard
@Serializable
data class HealthStatus(val current: Long, val expected: Long)

Health status of a drand network, indicating how up-to-date it is.

Link copied to clipboard
@Serializable
data class RandomnessBeacon(val round: Long, val randomness: String? = null, val signature: String, val previousSignature: String? = null)

A randomness beacon from a drand network.