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 */ }