pub type RatificationsPath<N> = MerklePath<N, RATIFICATIONS_DEPTH>;
Expand description

The Merkle path for a ratification in a block.

Aliased Type§

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