Clio develop
The XRP Ledger API server.
|
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< Transaction > | transactions |
std::vector< Object > | objects |
std::optional< std::vector< BookSuccessor > > | successors |
std::optional< std::vector< std::string > > | edgeKeys |
ripple::LedgerHeader | header |
std::string | rawHeader |
uint32_t | seq |
Represents an entire ledger diff worth of transactions and objects.
|
inline |
Compares LedgerData objects to each other without considering the header field.
other | The LedgerData to compare to |