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