Type Definition snarkvm_compiler::BlockTree
source · [−]pub type BlockTree<N> = BHPMerkleTree<N, BLOCKS_DEPTH>;Expand description
The Merkle tree for the block state.
pub type BlockTree<N> = BHPMerkleTree<N, BLOCKS_DEPTH>;The Merkle tree for the block state.