rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::TrustedVotes::UpvotesAndTimeout Struct Reference
Collaboration diagram for xrpl::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 76 of file AmendmentTable.cpp.

Member Data Documentation

◆ upVotes

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

Definition at line 78 of file AmendmentTable.cpp.

◆ timeout

std::optional<NetClock::time_point> xrpl::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 84 of file AmendmentTable.cpp.