snarkvm_console_program::state_path

Type Alias HeaderTree

Source
pub type HeaderTree<N> = BHPMerkleTree<N, HEADER_DEPTH>;
Expand description

The Merkle tree for the block header.

Aliased Typeยง

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