xrpld
Loading...
Searching...
No Matches
xrpl::LedgerHistory::CvEntry Struct Reference
Collaboration diagram for xrpl::LedgerHistory::CvEntry:

Public Attributes

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

Detailed Description

Definition at line 133 of file LedgerHistory.h.

Member Data Documentation

◆ built

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

Definition at line 136 of file LedgerHistory.h.

◆ validated

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

Definition at line 138 of file LedgerHistory.h.

◆ builtConsensusHash

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

Definition at line 140 of file LedgerHistory.h.

◆ validatedConsensusHash

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

Definition at line 142 of file LedgerHistory.h.

◆ consensus

std::optional<json::Value> xrpl::LedgerHistory::CvEntry::consensus

Definition at line 144 of file LedgerHistory.h.