snarkvm_console_program::state_path

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