pub type HeaderPath<N> = MerklePath<N, HEADER_DEPTH>;
Expand description
The Merkle path for the block header.
Aliased Typeยง
pub struct HeaderPath<N> { /* private fields */ }
pub type HeaderPath<N> = MerklePath<N, HEADER_DEPTH>;
The Merkle path for the block header.
pub struct HeaderPath<N> { /* private fields */ }