Type Alias snarkvm_console_program::state_path::BlockTree
source · pub type BlockTree<N> = BHPMerkleTree<N, BLOCKS_DEPTH>;
Expand description
The Merkle tree for the block state.
Aliased Type§
struct BlockTree<N> { /* private fields */ }