Type Alias HashTree

Source
pub type HashTree = HashTree<Vec<u8>>;
Expand description

A HashTree representing a full tree.

Aliased Typeยง

pub struct HashTree { /* private fields */ }