ic_agent::hash_tree

Function fork

source
pub fn fork<Storage>(
    left: HashTree<Storage>,
    right: HashTree<Storage>,
) -> HashTree<Storage>
where Storage: AsRef<[u8]>,
Expand description

Create a forked tree from two trees or node.