snarkvm_console_program::state_path

Type Alias 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 */ }