Skip to main content

create_full_diff_between_tries

Function create_full_diff_between_tries 

Source
pub fn create_full_diff_between_tries(
    a: &HashedPartialTrie,
    b: &HashedPartialTrie,
) -> TrieDiff
Expand description

Create a diff between two tries. It will try to find all the differences.