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 */ }
pub type RatificationsTree<N> = BHPMerkleTree<N, RATIFICATIONS_DEPTH>;
The Merkle tree for ratifications in a block.
struct RatificationsTree<N> { /* private fields */ }