pub type RatificationsTree<N> = BHPMerkleTree<N, RATIFICATIONS_DEPTH>;
Expand description

The Merkle tree for ratifications in a block.

Aliased Type§

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