mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Add describeOwnerDir
This commit is contained in:
committed by
Edward Hennis
parent
fa900de548
commit
147fee0272
@@ -201,6 +201,9 @@ dirNext (ApplyView& view,
|
||||
unsigned int& uDirEntry, // <-> next entry
|
||||
uint256& uEntryIndex); // <-- The entry, if available. Otherwise, zero.
|
||||
|
||||
std::function<void (SLE::ref, bool)>
|
||||
describeOwnerDir(AccountID const& account);
|
||||
|
||||
// <-- uNodeDir: For deletion, present to make dirDelete efficient.
|
||||
// --> uRootIndex: The index of the base of the directory. Nodes are based off of this.
|
||||
// --> uLedgerIndex: Value to add to directory.
|
||||
|
||||
Reference in New Issue
Block a user