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