atRound

abstract suspend fun atRound(id: String, round: Long): Result<RandomnessBeacon>

Gets a specific randomness beacon by round number.

Return

Result containing the RandomnessBeacon for the requested round on success, or DrandError.NotFound if the round doesn't exist, or other DrandError on failure

Parameters

id

The beacon identifier (e.g., "default", "quicknet")

round

The round number to fetch (must be positive)