pub fn create_full_diff_between_tries(
a: &HashedPartialTrie,
b: &HashedPartialTrie,
) -> TrieDiffExpand description
Create a diff between two tries. It will try to find all the differences.
pub fn create_full_diff_between_tries(
a: &HashedPartialTrie,
b: &HashedPartialTrie,
) -> TrieDiffCreate a diff between two tries. It will try to find all the differences.