info

abstract suspend fun info(chainHash: String): Result<ChainInfo>

Gets the chain configuration information by chain hash.

Returns metadata about the drand network including public key, period, genesis time, and signing scheme.

Return

Result containing ChainInfo on success, or DrandError on failure

Parameters

chainHash

The chain hash (hex-encoded, 64 characters, no "0x" prefix)