pub type BlockTree<N> = BHPMerkleTree<N, BLOCKS_DEPTH>;
Expand description
The Merkle tree for the block state.
Aliased Typeยง
struct BlockTree<N> { /* private fields */ }
pub type BlockTree<N> = BHPMerkleTree<N, BLOCKS_DEPTH>;
The Merkle tree for the block state.
struct BlockTree<N> { /* private fields */ }