Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
etlng::model::LedgerData Struct Reference

Represents an entire ledger diff worth of transactions and objects. More...

#include <Models.hpp>

Public Member Functions

bool operator== (LedgerData const &other) const
 Compares LedgerData objects to each other without considering the header field.
 

Public Attributes

std::vector< Transactiontransactions
 
std::vector< Objectobjects
 
std::optional< std::vector< BookSuccessor > > successors
 
std::optional< std::vector< std::string > > edgeKeys
 
ripple::LedgerHeader header
 
std::string rawHeader
 
uint32_t seq
 

Detailed Description

Represents an entire ledger diff worth of transactions and objects.

Member Function Documentation

◆ operator==()

bool etlng::model::LedgerData::operator== ( LedgerData const & other) const
inline

Compares LedgerData objects to each other without considering the header field.

Parameters
otherThe LedgerData to compare to
Returns
true if data is equivalent; false otherwise

The documentation for this struct was generated from the following file: