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