pub type Proof<N> = BTreeMap<TreeID, N>;
Type alias for a BTreeMap containing leaf and tree nodes.
BTreeMap
struct Proof<N> { /* private fields */ }