rippled
Public Member Functions | Public Attributes | List of all members
ripple::LedgerInfo Struct Reference

Information about the notional ledger backing the view. More...

Collaboration diagram for ripple::LedgerInfo:
Collaboration graph
[legend]

Public Member Functions

 LedgerInfo ()=default
 

Public Attributes

LedgerIndex seq = 0
 
NetClock::time_point parentCloseTime = {}
 
uint256 hash = beast::zero
 
uint256 txHash = beast::zero
 
uint256 accountHash = beast::zero
 
uint256 parentHash = beast::zero
 
XRPAmount drops = beast::zero
 
bool validated = false
 
bool accepted = false
 
int closeFlags = 0
 
NetClock::duration closeTimeResolution = {}
 
NetClock::time_point closeTime = {}
 

Detailed Description

Information about the notional ledger backing the view.

Definition at line 75 of file ReadView.h.

Constructor & Destructor Documentation

◆ LedgerInfo()

ripple::LedgerInfo::LedgerInfo ( )
explicitdefault

Member Data Documentation

◆ seq

LedgerIndex ripple::LedgerInfo::seq = 0

Definition at line 83 of file ReadView.h.

◆ parentCloseTime

NetClock::time_point ripple::LedgerInfo::parentCloseTime = {}

Definition at line 84 of file ReadView.h.

◆ hash

uint256 ripple::LedgerInfo::hash = beast::zero

Definition at line 91 of file ReadView.h.

◆ txHash

uint256 ripple::LedgerInfo::txHash = beast::zero

Definition at line 92 of file ReadView.h.

◆ accountHash

uint256 ripple::LedgerInfo::accountHash = beast::zero

Definition at line 93 of file ReadView.h.

◆ parentHash

uint256 ripple::LedgerInfo::parentHash = beast::zero

Definition at line 94 of file ReadView.h.

◆ drops

XRPAmount ripple::LedgerInfo::drops = beast::zero

Definition at line 96 of file ReadView.h.

◆ validated

bool ripple::LedgerInfo::validated = false
mutable

Definition at line 101 of file ReadView.h.

◆ accepted

bool ripple::LedgerInfo::accepted = false

Definition at line 102 of file ReadView.h.

◆ closeFlags

int ripple::LedgerInfo::closeFlags = 0

Definition at line 105 of file ReadView.h.

◆ closeTimeResolution

NetClock::duration ripple::LedgerInfo::closeTimeResolution = {}

Definition at line 108 of file ReadView.h.

◆ closeTime

NetClock::time_point ripple::LedgerInfo::closeTime = {}

Definition at line 114 of file ReadView.h.