This method applies a callback to each Leaf in the ascending key order.
It is expected to be used for several purposes:
- With compact proof requests to compute the short ids
- With the mempool to fill the getblocktemplate
Differential D11421
Add a traversal method for the radix tree Fabien on May 5 2022, 15:06. Authored by
Details
This method applies a callback to each Leaf in the ascending key order. It is expected to be used for several purposes:
ninja check
Diff Detail
Event TimelineComment Actions A quick mention of what you intend to do with this would be helpful since it's not currently used except for its own test.
|