Function generate_merkle_tree

Source
pub fn generate_merkle_tree(leaves: &Vec<[u8; 32]>) -> MerkleTree<Sha256>
Expand description

Generate a merkle tree by providing the leaves as hashed strings