ic_certification

Type Alias HashTree

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

A HashTree representing a full tree.

Aliased Typeยง

struct HashTree { /* private fields */ }