Expand description
Tree difference calculation algorithm & associated types.
Structs§
- Diff
Range - An inclusive range of keys that differ between two serialised ordered sets
of
PageRange. - Owned
Page Range - An owned representation of a
PageRangecontaining an owned key interval & page hash. - Page
Range - A serialised representation of the range of keys contained within the
sub-tree rooted at a given
Page, and the associatedPageDigest. - Page
Range Snapshot - An owned point-in-time snapshot of the
PageRangereturned from a call toMerkleSearchTree::serialise_page_ranges().