pub type HeaderTree<N> = BHPMerkleTree<N, HEADER_DEPTH>;
Expand description

The Merkle tree for the block header.

Aliased Type§

struct HeaderTree<N> { /* private fields */ }