snarkvm_console_program::state_path

Type Alias HeaderPath

Source
pub type HeaderPath<N> = MerklePath<N, HEADER_DEPTH>;
Expand description

The Merkle path for the block header.

Aliased Typeยง

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