PrevUpHomeNext

ConsensusCloseTimes

ConsensusCloseTimes::peers
ConsensusCloseTimes::self

Stores the set of initial close times.

Synopsis
struct ConsensusCloseTimes
Data Members

Name

Description

peers

Close time estimates, keep ordered for predictable traverse.

self

Our close time estimate.

Description

The initial consensus proposal from each peer has that peer's view of when the ledger closed. This object stores all those close times for analysis of clock drift between peerss.

Header

#include <ripple/consensus/ConsensusTypes.h>


PrevUpHomeNext