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 110 of file LedgerHistory.h.

Member Data Documentation

◆ built

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

Definition at line 113 of file LedgerHistory.h.

◆ validated

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

Definition at line 115 of file LedgerHistory.h.

◆ builtConsensusHash

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

Definition at line 117 of file LedgerHistory.h.

◆ validatedConsensusHash

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

Definition at line 119 of file LedgerHistory.h.

◆ consensus

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

Definition at line 121 of file LedgerHistory.h.