rippled
Public Attributes | List of all members
ripple::LedgerHistory::cv_entry Struct Reference
Collaboration diagram for ripple::LedgerHistory::cv_entry:
Collaboration graph
[legend]

Public Attributes

std::optional< LedgerHashbuilt
 
std::optional< LedgerHashvalidated
 
std::optional< uint256builtConsensusHash
 
std::optional< uint256validatedConsensusHash
 
std::optional< Json::Valueconsensus
 

Detailed Description

Definition at line 135 of file LedgerHistory.h.

Member Data Documentation

◆ built

std::optional<LedgerHash> ripple::LedgerHistory::cv_entry::built

Definition at line 138 of file LedgerHistory.h.

◆ validated

std::optional<LedgerHash> ripple::LedgerHistory::cv_entry::validated

Definition at line 140 of file LedgerHistory.h.

◆ builtConsensusHash

std::optional<uint256> ripple::LedgerHistory::cv_entry::builtConsensusHash

Definition at line 142 of file LedgerHistory.h.

◆ validatedConsensusHash

std::optional<uint256> ripple::LedgerHistory::cv_entry::validatedConsensusHash

Definition at line 144 of file LedgerHistory.h.

◆ consensus

std::optional<Json::Value> ripple::LedgerHistory::cv_entry::consensus

Definition at line 146 of file LedgerHistory.h.