Type Definition snarkvm_compiler::BlockPath
source · [−]pub type BlockPath<N> = MerklePath<N, BLOCKS_DEPTH>;
Expand description
The Merkle path for the state tree blocks.
pub type BlockPath<N> = MerklePath<N, BLOCKS_DEPTH>;
The Merkle path for the state tree blocks.