mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add a getLedgerNext that takes into account changes in the LES.
This commit is contained in:
@@ -126,6 +126,9 @@ public:
|
||||
bool dirNext(const uint256& uRootIndex, SLE::pointer& sleNode, unsigned int& uDirEntry, uint256& uEntryIndex);
|
||||
TER dirCount(const uint256& uDirIndex, uint32& uCount);
|
||||
|
||||
uint256 getNextLedgerIndex(const uint256& uHash);
|
||||
uint256 getNextLedgerIndex(const uint256& uHash, const uint256& uEnd);
|
||||
|
||||
void ownerCountAdjust(const uint160& uOwnerID, int iAmount, SLE::ref sleAccountRoot=SLE::pointer());
|
||||
|
||||
// Offer functions.
|
||||
|
||||
Reference in New Issue
Block a user