snarkvm_console_program::state_path

Type Alias RatificationsTree

Source
pub type RatificationsTree<N> = BHPMerkleTree<N, RATIFICATIONS_DEPTH>;
Expand description

The Merkle tree for ratifications in a block.

Aliased Typeยง

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