Type Alias 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.

Aliased Type§

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