PrevUpHomeNext

LedgerTrie::find

Find the node in the trie that represents the longest common ancestry with the given ledger.

Synopsis
std::pair< Node *, Seq >
find(
    Ledger const& ledger) const;
Description
Return Value

Pair of the found node and the sequence number of the first ledger difference.


PrevUpHomeNext