ic_certification::hash_tree

Function leaf

source
pub fn leaf<Storage: AsRef<[u8]>, L: Into<Storage>>(
    leaf: L,
) -> HashTree<Storage>
Expand description

Create a leaf in the tree.