Available on crate feature
plain-consensus only.Expand description
Implementation for plain consensus documents.
Structs§
- Consensus
- A single consensus netstatus, as produced by the old parser.
- Preamble
- The preamble of a network status document, except for the intro and
vote-statusitems. - Router
Status - A single relay’s status, in a network status document.
- Router
Status Builder - A Builder object for creating a RouterStatus and adding it to a consensus.
- Unvalidated
Consensus - A Microdesc consensus whose signatures have not yet been checked.
Type Aliases§
- Unchecked
Consensus - A Consensus object that has been parsed, but not checked for signatures and timeliness.