Clio develop
The XRP Ledger API server.
|
Struct to store ledger header cache entry and the sequence it belongs to. More...
#include <LedgerHeaderCache.hpp>
Public Member Functions | |
bool | operator== (CacheEntry const &other) const |
Comparing CacheEntry. Used in testing for EXPECT_CALL. | |
Public Attributes | |
ripple::LedgerHeader | ledger |
uint32_t | seq {} |
Struct to store ledger header cache entry and the sequence it belongs to.
|
inline |
Comparing CacheEntry. Used in testing for EXPECT_CALL.
other | The other cacheEntry to compare |