BlockTree

Type Alias BlockTree 

Source
pub type BlockTree<N> = MerkleTree<N, BHP<N, 8, 54>, BHP<N, 6, 43>, snarkvm_console_program::::state_path::configuration::BlockTree::{constant#0}>;
Expand description

The Merkle tree for the block state.

Aliased Typeยง

pub struct BlockTree<N> { /* private fields */ }