Type Alias snarkvm_console_program::state_path::TransitionTree

source ·
pub type TransitionTree<N> = BHPMerkleTree<N, TRANSITION_DEPTH>;
Expand description

The Merkle tree for the transition.

Aliased Type§

struct TransitionTree<N> { /* private fields */ }