Type Definition snarkvm_console_program::state_path::HeaderTree
source · pub type HeaderTree<N> = BHPMerkleTree<N, HEADER_DEPTH>;Expand description
The Merkle tree for the block header.
pub type HeaderTree<N> = BHPMerkleTree<N, HEADER_DEPTH>;The Merkle tree for the block header.