Add a getLedgerNext that takes into account changes in the LES.

This commit is contained in:
JoelKatz
2013-04-16 11:42:04 -07:00
parent 148b5b42a5
commit bdf1ed2584
3 changed files with 37 additions and 1 deletions

View File

@@ -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.