Type Definition snarkvm_console_program::state_path::TransitionPath
source · pub type TransitionPath<N> = MerklePath<N, TRANSITION_DEPTH>;
Expand description
The Merkle path for an input or output ID in the transition.
pub type TransitionPath<N> = MerklePath<N, TRANSITION_DEPTH>;
The Merkle path for an input or output ID in the transition.