Package-level declarations
Types
Link copied to clipboard
Service responsible for cryptographic verification of drand randomness beacons.
Link copied to clipboard
class DrandClient(api: DrandApi, cache: Cache<String, ChainInfo> = Cache(), verifier: BeaconVerificationService = BeaconVerificationService()) : Closeable
Client for interacting with the drand distributed randomness network.
Link copied to clipboard