Type Alias snarkvm_console_program::state_path::RatificationsPath
source · pub type RatificationsPath<N> = MerklePath<N, RATIFICATIONS_DEPTH>;
Expand description
The Merkle path for a ratification in a block.
Aliased Type§
struct RatificationsPath<N> { /* private fields */ }