snarkvm_console_program::state_path

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