rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::TrustedVotes::UpvotesAndTimeout Struct Reference
Collaboration diagram for ripple::TrustedVotes::UpvotesAndTimeout:
Collaboration graph
[legend]

Public Attributes

std::vector< uint256upVotes
 
std::optional< NetClock::time_pointtimeout
 An unseated timeout indicates that either.
 

Detailed Description

Definition at line 79 of file AmendmentTable.cpp.

Member Data Documentation

◆ upVotes

std::vector<uint256> ripple::TrustedVotes::UpvotesAndTimeout::upVotes

Definition at line 81 of file AmendmentTable.cpp.

◆ timeout

std::optional<NetClock::time_point> ripple::TrustedVotes::UpvotesAndTimeout::timeout

An unseated timeout indicates that either.

  1. No validations have ever been received
  2. The validator has not been heard from in long enough that the timeout passed, and votes expired.

Definition at line 87 of file AmendmentTable.cpp.