rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::LedgerHistory::cv_entry Struct Reference
Collaboration diagram for xrpl::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 116 of file LedgerHistory.h.

Member Data Documentation

◆ built

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

Definition at line 119 of file LedgerHistory.h.

◆ validated

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

Definition at line 121 of file LedgerHistory.h.

◆ builtConsensusHash

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

Definition at line 123 of file LedgerHistory.h.

◆ validatedConsensusHash

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

Definition at line 125 of file LedgerHistory.h.

◆ consensus

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

Definition at line 127 of file LedgerHistory.h.