Type Alias tor_netdoc::doc::netstatus::UncheckedConsensus

source ·
pub type UncheckedConsensus<RS> = TimerangeBound<UnvalidatedConsensus<RS>>;
Expand description

A Consensus object that has been parsed, but not checked for signatures and timeliness.

Aliased Type§

struct UncheckedConsensus<RS> { /* private fields */ }