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 */ }
pub type TransitionPath<N> = MerklePath<N, TRANSITION_DEPTH>;
The Merkle path for an input or output ID in the transition.
struct TransitionPath<N> { /* private fields */ }