xrpld
Loading...
Searching...
No Matches
xrpl::TrustedVotes::UpvotesAndTimeout Struct Reference
Collaboration diagram for xrpl::TrustedVotes::UpvotesAndTimeout:

Public Attributes

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

Detailed Description

Definition at line 107 of file AmendmentTable.cpp.

Member Data Documentation

◆ upVotes

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

Definition at line 109 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 115 of file AmendmentTable.cpp.