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